Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 56 of 761
Search took 0.48 seconds.
Search: Posts Made By: David V
Forum: Website Design 10th March 2016, 06:01 PM
Replies: 3
Views: 331
Posted By David V
Re: font

You font sizes are tiny everywhere. I also noticed some of your posts are entirely h3 and not p.

You base font size is set here:

style.css line 17

body {
color: #666666;
...
Forum: Programming 7th March 2016, 08:03 PM
Replies: 2
Views: 621
Posted By David V
Re: optimizepress blank page

You should expect to have issues running anything 3 years old in an updated WordPress installation, a lot has changed.

OP is into v2.0+ now and is rewritten from scratch, so you'll need to upgrade...
Forum: Programming 7th March 2016, 07:58 PM
Replies: 2
Views: 454
Posted By David V
Re: How can I remove a 'Leave a reply' link at bottom of my blog page?

You should be able to use the ‘comment_form_defaults’ to filter the comment fields.

In the code below we are modifying the "title_reply" with a blank like so.

$args['title_reply'] = __( 'This...
Forum: Programming 6th March 2016, 07:45 PM
Replies: 1
Views: 382
Posted By David V
Re: about Widget Logic plugin??

Leave it blank, it will show everywhere.

Use the conditional tags to either show or not show (Conditional met TRUE or FALSE) on various pages/posts/cpt's of the site.

WordPress conditional tags...
Forum: Website Design 6th March 2016, 07:30 PM
Replies: 2
Views: 365
Posted By David V
Re: 404 error i cant fix

You didn't specify any details of how you were switching to https. (plugin, etc...)

However, FTP into your server and take a look at your htaccess file.
Could be a rewrite in there that's...
Forum: Programming 2nd March 2016, 09:24 PM
Replies: 58
Views: 3,103
Posted By David V
Re: Amazon S3 Video Help Please :-)

You can get rid of it.
I would imagine they use the filesize and modification time for reference inside s3fox.
It won't hurt anything even if you leave it.
Forum: Programming 2nd March 2016, 06:37 PM
Replies: 58
Views: 3,103
Posted By David V
Re: Amazon S3 Video Help Please :-)

No problem.

Also, just so you know.... Miro (http://www.mirovideoconverter.com/) is also popular for mac, although I haven't used it in awhile.
Forum: Programming 2nd March 2016, 06:28 PM
Replies: 58
Views: 3,103
Posted By David V
Re: Amazon S3 Video Help Please :-)

You may want to check out the WebM project (http://www.webmproject.org/) site. Lot's of info there.
Forum: Programming 2nd March 2016, 05:54 PM
Replies: 58
Views: 3,103
Posted By David V
Re: Amazon S3 Video Help Please :-)

If your on a Mac and want something free, than Handbrake (https://handbrake.fr/) is the way to go.
I'm on a Mac as well. Most videos I create are edited in Adobe Premiere Pro and Adobe Media...
Forum: Programming 2nd March 2016, 01:46 PM
Replies: 58
Views: 3,103
Posted By David V
Re: Amazon S3 Video Help Please :-)

1) As far as I know... you should be ok with the mp3. I've never used only audio, so I can't say for sure.

2) Optional. If you activate auto buffering the video will download and be ready to go....
Forum: Programming 1st March 2016, 10:53 PM
Replies: 58
Views: 3,103
Posted By David V
Re: Amazon S3 Video Help Please :-)

magentawave, the comment form has been fixed.

Appreciate you pointing that out!
Forum: Programming 1st March 2016, 10:02 PM
Replies: 58
Views: 3,103
Posted By David V
Re: Amazon S3 Video Help Please :-)

Your welcome. :)

1) With a few modifications

2) You could create a CF distribution later. As far as that plugin... I can't say for sure without testing. I use my own custom plugin.
And YES,...
Forum: Programming 1st March 2016, 05:27 PM
Replies: 58
Views: 3,103
Posted By David V
Re: Amazon S3 Video Help Please :-)

Yeah that's interesting. I just tested it again... works good.

Not sure what to say about that. Double check for typos.

As far as I know (They don't actually specify it), the "ID" should be...
Forum: Programming 1st March 2016, 02:09 PM
Replies: 58
Views: 3,103
Posted By David V
Re: Amazon S3 Video Help Please :-)

Are your referring to the updated one in the tutorial?
If so, I'll check/test it, fix it, and update it.

