taha
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blocksy] The database is growing suspiciouslyHi @janyx,
I just tested a WooCommerce site where I use almost all Blocksy features to see the Blocksy database size and the database size is only 1.3mb uncompressed.
If you have a 20mb increase, it’s worth checking your setup again.
https://i.imgur.com/wG94SAq.jpegForum: Themes and Templates
In reply to: [Blocksy] Don’t lazy load LCPHi @medievalreporter
Have you checked customizer > performance
For more;
https://creativethemes.com/blocksy/docs/general-options/performance/Forum: Themes and Templates
In reply to: [Blocksy] Hide menuHi @ocio132,
You can remove the Trigger element from the header builder (Tablet/Mobile view) or deselect the visibility conditions in the Trigger element settings, for more;
https://creativethemes.com/blocksy/docs/header-elements/trigger/Forum: Themes and Templates
In reply to: [Blocksy] Error message since last updateHi @oaz
Could you please check the plugin with one of the core themes like twentytwentyone to check if it is related to the plugin itself.
Forum: Themes and Templates
In reply to: [Blocksy] Error message since last updateHi @oaz
I am not sure if this is related to child theme or some other custom snippet, can you try with a blank child theme without custom snippets (if you have any);
https://creativethemes.com/blocksy/docs/general/child-theme/Forum: Themes and Templates
In reply to: [Blocksy] Error message since last updateHi @oaz
Can you blank resave the permalinks and check again?
Forum: Themes and Templates
In reply to: [Blocksy] Mobile Usability IssueThe page seems fine on mobile, have you cleared your caches.
BTW you can set mobile settings in customizer, just click the mobile icon at right of each setting.
This tutorial can help better;
https://creativethemes.com/blocksy/video-tutorials/customization/6234/Hi @wordmax you can define your custom shortcodes like;
https://gist.github.com/tdmrhn/856acaae00b149d00534b206d6331fccForum: Themes and Templates
In reply to: [Blocksy] Sidebar not showing on homepageHi @esteembynature you can enable sidebar in;
Customizer > Blog Posts > Sidebar (after enable click on it for select side)https://creativethemes.com/blocksy/docs/post-types/blog-posts/
(under Page Elements & Functionality Options)And for sidebar options;
Customizer > Sidebarhttps://creativethemes.com/blocksy/docs/general-options/sidebar/
Forum: Themes and Templates
In reply to: [Blocksy] Every page has gotten biggerLooks fine on my end, can you check if your browser’s zoom is 100%?
- This reply was modified 2 years, 1 month ago by taha.
Forum: Themes and Templates
In reply to: [Blocksy] account modal popup is cut on signup formHi @prabuddh09
No issues on my end;
https://streamable.com/lu905xForum: Themes and Templates
In reply to: [Blocksy] URL not mobile friendly – wordpressHi @jfan524,
It’ll be fix if you update the Blocksy theme (Appearance > Themes > Blocksy), your version is 1.8.20 and we are using 1.8.36.
Forum: Themes and Templates
In reply to: [Blocksy] How to set product gallery thumbnail size?This filter should work;
add_filter( 'woocommerce_get_image_size_gallery_thumbnail', function ( $size ) { return array( 'width' => 150, 'height' => 150, 'crop' => 1, ); });
Hi @dakini2 I tested with FF it works fine, have you cleared your browsers cache?
Hi @gabriela67 I can see you are limiting posts to “3”, try removing the limit attribute, shortcode will inherit the post count via customizer.