webmasterhouston
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress showing error please helpSO… What the hosting company told you?
Forum: Plugins
In reply to: [WooCommerce] Product grid not a true 3×3It looks good to me… can you mark this topic as resolved?
LOL
esc_html__( ‘Stupid‘, ‘woocommerce’ )
Forum: Plugins
In reply to: [WooCommerce] Change position of price from down to topTry this to hide the top one:
div p.price {
display: none;
}Forum: Plugins
In reply to: [WooCommerce] Embedding a product: Image is a very blurry picture in embedThe original picture you are trying to embed already look blurry…
https://booking.sowjet.de/wp-content/uploads/sofa-530×367.png
Try using a better quality picture.
Forum: Plugins
In reply to: [WooCommerce] product image not showingI too see product images.
The out of the box sample install images, though…
Forum: Fixing WordPress
In reply to: The site administrator diedDid the other admin worked in a company computer? Can you see if the browser saved passwords and the so?
Forum: Fixing WordPress
In reply to: removing tags ans cats from product listing?Hi,
You can hide them with CSS or no show them with PHP code…
And it will affect the SEO, how much of the score? that is tricky to estimate. BUt for sure Google don’t care as much for tags as they did on the time tags where implemented on WP.
Forum: Fixing WordPress
In reply to: Change Color of Blog Page H2 elementsWell, they are links… so what is wrong with them being the color of a link?
Forum: Fixing WordPress
In reply to: Double WordPress titleAre you using a plugin to generate the SEO title? wht are the setting on that plugin?
Forum: Fixing WordPress
In reply to: How to create outfit grid?I am afraid there is not shortcut for design… You kind of create the columns with the images and kind of check that they look right on the phone too.
Forum: Fixing WordPress
In reply to: Tweak to Libretto ThemeHi,
1. This s not done with CSS… I would try first to format the date on the WP options.
2. This can be done adding CSS… But I think the best way to do this is to go to the theme CSS and delete the lines that do that, instead… or create a child theme and have the mod CSS in there.
Forum: Plugins
In reply to: [WooCommerce] Orders with size variations are sold at incorrect pricesYou are welcome.
I have being considering to install this paypal option as you have it, for one of my costumers… Now there is something I need to be aware off, before I do…
This kind of problems can potentially add up to thousands per month.
Forum: Plugins
In reply to: [Max Mega Menu] Two toggle buttons appear on mobileHave you try this on costume CSS?
div#et_mobile_nav_menu{
display: none;
}
Forum: Plugins
In reply to: [WooCommerce] Change position of price from down to topThe price on top is static… and it should show a range from the variables on the product indicating the lowest and highest price like so:
340.00 – 510.00 AED
The second price is variable, it shows you the cost of the particular variation combo you select.
There are ways to move the variable up and replace the static one… but instead of that I really want you to reconsider this… if a costumer is browsing your site he need to click every option just to discover the prices of each one… showing the range is not perfect but at least give some info…
As an example see this random product from amazon website:
https://www.amazon.com/Brage-Living-Upholstered-Padded-Fabric/
See how they communicate the price of it, and the different variations, so you don’t have to be clicking and remembering each one? I am not saying you have to go as complex as Amazon website, but just pick up the concept and think how you can give your costumers info in a simple and clear way.