cgaybba
Forum Replies Created
-
Forum: Plugins
In reply to: [Page-list] shortcodes do not workI have the same problem. When I add [siblings] to a text widget the page with the widget will not show the siblings but shows the short code code.
I’m using Headway Themes and adding the short code to a “custom block” it will show the siblings.
I can’t always create a custom block and need to get it to work in a text widget in WordPress:
URL: https://bandit.netfirst.co.za/hand-fed-chippers/intimidator-12xp
Forum: Hacks
In reply to: Google Ajax jQuery wp_enqueue_script on plugin not workingAfter looking around I came upon the following and it seems to sort out my problem:
if (!is_admin()) { wp_enqueue_script('jquery-custom-injection', 'https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js', __FILE__, '2.1.3', 0 ); };
Is this the correct way to do this?
Plugin file:
// enqueue Google Ajax jQuery file only on front-end and not in wp-admin if (!is_admin()) { wp_enqueue_script('jquery-custom-injection', 'https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js', __FILE__, '2.1.3', 0 ); }; // registering core Javascript files wp_enqueue_script('airport-codes-styles', plugins_url('/css/airports.css', __FILE__), '1.0.0', true ); wp_enqueue_script('airport-codes', plugins_url('/js/airports.js', __FILE__), '1.0.0', 1 ); wp_enqueue_script('airport-autocomplete-method', plugins_url('/js/method.js', __FILE__), '1.0.0', 1 ); wp_enqueue_script('jquery-autocomplete', plugins_url('/js/jquery.autocomplete.js', __FILE__), '1.0.0', 1 );
Forum: Plugins
In reply to: [Yoast SEO] Removing Parent Category from breadcrumbs WordPress SEO by YoastHi kemio
I’m using Woocommerce and my breadcrumbs on my product page looks like this:
Home / Products / Product Category / ProductI want to remove the “Products /” part from the breadcrumbs so that it displays like this:
Home / Product Category / ProductOr at least like this:
Home / Shop / Product Category / ProductCurrently the “Products” links redirects to mysite.com/shop therefore I would like it removed or the link renamed to “Shop”
Do you know how to do it?
Forum: Plugins
In reply to: [Yoast SEO] How to remove a CRUMB from the breadcrumbs?I also have the same problem.
I would like 1 of 2 options:
1: The “Products” crumb link to rename to “Shop” or
2: Entirely deleted from breadcrumbsThe “Product” is confusing and I’m scared it is bad for SEO.
Forum: Plugins
In reply to: [Client Scroller Widget] Client logos next to each otherGot the same problem. I wonder how it could have been given 5 stars if this plugin does not do what it wants.
I have the same problem using English and a custom language (AFR). Seems to me that Flexi Pages has some setbacks.
Anyone know of another plugin that can do the same job but work with WPML?
I have the same problem. I want to use the plugin as a history timeline and need the dates to go back to 1835.
If someone can help with this problem.