toolsavvy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Center Seconday Menu Categories?Thank you. that seems to work well for menu with 5 categories.
Forum: Themes and Templates
In reply to: [Virtue] Center Seconday Menu Categories?Forum: Themes and Templates
In reply to: [Virtue] white fontUsing Firefox lastest version, I see all those links just fine.
https://i.imgur.com/9lZGc54.png
However, on your home page archive, your add to cart buttons are invisible until you hover over a product…
https://i.imgur.com/F3JJyHv.png
Maybe you like it this way?
Forum: Themes and Templates
In reply to: [Virtue] Featured Products Alignment OffResolved as per above
Forum: Reviews
In reply to: [Media Library Folders] Don’t waste your time with the free versionI wholeheartedly agree. I wasted a lot of time on this plugin just to find out that it’s virtually useless unless you pay for it. This type of plugin should be deleted from the WP plugins database. Freemium is one thing, totally-useles-unless-you-pay is quite another.
Forum: Themes and Templates
In reply to: [Virtue] product aren’t lined upWhat worked for me to keep my products aligned on the archive pages is the following different code…
.product_item a.product_item_link { min-height: 80px;
The problem for me started because some product titles are longer than others. Some of my titles are 3 lines long on the archive pages, so I set my min-height at 90px and that works well for 3 lines with my font and font size. You can increase or decrease the 80px value to whatever works for your store.
However @richcityfortune, I see that your problem isn’t anything to do with titles length as yours are all 1 line on the archive page. Your problem is because one of your products does not have a price (BLUE/GREY RIPSTOP PANTS). Therefore it is causing every product after that on the page to be misaligned. However, if this is intentional, then my code may work, but you may need to use a different value other than 80px. Just mess around with it and see what works for you.
Forum: Themes and Templates
In reply to: [Virtue] Featured Products Alignment OffCORRECTION: I said I replaced the “code” tags. I mean I removed them.
Forum: Themes and Templates
In reply to: [Virtue] Featured Products Alignment OffGood news. I replaced the “code” tags from the code above and it fixed the problem.
I don’t know why the wordpress editor put them there to begin with. I didn’t do it, for sure. SO I removed them and everything is aligned properly.
I will continue to keep an eye on it and close this thread if the problem does not come back.
- This reply was modified 5 years, 1 month ago by toolsavvy.
Forum: Themes and Templates
In reply to: [Virtue] Featured Products Alignment OffIf there’s an empty p tag on the page, I’m guessing it may be inherent in the theme’s code because all I did was was place the following in my “home” page…
<h3>Featured Products</h3> <code>[featured_products per_page="12"]</code>
…and then I removed the Projects and Blog Posts sections from the home page using the Virtue settings admin area.
Here’s a link to my site…
https://bit.ly/2UmbLVlWhat I would like to do is change out the “Add to Cart” button for all of my product listings and alternatively provide a “Buy on eBay” or “Buy on Amazon” or “Buy on Walmart” button.
This has nothing to do with the theme.
Woocommerce allows you to do that in the product’s woocommerce admin page. Right underneath where you place the external link.
If you want to change all the buttons to the same thing without having to change it under every single product in woocommerce product admin pages, then you would have to place the following code in your theme’s/child theme’s function.php file. But I do not recommend doing this unless you know what you are doing….
function woo_custom_external_product_button( $button_text, $product ) { if ( 'external' === $product->get_type() ) { // enter the default text for external products return $product->button_text ? $product->button_text : 'YOUR BUTTON TEXT HERE'; } return $button_text; } add_filter( 'woocommerce_product_add_to_cart_text', 'woo_custom_external_product_button', 10, 2 ); add_filter( 'woocommerce_product_single_add_to_cart_text', 'woo_custom_external_product_button', 10, 2 );
In the above code you would change ‘YOUR BUTTON TEXT HERE” to whatever you want the button text to show like BUY ON EBAY, BUT ON AMAZON, etc. Keep the single quotes around your text!
Forum: Themes and Templates
In reply to: [Virtue] Topbar Currency Different from Woocommerce CurrencySeems to be working properly. Closing thread.
Forum: Themes and Templates
In reply to: [Virtue] Topbar Currency Different from Woocommerce CurrencyI “fixed” the problem by adding something to my cart. The Topbar then immediate switched to the right currency and continued to show the right currency even after I emptied my cart.
Will close this thread once I am certain the issue is resolved.
if you’re certain that it’s been marked as https in the correct view that it’s been authorized with
As far as I know, there is only one place in a GA account to specify the domain so I’m not sure I follow you. Also, my uploaded images pretty much document my claim. Maybe I am misunderstand what you are asking?
Any help here?
not from turkey