Forum: Programming
7th March 2016, 07:58 PM
|
Replies: 2
Views: 448 |
Forum: Programming
6th March 2016, 07:45 PM
|
Replies: 1
Views: 373 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: Programming
2nd March 2016, 06:28 PM
|
Replies: 58
Views: 3,063 |
Forum: Programming
1st March 2016, 10:53 PM
|
Replies: 58
Views: 3,063 |
Forum: Programming
1st March 2016, 10:02 PM
|
Replies: 58
Views: 3,063 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
29th February 2016, 08:29 PM
|
Replies: 58
Views: 3,063 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
27th February 2016, 03:21 PM
|
Replies: 58
Views: 3,063 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,063 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: Website Design
26th February 2016, 10:22 PM
|
Replies: 19
Views: 1,423 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, 04:53 PM
|
Replies: 27
Views: 950 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: 447 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,423 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
24th February 2016, 08:37 PM
|
Replies: 58
Views: 3,063 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,063 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,063 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: 447 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,063 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,063 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
6th December 2015, 08:42 PM
|
Replies: 4
Views: 407 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: 366 |
Forum: Programming
6th December 2015, 05:27 PM
|
Replies: 8
Views: 654 |
Forum: Website Design
2nd April 2015, 11:16 PM
|
Replies: 10
Views: 782 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:34 PM
|
Replies: 2
Views: 1,086 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: 782 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...
|
Forum: Website Design
31st March 2015, 07:49 PM
|
Replies: 4
Views: 535 Re: Wordpress Issue......
Clear the browser cache first.
Also the width seems to be related to this inline css
.site {
margin: 20px auto 80px auto;
max-width: 960px;
width: 94%;
}
|
Forum: Website Design
14th March 2015, 04:12 PM
|
Replies: 7
Views: 571 Re: Strange Issue
Agree.... There's several things that should be changed about that...
Get rid of the "absolute", get rid of the "hr" and use css.
|
Forum: Website Design
13th February 2015, 12:03 PM
|
Replies: 11
Views: 1,444 Re: Tracking visitors
If you search google you'll find many free and open source options.
Web Analytics in Real Time | Clicky (http://clicky.com/)
Open Web Analytics (http://www.openwebanalytics.com/)
Free Web...
|
Forum: Website Design
13th February 2015, 11:23 AM
|
Replies: 11
Views: 1,444 Re: Tracking visitors
Google Analytics. Very powerful and free.
If you want to use your gmail account to signup:
Google Analytics (https://developers.google.com/analytics/)
If you want to use your own email (not...
|
Forum: Website Design
10th February 2015, 07:16 PM
|
Replies: 5
Views: 538 Re: Wordpress Plugin help - WP tag manager
Make sure the web server has ownership over the directories.
With Godaddy, who knows.... ugh.
Make sure that the directory permissions are correct. (755).
If neither of those are a problem...
|
Forum: Website Design
7th February 2015, 02:10 PM
|
Replies: 3
Views: 364 |
Forum: Programming
7th February 2015, 02:01 PM
|
Replies: 58
Views: 3,063 Re: Amazon S3 Video Help Please :-)
You need to create a bucket policy to restrict access only to your website (domain/IP) and make sure the ACL is not public.
Much EASIER to use Cloudberry Explorer for this.
If your on a Mac...
|
Forum: Programming
23rd December 2014, 11:40 PM
|
Replies: 6
Views: 1,060 Re: Wordpress Updates
This is incorrect.
Wordpress will auto update since v3.7
You can control what and how in your wp-config.php file
Available options you can add:
# Disable all automatic updates:
define(...
|
Forum: Website Design
3rd November 2014, 07:38 PM
|
Replies: 4
Views: 607 Re: Upload Images to Wordpress
Most of the plugins I've seen are going to be a little broader than just images but certainly could be tweaked.
5 WordPress Plugins to Let Users Submit Content from the Frontend - WPMU DEV...
|
Forum: Programming
31st October 2014, 03:30 PM
|
Replies: 5
Views: 1,057 |
Forum: Programming
29th October 2014, 12:37 PM
|
Replies: 6
Views: 866 Re: Moving my server - got a checklist for me?
I don't have/use a checklist Jill, but the number one thing is redundant backups.
Do not count on a single backup. If it fails... than oops!
PHP MySQL dumps are famous for not importing correctly....
|
Forum: Programming
28th October 2014, 06:04 PM
|
Replies: 5
Views: 832 Re: WP Plugin Starter Kit
This is a tricky one because there are quite a few plugin starter frameworks, and 2 are exceptionally coded.
They are free.
I think selling it would be tough, better to give it away free.
The...
|
Forum: Programming
28th October 2014, 04:33 PM
|
Replies: 5
Views: 616 Re: Baffling Wordpress Question
Sounds quite annoying! ... but still sounds like a caching issue. :(
Disabling the plugin does not revert the changes made to several files so you'll need to manually do it.
Disable or delete...
|
Forum: Programming
17th October 2014, 11:31 AM
|
Replies: 4
Views: 678 |
Forum: Programming
15th October 2014, 01:12 AM
|
Replies: 8
Views: 802 |
Forum: Programming
14th October 2014, 03:57 PM
|
Replies: 8
Views: 802 Re: Enable Shortcodes For WP Sections
This will depend on how the theme author created those "sections".
IF they are just wigetized areas you would need to enable shortcodes in widgets.
Add the following to your functions.php file:...
|
Forum: Website Design
16th September 2014, 06:12 PM
|
Replies: 8
Views: 509 Re: Wordpress Changing Themes - Moving Content?
The content transfer will be easy, just export it, then import it.
It will be any shortcodes used that will not work unless the shortcodes are coming from a plugin.
Theme specific shortcodes only...
|
Forum: Website Design
15th September 2014, 05:47 PM
|
Replies: 1
Views: 301 |
Forum: Website Design
23rd January 2014, 11:53 AM
|
Replies: 2
Views: 444 Re: Is There A Webinar Plugin That Works Good
WebinarIgnition.com by Mark Thompson (recent release).
WebinarJam by Andy Jenkins
There are many more similar, but I'm not so sure they are as good. Will be up to you to decide and your needs....
|
Forum: Website Design
28th October 2013, 04:03 PM
|
Replies: 11
Views: 433 Re: To zip or not to zip?
Yeah, that's way to many.
Just zip them up.
120mb is nothing, but you could separate them into 2 or 3 parts if you wanted.
The self-extracting zip that topnichewebsites mentioned is a great idea,...
|
Forum: Website Design
25th October 2013, 06:02 PM
|
Replies: 2
Views: 273 |
Forum: Website Design
17th October 2013, 12:30 PM
|
Replies: 3
Views: 288 Re: Help me centering the objects/elements.
You can just center the featured part (image, title, description)
@media screen and (max-width: 615px)
.feature-content {
float: none;
margin: 0 auto;
padding-right: 10px;
max-width: 302px;...
|
Forum: Website Design
16th October 2013, 05:24 PM
|
Replies: 8
Views: 514 |
Forum: Programming
9th September 2013, 08:49 PM
|
Replies: 12
Views: 919 |
Forum: Programming
8th September 2013, 03:44 PM
|
Replies: 12
Views: 919 Re: Website Error in Firefox Only
Looks like your running the Gantry framework, so check that caching is turned off in the Gantry settings, and test again.
And Radium is right, it's not just firefox, did the same thing for me in...
|
Forum: Website Design
8th September 2013, 02:30 PM
|
Replies: 8
Views: 561 Re: Sales Page Problems!! Help!!
Oh...The M missing is me!
I just dropped it in developer tools to double check it was the right background, and forget to put it back when I posted the code here!
|
Forum: Website Design
8th September 2013, 02:13 PM
|
Replies: 8
Views: 561 Re: Sales Page Problems!! Help!!
There is no border.
I think maybe you just asked the question the wrong way....no biggie.
You are changing the body BG but there is still a BG for the "launchbk" div which is found in...
|
Forum: Website Design
6th September 2013, 01:36 PM
|
Replies: 7
Views: 453 Re: Please Review Our Website, AgentAuto.com
Hey KingMighty, the only usability thing I noticed is if you click a state (footer) then click a city, there's nothing, or click the top links for new and used.
Even if you click the most popular...
|
Forum: Programming
5th September 2013, 10:27 AM
|
Replies: 1
Views: 1,827 |
Forum: Website Design
5th September 2013, 10:11 AM
|
Replies: 5
Views: 417 Re: positioning a css image
Here's a good simple example (http://blog.themeforest.net/general/15-css-tricks-that-must-be-learned/) explanation.
|
Forum: Website Design
5th September 2013, 09:56 AM
|
Replies: 5
Views: 417 Re: positioning a css image
If you want to have an element/image position absolutely to it's parent,
the parent must be set to position:relative.
So the position:relative becomes the containing block/div for the absolutely...
|
Forum: Main Internet Marketing Discussion Forum
31st August 2013, 05:54 PM
|
Replies: 12
Views: 1,012 Re: JVZoo, WSO - Prelaunch testing advice needed
You can find it here (http://www.warriorforum.com/test-forum/)
Not sure, but you might need to be a War Room member. oh....I see you are :)
Just create a new thread, you are the only one that...
|