OptimalC
Forum Replies Created
-
Can you also make it possible to add/remove/append categories?
Can you share a page that describes a tutorial about how to implement this? We have no problem in buying the Pro version, but we want to understand how to implement the solution.
Our use case is to create a universal webinar registration form where the playback link is placed on the registration page. What field can we place on the webinar registration page that will contain the playback URL?
for itemtype=https://schema.org/Physician>, the testing tool says the image is not present. However, we have selected a default logo within WPSSO.
https://www.totalspineandsportscare.com/
- This reply was modified 6 years, 11 months ago by OptimalC.
Forum: Plugins
In reply to: [ContentCalendar] Error When Validating APII uninstalled the plug-in, then reinstalled (and purged the page cache. Same error. I created a new account (and a new API key). Same error. I suspect there is something unusual in my WP installation. I will create a temporary admin account and send it to you via PM.
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Top Bar Not Showing UpThanks. Can your plug-in (does your plug-in) support multiple image banners? Perhaps serving up a new ad banner every “nth” visitor?
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Top Bar Not Showing Upyes, i believe that did the trick. It’s showing up now.
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Top Bar Not Showing UpSure…how can I send you a pm?
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Top Bar Not Showing UpIt it will help, here’s the current jQuery comment set from the functions.php:
<?php function load_js() { if (!is_admin()) { wp_deregister_script('jquery'); // load the local copy of jQuery in the footer wp_register_script('jquery', '/wp-includes/js/jquery/jquery.js', false, '1.3.2', true); wp_enqueue_script('jquery'); // load JS files wp_enqueue_script('selectbox', get_childTheme_url() . '/js/jquery.selectbox-0.5.js', array('jquery',), '0.5', true); wp_enqueue_script('easing', get_childTheme_url() . '/js/jquery.easing.1.3.js', array('jquery'), '1.3', true); wp_enqueue_script('bxslider', get_childTheme_url() . '/js/jquery.bxSlider.min.js', array('jquery', 'easing'), '1.0', true); wp_enqueue_script('custom', get_childTheme_url() . '/js/custom.js', array('jquery', 'bxslider', 'easing'), '1.0', true); } }Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Top Bar Not Showing UpYes, I looked at the FAQ. The debug page only suggests to individually test and remove CSS; that’s both impractical and not what I think is the central issue.
TopBar is activated and is showing a preview.
I cleared caching (several times).
TopBar showed up once, then stopped.
Could this be the culprit: If it finds a cookie and the cookie value matches the Cookie Value setting, it prevents the TopBar from showing.
“If you change the Cookie Value to something new, the TopBar will show up again. This is useful if you want to force the TopBar to show on new content. Make sure to select something you haven’t used before. A good idea is to increment the value by one every time you want to force the TopBar to show.”
While testing the plug in – and closing it manually – could I have changed the cookie value to prevent future loading?
How does one change the cookie value? It is not clear that this is a function within the plugin.
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Top Bar Not Showing UpSame problem for me I’m afraid…
Using v. 3.06. The pop-up shows great in preview, but is totally gone from site. Could this be a cookie-persistence issue?
Forum: Plugins
In reply to: [oik] [Plugin: oik] Parse error: syntax error, unexpected T_STRINGError code on line 276 refers to: bw_add_shortcode( ‘ediv, ‘bw_ediv’ );