fourgood
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] No background image since newest updateForum: Plugins
In reply to: [Page Builder by SiteOrigin] No background image since newest updateIts this page: https://prettynormal.de/models-finden/
The row is all grey, right at the top.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] the yith wishlist not adding some productsI had the same problem. Mostly newer added products (added to the shop) were not shown.
“…you can add it, within other functions” – Does that mean to put the function INSIDE the function on line 380, or ABOVE it ?
I tried both, but it doesnt work either.no its still not working for me. Now I have taken the JS from the unminified folder. (Don’t know if I have done that before)
BUT its still the same.Maybe someone can shar the two altered files, so that I can check if I did something wrong?
If i rename the js file to “wishlist.js” ->clicking the heart icon that is overlayed on an item, just reloads the shop page. Nothing happens.
(why should i even rename this file? than it does not override the “old” file)If i leave the name “jquery.yith-wcwl.js”, then the heart moves to the left if I click it, and some text is visible (“Remove from wishlist”).
When clicking that, the wishlist opens, instead of removing the item from the list.
After coming back to the shop page, the hearts on the items I added are black, but the text is gone.Hope this is understandable.
Thanks for your support!
Yes,i will write it down. Actually i already written it here, but somehow the post wss deleted.
Sorry, but this tutorial is not working.
Forum: Plugins
In reply to: [WooCommerce] woocommerce_default_catalog_orderbythis seems the solution:
session_start(); add_filter( 'woocommerce_default_catalog_orderby_options', 'custom_woocommerce_catalog_orderby' ); add_filter( 'woocommerce_catalog_orderby', 'custom_woocommerce_catalog_orderby' ); function custom_woocommerce_catalog_orderby( $sortby ) { // Get seed from session variable if it exists $seed = false; if( isset( $_SESSION['seed'] ) ) { $seed = $_SESSION['seed']; } // Set new seed if none exists if ( ! $seed ) { $seed = rand(); $_SESSION['seed'] = $seed; } // Update ORDER BY clause to use seed $sortby = 'RAND(' . $seed . ')'; return $sortby; }
Forum: Plugins
In reply to: [WooCommerce] woocommerce_default_catalog_orderbyso, is there a way to show random products, distributed over all pages. So that there wont be any duplicates?
Forum: Plugins
In reply to: [WooCommerce] woocommerce_default_catalog_orderbyso, is there a way to show random products, distributed over all pages. So that there wont be any duplicates?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Wishlists for unauthenticated users email sharing*PUSH*
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Edit shared wishlistOr maybe insert an edit button at the shared list, and put all the items to my own list, than add/delete, and than share it back
Forum: Fixing WordPress
In reply to: Nav Menu Hide Emptyany progress on this? i have been searching the last 3 hours to find a solution.