BerglerAndi
Forum Replies Created
-
I’ve the same error during safing a menue.
Notice: Undefined index: parallax_scroll_meta_nonce in /customers/d/3/0/medical-crew.com/httpd.www/WordPress/wp-content/plugins/adamrob-parallax-scroll/includes/adamrob-parralax-post-ops.php on line 292
What can i do to avoid this?
Regs
AndiHi,
first thing first. Thanks for that useful plugin.
I had the same problem with the <p>. WordPress itself adds the paragraph, not the plugin. It toke me over 2h the get rid of that.
The solution, that worked for me was adding a small function to the functions.php in the theme folder, which removes the paragraphs in a chosen shortcode. In case of this plugin the shortcode is parallax-scroll.
function the_content_filter($content) { // array of custom shortcodes requiring the fix $block = join("|",array("parallax-scroll")); // opening tag $rep = preg_replace("/(<p>)?\[($block)(\s[^\]]+)?\](<\/p>|<br \/>)?/","[$2$3]",$content); // closing tag $rep = preg_replace("/(<p>)?\[\/($block)](<\/p>|<br \/>)?/","[/$2]",$rep); return $rep; } add_filter("the_content", "the_content_filter");
I found the answer on the developers page.
There is a group named “_Visitor” for unregistrated users.What did you do?
Did you use “Exclude” and “Apply for All”?
Where can i edit the “Non User?”