Forum Replies Created
-
AuthorPosts
-
Thanks Nikko, works perfectly
Thread can be closed now
Zak
Hi Mike,
page headingsLet me know if the link works. that is area that i am talking about.
Hope that makes senseThanks
Zak-
This reply was modified 5 years, 9 months ago by
Zak.
Hi Rikard,
Thank you so much! It worked
You can close the thread.
Best Regards
ZakYep, you can close it
Thanks
ZakHi Victoria,
Thanks, i’ve got it sorted
Zak
Hi Victoria,
Thank you for all your help!
Thread can be closed.
Best Regards
ZakHi Victoria,
It works.
Thank youThread can be closed
Best Regards
ZakHi Victoria,
Thank you so much!
You can close this thread
Best Regards
ZakHi Victoria,
Yes, it does work. The problem was that Chrome wasn’t updating the changes. I checked it in Microsoft Edge and it looks good.
Thank youI have one final request if possible.
Are you able to make the product section box (from the title of the product to the “Check Me Out” button) in the shop page slightly smaller? Like the height of it so the shop page looks smaller.
I hope that make senseAfter that this thread can be closed
Kind Regards
ZakHi Ismael,
Thanks for all the help.
Everything is working.You can close the thread
Best Regards
ZakiHi Ismael,
Thanks for the code but the text size did not work. I changed it using the general styling. The other code does work though.
One last question regarding code:
How can I change the colour of my “Check me out” button on the product page to this colour: #ff9900Final question. Regarding this code:
avia-chrome #top .avia-content-slider, .avia-chrome #top .avia-content-slider-inner {
perspective: unset;
}
It’s only temporary right, so does that mean their will be a permanent fix anytime soon?Thanks for all the help
Zak-
This reply was modified 6 years ago by
Zak.
Hi Ismael,
That works, Thanks a lot.
Why does my text colour change to blue when hovering over it in the shop page?
Can I remove the hover colour and increase the size of the text?Thanks
ZakHi Victoria,
One last question.
Is it possible end the sentences with “…”? What code would I need to add to the current code?
Thanks
ZakiHi Victoria,
Thank you for the code but unfortunately I used the code in the quick CSS and in the editor CSS and neither of them worked.
Is their anything else?
I’ve changed the menus now. I’m now using the product grid on my pages.Thanks
ZakHi,
I’ve got the short description working using the following code:
add_filter(‘woocommerce_short_description’, ‘limit_woocommerce_short_description’, 10, 1);
function limit_woocommerce_short_description($post_excerpt){
if (!is_product()) {
$pieces = explode(” “, $post_excerpt);
$post_excerpt = implode(” “, array_splice($pieces, 0, 18));}
return $post_excerpt;
}Is it possible to add ‘…’ after the sentences?
Thanks
ZakHi Nikko,
The link is provided. Let me know if anything else is needed.
Thanks
ZakHi Nikko,
Unfortunately, that did not work and I do not want to upload the images as its very time consuming.
Is their anything I can do to make the Woocommerce menus as my home page? that’s the main aim.
At the moment the first page that opens up on the website is my blog page. Their is no option on enfold to make the woocommerce menus as my home page.Thanks
ZakHi Victoria,
Unfortunately, that does not work. It basically removes the text and instead says “100” under each product.
Thanks
ZakHi Victoria,
Im assuming its this:
if ( ! function_exists( ‘woocommerce_template_single_excerpt’ ) ) {/**
* Output the product short description (excerpt).
*/
function woocommerce_template_single_excerpt() {
wc_get_template( ‘single-product/short-description.php’ );
}
}Apologies if I got the incorrect part.
FYI I added this code: add_action( ‘woocommerce_after_shop_loop_item_title’, ‘woocommerce_template_single_excerpt’, 5); – in the child theme functions.php.Thanks
ZakHi,
This has been sorted out.
Thread can be closed.Thanks
ZakHi,
I’ve been able to make most of the changes, however there’s 2 things which I can’t seem to do
1. I’m trying to add padding between the images and on the left and right hand side of the screen
2. Making the size of the product boxes smaller.This website is the best example I can give to show you what I’m trying to say.
Are you able to help me with that?
Thanks
ZakHi,
That’s fine. Could you at least tell me the names of the files that I should look at in order to edit the styles of the pages?
Zak
-
This reply was modified 6 years, 1 month ago by
Zak.
Hi,
Very well, thats fine
Zak
This reply has been marked as private.January 12, 2019 at 11:03 pm in reply to: How to make mobile layout view same as desktop layout view #1053242Hi Rikard,
The issue has been resolved. It’s not a major issue so I will leave it for now.
Thanks for all the help.The discussion can be closed.
Kind Regards
ZakThis reply has been marked as private.January 10, 2019 at 10:36 pm in reply to: How to make mobile layout view same as desktop layout view #1052521Hi
I tried the image compression plugins and unfortunately, that still hasn’t solved the issue. Is there anything else you can recommend?Thanks
Zak -
This reply was modified 5 years, 9 months ago by
-
AuthorPosts