borkk85
Forum Replies Created
-
Hey @mosesmedh,
the issue was actually a “phantom” order with the ID = 0, which shouldn’t even be… In any case I searched for this order in phpmyadmin, all the columns were NULL, not sure how/when this was created, and what caused it, but I deleted it, fixing the syncing issue.
Currently the options are no longer grayed out and are functional. This can be considered as resolved.
Forum: Plugins
In reply to: [LiteSpeed Cache] LiteSpeed works, however fatal error present in debug.logHey @litetim,
There was an issue with Redis object cache(which was causing the fatal error) being enabled in Litespeed, so the hosting support suggested that I switch to Redis Object cache plugin instead for the object caching. Once I disabled redis in litespeed, the issue was resolved.
Not sure why, even though the instructions on their site clearly state that Litespeed can be used…
Forum: Plugins
In reply to: [LiteSpeed Cache] LiteSpeed works, however fatal error present in debug.logI will resolve this issue, since it seems that this was caused by Redis which I resolved with Chemicloud after which the fatal error is no longer an issue.
In any case this is the output:array(6) { ["thumbnail"]=> array(3) { ["width"]=> int(150) ["height"]=> int(150) ["crop"]=> bool(true) } ["medium"]=> array(3) { ["width"]=> int(300) ["height"]=> int(300) ["crop"]=> bool(false) } ["medium_large"]=> array(3) { ["width"]=> int(768) ["height"]=> int(0) ["crop"]=> bool(false) } ["large"]=> array(3) { ["width"]=> int(1024) ["height"]=> int(1024) ["crop"]=> bool(false) } ["1536x1536"]=> array(3) { ["width"]=> int(1536) ["height"]=> int(1536) ["crop"]=> bool(false) } ["2048x2048"]=> array(3) { ["width"]=> int(2048) ["height"]=> int(2048) ["crop"]=> bool(false) } }Hey @femiyb the payment method used is iDEAL but I am unsure if they have SEPA enabled, still waiting on that information, I don’t have access to their Mollie account…
Forum: Plugins
In reply to: [LiteSpeed Cache] LiteSpeed works, however fatal error present in debug.logOn another note, not sure if I can post another question here, of course LS related.
The site is hosted on Chemicloud, so it’s a litespeed server.
However when Guest Mode optimization is enabled, ahrefs crawlers are unable to crawl the site, returning many status 403 errors. When Guest Mode is disabled it works just fine. Ahrefs crawl settings are set to a minimal value of 10 query parameters…. Is there some workaround this, or I need to disable Guest optimization?Forum: Plugins
In reply to: [LiteSpeed Cache] LiteSpeed works, however fatal error present in debug.logThanks for your response. This is what was generated when I submitted the report. Is this not the ID => The LiteSpeed Report number:Β ELLFTVGX
- This reply was modified 7 months, 2 weeks ago by borkk85.
Hey @femiyb,
Thanks for your detailed response.
Yep that clears things up perfectly. This can be considered as resolved.
Hey, thanks for your response. I did try adding SKU, and also adding a Parent as I found those solutions in the forums here, however none of it worked. Maybe my mistake was that I was trying to update instead of fresh import them.
In any case, I exported a fresh csv(which had the same structure) and bulk deleted the products/transients on the test site, attempted to import again and it worked.
This can be considered as resolved.
Forum: Themes and Templates
In reply to: [Astra] Header logo not showing.Hey @bsfaradhy
This has been resolved, thanks for the assistance.
Forum: Developing with WordPress
In reply to: Custom post type pagination issuesHey @bcworkz , so I was able to resolve the issue with a helpful post I found on wordpress.stackexchange by adding this code to filter the main query for that specific CPT into functions.php, and then removed the custom query, and just used the paginate_links(); function, which solved my pagination issue.
add_action( 'pre_get_posts', 'only_3_news_per_page' );
function only_3_news_per_page( \WP_Query $q ) : void {
if ( is_admin() || ! $q->is_main_query() || ! is_post_type_archive( 'news' ) ) {
return;
}
$q->set( 'posts_per_page', 3 );
}hey, thanks for your reply. This is the plugin that is being used.
Hi,
I suppose the toggle button settings can very well be seen from the developer console, in any case here are the images from the settings, the menu builder display and chrome console mobile display.
What do you mean by model number?Settings menu builder chrome console Hi @sumitsanadhya,
Thanks for your response. I will provide you a screenshot from my mobile device where the toggle button is missing, it’s not missing from all devices though, in any case it would be good to display everywhere, and from desktop chrome developer console the problem is the positioning of the toggle…
Hi @rsouzaam,
thanks for noticing that, I did initially tried placing those fields in 1 row, and never changed that. I placed them in 2 rows now and it works fine.
Thanks again for the assistance.
Best regards,
Borko
Forum: Plugins
In reply to: [WooCommerce] woocommerce custom shop-products layout/ double listed productsHi Darla,
I used the same code on the Hello Elementor child theme, where Woocommerce>archive-product.php is added.
This is an image from the Elementor builder…
I have however created a custom shortcode, which works perfectly. In any case I would like to know what could be the cause that prevents the custom layout display.
Part of the logs, it’s more of the same:
2023-08-15T12:36:31+00:00 INFO Regenerating images for attachment ID: 720 2023-08-15T12:36:32+00:00 INFO Regenerating images for attachment ID: 703 2023-08-15T12:36:32+00:00 INFO Regenerating images for attachment ID: 702 2023-08-15T12:36:32+00:00 INFO Regenerating images for attachment ID: 700 2023-08-15T12:36:35+00:00 INFO Regenerating images for attachment ID: 699 2023-08-15T12:36:35+00:00 INFO Regenerating images for attachment ID: 698 2023-08-15T12:36:36+00:00 INFO Regenerating images for attachment ID: 697 2023-08-15T12:36:36+00:00 INFO Regenerating images for attachment ID: 696 2023-08-15T12:36:36+00:00 INFO Regenerating images for attachment ID: 695 2023-08-15T12:36:37+00:00 INFO Regenerating images for attachment ID: 694 2023-08-15T12:36:37+00:00 INFO Regenerating images for attachment ID: 693 2023-08-15T12:36:39+00:00 INFO Regenerating images for attachment ID: 689 2023-08-15T12:36:40+00:00 INFO Regenerating images for attachment ID: 676 2023-08-15T12:36:40+00:00 INFO Regenerating images for attachment ID: 675 2023-08-15T12:36:41+00:00 INFO Regenerating images for attachment ID: 669 2023-08-15T12:36:42+00:00 INFO Regenerating images for attachment ID: 666 2023-08-15T12:36:43+00:00 INFO Regenerating images for attachment ID: 665 2023-08-15T12:36:43+00:00 INFO Regenerating images for attachment ID: 664 2023-08-15T12:36:44+00:00 INFO Regenerating images for attachment ID: 663 2023-08-15T12:36:45+00:00 INFO Regenerating images for attachment ID: 6622023-08-16T01:40:12+00:00 INFO Regenerating images for attachment ID: 179 2023-08-16T01:40:13+00:00 INFO Regenerating images for attachment ID: 178 2023-08-16T05:06:20+00:00 INFO Regenerating images for attachment ID: 177 2023-08-16T05:06:21+00:00 INFO Regenerating images for attachment ID: 163 2023-08-16T05:06:22+00:00 INFO Regenerating images for attachment ID: 162 2023-08-16T05:06:22+00:00 INFO Regenerating images for attachment ID: 161 2023-08-16T05:06:23+00:00 INFO Regenerating images for attachment ID: 160 2023-08-16T05:06:24+00:00 INFO Regenerating images for attachment ID: 159 2023-08-16T09:15:58+00:00 INFO Regenerating images for attachment ID: 158 2023-08-16T09:15:59+00:00 INFO Regenerating images for attachment ID: 157 2023-08-16T09:15:59+00:00 INFO Regenerating images for attachment ID: 156 2023-08-16T09:16:00+00:00 INFO Regenerating images for attachment ID: 155 2023-08-16T09:16:00+00:00 INFO Regenerating images for attachment ID: 154 2023-08-16T09:16:01+00:00 INFO Regenerating images for attachment ID: 153The system report:
### WordPress Environment ### WordPress address (URL): https://5jm.b21.myftpupload.com Site address (URL): https://5jm.b21.myftpupload.com WC Version: 8.0.1 REST API Version: β 8.0.1 WC Blocks Version: β 10.6.5 Action Scheduler Version: β 3.6.1 Log Directory Writable: β WP Version: β 6.2.2 - There is a newer version of WordPress available (6.3) WP Multisite: β WP Memory Limit: 256 MB WP Debug Mode: β WP Cron: β Language: en_US External object cache: β ### Server Environment ### Server Info: Apache PHP Version: 8.0.29 PHP Post Max Size: 100 MB PHP Time Limit: 300 PHP Max Input Vars: 5000 cURL Version: 8.1.2 OpenSSL/1.1.1u SUHOSIN Installed: β MySQL Version: 5.7.26-29-log Max Upload Size: 100 MB Default Timezone is UTC: β fsockopen/cURL: β SoapClient: β DOMDocument: β GZip: β Multibyte String: β Remote Post: β Remote Get: β ### Database ### WC Database Version: 7.2.0 Total Database Size: 36.89MB Database Data Size: 33.98MB Database Index Size: 2.91MB wp_tzh00djtg8_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tzh00djtg8_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_tzh00djtg8_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tzh00djtg8_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_tzh00djtg8_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tzh00djtg8_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_tzh00djtg8_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tzh00djtg8_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_tzh00djtg8_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tzh00djtg8_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_actionscheduler_actions: Data: 0.05MB + Index: 0.11MB + Engine InnoDB wp_tzh00djtg8_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_actionscheduler_logs: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tzh00djtg8_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tzh00djtg8_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB wp_tzh00djtg8_e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_e_submissions: Data: 0.02MB + Index: 0.27MB + Engine InnoDB wp_tzh00djtg8_e_submissions_actions_log: Data: 0.02MB + Index: 0.11MB + Engine InnoDB wp_tzh00djtg8_e_submissions_values: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tzh00djtg8_layerslider: Data: 0.11MB + Index: 0.00MB + Engine InnoDB wp_tzh00djtg8_layerslider_drafts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_layerslider_revisions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_tzh00djtg8_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_options: Data: 6.06MB + Index: 0.08MB + Engine InnoDB wp_tzh00djtg8_postmeta: Data: 21.13MB + Index: 0.25MB + Engine InnoDB wp_tzh00djtg8_posts: Data: 4.52MB + Index: 0.14MB + Engine InnoDB wp_tzh00djtg8_revslider_css: Data: 0.13MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_revslider_css_bkp: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_revslider_layer_animations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_tzh00djtg8_revslider_layer_animations_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_tzh00djtg8_revslider_navigations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_tzh00djtg8_revslider_navigations_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_tzh00djtg8_revslider_sliders: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_revslider_sliders_bkp: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_revslider_slides: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_revslider_slides_bkp: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_revslider_static_slides: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_revslider_static_slides_bkp: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tzh00djtg8_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tzh00djtg8_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tzh00djtg8_usermeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tzh00djtg8_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_tzh00djtg8_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_tzh00djtg8_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_tzh00djtg8_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tzh00djtg8_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tzh00djtg8_wc_orders: Data: 0.02MB + Index: 0.11MB + Engine InnoDB wp_tzh00djtg8_wc_orders_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tzh00djtg8_wc_order_addresses: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_tzh00djtg8_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tzh00djtg8_wc_order_operational_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tzh00djtg8_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_tzh00djtg8_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_tzh00djtg8_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tzh00djtg8_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB wp_tzh00djtg8_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_tzh00djtg8_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_wdi_feeds: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_wdi_themes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_wd_fb_data: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_tzh00djtg8_wd_fb_info: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_tzh00djtg8_wd_fb_option: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_tzh00djtg8_wd_fb_shortcode: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_tzh00djtg8_wd_fb_theme: Data: 0.08MB + Index: 0.00MB + Engine InnoDB wp_tzh00djtg8_wpaas_activity_log: Data: 0.34MB + Index: 0.00MB + Engine InnoDB wp_tzh00djtg8_wpvivid_options: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_yoast_indexable: Data: 0.05MB + Index: 0.09MB + Engine InnoDB wp_tzh00djtg8_yoast_indexable_hierarchy: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_tzh00djtg8_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_tzh00djtg8_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tzh00djtg8_yoast_seo_links: Data: 0.05MB + Index: 0.03MB + Engine InnoDB ### Post Type Counts ### acf-field: 9 acf-field-group: 3 attachment: 239 custom_css: 3 customize_changeset: 157 e-landing-page: 1 elementor_library: 9 faqs: 5 ingredients: 1 layout: 1 maxgallery: 1 nav_menu_item: 16 page: 10 points_image: 1 post: 2 product: 17 revision: 269 slide: 1 template: 16 wp_global_styles: 1 wpcf7_contact_form: 2 ### Security ### Secure connection (HTTPS): β Hide errors from visitors: β ### Active Plugins (17) ### LayerSlider: by Kreatura Media β 7.7.11 Advanced Custom Fields: by WP Engine β 6.2.0 Conditional Fields for Contact Form 7: by Jules Colle β 2.3.10 Contact Form 7: by Takayuki Miyoshi β 5.8 Custom Post Type UI: by WebDevStudios β 1.14.0 Image Hotspot by DevVN: by Le Van Toan β 1.2.2 Yoast Duplicate Post: by Enrico Battocchi & Team Yoast β 4.5 Elementor Beta (Developer Edition): by Elementor.com β 1.1.1 Elementor Pro: by Elementor.com β 3.15.1 Elementor: by Elementor.com β 3.15.2 Slider Revolution: by ThemePunch β 6.6.15 Slick Slider: by Philipp Bammes β 0.5.2 10Web Social Photo Feed: by 10Web β 1.4.35 Extra product options For WooCommerce | Custom Product Addons and Fields: by ThemeHigh β 3.2.1 WooCommerce: by Automattic β 8.0.1 (update to version 8.0.2 is available) Yoast SEO: by Team Yoast β 20.13 WPvivid Backup Plugin: by WPvivid Team β 0.9.89 ### Inactive Plugins (3) ### CF7 Skins for Contact Form 7: by Neil Murray β 2.6.0 Force Regenerate Thumbnails: by Exactly WWW β 2.1.2 Gravity Forms: by Gravity Forms β 2.6.3 ### Dropin Plugins (2) ### db-error.php: db-error.php object-cache.php: object-cache.php ### Must Use Plugins (2) ### Object Cache Pro (MU): by Rhubarb Group β 1.18.2 System Plugin: by β 4.91.2 ### Settings ### API Enabled: β Force SSL: β Currency: MKD (Π΄Π΅Π½) Currency Position: left Thousand Separator: , Decimal Separator: . Number of Decimals: 2 Taxonomies: Product Types: external (external) grouped (grouped) simple (simple) variable (variable) Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog) exclude-from-search (exclude-from-search) featured (featured) outofstock (outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (rated-4) rated-5 (rated-5) Connected to WooCommerce.com: β Enforce Approved Product Download Directories: β HPOS feature screen enabled: β HPOS feature enabled: β Order datastore: WC_Order_Data_Store_CPT HPOS data sync enabled: β ### WC Pages ### Shop base: #165 - /proizvodi/ Cart: β Page ID is set but the page does not exist Checkout: β Page ID is set but the page does not exist My account: β Page ID is set but the page does not exist Terms and conditions: β Page not set ### Theme ### Name: Hello Elementor Child Version: 2.0.0 Author URL: https://elementor.com/ Child Theme: β Parent Theme Name: Hello Elementor Parent Theme Version: 2.8.1 Parent Theme Author URL: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash WooCommerce Support: β ### Templates ### Overrides: hello-child/woocommerce/archive-product.php hello-child/woocommerce/content-product.php ### Admin ### Enabled Features: activity-panels analytics product-block-editor coupons core-profiler customer-effort-score-tracks import-products-task experimental-fashion-sample-products shipping-smart-defaults shipping-setting-tour homescreen marketing mobile-app-banner navigation onboarding onboarding-tasks remote-inbox-notifications remote-free-extensions payment-gateway-suggestions shipping-label-banner subscriptions store-alerts transient-notices woo-mobile-welcome wc-pay-promotion wc-pay-welcome-page Disabled Features: minified-js new-product-management-experience product-variation-management settings async-product-editor-category-field Daily Cron: β Next scheduled: 2023-08-16 00:48:52 +00:00 Options: β Notes: 11 Onboarding: skipped ### Action Scheduler ### Complete: 65 Oldest: 2023-07-16 21:42:03 +0000 Newest: 2023-08-16 20:56:02 +0000 Failed: 1 Oldest: 2023-08-12 14:44:40 +0000 Newest: 2023-08-12 14:44:40 +0000 Pending: 1 Oldest: 2023-08-17 20:56:02 +0000 Newest: 2023-08-17 20:56:02 +0000 ### Status report information ### Generated at: 2023-08-16 21:25:54 +00:00