kartus
Forum Replies Created
-
Hello.
Those OG’s you posted are the general OGs for my shop.
I want a specific category to have a specific OGs. The problem is that i’m redirecting all the categories to a custom slugs.
For example, the default http://www.daosbg.com/category/dailyoffer
Becomes https://daosbg.com/catalogue/swoof/product_cat-dailyoffer/
And because of this redirection, the OG’s I set from edit category inside the admin dashboard, do not affect the new redirected slug.
When I post the redirected slug in Facebook, I get the OGs for https://daosbg.com/catalogue, which are the ones you mentioned.
Its ignoring the rest of the URL. When I tried to custom add the desired OGs, they are shown inside the page source, but Facebook ignores them.Note, I tried to remove the OG in general. Still failed to do it.
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] Collapsed by defaultHello. This is no longer needed. Would be nice if you add it as a standard option tho.
I have another problem with the plug-in, but I will start a new thread.………..
Ok, I’m dumb. Sorry for the waste of time.
Missed that.
Thanks a lot!Forum: Plugins
In reply to: [YMC Filter] Title CSSNever mind. I’m braindead… Found the css div…. Sorry for the waste of time :D.
Still if someone else somehow ends up on this thread, the css div for the title is:.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .titleForum: Plugins
In reply to: [Post Types Order] Post reordering doesn’t workWell, in the entire file class-wp-quiery,php, mention on this thread, there isn’t a single loop. The world while is used only once and it is for a comment…
Forum: Plugins
In reply to: [Post Types Order] Post reordering doesn’t workHello.
See if the front query actually run a standard WordPress Query and not interacting directly with the database.
How can I do that?Forum: Plugins
In reply to: [Post Types Order] Post reordering doesn’t workUpdate:
Just tested a php code which I got from another forum, and implemented using WPCode, which also didn’t work// Function to modify default WordPress queryfunctionwpb_custom_query($query) {// Make sure we only modify the main query on the homepageif($query->is_main_query() && ! is_admin() &&$query->is_home() ) {// Set parameters to modify the query$query->set('orderby','rand');}}// Hook our custom query function to the pre_get_postsadd_action('pre_get_posts','wpb_custom_query');Forum: Plugins
In reply to: [MDTF - Meta Data and Taxonomies Filter] Remove archive for categoryGreetings.
Thank you for the reply.
I can’t provide the link right now.
My site is live and it is already known by some of my customers. Since it is not ready it is with a “Under construction” front page. I will finish it in the next few days. I will open it to the public with the issue unresolved and i will post the link here.
Thanks in advance!Forum: Plugins
In reply to: [MDTF - Meta Data and Taxonomies Filter] Reset moving to front pageOMG….
I spent 30 minutes checking the settings page and somehow I missed that.
Yep, now it works properly.
Thanks a lot, and sorry for the total waste of time…Forum: Everything else WordPress
In reply to: Suggestion for a warehouse pluginFrom what I see, most of them are like add-ons for WooCommerce, which I don’t use.
Turns out that i managed to make it happen, in google chrome only. Does not work in firefox…
Forum: Fixing WordPress
In reply to: Cookies are blocked due to unexpected output.Well I fixed it in the non-professional way. I made a backup file with WP clone before i started updating in the morning. I made a subdomain on which I used the backup to recreate my site from the morning. Than I deleted my original site on my domain. After that I copied the backup file (again) on the fresh installation on the new main domain :D. If I knew what I was doing from the start it was going to take me only 5 minutes. Now i decided that I will create a new backup file after every time I make a lot of changes 🙂 Hail WP clone and still, thank you for the reply.
Forum: Plugins
In reply to: [Clone] Where does WP clone store the zip file?I resolved it.
just in case any1 else wonders : wp-content/uploads/wp-cloneForum: Plugins
In reply to: [WooCommerce] Catalog alignThank you very much. Did as you wrote.
The plug-in causing the problem is called W3 Total Cache. Lucky for me I don’t need it and I have no problem deleting it.
Thank you again for your quick response.
Best regards, Vlad!