kartus
Forum Replies Created
-
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: [Filter & Grids] 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 .title
Forum: 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 query
function
wpb_custom_query(
$query
) {
????
// Make sure we only modify the main query on the homepage?
????
if
(
$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_posts
add_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!Forum: Plugins
In reply to: [WooCommerce] Hide titles on specific categories only and add exceptionsHi. Sorry for not responding for a while.
Caleb, the code with a link inside does not work :(.
And about the descriptions. I’m using the description area for SEO and something weird like taking notes in there. I mean like machine prices, orders and stuff like that. Something that only I can see but I don’t want others to сее.
Example: In the tractors category I write the specifications of the models I have in stock in Bulgaria, prices, who has asked me for them etc.
In other words – i use that area instead of carrying my laptop, price lists and other documents I often need.
And in one of the categories I will need an actual description :D. Thats why I need to make an exception.Forum: Plugins
In reply to: [WooCommerce] Full width and center alignMike you are godlike.
Thank you. I was searching for the code line (from the pic) for 24+ days… Both things worked awesome. Thank you very much.