Update: I checked the one in the tutorials and it works fine, so you must be talking about...
Forum: Programming 29th February 2016, 08:29 PM
Replies: 58
Views: 3,103
Posted By David V
Re: Amazon S3 Video Help Please :-)

As promised I've created a video tutorial for this on my blog.
Also there's a pdf version and sample bucket policy you can download.


How To Setup Amazon S3 With WordPress To Protect Your...
Forum: Programming 28th February 2016, 10:01 PM
Replies: 58
Views: 3,103
Posted By David V
Re: Amazon S3 Video Help Please :-)

Expiring links are useful. Allows the validity of the link to stop after a certain time. Not magical, but cuts down on some b.s.
Forum: Programming 28th February 2016, 07:31 PM
Replies: 58
Views: 3,103
Posted By David V
Re: Amazon S3 Video Help Please :-)

How big is one of your videos? If it's not big, send me a copy and I'll take a look at it. (If so, PM me)
I've never had a mobile playing issue...
I'll include 2 test videos in the tutorial also.
...
Forum: Website Design 28th February 2016, 07:22 PM
Replies: 3
Views: 378
Posted By David V
Re: Squeeze page problem

Might be easier to use the html code.
When your logged into GetResponse and in the web form screens, there's an option other than the javascript.
I can't remember exactly what it says, but...
Forum: Programming 28th February 2016, 07:12 PM
Replies: 58
Views: 3,103
Posted By David V
Re: Amazon S3 Video Help Please :-)

I suspect the no mobile playing has to do with the videos and the content-type.

I'll create a step by step video for you and anyone else who wants to protect assets on their site.
Should be able...
Forum: Programming 27th February 2016, 03:38 PM
Replies: 2
Views: 316
Posted By David V
Re: Probleme in Menu & Slider

You need to modify the "z-index" of the menu, slider, or both.

Think of z-index (http://www.w3schools.com/cssref/pr_pos_z-index.asp) like layers, it specifies the stack order of an element
Forum: Programming 27th February 2016, 03:21 PM
Replies: 58
Views: 3,103
Posted By David V
Re: Amazon S3 Video Help Please :-)

This may? be related to the encoding or the player itself.
Also check the Content-Type header (Inside amazon console or Cloudberry) and make sure that is correct.
Mobile may need a fallback. You...
Forum: Programming 27th February 2016, 03:00 PM
Replies: 58
Views: 3,103
Posted By David V
Re: Amazon S3 Video Help Please :-)

And here is an actual policy on one of my buckets..
I changed the domain name and bucket name. Everything else is accurate.

You see multiple domains since it includes the cnames (assets, media)...
Forum: Programming 27th February 2016, 02:54 PM
Replies: 58
Views: 3,103
Posted By David V
Re: Amazon S3 Video Help Please :-)

This validates, I tested it.

{
"Version": "2012-10-17",
"Id": "http referer policy example",
"Statement": [
{
"Sid": "Allow get requests originating from...
Forum: Programming 27th February 2016, 01:56 PM
Replies: 58
Views: 3,103
Posted By David V
Re: Amazon S3 Video Help Please :-)

I took a quick look...
Those are not bucket policies, they are for video encoding (XML, JSON).

What have you done so far?
Bucket, policies, IAM users, how are you playing on the site?...
Forum: Website Design 26th February 2016, 10:22 PM
Replies: 19
Views: 1,435
Posted By David V
Re: My websites got hacked

I believe if your in cpanel, you may see "raw access logs" under metrics. I usually view my logs by accessing the server and not cpanel, but you should find something like that in cpanel.
I don't...
Forum: Website Design 26th February 2016, 05:26 PM
Replies: 19
Views: 1,435
Posted By David V
Re: My websites got hacked

If you are using addon domains, than the actual files all sit on the same server. (So if you FTP in you'll see them all).
Maybe they got into cpanel, maybe not. Only the logs will really reveal...
Forum: Programming 26th February 2016, 05:01 PM
Replies: 13
Views: 1,267
Posted By David V
Re: I really need web programmer help..

You can maintain all your data without having to start from scratch by using the Rest API.

You could build that other site with php, angular, or other if you like and use the Rest API.

The...
Forum: Website Design 26th February 2016, 04:53 PM
Replies: 27
Views: 957
Posted By David V
Re: Build Ecommerce Website

You should really choose your ecommerce solution based on your requirements, there is no "best".

Certainly there are the top products that have proven good support and clean code.

If your...
Forum: Website Design 26th February 2016, 04:31 PM
Replies: 5
Views: 455
Posted By David V
Re: Questions about Fonts

Either one is valid. I tend to use single.

"The format of a URI value is 'url(' followed by optional white space followed by an optional single quote (') or double quote (") character followed by...
Forum: Website Design 26th February 2016, 12:05 PM
Replies: 19
Views: 1,435
Posted By David V
Re: My websites got hacked

AnniePot is right, you need a good security plugin.
It's not a magical solution, but absolutely needed.

No plugin will clean up the mess though, it's more of an after the fact solution to tighten...
Forum: Programming 26th February 2016, 11:39 AM
Replies: 58
Views: 3,103
Posted By David V
Re: Amazon S3 Video Help Please :-)

It simply masks or changes the url to look like your site, there's no protection.
Viewing source code should really not be a concern, you can't prevent that.
What happens when they try to use the...
Forum: Programming 24th February 2016, 09:31 PM
Replies: 58
Views: 3,103
Posted By David V
Re: Amazon S3 Video Help Please :-)

