Zen Cart Logo
Forums / Addon Templates / BecaBerry Template [Support Thread]

BecaBerry Template [Support Thread]

Views: 16,583

Results 1 to 20 of 36
9 Jul 2012, 9:17 PM
#1
brandonturpin avatar

brandonturpin

Zen Follower

Join Date:
Dec 2008
Location:
Utah, USA
Posts:
183
Plugin Contributions:
7

BecaBerry Template [Support Thread]

I am happy to announce the release of my latest template

BecaBerry Zen Cart Template

CLICK HERE FOR DEMO

Template comes with a new fresh look and features the following

  • Cross Browser Tested (Firefox, Chrome, Safari and Internet Explorer)
  • Custom Header Layout
  • Full width home page slider
  • Custom Footer
  • Column Grid Layout
  • About us page integration
  • Custom Buttons

Attachment 10762

10 Jul 2012, 6:15 PM
#2
romina avatar

romina

New Zenner

Join Date:
Jul 2012
Posts:
5
Plugin Contributions:
0

Re: BecaBerry Template [Support Thread]

Nice template. I would like to try it without the slide show. Can the slide show be omitted?

10 Jul 2012, 6:26 PM
#3
brandonturpin avatar

brandonturpin

Zen Follower

Join Date:
Dec 2008
Location:
Utah, USA
Posts:
183
Plugin Contributions:
7

Re: BecaBerry Template [Support Thread]

romina:

Nice template. I would like to try it without the slide show. Can the slide show be omitted?

Thank you, yes you can definitely remove the home slider, the easiest way to do this would just to place the following code in your stylesheet.css

#home-banner{display:none;} 

That will make the div for the slider not displayed.

The other option is to go into /includes/templates/becaberry/common/tpl_main_page.php and remove the following code

