Search found 1967 matches

Search found 1967 matches

Re: Edit the manufacturer logo position

You are welcome! Glad to hear that the problem is solved :)

Jump to post
  • Thu May 11, 2017 10:55 pm
  • Replies 5
  • Views 690
Re: line break at first space in category name

You should follow cyclops12's recommendation, go to Admin > Extensions > Modifications > click on the Refresh button to rebuild modifications.

Jump to post
  • Thu May 11, 2017 9:53 am
  • Replies 12
  • Views 1920
Re: line break at first space in category name

You can try using this code

Code: Select all

preg_replace('/\s/', '<br />', $category['name'], 1)

Jump to post
  • Wed May 10, 2017 11:40 pm
  • Replies 12
  • Views 1920
Re: Edit the manufacturer logo position

To do that you can install my free extension Custom CSS and add below code @media (min-width: 1024px) { #product ul.description { overflow: hidden; padding-top: 0; padding-bottom: 0; } #product ul.description .brand-logo { float: right; } #product ul.description .p-model { margin-top: 35px; } }

Jump to post
  • Wed May 10, 2017 11:35 pm
  • Replies 5
  • Views 690
Re: Edit the manufacturer logo position

Could you provide your site URL so I can take a look at the product page closer?

Jump to post
  • Wed May 10, 2017 12:14 pm
  • Replies 5
  • Views 690
Re: Problem with REVOLUTION SLIDER

darina_andreeva wrote:
Tue May 09, 2017 3:40 pm
Hello,
of course but the website is in private network if you want i can send you photo.
http://new2.kafemania.bg
Thanks for your answer
I still see one slider on mobile. Here is my screenshot http://prntscr.com/f5qxys.

Jump to post
  • Tue May 09, 2017 4:18 pm
  • Replies 1
  • Views 1311
Re: Changes in header *.tpl *.php not appearing

Have you tried going to admin > Extensions > Modifications > click on the Refresh button to rebuild modifications?

Jump to post
  • Mon May 08, 2017 5:45 pm
  • Replies 2
  • Views 531
Re: Limited view/options on mobile devices for site.

I have my site pretty muck looking how I want it, but theres an issue with the sizeing, if you shrink down the browser window, everything but the featured items dissapears, so basicly this is what you get on a mobile/tablet view. https://www.worldwondersgardens.co.uk/ On a mobile, you can only see ...

Jump to post
  • Mon May 08, 2017 11:23 am
  • Replies 6
  • Views 1488
Re: Visual theme editor by via themes unable to save after site restoration.

I know the first thing you're going to tell me is to contact the extension developer, and I have! I'm just looking for a quick solution so I'm posting here as well. I recently restored my site to a previous backup because I edited way too much with the visual theme editor at once and it started loo...

Jump to post
  • Sat May 06, 2017 12:08 am
  • Replies 2
  • Views 1460
Re: Text on my home page - not from the HTML Module

Could you provide your site URL so I can take a look at the problem closer?

Jump to post
  • Fri May 05, 2017 9:58 pm
  • Replies 6
  • Views 1464
Re: Problem with REVOLUTION SLIDER

Could you provide your site URL so I can take a look at the problem closer?

Jump to post
  • Fri May 05, 2017 9:57 pm
  • Replies 1
  • Views 1311
Re: Separate instances of the same templates?

Hi, I've generally been editing my templates by going to catalog/view/theme/mythemename/templatename.tpl I was having this problem though where sometimes my site wouldn't instantly update. I tried clearing all my caches and a few other things and couldn't get it to work. I finally figured out that ...

Jump to post
  • Fri May 05, 2017 9:56 pm
  • Replies 1
  • Views 341
Re: How to create a banner Who knows, help me.

NeoES.1UM wrote:
Fri May 05, 2017 12:17 pm
How to create a banner Who knows, help me.
Ask for details clearly offline.
To manage banners you can go to Admin > Design > Banners and to show banners in your site you can use Slideshow module.

Jump to post
  • Fri May 05, 2017 5:50 pm
  • Replies 2
  • Views 478
Re: need help adding alt attribute to banner image

NeoES.1UM wrote:
Fri May 05, 2017 12:14 pm
My name is Branner. What should we wear?
Could you clarify your problem clearer?

Jump to post
  • Fri May 05, 2017 5:49 pm
  • Replies 9
  • Views 2356
Re: Search in description

agamelas wrote:
Fri May 05, 2017 12:06 am
Thanks!
Cannot see my version in compatibility list...
It is compatible with all OpenCart 2 versions :) I have just updated the compatibility list.

Jump to post
  • Fri May 05, 2017 9:34 am
  • Replies 4
  • Views 768
Re: Search in description

I have published free extension https://www.opencart.com/index.php?rout ... mes&page=2. You may like it :)

Jump to post
  • Thu May 04, 2017 11:08 pm
  • Replies 4
  • Views 768
Re: Javascript in html module?

You can try following this solution 1. Add id attribute to wrapper tag, for example <div class="list-group" id="list1"></div> Note that id is unique on the page 2. Install my free extension Custom JavaScript 3. Add script code <script type="text/javascript"> $(function ...

Jump to post
  • Thu May 04, 2017 10:07 am
  • Replies 11
  • Views 6863
Re: how to change Success: You have added to your shopping cart banner

webplus wrote:
Wed May 03, 2017 6:43 pm
Thanks mate, but it did not work

do i have to replace some code? or just copy paste this? (which one to replace)
You can edit that code and add your buttons :)

Jump to post
  • Wed May 03, 2017 11:22 pm
  • Replies 3
  • Views 1243
Re: how to change Success: You have added to your shopping cart banner

To edit that element you can open file catalog/view/javascript/common.js and find $('#content').parent().before('<div class="alert alert-success"><i class="fa fa-check-circle"></i> ' + json['success'] + ' <button type="button" class="close" data-dismiss="...

Jump to post
  • Wed May 03, 2017 2:15 pm
  • Replies 3
  • Views 1243
Re: need help adding alt attribute to banner image

You are welcome! Glad to hear that the problem is solved :)

Jump to post
  • Wed May 03, 2017 2:11 pm
  • Replies 9
  • Views 2356

Search found 1967 matches