neilgee
Forum Replies Created
-
Ended up being a theme JS error
Pretty poor for a 3+ million plugin
Forum: Plugins
In reply to: [User Role Editor] PHP Fatal errorHi Vladimir, yes you are correct – I manually deleted old plugin, new update works fine.
ThanksOk Niklas no worries have sent an email.
Let me know if you need a copy of it for testing purpose.
Hi Niklas,
This is the plugin causing the issue: WooCommerce Xero
https://woocommerce.com/products/xero/
Regards
Forum: Plugins
In reply to: [Afterpay Gateway for WooCommerce] Firing cron by schedule…Ok that’s good to know – thanks
OK I see that is also the case
Thanks for the response, does this also apply to the width and height conditions?
I think the weight is the total sum of items in the cart?
Forum: Plugins
In reply to: [VenoBox Lightbox] Not work after Load More posts on Beaver BuilderI see you are using FacetWP – have you enabled the option for it in Venobox settings?
Forum: Plugins
In reply to: [VenoBox Lightbox] Different galleries are unintentionally merged into oneHi,
Yes it is because of data-gall attribute.Couple of ways around, you can do shortcodes like:
Gallery One [gallery link="file" ids="1725,1724,1723"] Gallery Two [gallery link="file" ids="1848,1847,1846"]
Example – https://themes.wpbeaches.com/venobox/multiple-galleries-on-a-page/
Or manipulate data-gall attributes (I haven’t tested this in a while) – https://themes.wpbeaches.com/venobox/add-data-attribute-wordpress-gallery-via-php/
Also Beaver Builder allows for attribute manipulation too.
- This reply was modified 3 years, 2 months ago by neilgee.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Bricksbuilder compatibilityI can send the code if you were to give me a contact option – if not no big deal.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Bricksbuilder compatibilityHi Mikko, the Search template is:
<?php namespace Bricks; get_header(); $data = Database::get_template_data( 'search' ); if ( is_array( $data ) ) { // Template content echo '<main id="bricks-content-wrapper" class="bricks-content-wrapper">'; echo Frontend::render_data( $data, get_the_ID(), 'content', true ); echo '</main>'; } else { // Default content echo '<div class="bricks-archive-title-wrapper bricks-container">'; echo '<h1 class="title">' . esc_html__( 'Search results for:', 'bricks' ) . ' ' . get_search_query() . '</h1>'; echo '</div>'; include( locate_template( 'template-parts/content.php' ) ); } get_footer();
`
I could give you access to a dev site if you are interested.- This reply was modified 3 years, 4 months ago by neilgee.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Menu not displayedThe desktop menu has to be present on the page to be substituted to SlickNav, if it’s not present you could add it and hide it.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Private Notes OnlyPerfect – thanks!