<?php
  if ($this_is_home_page) {
?>
<div id="home-banner"><center><?php require($template->get_template_dir('tpl_home_slider.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_home_slider.php');?></center></div>
<?php
  }
?>
9 Aug 2012, 7:59 PM
#4
cyberfolli avatar

cyberfolli

New Zenner

Join Date:
Sep 2010
Posts:
64
Plugin Contributions:
0

Re: BecaBerry Template [Support Thread]

Hi Love your template.. Though I for some reason deleted or removed the banners for the slider?

I checked the code for the main page and that is there and the banner is not turned off in the css.. Lost..

12 Nov 2012, 10:34 PM
#5
cza1 avatar

cza1

New Zenner

Join Date:
Nov 2012
Location:
Lebanon Oregon
Posts:
8
Plugin Contributions:
0

Re: BecaBerry Template [Support Thread]

I am very new to ZenCart and but not completely new to web based development and such.

First off, my web site is https://www.contactzoneagility.com

I need a few really really quick answers so that I can get things rolling. Then I will go back in and crawl the forums and such for answers to anything else I need.

#1 - Can I wrap the text on the slider that says "A full line of dog agility equipment and accessories"?
#2 - Can I globally or individually change the purple color of all the info boxes from purple to another color of my choice? Where and how?
#3 - Where do I get rid of the 'Brands' drop down in the top navigation.
#4 - How do I move the location of the Search Box that is in the middle of my header graphic?
#5 - Where do I change "BecaBerry, Free Zen Cart Theme by Brand..." in the navigation tab to for instance "ContactZone Agility?

20 Nov 2012, 7:48 AM
#6
cza1 avatar

cza1

New Zenner

Join Date:
Nov 2012
Location:
Lebanon Oregon
Posts:
8
Plugin Contributions:
0

Re: BecaBerry Template [Support Thread]

CZA1:

#5 - Where do I change "BecaBerry, Free Zen Cart Theme by Brand..." in the navigation tab to for instance "ContactZone Agility?

OK, got this one.

Go to
/contactzoneagility.com/includes/languages/english/becaberry/meta_tags.php.

There is also a
/contactzoneagility.com/includes/languages/english/meta_tags.php
but it appears that this .php file is overriden by the one in the becaberry file when you are using the becaberry template.

Well that's one question down. Apparently this support thread is a DIY kinda thing. I will work on answers to 1-4 now.

20 Nov 2012, 6:02 PM
#7
brandonturpin avatar

brandonturpin

Zen Follower

Join Date:
Dec 2008
Location:
Utah, USA
Posts:
183
Plugin Contributions:
7

Re: BecaBerry Template [Support Thread]

cyberfolli:

Hi Love your template.. Though I for some reason deleted or removed the banners for the slider?

I checked the code for the main page and that is there and the banner is not turned off in the css.. Lost..

The banner files are located in the tpl_home_slider.php located in the includes > templates > beccaberry > common

The file is also called in the tpl_main_page.php file as well

I apologize for the long delay in reply, I get on here as often as I can, the past month I have been building a home and all my free time has gone to clients who have payed for custom template work.

20 Nov 2012, 6:13 PM
#8
cza1 avatar

cza1

New Zenner

Join Date:
Nov 2012
Location:
Lebanon Oregon
Posts:
8
Plugin Contributions:
0

Re: BecaBerry Template [Support Thread]

brandonturpin:

I apologize for the long delay in reply, I get on here as often as I can, the past month I have been building a home and all my free time has gone to clients who have payed for custom template work.

Okey Dokey... I will remove my questions and figure it out on my own. Just for the record your template is very nice and I appreciate you putting it up for free.

20 Nov 2012, 6:21 PM
#9
brandonturpin avatar

brandonturpin

Zen Follower

Join Date:
Dec 2008
Location:
Utah, USA
Posts:
183
Plugin Contributions:
7

Re: BecaBerry Template [Support Thread]

CZA1:

I am very new to ZenCart and but not completely new to web based development and such.

First off, my web site is https://www.contactzoneagility.com

I need a few really really quick answers so that I can get things rolling. Then I will go back in and crawl the forums and such for answers to anything else I need.

CZA1:

#1 - Can I wrap the text on the slider that says "A full line of dog agility equipment and accessories"?

In the file found in - includes > templates > becaberry > css > stylesheet_home_slider.css

and find the following code

div.slide div.desc{ /* DIV that contains the textual description inside .slide */
position: absolute;
color: #424242;
right: 40px;
top: 20px;
width:400px;
padding: 10px;
font: normal 16px sans-serif, Arial;
text-shadow: 0 1px 1px #8a8a8a; /* CSS3 text shadow */
z-index:5;
}
{

You can change the width and position of the text with that css. "right" is the distance from the right side, to move it to the left you will make this number higher, "top" is the distance from the top and making it larger will move it down and smaller will move it up. "width" is the width of the area for the text, you can make it smaller or larger to fit the area on the background image.

CZA1:

#2 - Can I globally or individually change the purple color of all the info boxes from purple to another color of my choice? Where and how?

In the file located - includes > templates > becaberry > css > stylesheet.css

you will find the following code

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #482251;
	padding: 1em 0.2em;
        -moz-border-radius:  10px 10px 0px 0px;
        -webkit-border-radius:  10px 10px 0px 0px;
        -khtml-border-radius:  10px 10px 0px 0px;
        border-radius: 10px 10px 0px 0px;
        box-shadow: 2px 2px 2px #888888;
	}

Change the background-color: #482251; to a color of your choice and it will change the color in the header of the sideboxes and the middle boxes (featured products)

CZA1:

#3 - Where do I get rid of the 'Brands' drop down in the top navigation.

add the following line in your stylesheet (includes > template > becaberry > css > stylesheet.css)

.submenu manufacturers-li {display: none}

That should remove the whole menu

CZA1:

#4 - How do I move the location of the Search Box that is in the middle of my header graphic?

Where are you wanting to move it to?!? That would dete

CZA1:

#5 - Where do I change "BecaBerry, Free Zen Cart Theme by Brand..." in the navigation tab to for instance "ContactZone Agility?

Sounds like you have this one figured out, yes the file is overwritten in the becaberry folder.

I apologize for the long delay in reply, I get on here as often as I can, the past month I have been building a home and all my free time has gone to clients who have payed for custom template work.

20 Nov 2012, 6:23 PM
#10
brandonturpin avatar

brandonturpin

Zen Follower

Join Date:
Dec 2008
Location:
Utah, USA
Posts:
183
Plugin Contributions:
7

Re: BecaBerry Template [Support Thread]

CZA1:

Okey Dokey... I will remove my questions and figure it out on my own. Just for the record your template is very nice and I appreciate you putting it up for free.

If you have any other questions besides the ones I just replied to feel free to ask, I am getting back into the mix of things this week and should be good to answer your questions! :-)

I was just meaning I had not had much extra time at all the past few weeks, and what little time I was able to find I had to finish custom work that I was doing... Hope that did not come off as I will not help on here cause I love to hop on here and help as much as I am able to, which will now be a lot more.

Thanks

20 Nov 2012, 11:58 PM
#11
dawneprochilo avatar

dawneprochilo

New Zenner

Join Date:
Oct 2012
Posts:
31
Plugin Contributions:
0

Re: BecaBerry Template [Support Thread]

Brandon- where do I find the slider banners in the css stylesheet to add my own personal banners?

21 Nov 2012, 12:08 AM
#12
dawneprochilo avatar

dawneprochilo

New Zenner

Join Date:
Oct 2012
Posts:
31
Plugin Contributions:
0

Re: BecaBerry Template [Support Thread]

dawneprochilo:

Brandon- where do I find the slider banners in the css stylesheet to add my own personal banners?
I found the location but what I need now is how do I add my own banners into this code?

21 Nov 2012, 1:02 AM
#13
dawneprochilo avatar

dawneprochilo

New Zenner

