SadButMadLad
Forum Replies Created
-
Forum: Plugins
In reply to: [PrintPress] When enabled, all page content is replaced with the word OnThe following line needs to be fixed from
update_option('printpress_button', array('button_html' => self::$print_button));
to
update_option('printpress_button', array('button_html' => self::$button_html));
You will need to deactivate and remove the entry in the options table that indicates the plug-in is installed. Look for “printpress_installed”. Then re-activate the plug and it should set the button html correctly.
Forum: Plugins
In reply to: [Plugin: Site Origin Panel Builder] Compatibiltiy with WordPress SEO by YoastWe have version 1.2.11. Yoast (Version 1.4.13 ) is saying in its analysis stuff like “There are 1 words contained in the body copy. This is far too low and should be increased.” and “Content: No” for the focus keyword when there is no content in the visual/text panes only content in the page builder pane.
Is there something I need to do to get PB to dump its text or is it because I deleted the text after creating the panels and I need to just update the page?
Forum: Plugins
In reply to: [WP Visited Countries] Map Not Working On Mobile DevicesThe plug in uses the Flash version of AMMAP. The latest version of AMMAP is javascript based.
Thanks for the quick reply. I haven’t checked yet but it seems that it’s because I have Yoast SEO. I’ll have to decide between the two. Sorry about not searching, the link to search the forums was not that obvious, it being just a little link and the only search box obviously visible only searches plugins. Not your problem, but a problem with www.ads-software.com
Forum: Plugins
In reply to: [Cookie Control] [Plugin: Cookie Control] Plug-In not workingI too get a white page after the page loads. I use Thesis themes and suspect that it doesn’t work with the theme. I stuck the script code in thesis hook “After Header”.