INIwebteam
Forum Replies Created
-
Forum: Plugins
In reply to: [Popups - WordPress Popup] popup not showingI am really confused on what you are trying to tell me to do
Forum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] close buttonok. i will contact theme developers
Forum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] close buttonThe popup is here – https://www.scottsdaleindependent.com/idle/. The close X doesnt work.
Forum: Plugins
In reply to: [Popups - WordPress Popup] popup not showingi put that code in my theme’s functions.php file but the popup doesnt show
Forum: Plugins
In reply to: [Popups - WordPress Popup] popup not showingGreat! I switched back to the theme were were using. popup is active, but its not showing correctly on site – only background shows.
Forum: Plugins
In reply to: [Popups - WordPress Popup] popup not showingits a paid theme
Forum: Plugins
In reply to: [Popups - WordPress Popup] popup not showingyes, its an issue w/ the theme. Any ideas on what might be the problem?
Forum: Plugins
In reply to: [Popups - WordPress Popup] popup not showingF11 is full screen?
the popup works on other websites, but not csctimes.com – only the background shows
Forum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] close buttonits live here – https://www.scottsdaleindependent.com/idle/
Forum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] close buttonit was turned off for audience. but now it is live so i can test.
i also cant get it to only appear on one page. i have it set for only one page in the display settings, but it isnt working correctly – it appears on every page.
Forum: Plugins
In reply to: [Popups - WordPress Popup] popup not showinghow do i find what errors are in my console log?
i didnt change the default position of the popup.
Forum: Plugins
In reply to: [Menu Item Visibility Control] two menus for one websiteConditional Menus plugin does not work any longer
Forum: Plugins
In reply to: [Menu Item Visibility Control] multiple conditionsI found this code in a different comment to show if a parent category, but its for product category. how do i translate it for my custom ‘town’ taxonomy’? I have several child taxonomies of a parent taxonomy and i want menus items to show / hide if posts are in any of the child taxonomies.
has_term( get_terms( array( ‘child_of’ => 69, ‘taxonomy’ => ‘product_cat’, ‘fields’ => ‘names’ ) ), ‘product_cat’ )
Forum: Plugins
In reply to: [Menu Item Visibility Control] multiple conditionsI’ve looked thru these forums, but couldnt find how to hide a menu for certain taxonomies. I found how to hide for pages, but that code doesnt to be working on my site. I am using this currently – ! has_term( ‘camden’, ‘town’ ) || ! is_tax( ‘town’, ‘camden’ ) to try to hide a menu item if the page or post has the town taxonomy of camden. It is not working.
Forum: Plugins
In reply to: [Menu Item Visibility Control] multiple conditionsGreat that worked. Do you you know how to get it to work w/ a custom taxonomy? I’m using this has_term( ‘camden’, ‘town’ ) || is_town( ‘Camden’ ) and it works for the archive and a post that have that taxonomy. but then when i go to my site, the page is blank except for the lines of the menu.