NaamaGold
Forum Replies Created
-
Forum: Plugins
In reply to: [Pop-up] Not able to launch pop up on websiteThank you. I was cached. When I waited a while and checked again, the code appeared and everything worked.
Forum: Plugins
In reply to: [Pop-up] Not able to launch pop up on websiteWhere should I add it?
Forum: Plugins
In reply to: [Pop-up] Not able to launch pop up on websiteyes
Forum: Plugins
In reply to: [Pop-up] Not able to launch pop up on websiteI went to that page.
I looked for the script on the site but I cant find it in the source code although I have installed the plugin
Forum: Plugins
In reply to: [Bold Page Builder] How to add google analytics events code to buttonThank you but I am not able to see any place to add class in BB Icon Widget. It has icon, title, text, URL, target.
I am in Appearance -> widgets
I am using the most updated Bold Builder Version 2.6.9
Please advise.
Its not listed again today. Whats going on?
Forum: Plugins
In reply to: [Related Posts by Bibblio] Bibblio plugin not showing on all articlesI checked the backend and found that not all my posts had been imported into bibblio.
I found a setting to import all future posts which was set to NO as I thought that meant it would import future scheduled unpublished posts. But apparently I misunderstood. I now set it to yes and all is working.
You should consider renaming the option as it is ambiguous.
Thanks
Thank you so much. I found the page that had that slug. At least now I know what is going on!
In the end we are going to deal with our issue in a different way so I would not need to make the category change at this point.
Thank you for all your great help anyway.
Thanks! yes, I didnt notice it at first but then I notice that error at the top of the page.
I get this error “Please choose a different post type name. yours matches an existing page slug, which can cause conflicts.”
But it cant find where that slug has been used. It is not a category.
This is the code that i added in to the “main popup content”
<!– Begin MailChimp Signup Form –>
<div id=”mc_embed_signup”><form id=”mc-embedded-subscribe-form” class=”validate” action=”//cloudwedge.us8.list-manage.com/subscribe/post?u=4e724ef7fc1d48527740c54c9&id=4907b56783″ method=”post” name=”mc-embedded-subscribe-form” novalidate=”” target=”_blank”>
<div id=”mc_embed_signup_scroll”>
<div class=”indicates-required”><span class=”asterisk”>*</span> indicates required</div>
<div class=”mc-field-group”><label for=”mce-EMAIL”>Email Address <span class=”asterisk”>*</span>
</label>
<input id=”mce-EMAIL” class=”required email” name=”EMAIL” type=”email” value=”” /></div>
<div id=”mce-responses” class=”clear”></div>
<!– real people should not fill this in and expect good things – do not remove this or risk form bot signups–>
<div style=”position: absolute; left: -5000px;”><input tabindex=”-1″ name=”b_4e724ef7fc1d48527740c54c9_4907b56783″ type=”text” value=”” /></div>
<div class=”clear”><input id=”mc-embedded-subscribe” class=”button” name=”subscribe” type=”submit” value=”Subscribe” /></div>
</div>
</form></div>
<!–End mc_embed_signup–>I want people to be able to sign up to my mailchimp list
Thanks so much for your help
Forum: Hacks
In reply to: storing one piece of data for whole post-typeThank you so much! I got it working!
Forum: Hacks
In reply to: storing one piece of data for whole post-typethanks for that!
I have 6 of these individual values, should I still use update_option for each one. They will probably be updated once every 2 months
Thanks jeffparker, I already have them there. If I change the settings to custom it loads my file in the dropdown and the template works fine.
I just cant seem to load it programmatically and override the settings in the admin.
I tried adding this
related_posts(array('template_file'=>'yarpp-template-xxx.php'));
which I found here but the page is not loading my template file but rather the file in settings.
Is there a special way to configure the settings so it wont override this? or is my code wrong?
Surely this is a fairy common need?