Search found 81 matches

Search found 81 matches

Re: Need Help with a few things, double carousel and remove list view.

Running default theme version 3.0.3.8. Website is www.gcextreme.com Issue 1: Double carousels on home page, when you hit the scroller on the bottom one, only the bottom one moves, but when you hit the scroller on the top one, they both move. How can i stop both from moving? This does not happen for...

Jump to post
  • Wed Jan 18, 2023 10:18 am
  • Replies 9
  • Views 979
Re: Need Help with a few things, double carousel and remove list view.

Issue 1: Double carousels on home page, when you hit the scroller on the bottom one, only the bottom one moves, but when you hit the scroller on the top one, they both move. How can i stop both from moving? They aren't designed to appear on the page at the same time so they've probably both got the...

Jump to post
  • Tue Jan 17, 2023 11:16 am
  • Replies 9
  • Views 979
Re: Need Help with a few things, double carousel and remove list view.

Other than the obvious errors, as pointed out by TMD Extension, you should seriously reconsider your homepage design. Carousels tend to be user-unfriendly, and are often wasting valuable screen space. There are better ways for product listings than carousels. Thanks, I'm not using the Carousels for...

Jump to post
  • Tue Jan 17, 2023 11:09 am
  • Replies 9
  • Views 979
Re: Need Help with a few things, double carousel and remove list view.

Hello Issue 2nd the code you wrote is wrong. <div class="btn-group btn-group-sm style=" display:="" none;"=""> <code>style</code> should go after the class tag, it should be <div class="btn-group btn-group-sm" style="display:none"> after that, ...

Jump to post
  • Tue Jan 17, 2023 11:06 am
  • Replies 9
  • Views 979
Need Help with a few things, double carousel and remove list view.

Running default theme version 3.0.3.8. Website is www.gcextreme.com Issue 1: Double carousels on home page, when you hit the scroller on the bottom one, only the bottom one moves, but when you hit the scroller on the top one, they both move. How can i stop both from moving? Issue 2: Would like to re...

Jump to post
  • Mon Jan 16, 2023 5:27 am
  • Replies 9
  • Views 979
Re: [SOLVED] remove product description from product thumb

You are welcome. It is a good idea to learn what it is you do as you do it - google is your friend ;) I see on your site the updated stylesheet has taken effect - so there is no need to do anything further re cache A cache -- pronounced CASH -- is hardware or software that is used to store somethin...

Jump to post
  • Mon Jan 16, 2023 5:18 am
  • Replies 35
  • Views 3601
Re: [SOLVED] remove product description from product thumb

You are welcome same file catalog/view/theme/default/stylesheet/stylesheet.css - at around line 580 change .product-thumb .caption { padding: 0 20px; min-height: 180px; } to .product-thumb .caption { padding: 0 20px; min-height: 80px; } to produce Screen Shot.png and don’t forget cache - site / ser...

Jump to post
  • Sun Jan 15, 2023 11:01 am
  • Replies 35
  • Views 3601
Re: [SOLVED] remove product description from product thumb

No problem - the thoughtfulness is appreciated :) You only need to use one of them - the both do exactly the same thing. They are working correctly on your site - it is your browser cache - i.e. the information stored on your personal computer Google hard clear cache on browsers. https://help.grow....

Jump to post
  • Sun Jan 15, 2023 3:58 am
  • Replies 35
  • Views 3601
Re: [SOLVED] remove product description from product thumb

This was [SOLVED] for the original poster but a second person (correction third) with the same request is not - despite the solution being correct - thus the post is correctly marked as [SOLVED] Ah nice, so this third person probably just needs to clear their caches. I have cleared the google chrom...

Jump to post
  • Sat Jan 14, 2023 10:11 am
  • Replies 35
  • Views 3601
Re: [SOLVED] remove product description from product thumb

both .product-thumb h4+p { display: none; } and .product-thumb .caption h4 + p { display: none; } work on your site You add one of them to your catalog/view/theme/default/stylesheet/stylesheet.css - at around line 543 after /* product list */ Add it now and leave it there - tell us when you have ad...