I wouldn't say easy to copy.... but not difficult.
The process and order matters as well.

Analyze the ACL's, the Properties for the bucket, the Setup and Properties for the Cloudfront...
Forum: Programming 24th February 2016, 08:37 PM
Replies: 58
Views: 3,103
Posted By David V
Re: Amazon S3 Video Help Please :-)

If your hiring someone, make sure to create user credentials for them and you have that information ready to go.

Creating Amazon IAM User Credentials...
Forum: Programming 24th February 2016, 03:31 PM
Replies: 58
Views: 3,103
Posted By David V
Re: Amazon S3 Video Help Please :-)

And adding Cloudfront does not instantly protect my S3 URL's, right? I'm asking because I thought I read somewhere that Cloudfront offers protection to S3 that having S3 alone doesn't.

Right. It...
Forum: Programming 24th February 2016, 01:51 PM
Replies: 58
Views: 3,103
Posted By David V
Re: Amazon S3 Video Help Please :-)

Looks good. Yup , you can do some really cool things like the redirect. You can even customize the error that people get (Instead of that amazon xml error page).
There are some good plugins (not too...
Forum: Website Design 24th February 2016, 12:49 PM
Replies: 5
Views: 455
Posted By David V
Re: Questions about Fonts

The users browser can only apply a font if it's available on the users OS, so the multiple fonts are a preferential order of the fonts you want displayed on your site.
That's why Google fonts and...
Forum: Programming 24th February 2016, 12:18 PM
Replies: 58
Views: 3,103
Posted By David V
Re: Amazon S3 Video Help Please :-)

Adding Cloudfront does add to the cost, but it's negligible. I've had membership sites with with many GB's of video streaming cost me $6. month total for the s3 and cloudfront.

I can't think of...
Forum: Programming 20th February 2016, 07:07 PM
Replies: 58
Views: 3,103
Posted By David V
Re: Amazon S3 Video Help Please :-)

