Hi
Sorry I have a couple of questions:
First, how do you change the colour of the block in front of the module names?
I have the carousel running (all images are the exact size) but at Image 10 the strip jumps to a narrower height.
I have used 2 versions of the Stockholm template - one for the home page and the balance of the website uses the other one. There are items that are not on the main menu so I created a footer menu so that these pages can still be assigned to a template - but these pages will only assign to the home page template.
And last question, I have centered the hornav menu but it is still keeping the logo block position available so the menu is still right aligned - is there anyway that I can remove the logo block.
Thank you so much!
- Karoo
-
- Commercial Templates
- Tuesday, 28 July 2015
- Subscribe via email
Hi Karoo
1. To edit try adding the following to the Custom CSS field of your templates parameters (edit to taste)..
2. It is hard to say for sure without site access what may be causing this. A popular solution to extend the module assignment options of Joomla is the 'Advanced Module Manager' which may be worth checking out (http://extensions.joomla.org/extension/advanced-module-manager).
3. Would you have a URL to an example of this issue?
Ciarán
1. To edit try adding the following to the Custom CSS field of your templates parameters (edit to taste)..
.module .module_surround .module_header, .module_menu .module_surround .module_header {
border-left-color: #555555;
}
2. It is hard to say for sure without site access what may be causing this. A popular solution to extend the module assignment options of Joomla is the 'Advanced Module Manager' which may be worth checking out (http://extensions.joomla.org/extension/advanced-module-manager).
3. Would you have a URL to an example of this issue?
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Thank you - edited the CSS field
The website address is http://dev.web-guru.co.za/pawnshop/.
2. I'll have a look at the Advanced Module Manager to see if it resolves the narrowing of the carousel issue.
3. http://dev.web-guru.co.za/pawnshop/79-products/109-appliances-2 is the page where I want to use the template that is assigned to http://dev.web-guru.co.za/pawnshop/about-us. It is assigned to the website template but is using the home template. The module assigning does not have an effect on this page either.
4. Centering of menu - I'm not using the logo space for a logo so would like the menu completely centered.
The website address is http://dev.web-guru.co.za/pawnshop/.
2. I'll have a look at the Advanced Module Manager to see if it resolves the narrowing of the carousel issue.
3. http://dev.web-guru.co.za/pawnshop/79-products/109-appliances-2 is the page where I want to use the template that is assigned to http://dev.web-guru.co.za/pawnshop/about-us. It is assigned to the website template but is using the home template. The module assigning does not have an effect on this page either.
4. Centering of menu - I'm not using the logo space for a logo so would like the menu completely centered.
- more than a month ago
- Commercial Templates
- # 2
Hi Karoo
3. May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
4. To resolve try adding the following to the Custom CSS field of your templates parameters...
Ciarán
3. May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
4. To resolve try adding the following to the Custom CSS field of your templates parameters...
.hornavmenu {
width: 100%;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Thank you
3. Presuming your 'home' template style is just for your homepage, I have set your 'website' template style as the default. Your 'home' template style should now only appear on your home page.
Ciarán
3. Presuming your 'home' template style is just for your homepage, I have set your 'website' template style as the default. Your 'home' template style should now only appear on your home page.
Ciarán
- more than a month ago
- Commercial Templates
- # 4
still not working. Sorry its difficult to explain without pictures, I've attached a document to help. Interestingly I found out as I was playing around, if I assign the appliances article to the top menu as a menu item the page uses the right template and modules.
- more than a month ago
- Commercial Templates
- # 5
Hi Karoo
It appears the template styles are assigned as you wish however on the page demonstrated you are using a table to contain your products which is extending out beyond your content area and into your side column area. Tables by default are not responsive and will not resize to fit their containing space. Are you using a component (products) for this page or is this a table you have created within an article?
Ciarán
It appears the template styles are assigned as you wish however on the page demonstrated you are using a table to contain your products which is extending out beyond your content area and into your side column area. Tables by default are not responsive and will not resize to fit their containing space. Are you using a component (products) for this page or is this a table you have created within an article?
Ciarán
- more than a month ago
- Commercial Templates
- # 6
Oh ok, I used Dreamweaver to setup the tables, specifying class="deviceWidth" and then pasted the html table code in. I did struggle with the styling code as it didn't always keep the responsive settings. Should I rather add the tables in Joomla - would it be responsive then?
Thank you Ciarán
Thank you Ciarán
- more than a month ago
- Commercial Templates
- # 7
Hi Karoo
Sorry to say tables in general are not a great option if you wish to keep a responsive layout. Have you considered using divs instead to contain your content? Or maybe a 3rd party product component?
Ciarán
Sorry to say tables in general are not a great option if you wish to keep a responsive layout. Have you considered using divs instead to contain your content? Or maybe a 3rd party product component?
Ciarán
- more than a month ago
- Commercial Templates
- # 8
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »