Re: Help with login with social media
Hi Joseb420, No problems, good timing then... :) Just encase you need any more help or extensions check out the link below, all my extensions (Few still to upload) are there. They are all free and based around adding or removing bits from Opencart. You will also find my email address if you have any...
Jump to post- Sat Apr 09, 2016 11:37 am
- Replies 9
- Views 976
Re: Help with login with social media
Hi Joseb420,
Just wrote a new vqmod extension for my site and thought you may find it useful for your reservations and booking page.
This will remove the text "There are no products to list in this category." from empty category pages.
Hope this helps
- Fri Apr 08, 2016 10:15 pm
- Replies 9
- Views 976
Re: Help with login with social media
Hi Joseb420, Have you tried this one? http://www.opencart.com/index.php?route=extension/extension/info&extension_id=21672&filter_search=social&filter_license=0 Not sure how you will get on as I have not tried it out myself (Not required). It seems there are not a lot of free social login...
Jump to post- Fri Apr 08, 2016 7:15 am
- Replies 9
- Views 976
Re: My carousel module has text and I don't know how to edit
Hi silvia_r,
I would start looking in...
catalog/view/theme/YOURTHEME/template/module/carousel.tpl
see if you can spot anything. If not maybe post the contents of this file here so we can have a look Maybe even a screenshot of what you want removed would be helpful.
Hope this helps.
Cheers
- Fri Apr 08, 2016 7:00 am
- Replies 2
- Views 1127
Re: need to add html code to a category
Hi Joseb420,
Good to see you got it sorted... Your site is coming along quite well aye. The new calendar looks a lot better than the google one!
Also see the breadcrumbs.xml did the trick
Cheers
- Mon Apr 04, 2016 12:36 pm
- Replies 9
- Views 17725
Re: need to add html code to a category
Hi Joseb420, Upload the attached reservation.xml file to vqmod/xml, this will create a link called "Reservation and Booking" in the top category menu (Similar to what you have now). The link once clicked on should redirect you to your google calendar (I used your code) I tried it on my sit...
Jump to post- Sun Apr 03, 2016 4:55 pm
- Replies 9
- Views 17725
Re: Featured/Latest size and boxes
Hi TLone, Yeah from what I can tell your template files look how they should maybe be an issue somewhere else. Have you edited your stylesheet.css file at all? Maybe to adjust the width of the product boxes... I know it screwed my layout up a little on my category pages from getting the size a littl...
Jump to post- Sun Apr 03, 2016 2:22 pm
- Replies 8
- Views 4333
Re: how do I get ride of this
Hi Joseb420, Upload attached .xml file to your vqmod/xml folder and all breadcrumbs should be gone. I have checked this a couple of times and pretty sure I got all of them (Few files to go through :) ) If you have any issues let me know but I'm pretty sure this should do the trick for you. Hope this...
Jump to post- Sun Apr 03, 2016 2:10 pm
- Replies 6
- Views 633
Re: how do I get ride of this
Hi Joseb420,
No problems, glad I could help! I can write and upload the .xml file for this a bit later on today if you like? Just got to shoot out for a few hours but can do this when I get home..
Cheers
- Sun Apr 03, 2016 7:55 am
- Replies 6
- Views 633
Re: Feedback My Shop = Feedback Your Shop
No problem, I had to make my product boxes a bit small not quite sure if it will work for you but edit your stylesheet.css and find... } .product-thumb .caption { padding: 0 20px; min-height: 180px; } I changed 180px to 80px for my product boxes on category pages so may be a good place to start look...
Jump to post- Sat Apr 02, 2016 9:03 pm
- Replies 5
- Views 1042
Re: need to add html code to a category
Hi again Joseb420, Generally you can add code by using the "html content" module. When editing the module make sure to click "code view" then you can enter the code you would like to display. After creating the module you will need to edit the "Layout" of where you woul...
Jump to post- Sat Apr 02, 2016 3:54 pm
- Replies 9
- Views 17725
Re: how do I get ride of this
Hi joseb420, These are called breadcrumbs, basically they show you where abouts on the site you are at any time. I have attached a screenshot just to make sure I'm on the right track for what you want to remove. Basically you need to edit the template (.tpl) files and remove/comment out these 2 line...
Jump to post- Sat Apr 02, 2016 3:24 pm
- Replies 6
- Views 633
Re: Featured/Latest size and boxes
If you get to stuck with this, PM or email me your store admin and cpanel details and I will see if I can get this sorted for you. email is impairedspook@gmail.com. Just thinking if I can log in and check out files and back end of website I might be able to spot whats wrong or different compared to ...
Jump to post- Sat Apr 02, 2016 12:41 pm
- Replies 8
- Views 4333
Re: Featured/Latest size and boxes
Hmm... have you checked to see what your latest.tpl looks like?
Jump to post- Sat Apr 02, 2016 12:13 pm
- Replies 8
- Views 4333
Re: Products not displaying correctly on category pages
Appreciate all the help, changed the stylesheet.css as per my earlier post and got it all looking even and everything is where it should be (No need for bootstrap just yet!!)
Thanks
- Sat Apr 02, 2016 11:55 am
- Replies 8
- Views 1881
Re: Feedback My Shop = Feedback Your Shop
Hi FunkyUserName, Sorry for delay, got a chance to check out your site. Think it looks good nice and clean easy to use / navigate (Not that I can read anything or understand it at least :) ) Only little things I did notice... (Nothing to major) 1 - When I click on your search bar the border that hig...
Jump to post- Sat Apr 02, 2016 11:46 am
- Replies 5
- Views 1042
Re: Featured/Latest size and boxes
Hi TLone, Do you have VQmod installed? Would be a lot easier to make changes with an .XML file. However the file you want to check is... catalog/view/theme/default/template/module/featured.tpl (If you have a custom theme change "Default" to your theme name) about 4 lines down you should se...
Jump to post- Sat Apr 02, 2016 11:18 am
- Replies 8
- Views 4333
Re: Products not displaying correctly on category pages
Should of checked before posting my last reply...
instead of..
}
.product-thumb .caption {
padding: 0 20px;
min-height: 0 !important;
}
Now it is...
}
.product-thumb .caption {
padding: 0 20px;
min-height: 100px;
}
And everything seems to be looking alright for now
Cheers
- Sat Apr 02, 2016 7:43 am
- Replies 8
- Views 1881
Re: Products not displaying correctly on category pages
IP_CAM, agatha65 and opencartboost, Thank you all for the replies. It seems I have at least narrowed down the problem. Opencartboost was right I had modified the stylesheet.css to remove the product description on the category pages. All my descriptions for these are the same so wanted to remove the...
Jump to post- Sat Apr 02, 2016 7:33 am
- Replies 8
- Views 1881
Products not displaying correctly on category pages
Hi all, My listed products are not displaying quite right on the category pages (See screenshot). Funny thing is when I "Sort by name (A-Z)" it is the same but "Sort by name (Z-A)" and it will display correctly. Only started happening after listing the last couple of products. No...
Jump to post- Fri Apr 01, 2016 2:10 pm
- Replies 8
- Views 1881