bolus150
Forum Replies Created
-
Forum: Plugins
In reply to: [Premium Blocks - Gutenberg Blocks for WordPress] Plan to remove jQueryThis is exactly what I meant.
Do you have a plan to create a slider with a query loop? It would be great to create something?that would use patternsForum: Plugins
In reply to: [Premium Blocks - Gutenberg Blocks for WordPress] Plan to remove jQueryHi @leap13,
First, it needs?2 Accordion and Content Switcher blocks.
Are you able to start with this?
Thanks,
KarolForum: Plugins
In reply to: [PayPal Plus for WooCommerce] Error -1Hi,
I will try to make a test version, although it will not be Gor, because the production is over 30 GB. Nothing was buried in the endpoints. Do you have any other problems that could be?
Forum: Plugins
In reply to: [PayPal Plus for WooCommerce] Error -1Unfortunately I cannot do this. The store is live. I have already limited the plugs that are not needed. They are only required. This isn’t always the case, just every 10/15 order. The problem is that this has been going on for several months. I thought it was PayPal’s fault, but today it happened to me. Interestingly, how I refreshed this page – I got a message that something went wrong. The money was withdrawn from the account after refreshing and the status changed to “In progress”
Forum: Plugins
In reply to: [CF7 Google Sheets Connector] Fatal ErrorThe latest version may require 7.3.x. Version 3.0.34 is installed here. PHP version 5.4.45
Forum: Plugins
In reply to: [CF7 Google Sheets Connector] Fatal Error@westerndeal I didn’t get FTP access from the client. That’s why I can’t turn on the debugger
Forum: Plugins
In reply to: [CF7 Google Sheets Connector] Fatal ErrorHello @westerndeal,
the error https://snipboard.io/zLrmNZ.jpg still occurs.
IMO, the PHP version plays the roles here. For me it is probably not 7. This error is probably also related to the fact that you write in the version above 7.
Forum: Plugins
In reply to: [CF7 Google Sheets Connector] Fatal ErrorHello @westerndeal,
look please: https://snipboard.io/MfRYIA.jpg
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Remove all filters in areaThanks for the answer!
Is it possible to do that the reset was only at the section?
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Preloaded_amount it works?$the_query = new WP_Query(
array(
‘post_type’ => ‘post’,
‘post_status’ => ‘publish’,
‘paged’ => get_query_var(‘paged’),
‘posts_per_page’ => get_option( ‘posts_per_page’ ),
)
);if ($the_query->have_posts()) {
while ($the_query->have_posts()) {
$the_query->the_post();
get_template_part( ‘content/content’, ‘wpis’ );
}echo do_shortcode(‘[ajax_load_more]’);
} else {
echo __(“No posts”);
}
I have this code, but button don’t workingForum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Preloaded_amount it works?I understand that there is no free solution?
Dzi?kuje Ci bardzo ??
Forum: Plugins
In reply to: [WP Fast Total Search - The Power of Indexed Search] Search only postmetaOf course, [email protected]
Forum: Plugins
In reply to: [WP Fast Total Search - The Power of Indexed Search] Search only postmetaDo you have any idea to solve this?
Forum: Plugins
In reply to: [WP Fast Total Search - The Power of Indexed Search] Search only postmetaHi, my host does not allow setting such values. Do you have another idea?