magentawave, you might want to read this AWS3 article (http://www.tothenew.com/blog/streaming-videos-on-demand-using-amazon-cloudfront-and-s3/). Some decent information.

You should really consider...
Forum: Website Design 15th December 2015, 11:32 AM
Replies: 7
Views: 456
Posted By David V
Re: WordPress Login for Another Web Designer

If your not going to add a new role first, you might use "shop manager".
I'm not 100% sure what capabilities come with that, so test it yourself by logging in with the new user with that role.
Forum: Website Design 14th December 2015, 07:18 PM
Replies: 7
Views: 456
Posted By David V
Re: WordPress Login for Another Web Designer

Yes you add a new role under the admin menu Users > Add new role
and you can see the roles under Users > roles.
This assumes your using the "Members" role plugin.

As far as what roles to assign...
Forum: Programming 14th December 2015, 06:01 PM
Replies: 1
Views: 432
Posted By David V
Re: WarriorForum IPN

See This Post (http://www.warriorforum.com/warrior-forum-help/1050627-warrior-payments-warrior-payments-ipn-integration.html)on the warrior forum, it should give you some insight.

Scroll down to...
Forum: Website Design 14th December 2015, 05:54 PM
Replies: 7
Views: 456
Posted By David V
Re: WordPress Login for Another Web Designer

If you gave her your login info and she cannot login maybe you have a security plugin or something else in place that's restricts it to an IP?
Really don't know without more details.

However......
Forum: Website Design 6th December 2015, 08:42 PM
Replies: 4
Views: 417
Posted By David V
Re: How to Show Google Images It's Own Website?

Why don't you just allow Google images to scrape the thumbnails and block the larger versions.

You would have to keep them separate (not the same directory).

Prevent images from appearing in...
Forum: Programming 6th December 2015, 05:34 PM
Replies: 2
Views: 375
Posted By David V
Re: UPLOADING WORD THAT SHOWS IN WEB PAGE, (not downloadable)

You'll want to "embed" it.

There are a couple plugins that should do what you need.
Both are free plugins.

Embed any doc (https://wordpress.org/plugins/embed-any-document/)

and

Google...
Forum: Programming 6th December 2015, 05:27 PM
Replies: 8
Views: 664
Posted By David V
Re: Sitemap contains urls which are blocked by robots.txt

All the answers are good, but I think backwards for what the question was.

Whether a blocked url is showing in the sitemap has nothing to do with what's in the robots.txt file.

You didn't say...
Forum: Website Design 6th December 2015, 04:49 PM
Replies: 3
Views: 853
Posted By David V
Re: fixed sidebar going over footer

You did not say how you did this (fixed the banners) or give your site url.
There are several ways you might have done this but without knowing I'm guessing.
What you need to do is make the sidebar...
Forum: Website Design 6th December 2015, 12:45 PM
Replies: 1
Views: 279
Posted By David V
Re: Hey Guys, Can You Help Me? (WP Theme)

They are using the Centric Pro (http://my.studiopress.com/themes/centric/) theme by Studiopress (Genesis).

As far as the layouts, it's a variety of filters, actions, custom page templates, and...
Forum: Website Design 13th July 2015, 10:48 AM
Replies: 3
Views: 643
Posted By David V
Re: Integrating getresponse to a custom made squeeze page

Integrating GetResponse is fairly simple.

For the "name" and "email" inputs (if you use both), the required parts are the name=.

So: name="name" and name="email".

Here's a stripped version...
Forum: Programming 1st July 2015, 12:48 PM
Replies: 3
Views: 699
Posted By David V
Re: Classes being ignored in WP

Ditto to Adrianhenry, not enough info.

It does sound like your having a CSS specificity hierarchy issue assuming your talking about CSS.

So what your doing is being overwritten.
Forum: Programming 1st July 2015, 12:43 PM
Replies: 3
Views: 3,656
Posted By David V
Re: Help: Malicious Code on My Site

The "http://cdn.ywxi.net/js/1.js" part I don't recognize, but the "window._wpemojiSettings = {"baseUrl":"http:\/\" is part of the new (4.2+) WordPress stupid emoji's.

<script...
Forum: Website Design 3rd April 2015, 10:28 AM
Replies: 10
Views: 788
Posted By David V
Re: Odd...Same Browser But Different Look

jbearnolimits, I'll try and take a look at this a little later (have to do some work first!)

For the dropdown question, it works fine for me across all devices.
Forum: Website Design 2nd April 2015, 11:26 PM
Replies: 1
Views: 888
Posted By David V
Re: WP, Can't modify .htaccess file for Falcon Engine?

First, take a quick look at this so you understand what permissions are (http://codex.wordpress.org/Changing_File_Permissions).

Basically your htaccess is not writable by the plugin.
You must...
Forum: Website Design 2nd April 2015, 11:16 PM
Replies: 10
Views: 788
Posted By David V
Re: Odd...Same Browser But Different Look

Quite alright. We all have to go through the learning curve.... I've been there as everyone else has at one time.

As far as borders.... it's very common to apply a border, could be the top,...
Forum: Programming 1st April 2015, 10:39 PM
Replies: 8
Views: 1,372
Posted By David V
Re: Aweber integration advice

Taking the code from any autoresponder and using it with your own custom form design is really just a matter of pulling the important parts from the autoresponder service and integrating them into...
Forum: Programming 1st April 2015, 10:34 PM
Replies: 2
Views: 1,092
Posted By David V
Re: Amazon S3 Streaming From Single URL Only

First, when you upload the mp3 to your bucket, it will only be accessible from one url anyway.

If you really mean that you want to limit it to your site so other people can't hotlink it, then...
Forum: Website Design 31st March 2015, 10:47 PM
Replies: 10
Views: 788
Posted By David V
Re: Odd...Same Browser But Different Look

Ok, you've got quite of few coding issues going on....but....
I'll just try to address the immediate issue.

These two (bolded) are contributing to this problem.

@media only screen and...
Showing results 1 to 56 of 761

 
Forum Jump


All times are GMT -6. The time now is 03:46 AM.