Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
cubmanky
For includes/templates/responsive_sheffield_blue/common/tpl_header.php I changed the line as below but it still shows.
Changes I make to tpl_header.php do I need to copy that changes also to tpl_header_mobile.php and tpl_header_tablet.php
I went to includes\templates\responsive_sheffield_blue\css\stylesheet_flex.css I changed line 50 to
As I do not want any text to show on the banner images
Yes, make the changes in all (normal, mobile, and tablet) but then look at them. Because they show up differently and a change in one might not be liked in another. Removing things is usually ok though.
Did you refresh after you made the change? The code should look like this with comment tags:
<code><!-- <div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div> -->
</code>
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
lruskauff
Yes, make the changes in all (normal, mobile, and tablet) but then look at them. Because they show up differently and a change in one might not be liked in another. Removing things is usually ok though.
Did you refresh after you made the change?
Good with this part, still have the text showing up over the banner when i pull it up on my phone
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
cubmanky
As I do not want any text to show on the banner images
Which banner exactly? Do you mean when it is small how the shopping cart is on the blue? Please give examples because I'm a bit dense tonight.
L
Re: Responsive Sheffield Blue V 2.0!
Talking about below the shop brand buttons I have 7 banners that rotate. I got the text to hide when open on October but it has the text over the banner in the mobile site.
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
cubmanky
Thanks for the help, Yes I'm new and google and search are my friends.
Can not find how to do the following
Remove the search from the tabs across the top?
Edit what social links are shown and edit the links they have attached to them.
I rad on how to remove the title from showing on the banners, I got this to work on pc but not when i go mobile.
http://www.thecubden.org/store/
You can turn off the search in the header in your admin--tools--layoutboxes controller
There are instructions in the readme.html file for customizing the social media links.
If you are talking about the slide show banner titles, the display:none; should remove them on all devices.
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
lruskauff
edit includes/templates/responsive_sheffield_blue/common/tpl_header.php
Look for the code
Code:
<div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>
and comment it out.
Look under tools, flexible footer menu in your admin. Edit those in column 3. Change her links to your links.
Which title? I'm using a different one of her templates but they have similarities.
You can turn off the header search in admin--tools--layoutboxes controller. No need to edit any php file for this.
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
picaflor-azul
You can turn off the header search in admin--tools--layoutboxes controller. No need to edit any php file for this.
Thanks for the correction.
Linda
Re: Responsive Sheffield Blue V 2.0!
[QUOTE=picaflor-azul;1287163]
There are instructions in the readme.html file for customizing the social media links.
QUOTE]
I went in per instructions and changed the code to
Quote:
<a href="https://www.facebook.com/TheCubDen" target="_blank"><i class="fa fa-facebook"></i></a><a href="https://www.youtube.com/user/thecubden" target="_blank"><i class="fa fa-youtube"></i></a>
When I load the page, its still all the same as from when i installed it
Re: Responsive Sheffield Blue V 2.0!
[QUOTE=cubmanky;1287265]
Quote:
Originally Posted by
picaflor-azul
There are instructions in the readme.html file for customizing the social media links.
QUOTE]
I went in per instructions and changed the code to
When I load the page, its still all the same as from when i installed it
What is the link to your site? Did you click on the update button after you made your changes?
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
Thanks Ann I reloaded a few pages and it fixed it! Can not get the payments.png to load. I have checked and the files all look to be in the correct places.