1 Attachment(s)
Re: Westminster New v 1.3 UPDATE
I need some CSS assistance:smile:.. I have managed to incorporate the Ajax Add to Cart module with this template so that it replaces the cart total links in the header. However, I am having a devil of a time trying to get the cart totals to position themselves in the correct position within the rest of the header links..
If you go to this page:
http://clientscrappin(dot)divawebdzg...te-p-3541.html
Attachment 14881
you can see that the cart totals sit to the far left of the rest of the header links. I know this is a CSS change, but I am STUMPED how to get the header links to be positioned between the empty pipe characters (|) between the "Login" and "Checkout" links..:unsure:
HELP please!!
Re: Westminster New v 1.3 UPDATE
Quote:
Originally Posted by
DivaVocals
Questions regarding the latest version:
You had some of us test a different menu which seems to work better on Android devices..
I don't see any changes in the menu included in this template package.. So do I continue my own plans to find a replacement menu or are you still working on this?
Also given that there will likely be no more updates from the author of Zen Lightbox, will that module continue to be bundled into this template??
No, there is no menu change in the updated template package. I may include the different menu in another template package, but will probably not change the menu in this template.
I will probably switch over to colorbox in a future template package update.
Thanks,
Anne
Re: Westminster New v 1.3 UPDATE
Quote:
Originally Posted by
DivaVocals
I need some CSS assistance:smile:.. I have managed to incorporate the Ajax Add to Cart module with this template so that it replaces the cart total links in the header. However, I am having a devil of a time trying to get the cart totals to position themselves in the correct position within the rest of the header links..
If you go to this page:
http://clientscrappin(dot)divawebdzg...te-p-3541.html
Attachment 14881
you can see that the cart totals sit to the far left of the rest of the header links. I know this is a CSS change, but I am STUMPED how to get the header links to be positioned between the empty pipe characters (|) between the "Login" and "Checkout" links..:unsure:
HELP please!!
I have installed this plugin a lot with this template. I would recommend checking your tpl_header.php code to make sure that your page elements are showing in the html code in the order that you want them to show in the header. Then I would go into the css rules for each element and remove any positioning like floats, position relative, margins, padding, etc. and then starting fresh, move the elements into place.
Thanks,
Anne
Re: Westminster New v 1.3 UPDATE
Quote:
Originally Posted by
picaflor-azul
I have installed this plugin a lot with this template. I would recommend checking your tpl_header.php code to make sure that your page elements are showing in the html code in the order that you want them to show in the header.
They are in the order I want since I simply replaced the existing code with the code from the module.. Can you provide links to a site you've used this module on with one of your templates. I'd like to take a look at the CSS in use..
Quote:
Originally Posted by
picaflor-azul
Then I would go into the css rules for each element and remove any positioning like floats, position relative, margins, padding, etc. and then starting fresh, move the elements into place.
Thanks,
Anne
right.. started down this path, but was hoping someone might have an idea of the specifics of the changes needed.. I do know that the jQuery code that drives this module is looking for certain classes and IDs to be in place and I don't want to mess with the functionality..
2 Attachment(s)
Re: Westminster New v 1.3 UPDATE
Hi there, I have an issue that when I apply the template to my website the categories stop working, but if I go back to my current template they work again! I'm not sure what is causing this but this is what it looks like
Attachment 14884
in comparison to
Attachment 14885
Also the search bar is conflicting with the currency selector.
Thanks
Dan
Re: Westminster New v 1.3 UPDATE
Quote:
Originally Posted by
DivaVocals
They are in the order I want since I simply replaced the existing code with the code from the module.. Can you provide links to a site you've used this module on with one of your templates. I'd like to take a look at the CSS in use..
right.. started down this path, but was hoping someone might have an idea of the specifics of the changes needed.. I do know that the jQuery code that drives this module is looking for certain classes and IDs to be in place and I don't want to mess with the functionality..
Here are a few custom designs that might help you:
weblyweb dot com/scubadoc/
www dot flitelite dot com
www dot artinternationalwholesale dot com/
Thanks,
Anne
Re: Westminster New v 1.3 UPDATE
Quote:
Originally Posted by
NorfolkCleaning
Hi there, I have an issue that when I apply the template to my website the categories stop working, but if I go back to my current template they work again! I'm not sure what is causing this but this is what it looks like
Attachment 14884
in comparison to
Attachment 14885
Also the search bar is conflicting with the currency selector.
Thanks
Dan
My guess is that you have plugins installed that have files in your old template override directory that you have not copied over to the new template override directory. Check your logs folder for errors and fix them.
Thanks,
Anne
Re: Westminster New v 1.3 UPDATE
Quote:
Originally Posted by
picaflor-azul
Here are a few custom designs that might help you:
weblyweb dot com/scubadoc/
www dot flitelite dot com
www dot artinternationalwholesale dot com/
Thanks,
Anne
Thanks for this.. While this was helpful, it's not exactly what I was trying to do with this module and this template.. In your examples you have the default Ajax Cart module positioned on the same level as the "navMain" menu.. But in all of your examples the Ajax Cart sits to the far right or left of the "navMain".. I was trying to do something slightly different.. I'm actually trying to replace the cart totals text from the default "navMain" with the cart total display from this module.. The issue I was having was that instead of sitting in the same position as the default cart totals, they were sitting to the far left of the entire "navMain".. But I think I have it all worked out now.. Had an after dinner epiphany last night..:smile:
Re: Westminster New v 1.3 UPDATE
Quote:
Originally Posted by
DivaVocals
Thanks for this.. While this was helpful, it's not exactly what I was trying to do with this module and this template.. In your examples you have the default Ajax Cart module positioned on the same level as the "navMain" menu.. But in all of your examples the Ajax Cart sits to the far right or left of the "navMain".. I was trying to do something slightly different.. I'm actually trying to replace the cart totals text from the default "navMain" with the cart total display from this module.. The issue I was having was that instead of sitting in the same position as the default cart totals, they were sitting to the far left of the entire "navMain".. But I think I have it all worked out now.. Had an after dinner epiphany last night..:smile:
I am happy that you figured it out.
Thanks,
Anne
Re: Westminster New v 1.3 UPDATE
Quote:
Originally Posted by
picaflor-azul
I am happy that you figured it out.
Thanks,
Anne
Me too.. turned out to be something really minor too.. Always nice when things work out like that.. :smile: