Tagged: x
-
AuthorPosts
-
March 20, 2017 at 12:24 am #1413229
vikingrulerParticipantHello there.
I have sent two contact forms, as I did not want my concerns about your theme to be in public, and to negatively impact your theme, but I was told to submit a support ticket.
If you cannot assist me, please let me know so that I can request a refund from Envato.
1) I am perplexed with the silly results page layout. Is there a setting that I am missing, or does your Theme default to blog post type of layout, where there are single posts under each other, and not a multiple column layout, as is found in the product category layout?
2) The Product Images section (Woocommerce, Settings, Products, Display), is disabled when I activate your theme. This is a very important part of managing image sizing within Woocommerce.
Please get back to me soon.
Thank you.March 20, 2017 at 6:57 am #1413524
ChristianModeratorHey there,
Thanks for writing in.
1. Regretfully, there is no interface or option to use the masonry layout for search results page. But, you can install the child theme (see https://community.theme.co/kb/how-to-setup-child-themes/ for setup instruction) then copy _index.php located in themes\x\framework\views\global\ to the same folder structure in your child theme themes\x-child\framework\views\global\. Open the copied file and change this block of code:
elseif ( is_search() ) : $condition = false; endif;to
elseif ( is_search() ) : $style = x_get_option( 'x_archive_style' ); $cols = x_get_option( 'x_archive_masonry_columns' ); $condition = true; endif;That will use the setting for the Archive layout in Appearance > Customize > Blog
2. X has its own image size setup for consistency throughout the Stack designs so this WooCommerce setting is disabled. Regretfully, modifying this would require custom development which is outside the scope of our support.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1413229 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