Join Date:
Oct 2012
Posts:
31
Plugin Contributions:
0

Re: BecaBerry Template [Support Thread]

I have the coding generated- where on the stylesheet do I insert the coding?

21 Nov 2012, 3:31 AM
#14
brandonturpin avatar

brandonturpin

Zen Follower

Join Date:
Dec 2008
Location:
Utah, USA
Posts:
183
Plugin Contributions:
7

Re: BecaBerry Template [Support Thread]

dawneprochilo:

Brandon- where do I find the slider banners in the css stylesheet to add my own personal banners?

The images in the slider is called in the file - includes > templates > becaberry > common > tpl_home_slider.php

this is where you can change the name of the image you want to show and the path of the image where you uploaded it

21 Nov 2012, 3:42 AM
#15
dawneprochilo avatar

dawneprochilo

New Zenner

Join Date:
Oct 2012
Posts:
31
Plugin Contributions:
0

Re: BecaBerry Template [Support Thread]

brandonturpin:

The images in the slider is called in the file - includes > templates > becaberry > common > tpl_home_slider.php

this is where you can change the name of the image you want to show and the path of the image where you uploaded it

I found the correct file but where in the file do I place the coding I generated? TY

21 Nov 2012, 5:07 PM
#16
dawneprochilo avatar

dawneprochilo

New Zenner

Join Date:
Oct 2012
Posts:
31
Plugin Contributions:
0

Re: BecaBerry Template [Support Thread]

dawneprochilo:

I found the correct file but where in the file do I place the coding I generated? TY

I just removed the sliding for now- will add it back later when I have more items to advertise up there. Brandon, question I have now is this. Between the navigation bar and the tabs for signing in, view cart, etc... I want to put my main banner there http://frontporchromance.com - layman's terms on how to do this? See the banner at the very top with the company name? that is what I want to put in the empty space

21 Nov 2012, 5:59 PM
#17
dawneprochilo avatar

dawneprochilo

New Zenner

Join Date:
Oct 2012
Posts:
31
Plugin Contributions:
0

Re: BecaBerry Template [Support Thread]

Ok- I have found this in the folder and want to remove the 'brands' tab- but...

#3 - Where do I get rid of the 'Brands' drop down in the top navigation.
add the following line in your stylesheet (includes > template > becaberry > css > stylesheet.css)

Code:
.submenu manufacturers-li {display: none}

where exactly in this code, do I place the {display: none} and what do I remove?

 <li class="submenu manufacturers-li"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_MANUFACTURERS; ?></a><!--bof shop by brand   -->
        <div class="dropdown_1column">
            <div class="col_1 firstcolumn">
21 Nov 2012, 7:35 PM
#18
cza1 avatar

cza1

New Zenner

Join Date:
Nov 2012
Location:
Lebanon Oregon
Posts:
8
Plugin Contributions:
0

Re: BecaBerry Template [Support Thread]

Brandon, I messaged you through your web page with some questions. If you happen to get this before you get that take a look at my web page, https://www.contactzoneagility.com and you will see that I figured out where most of the things I needed changed were located. Thanks again for taking the time to so completely answer my questions and get me pointed in the correct direction.

21 Nov 2012, 9:40 PM
#19
brandonturpin avatar

brandonturpin

Zen Follower

Join Date:
Dec 2008
Location:
Utah, USA
Posts:
183
Plugin Contributions:
7

Re: BecaBerry Template [Support Thread]

dawneprochilo:

I just removed the sliding for now- will add it back later when I have more items to advertise up there. Brandon, question I have now is this. Between the navigation bar and the tabs for signing in, view cart, etc... I want to put my main banner there http://frontporchromance.com - layman's terms on how to do this? See the banner at the very top with the company name? that is what I want to put in the empty space

You will have to edit the tpl_header.php file and add your image to it. It will be something a little custom at the header was build with search, tagline and other things to be included in that space, which will have to be removed.

21 Nov 2012, 9:41 PM
#20
brandonturpin avatar

brandonturpin

Zen Follower

Join Date:
Dec 2008
Location:
Utah, USA
Posts:
183
Plugin Contributions:
7

Re: BecaBerry Template [Support Thread]

dawneprochilo:

Ok- I have found this in the folder and want to remove the 'brands' tab- but...

#3 - Where do I get rid of the 'Brands' drop down in the top navigation.
add the following line in your stylesheet (includes > template > becaberry > css > stylesheet.css)

Code:
.submenu manufacturers-li {display: none}

where exactly in this code, do I place the {display: none} and what do I remove?

 <li class="submenu manufacturers-li"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_MANUFACTURERS; ?></a><!--bof shop by brand   -->
        <div class="dropdown_1column">
            <div class="col_1 firstcolumn">

You will open the CSS file, (includes > templates > becaberry > css > stylesheet.css)

at the very bottom place this code at the bottom

.submenu manufacturers-li {display: none}

and save it