Hello,
I would like to know how to add an extra link (sell your gold) into the top menu. Do I need to create a new definition?.
Is there a tutorial for this? Thanks.
Hello,
I would like to know how to add an extra link (sell your gold) into the top menu. Do I need to create a new definition?.
Is there a tutorial for this? Thanks.
I also need to know how to change the links and pages in the top menu.
I have changed the text with existing definitions in 'responsive sheffield blue defines.php' but can't see where to change the page links.
Any help greatly appreciated, Thanks.
Thanks Anne,
Another two questions that found out:
1. I make 50% price discount. On the default template it wrote "Save: 50% off" but now it does not write it but only the prices.
I think it is important. Link
2a. When showing items inside a category, there is a button of "Filter results by: Items starting with..."
but on mobiles this text is Cut. [same link]
2b. When showing items inside a category with several pages, there is a button "View All" which is cut to two lines on mobiles. [same link]
These are all css related. I would recommend using chrome and the developer tools to find out which line of which css file needs to be edited.
If you really get stuck, I don't mind helping out, but I like to see that you have done a little footwork first to try to solve the problem.
Thanks,
Anne
I feel like at school...
but OK...whats a few more hours in compare to the dozens...![]()
Ok So I've managed to change the link text in the menu. Using the includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php
Now I need to get my links working.
The pages I have created by renaming pages define_page_2,3,4.They show up in Admin>Tools>Define pages.
One of the pages is now called sell_gold.php
These pages are not visible in the EZ pages.
To link to from menu to the page this is what I've done in the tpl_modules_mobile_categories_tabs.php page :
<a href="<?php echo zen_href_link(FILENAME_SELL_GOLD); ?>" class="drop"><?php echo HEADER_TITLE_SELL_GOLD; ?></a>
and I've tried this too:
<a href="http://www.kinectwebdesign.com/ingleburncashexchange/index.php?main_page=sell_gold" class="drop"><?php echo HEADER_TITLE_SELL_GOLD; ?></a>
Both go to a page not found 404 message. Any help appreciated.
Bookmarks