Forum Replies Created
-
AuthorPosts
-
Hi Nikko
WooCommerce is activated.
Added temporary credentials below.
Thanks
LyseHi Rikard,
Sorry for the late response. I’m traveling and don’t always have access to my work.
The issue is not caused by caching.
A CSS change was made to this file: /wp-content/uploads/dynamic_avia/enfold_child.css that fixes the issue. The same change applied to my other website did not fix the issue there (the file structure differs).
I will provide the exact CSS change as soon as I get it from my developer who sometimes provides me with PHP coding support.
Please keep this ticket open until I provide you with what changed because I should not be making changes to that file as it may get overwritten in an upcoming update to the Enfold parent or child theme.Thank you
LyseTested using incognito and not logged in and the issue goes away when I’m not logged in
OK will try that now…
On my dev environment I deactivated all code snippets and still I have the isssue
LyseHi
I use the same theme on another one of the same client website: https://diyjewellery.com/ and it has the same issue.I have one more client using the Enfold Child theme and it works fine: https://www.herbalhealinginc.com
Thanks
LyseHi Rikard,
I did clear all cache and disabled the WP Rocket. I also tried switching to the Enfold parent theme and the cart displays correctly with the parent these activated.
WooCommerce support responded that the theme may be “causing the lack of cart population further than 3 line items.”
Thank you
LyseHi again,
The checkout page is also affected badly making it impossible for customers to review/placed their order.
Much appreciate someone helping as soon as possible.
Thanks
LyseHi
Seems the issue with the Enfold Child theme and my items show on the PROD site when I default to the Enfold theme.
LyseOctober 11, 2022 at 2:11 am in reply to: Change social share title on blog post without ALB #1368366Hi Nikko
So perfect!
Thank you so much.
LyseOctober 10, 2022 at 11:14 pm in reply to: Change social share title on blog post without ALB #1368351Hi Nikko,
I see it now, but how to I get the IG and YouTube tooltip to use the same text as for FB, Twitter, Pinterest – “Share on Intagram” and “Share on YouTube”?
Thanks
LyseOctober 10, 2022 at 6:34 am in reply to: Change social share title on blog post without ALB #1368203Hi Nikko
Here’s the code snippet
* Use the
“avia social share title”
filter to change title of Social
Share Buttons element
*
**/
3
4
5
6
7
8 add filter(‘avia social share title’
‘new share title’);
9
function new share title() –
10 Soutput
=
‘Share tyhis post on: ‘i
11 return Soutput;
12
}
)I copied from the Emfold documentation
Thanks
LyseJuly 18, 2022 at 3:54 pm in reply to: Show product category description even when there is no products #1358667Hi Mike,
When I choose to look at the visual instead of the HTML, it adds line breaks. I used <br /> to format my table content.
It now looks exactly as I want it.I much appreciated all of your efforts to make this work.
Have a great week.
LyseJuly 17, 2022 at 11:59 pm in reply to: Show product category description even when there is no products #1358631Hi Mike,
When I clicked on the links you provided I saw the description. I added two images to the table for the Gold Attached Bails category and saved the changes. Now the description no longer works.I also wanted the description to show like all of the others I’m created that have products. Here’s a link to an example: https://diyjewellery.com/bails/bails-peg/
Thanks so much for your efforts so far.
LyseJuly 17, 2022 at 9:01 pm in reply to: Show product category description even when there is no products #1358621Hi Mike,
Below are temporary login credentials
Thank you
LyseJuly 17, 2022 at 8:38 pm in reply to: Show product category description even when there is no products #1358617Hi Mike
I don’t think you are on the right category page. You should be on the Gold Attached Bails – this link https://diyjewellery.com/bails/bails-attached/bails-attached-gold/Lyse
July 17, 2022 at 5:13 pm in reply to: Show product category description even when there is no products #1358609HI Mike,
I have added a code snippet to my site to add the shortcode. I then added the shortcode to the following category descriptions but nothing changes even after I cleared all cache including server cache.https://diyjewellery.com/bails/bails-attached/bails-attached-gold/
https://diyjewellery.com/bails/bails-glue-on/bails-glue-on-gold/I don’t use the fullwidth banner options as they don’t perform as expected.
Thank you
LyseJuly 15, 2022 at 4:15 pm in reply to: Show product category description even when there is no products #1358508Hi Ismael,
I replaced the code and uploaded the template file to my Child theme but nothing changed.
see results here: https://diyjewellery.com/bails/bails-glue-on/bails-glue-on-gold/
Thanks
LyseJuly 15, 2022 at 3:19 am in reply to: Show product category description even when there is no products #1358421Hi Ismael,
I’m not a PHP expert, so would need a bit more clarification on how to remove the condition you specify:
<strong>if ( woocommerce_product_loop() ) {</strong> /** * Hook: woocommerce_before_shop_loop. * * @hooked woocommerce_output_all_notices - 10 * @hooked woocommerce_result_count - 20 * @hooked woocommerce_catalog_ordering - 30 */ do_action( 'woocommerce_before_shop_loop' ); woocommerce_product_loop_start(); if ( wc_get_loop_prop( 'total' ) ) { while ( have_posts() ) { the_post(); /** * Hook: woocommerce_shop_loop. */ do_action( 'woocommerce_shop_loop' ); wc_get_template_part( 'content', 'product' ); } } woocommerce_product_loop_end(); /** * Hook: woocommerce_after_shop_loop. * * @hooked woocommerce_pagination - 10 */ do_action( 'woocommerce_after_shop_loop' ); } <strong>else { /** * Hook: woocommerce_no_products_found. * * @hooked wc_no_products_found - 10 */ do_action( 'woocommerce_no_products_found' ); }</strong>
So do I delete the what’s in bold here?
Thanks
LyseHi Rikard,
I see the change now.
Thank you
LyseHi Rikard,
I still see these: https://snipboard.io/Yaus6L.jpg
LyseHi Rikard,
Here’s my own thread: https://kriesi.at/support/topic/testimonials-navigation-arrows/#post-1356750
Thank you
LyseHi Ismael,
I disabled WP Rocket plugin, I also cleared all cache including server cache and still the problem exists.
Thank you
LyseHi
I have the same issue on two of my websites where the same issue is happening after I updated the Enfold theme.
Here’s a link on a page where I have testimonials (right below the FAQs): https://silviafindings.com/faqs
Looking for a solution I can apply on my websites.
Thanks
LyseHi Ismael,
Thank you so much for all of your efforts. I’m happy with the results. I will will get back in touch with the product filter plugin developer to have them work on the issue now that I have the pagination working as expected.
LyseHi Ismael,
I have replace the the config.php file with the latest Enfold one leaving the comment lines:
remove_action( ‘woocommerce_pagination’, ‘woocommerce_catalog_ordering’, 20 );
// remove frollowing code to re-enable the default WC pagination in the product shortcode
// remove_action( ‘woocommerce_pagination’, ‘woocommerce_pagination’, 10 );
// remove_action( ‘woocommerce_before_single_product’, array($woocommerce, ‘show_messages’), 10);I have added the CSS in the Enfold General Settngs as follows so the page numbering looks like the WooCommerce styling:
nav.woocommerce-pagination ul li {
float: left;
height: 35px;
width: 35px;
line-height: 35px;
text-align: center;
padding: 0px;
border-radius: 100px;
margin-right: -5px;
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
font-weight: bold;
background: #f8f8f8;
display: inline;
}1) On the product category pages, ie. https://diyjewellery.com/settings/settings-rings/ I get two paginations.
2) On the custom pages, ie. https://diyjewellery.com/ring-settings/ I get on the added pagination but it does not work. If I go to page 2, it stays on page 1. Why do I get “…” after page 4? Pagination obviously does not work.Thank you for your patience while trying to make this work.
Hi Ismael,
I removed the commented lines (367-369) in the WC config.php file. I’ve cleared all caches at the server level as well as cache pages (WP Rocket) and I still see the wrong pagination. Here’s what’s the config.php:
//remove woo defaults
remove_action( ‘woocommerce_sidebar’, ‘woocommerce_get_sidebar’, 10);
remove_action( ‘woocommerce_before_main_content’, ‘woocommerce_output_content_wrapper’, 10);
remove_action( ‘woocommerce_after_main_content’, ‘woocommerce_output_content_wrapper_end’, 10);
remove_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’, 10);
remove_action( ‘woocommerce_before_main_content’, ‘woocommerce_breadcrumb’, 20, 0);
remove_action( ‘woocommerce_pagination’, ‘woocommerce_pagination’, 10 );
remove_action( ‘woocommerce_before_single_product’, array($woocommerce, ‘show_messages’), 10);Here’s what I have added to the Code Snippets plugin that includes all IDs of of the custom pages and it does not work:
add_action( ‘after_setup_theme’, function() {
if( ! is_product_category() && is_page( array(18795, 18804, 18807, 18801, 18798, 18791, 18793, 18788) ) ) {
//add woo pagination back on custom pages
add_action( ‘woocommerce_after_shop_loop’, ‘woocommerce_pagination’, 10 );
}
}, 10);Thanks
LyseHi Ismael,
I was sprecific in saying that I could not get WooCommerce pagination to work on pages I created. (It already works on the WC category pages).
Example pages:etc.
These are pages I created in order to add the product filters shown here: https://snipboard.io/a8tGDq.jpgSo sorry for the confusion.
Thanks
LyseHi Ismael
The pagination on the product category pages is already working, so the editing you’ve done messes that up and is not required there. The issue is when I use the shortcode on a “page” where I use filters, like this one: https://diyjewellery.com/ring-settings/
Thanks
LyseSee below
Hi Ismael
-
AuthorPosts