Jump to post
  • Sat Jan 14, 2023 10:07 am
  • Replies 35
  • Views 3601
Re: remove product description from product thumb

xxvirusxx wrote:
Tue Jan 10, 2023 4:12 pm
gcextreme wrote:
Tue Jan 10, 2023 9:30 am
Yes Default theme.
And you have added that code in stylesheet.css?
yes, and it didnt do anything. also tried another solution i found here on the forum for editing the product.twig file. that didnt work either.

Jump to post
  • Fri Jan 13, 2023 10:06 am
  • Replies 35
  • Views 3601
Re: remove product description from product thumb

paulfeakins wrote:
Tue Jan 10, 2023 6:53 pm
gcextreme wrote:
Mon Jan 09, 2023 11:28 am
i tried this and cant get it to work. v3.0.3.8
Give us the URL of your shop?
www.gcextreme.com

Jump to post
  • Fri Jan 13, 2023 10:04 am
  • Replies 35
  • Views 3601
Re: remove product description from product thumb

xxvirusxx wrote:
Mon Jan 09, 2023 3:00 pm
gcextreme wrote:
Mon Jan 09, 2023 11:28 am

i tried this and cant get it to work. v3.0.3.8
You have Default theme?
Yes Default theme.

Jump to post
  • Tue Jan 10, 2023 9:30 am
  • Replies 35
  • Views 3601
Re: remove product description from product thumb

mitrecyclers wrote:
Tue Jan 14, 2020 11:39 pm
thekrotek wrote:
Wed Oct 09, 2019 12:26 am
Or you can simply hide it with CSS like this (valid for all modules):

.product-thumb h4 + p {
display: none;
}
Worked nicely. Thanks.
i tried this and cant get it to work. v3.0.3.8

Jump to post
  • Mon Jan 09, 2023 11:28 am
  • Replies 35
  • Views 3601
Re: Hide Product Description in Category Grid View

by mona wrote:
Tue Dec 13, 2022 1:01 am
why do it in js anyway ?

Code: Select all

.product-thumb  .caption h4+p {
   display:none; 
}
.product-list .product-thumb .caption h4+p {
display:block;
}
Where do you add this to? the stylesheet or twig and where at?

Jump to post
  • Mon Jan 09, 2023 11:10 am
  • Replies 3
  • Views 681
Re: Upgrading from 2.2.0.0 to the newest version

Upgrading from 2.2.0.0 to the newest version but will i lose all my settings and information? I am also running ShirtTools/Ziva Studios and not sure if that will be an issue. Was also told this from my host, BlueHost. "I have checked your website settings and I see that it is not compatible wi...

Jump to post
  • Mon Feb 15, 2021 10:13 am
  • Replies 3
  • Views 661
Upgrading from 2.2.0.0 to the newest version

Upgrading from 2.2.0.0 to the newest version but will i lose all my settings and information? I am also running ShirtTools/Ziva Studios and not sure if that will be an issue. Was also told this from my host, BlueHost. "I have checked your website settings and I see that it is not compatible wit...

Jump to post
  • Mon Feb 15, 2021 6:41 am
  • Replies 3
  • Views 661
Re: Forgotten Password Link to reset has disappeared

I do not see a table <<table_prefix>>
I am using Opencart with the ShirTools extension.

Jump to post
  • Sat Apr 11, 2020 2:20 am
  • Replies 5
  • Views 572
Re: Forgotten Password Link to reset has disappeared

I had this happen last year, there was somewhere on a page of code that it got disabled. I cant remember what page. Anyhelp you can give would be great. its gotta be something simple

Jump to post
  • Sat Apr 11, 2020 2:05 am
  • Replies 5
  • Views 572
[SOLVED] - Forgotten Password Link to reset has disappeared

Havent logged in since a few months and forgot my password, the link to Reset it was there, I went and reset it, got the reset email, and reset it. But then the new password didnt work and now the Forgotten Password link is just GONE, its disappeared. I can't figure out what to do. Thanks

Jump to post
  • Sat Apr 11, 2020 1:55 am
  • Replies 5
  • Views 572

Search found 81 matches