jdroberts
Forum Replies Created
-
Forum: Plugins
In reply to: [Ad Blocker Notify Lite] Only on certain pages?It’s not working anywhere now. Here are my settings:
Modal Box or Redirection: none
Stats widget: no
Cookies: no
Random selector and files: both uncheckedActivate Alternative message: Yes
Forum: Plugins
In reply to: [Ad Blocker Notify Lite] Only on certain pages?Sorry, didn’t mean to be impatient.
The code didn’t work. Here’s what I pasted into functions.php
function filter_an_prepare($content){ //get current page ID outside the loop $pageId = get_queried_object_id(); $pageList = array('233'); //page ID list if(in_array($pageId,$pageList)){ //CSS wp_enqueue_style('an_style'); $content = preg_replace('/\"anOptionChoice\"\:\"(.?)\"/i', '"anOptionChoice":"2"', $content); $content =preg_replace('/\"anOptionCookie\"\:\"(.?)\"/i', '"anOptionCookie":"2"', $content); } return $content; } add_filter('an_prepare','filter_an_prepare');
I double checked that 233 is the correct page ID. It’s still showing on every day.
Forum: Plugins
In reply to: [Ad Blocker Notify Lite] Only on certain pages????
Forum: Plugins
In reply to: [Ad Blocker Notify Lite] Only on certain pages?Can you give me a few more details?
I have a child theme…would I paste the code in function.php?
Do I put the page ID here?
$pageList = array(‘123′,’1234’); //page ID list
Finally, where would I find my page ID? Is it the slug?
Forum: Installing WordPress
In reply to: Install wordpress along side static html siteHow will that work? If I put it in example.com/wp won’t people to go to that url to get to the site? I want example.com to show the wp site.
Forum: Plugins
In reply to: [Websimon Tables] how can I configure for editorsHi you all, the developer here. I′m sorry that I haven′t replied to all questions. I haven′t had so much time to do that (working full time, kids bla bla).
Could you please respond to
https://www.ads-software.com/support/topic/make-scroll-on-mobile?replies=1I think there’s a quick fix but some help.
Forum: Plugins
In reply to: [Websimon Tables] Permission in WPThe developer does not seem to respond to support requests.
Forum: Themes and Templates
In reply to: [Duena] Center logo and top barThat did the trick, thanks!
Forum: Themes and Templates
In reply to: [Theme: Duena] Centering content on pageIs there any support for free themes?
Forum: Plugins
In reply to: [Collapse-O-Matic] Not working – Possible clash with different pluginNo slight intended. The other plugin has functionality that yours has and more. After two weeks I had to do something else.
Forum: Plugins
In reply to: [Collapse-O-Matic] Not working – Possible clash with different pluginThe question is two weeks old.
I ended up using the superior plugin WP UI – Tabs, Accordions, Sliders.