Forum Replies Created
-
AuthorPosts
-
Thank you so much, I really appreciate you going above and beyond to find the issue.
Hi, FTP credentials below
Here is the link
Hi Sorry for the delay, i have attached it:
December 23, 2019 at 8:07 pm in reply to: 2 and 3 column not mobile responsive with fullwidth featured slider #1168805Feel free to take over. I’ve saved my work.
Thanks.
December 23, 2019 at 9:50 am in reply to: 2 and 3 column not mobile responsive with fullwidth featured slider #1168681So, i’ve removed the grid row and now it looks great on mobile, but now it’s showing up as one column on everything above portrait smartphone as well.
See attached screenshot: https://photos.app.goo.gl/B9Cs4CTFikDZWTZj6Thanks,
J- This reply was modified 4 years, 11 months ago by IdeaZone2550.
December 22, 2019 at 1:20 am in reply to: 2 and 3 column not mobile responsive with fullwidth featured slider #1168539Hi there,
I’d like both the two column row and the three column rows to break into one column. Currently the stay in line and smush really small. I’s like them to break into one image and text below so you can see the image and read the text. I’ve screenshot the row behaviour on mobile phone:
https://photos.app.goo.gl/YXWEiaLfNKVTvTer6June 17, 2019 at 6:48 pm in reply to: Force product title to use H1 tag when using Advanced Layout Builder #1111119Hi there, here is a link to a product using the ALB: https://ruffell-brown.com/product/hunter-douglas/
As you can see, the title bar only contains a tag and not <h1>.
Danielle
March 18, 2019 at 7:24 pm in reply to: Blog grid displaying in random order when WooCommerce is activated #1080027Hi, If I use a Blog Posts element set to Blog Posts without specifying categories, it does work as expected; however, there are a bunch of categories we don’t want to show in the blog grid.
Attached :)
Hello, the temporary login url is attached.
Thanks!March 12, 2019 at 7:47 pm in reply to: Blog grid displaying in random order when WooCommerce is activated #1077927Hi Basilis,
Thanks for your response. The site has now been launched at https://ruffell-brown.com/
You can see the blog grid here: https://ruffell-brown.com/blog/
Note the Random order.
We are using this function to allow default blog post categories to be applied to Products:
function add_wp_taxonomy_to_cpt() { register_taxonomy_for_object_type( 'category', 'product' ); } add_action( 'init', 'add_wp_taxonomy_to_cpt' );
This way, you can tag a blog post as “sheer blinds” and a product as “sheer blinds” as well under the same shared taxonomy. This function appears to affect only the blog grid using a category filter, making it appear in random order.
We have been using this method for several years, but only very recently is it affecting this blog display.
I hope this is clear.
Thanks,
Danielle
March 7, 2019 at 2:22 am in reply to: Blog grid displaying in random order when WooCommerce is activated #1075722In this case, we are sharing the default post categories with products.
March 1, 2019 at 10:58 pm in reply to: Blog grid displaying in random order when WooCommerce is activated #1073436Thanks for the reply. I did as suggested and the problem disappeared, so I tried turning on the plugins one by one again. The culprit was Toolset Types. I was using this plugin to add the default Category taxonomy to WooCommerce products – they need to have a shared taxonomy with Blog posts. So I disabled the plugin and added this code to my theme:
function add_wp_taxonomy_to_cpt() { register_taxonomy_for_object_type( 'category', 'product' ); } add_action( 'init', 'add_wp_taxonomy_to_cpt' );
Now only WooCommerce is activiated and the problem still exists. It appears to be related to sharing the default post category with products. This is a new problem – any help would be appreciated!
Thanks,
Danielle
February 26, 2019 at 10:59 pm in reply to: Blog grid displaying in random order when WooCommerce is activated #1072020Just to follow up I have tried using this code in my child theme’s functions.php file and it does not work:
add_filter('avia_blog_post_query', 'avia_modify_post_grid_query_desc'); function avia_modify_post_grid_query_desc( $query ) { $query['orderby'] = 'date'; $query['order'] = 'DESC'; return $query; }
June 25, 2015 at 9:48 pm in reply to: Icons won't display on some computers on home page only #464701Hi,
Is it possible that an ad blocker or some other software on the client’s computer is causing these fonts to not load?
June 24, 2015 at 7:52 pm in reply to: Icons won't display on some computers on home page only #464288This does not fix the issue. The icons have always displayed correctly on inside pages, just not on the home page (sorry I should have mentioned this previously). That would suggest that it is not a CORS issue.
June 24, 2015 at 6:22 pm in reply to: Icons won't display on some computers on home page only #464247Hi,
See the private content.
This seems to happen on only my client’s computers.
June 24, 2015 at 6:08 pm in reply to: Icons won't display on some computers on home page only #464238Thanks for that! I was able to patch the plugin to make it all work again.
Support here rocks.
Thanks,
Danielle
Hi, yes, this has been tried and did not solve the problem. Thanks
-
AuthorPosts