Robert
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] Storefront Hamburger Menu “shm-close”I found a solution with:
.storefront-hamburger-menu-active .shm-close {
background-color: #ffffff;
}Forum: Themes and Templates
In reply to: [Storefront] Storefront Hamburger Menu “shm-close”Or if its possible to just change the background color of that buttom to white.
Forum: Plugins
In reply to: [Facebook for WooCommerce] Delay JS@pankajkmr Thank you for the reply. Your trouble shooting post doesn’t help me since Im using probably the best hosting service you can get and it’s pretty much optimized as much is it can.
I only wanted to check if it was possible somehow to just delay at least one of these since its ads over 110.6 KiB and 150 KiB total.
I can delay these with Delay JS from WP-rocket addon etc, but its not optimal for just try delay Facebook JS.
Forum: Plugins
In reply to: [EAN Barcode Generator for WooCommerce: UPC, ISBN & GTIN Inventory] PHP 8@algoritmika Weehoo! After i update the plugin I cant see any more errors ??
Thank you alot, will defently buy the premium!Have a nice weekend! ??
Forum: Themes and Templates
In reply to: [Storefront] Category title and description on page 2,3,4Thank you for the help, it works perfectly fine except the filtering code not working using (shortcode) block. Will look into that tomorrow and see if I can get that to work. ????
Thanks again,
@slash1andy @nagdy @stuartduffForum: Themes and Templates
In reply to: [Storefront] Category title and description on page 2,3,4This code is working great, but is it possible to make this work on the “main” shop page aswell, where I showing all of my products and it has like 9 pages. I also using filtering for that one and would like to have the description and filter to follow all the pages.
Thanks a lot ??
Forum: Themes and Templates
In reply to: [Storefront] Category title and description on page 2,3,4Thanks for the quick reply @stuartduff I will try this later tonight, if it’s work i mark this thread as closed. The main reason i want this, is because im using products filter under the category description so i want that to be followed on all pages. Thanks alot ??
Forum: Themes and Templates
In reply to: [Storefront] Center Pagination@thup90 Thank you for the reply.
I don’t want to share the system report for some couple of reasons, I hope you don’t mind.I have pagination almost on every product pages, like this for an example:
https://minidesign.se/produkter/outlet/I want to hide the pagination on top of the page and only have it showing at the bottom of the page, and also centered. I have tried plenty CSS variant but none of them have made any effect on the paginations. I have also tried to make them bigger and with another background color.
Any idea or suggestions?
Appreciate it.Forum: Themes and Templates
In reply to: [Storefront] Center PaginationThe site is https://minidesign.se
I also would like to fix so the pagination doesn’t show on top only at the buttom.
Would appreciate any help.I have tried something like:
`.woocommerce nav.woocommerce-pagination ul li {
border-right: 1px solid #ffffff;
background: white !important;
}
.page-numbers {
background-color: #ffffff;
border: 1px solid #ffffff !important;
}
.woocommerce-pagination .page-numbers a:link, .woocommerce-pagination .page-numbers a:visited {
display: block !important;
background: #77a464 !important;
color: #363636 !important;
padding: 10px 19px !important;
}
.woocommerce-pagination .page-numbers .current, .woocommerce-pagination .page-numbers li a:hover {
padding: 10px 19px !important;
}This is just an example I found, haven’t got it to work.
- This reply was modified 3 years, 2 months ago by Robert.
Forum: Plugins
In reply to: [Gutenberg Blocks Library & Toolkit - Editor Plus] Conflict with RankMathI can confirm that it works without any issue now! Thanks alot and sorry for a late reply.
Forum: Plugins
In reply to: [Gutenberg Blocks Library & Toolkit - Editor Plus] Conflict with RankMath@munirkamal any update of the problem? ??
Forum: Themes and Templates
In reply to: [Storefront] Text below all products in Shop pageI was able to solve it with code below.
`add_action( ‘woocommerce_after_main_content’, ‘after_main_content’, 1 );
function after_main_content() {
if( is_shop() )Thanks @riaanknoetze – I have been posting in that forum now, my fault.
Forum: Themes and Templates
In reply to: [Storefront] some onsale badge disappearsGot it work by adding follwing code:
remove_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_sale_flash'); add_action('woocommerce_single_product_summary','woocommerce_show_product_sale_flash');
I think it was StoreCustomizer plugin who did something with the overlay by adding some code.
Forum: Themes and Templates
In reply to: [Storefront] Bold Product TitleThanks @battouly I know how the child themes work and the specific CSS code you provided, I have looked on the site you posted about HTML tags, but i still cant understand how i can make it to work with wordpress on just the first words in the product title for my page.
Any chance you could put me in an easier position? Im pretty new to CSS and html and just know the basics so far.
Hope you had an good christmas! ??