Re: Responsive Apparel Boutique Template
Quote:
Originally Posted by
picaflor-azul
I will pm you.
Thanks,
Anne
The above quote isn't showing the whole thing. It was supposed to include the post that had the issue with the ACTIVATE Responsive template thing not showing. What was the end result with this please? I'm having the same problem with one of the other templates. I've tried it with this one too but had the same problem. I'm sure its something simple that I've done. Thank you in advance
Re: Responsive Apparel Boutique Template
Quote:
Originally Posted by
icklebits
The above quote isn't showing the whole thing. It was supposed to include the post that had the issue with the ACTIVATE Responsive template thing not showing. What was the end result with this please? I'm having the same problem with one of the other templates. I've tried it with this one too but had the same problem. I'm sure its something simple that I've done. Thank you in advance
Their problem had nothing to do with the template package or installation procedure ;)
Thanks,
Anne
Re: Responsive Apparel Boutique Template
Thanks for replying. :-) I've got you helping me on the All Business thread now so I won't bother waffling on with the problem on here now that I've settled on the All Business template. :-)
Re: Responsive Apparel Boutique Template
Sorry if this has already been asked
Im looking to add links to the footer for social media links instead of using the icons
I want text links and possibly 5 columns in the footer
Also if someone could help with this i would be very pleased and happy to help in any
way i can buy you a coffee etc
Thanks in advance
Re: Responsive Apparel Boutique Template
Quote:
Originally Posted by
x8ox
Sorry if this has already been asked
Im looking to add links to the footer for social media links instead of using the icons
I want text links and possibly 5 columns in the footer
Also if someone could help with this i would be very pleased and happy to help in any
way i can buy you a coffee etc
Thanks in advance
To modify the footer you can edit the includes/templates/responsive_apparel_boutique/common/tpl_footer_menu.php. This is also where you will change the icons to just a plain text link. Add links, etc. in the includes/languages/english/extra_definitions/responsive_apparel_boutique/footer_menu_defines.php. The stylesheet used for the footer is in includes/templates/responsive_apparel_boutique/css/stylesheet_footer_menu.css
Thanks,
Anne
Re: Responsive Apparel Boutique Template
Thanks Anne
I know where the files are just not sure on how to modify to get 5 columns and links i removed the
the icons for the social media links can i just copy the code and alter the links not sure how to create
a new menu title in the footer
Im not fluent in php more asp and html
Thanks
Re: Responsive Apparel Boutique Template
I did this to create a new Menu Title
/*BOF Menu Column 4 link Definitions*/
Define('TITLE_FOUR', '<li class="menuTitle">Contact Us</li>');
/*EOF Menu Column 4 link Definitions*/
Am i on the right track
Thanks
Re: Responsive Apparel Boutique Template
I've done it not sure if its 100% but its working
/*BOF Menu Column 4 link Definitions*/
Define('TITLE_FOUR', '<li class="menuTitle">Follow Us</li>');
Define('TWITTER', '<li><a href="https://twitter.com">' . Twitter . '</a></li>');
Define('FACEBOOK','<li><a href="https://www.facebook.com">' . Facebook . '</a></li>');
Define('YOUTUBE', '<li><a href="http://www.youtube.com">' . Youtube . '</a></li>');
Define('PINTEREST', '<li><a href="http://www.pinterest.com">' . Pinterest . '</a></li>');
Define('LINKEDIN', '<li><a href="http://www.linkedin.com">' . LinkedIn . '</a></li>');
Thanks
Re: Responsive Apparel Boutique Template
I've now managed to create a fifth column
I dont see an option to edit previous posts ?
Thanks
Re: Responsive Apparel Boutique Template
I think these are related to the template rather than the system
How can i use a separate set of thumbnails for the listing pages
might have been earlier version i did it on in the past but im sure
i had a folder for sm small images in the image folder
Also how can i disable the left column on certain pages tried to
use the method for none over ride but no joy it could be me thou lol
If you wished to turn off the left hand column for the "contact us" and "terms & conditions" pages, find the following block of code
if (in_array($current_page_base,explode(",",'list_pages_to_skip_all_right_sideboxes _on_here,separated_by_commas,and_no_spaces')) ) {
$flag_disable_right = true;
}
and edit it to read
if (in_array($current_page_base,explode(",",'contact_us,conditions')) ) {
$flag_disable_left = true;
}
But i couldn't find that code i tried to add it to the global left column code
Thanks
Brian