jpenther
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] Homepage looking for non existing css filesSo I checked the functions.php and found that Neve Child loads most of the files. I removed the loading function:
if ( ! function_exists( 'neve_child_load_css' ) ): //Load CSS file. function neve_child_load_css() { wp_enqueue_style( 'neve-child-style', trailingslashit( get_stylesheet_directory_uri() ) . 'style.css', array( 'neve-style' ), NEVE_VERSION ); wp_enqueue_style( 'neve-child-style-rtl', trailingslashit( get_stylesheet_directory_uri() ) . 'style-rtl.css', array( 'neve-style' ), NEVE_VERSION ); wp_enqueue_style( 'neve-child-style-rtl.min', trailingslashit( get_stylesheet_directory_uri() ) . 'style-rtl.min.css', array( 'neve-style' ), NEVE_VERSION ); wp_enqueue_style( 'neve-child-style.min', trailingslashit( get_stylesheet_directory_uri() ) . 'style.min.css', array( 'neve-style' ), NEVE_VERSION ); } endif; add_action( 'wp_enqueue_scripts', 'neve_child_load_css', 20 );
and was left with just one missing file:
style.cssstyle.css?ver=5.8.1
Does Neve load more styles anywhere else, I realy want to get rid of the last one?
Regards
JesperForum: Themes and Templates
In reply to: [Storefront] Link to product page extends pictureHi Thu P,
Thanks for taking time to help me.Heres a link to the first question, klick here. The blue overlay is the link extending the link “object” to the right.
Here’s the link to second question, klick here. The blue overlay in this picture represent the area(
<li>
) that I want to expand when a swatch(the small round picture under the big picture) has been klicked.Hi @tomaszwp
Is there plans on making it possible to show it on other pages so it looks like this one:
https://tusenochenknopp.se/produkt-kategori/varumarken/anne-black/?Jesper
Hello @tomaszwp
My bad, I works. The problem was(is) that the button didn’t(don’t) change so the customer understand how to make a choice. I need to write it in the description of the product to make the customer klick on the text to got to the next page to make the choice.
Is there a posibility to put the “options” on the page where all the products are listed. On this page, https://rotellaskok.se/, scroll down to the products “M?ndag”, “Tisdag” and so on.Regards Jesper