David
Forum Replies Created
-
Forum: Plugins
In reply to: Looking for a Store Locator PluginI’m thinking of suggesting a Gravity Form or other form product that applies conditional logic based on the location, but it might be difficult to assemble based on City and State.
Forum: Plugins
In reply to: [Spam Free WordPress] I'm confused at your site.Also, where is the plugin? I don’t see it under my Plugin menu in WordPress.
Forum: Plugins
In reply to: [Spam Free WordPress] I'm confused at your site.my site https://www.deckutah.com has had its front page replaced by the message that’s noted above. I’m not sure how to act on this but I obviously don’t want my site to be down because of it. Do I need to disable your plugin or do you have a fix?
Forum: Fixing WordPress
In reply to: Robot.txt Blocking Search EnginesThanks! I think it’s fixed now… we’ll see though.
Forum: Fixing WordPress
In reply to: Robot.txt Blocking Search EnginesKrishna,
So, if I understand what you’re saying, by not stating
User-agent: * /
that I’m blocking all the robots?
I’ve changed it to
User-agent: * Disallow:
based on the recommendation of https://tools.seobook.com/robots-txt/.
Forum: Fixing WordPress
In reply to: Robot.txt Blocking Search EnginesOkay, So I’ve edited the robots.txt file. I’ve resubmitted things to Webmaster Tools and cleared the cache.
I’m still getting the error that it’s being blocked.
Is it just going to take some time?
Forum: Fixing WordPress
In reply to: White Page of Death/Blank wp-admin page and dashboardOkay, I’ve removed an empty line of coding in the functions.php and everything seems to be working for now. I can at least login to the dashboard temporarily. Thanks.
Forum: Fixing WordPress
In reply to: White Page of Death/Blank wp-admin page and dashboardOkay, I reran my error log and now I’ve only got these errors.
[14-Jan-2013 19:34:13] PHP Warning: Cannot modify header information – headers already sent by (output started at /home4/fencesel/public_html/dev/wp-content/themes/skinizer/functions/functions.php:19) in /home4/fencesel/public_html/dev/wp-includes/pluggable.php on line 680
[14-Jan-2013 19:34:13] PHP Warning: Cannot modify header information – headers already sent by (output started at /home4/fencesel/public_html/dev/wp-content/themes/skinizer/functions/functions.php:19) in /home4/fencesel/public_html/dev/wp-includes/pluggable.php on line 876
[14-Jan-2013 19:36:58] PHP Warning: Cannot modify header information – headers already sent by (output started at /home4/fencesel/public_html/dev/wp-content/themes/skinizer/functions/functions.php:19) in /home4/fencesel/public_html/dev/wp-includes/pluggable.php on line 680
[14-Jan-2013 19:36:58] PHP Warning: Cannot modify header information – headers already sent by (output started at /home4/fencesel/public_html/dev/wp-content/themes/skinizer/functions/functions.php:19) in /home4/fencesel/public_html/dev/wp-includes/pluggable.php on line 876Forum: Plugins
In reply to: [Store Locator Plus? for WP] fatal errorI’m running 5.2, updated the plug in and it’s working. Thanks for all your work!
Forum: Plugins
In reply to: [Collapse-O-Matic] [Plugin: jQuery Collapse-O-Matic] Full Width BackgroundThat made everything work great. The tag feature is awesome. It will help me customize those areas a lot.
I just checked and it smashes the images in Safari as well.
Same issue here. I hear that you It has something to do with you css having img max-width set less than 100%. You need to set the width as well in IE if you are going to use max-width. Such as…
.ngg-gallery-thumbnail img {width:100%;}