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

BecaBerry Template [Support Thread]

Views: 16,583

Results 21 to 36 of 36
21 Nov 2012, 9:47 PM
#21
brandonturpin avatar

brandonturpin

Zen Follower

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

BecaBerry Template [Support Thread]

CZA1:

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.

I responded to your email... If you have any other questions just let me know.

Thanks

3 Jan 2013, 7:05 PM
#22
dawneprochilo avatar

dawneprochilo

New Zenner

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

Re: BecaBerry Template [Support Thread]

Brandon- I have some epub, pdf and mobi files I want to add to categories and products tab. Basically I am selling ebooks- I have all the epub files in a folder and I am trying to save the file/folder to the server. Where do i find that? and how to I set it up so when a customer buys an ebook in a certain format they receive it immediately after payment.

I keep watching how to videos/tutorials and they all show how to add a category and mention having to find/search for your downloaded files on the server but I can't find a video to show how to download files to server.

13 Feb 2013, 2:47 PM
#23
jenn624 avatar

jenn624

New Zenner

Join Date:
Feb 2013
Posts:
12
Plugin Contributions:
0

Re: BecaBerry Template [Support Thread]

Hey Brandon, first off, great template! Thanks for sharing. :)
I'm having a bit of trouble getting rid of the "brands" in the top menu, I inserted the snippet of code you posted into the css file, but no luck, the brands header stubbornly remains. any other suggestions as for how to get rid of it?
and second question - under "information" in the top menu, there is a subcategory for useful links and at the bottom, "important links" what would be the best way to get certain pages to show up there?
Thanks!

20 Feb 2013, 7:02 PM
#24
brandonturpin avatar

brandonturpin

Zen Follower

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

Re: BecaBerry Template [Support Thread]

jenn624:

Hey Brandon, first off, great template! Thanks for sharing. :)
I'm having a bit of trouble getting rid of the "brands" in the top menu, I inserted the snippet of code you posted into the css file, but no luck, the brands header stubbornly remains. any other suggestions as for how to get rid of it?
and second question - under "information" in the top menu, there is a subcategory for useful links and at the bottom, "important links" what would be the best way to get certain pages to show up there?
Thanks!

I apologize for the delay, as business gets busier i get less and less free time to spend on the forums.

You can remove the Brands by placing the following code into your stylesheet.css

.manufacturers-li {display: none;}

For the header links if you go to Tools > EZ Pages those are the links you can place in the useful links section. You just want to make sure the Header is turned on and it will show.

25 Feb 2013, 9:22 AM
#25
smndvy avatar

smndvy

New Zenner

Join Date:
Jun 2008
Posts:
16
Plugin Contributions:
0

Re: BecaBerry Template [Support Thread]

Hi Brandon - Great template, I love it !!

A couple of issues I have which I hope you can help me with ...........

On my product listing page I want to enable HTML. I have it working mostly but for some reason the template doesn't respect the setting of the description length in ADMIN > CONFIGURATION > PRODUCT LISTING > "Display Product Description"

I have this set at 250 but it cuts the description short and consequently crops important HTML for audio playback.

Each of my products has a HTML link to an audio file and where the audio file title / link is a little longer the content is cropped which prevents the content being played. It also messes with the positioning of the other elements of the listing.

Second question is relating to the Drop Down Menu in the Header.

For some reason, any pages which I set in EZPages to display in the INFORMATION drop down box has inconsistent text formatting relative to the other links in the box.

You can see both issues in action here :-
http://dancefestivalmusic.co.uk/store/index.php?main_page=index&cPath=1

I'd really appreciate your comments

Thanks

Simon

1 Mar 2013, 3:07 PM
#26
smndvy avatar

smndvy

New Zenner

Join Date:
Jun 2008
Posts:
16
Plugin Contributions:
0

Re: BecaBerry Template [Support Thread]

Hello Brandon - I appreciate you are giving you time free to provide and support this template, but do you have any ideas on my previous post?

11 May 2013, 8:47 AM
#27
drnick66 avatar

drnick66

New Zenner

Join Date:
May 2013
Location:
United Kingdom
Posts:
3
Plugin Contributions:
0

Re: BecaBerry Template [Support Thread]

Hi Brandon. We really like the Beccaberry template, thanks for for making it available. Just one thing we have not been able to sort out, on the slider there is some txt "slider header one/two, three, four" "content for slider number one, two, three, four" and a more info button. How do we remove them? Thanks for your help.

Nick

13 May 2013, 9:30 PM
#28
brandonturpin avatar

brandonturpin

Zen Follower

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

Re: BecaBerry Template [Support Thread]

smndvy:

Hello Brandon - I appreciate you are giving you time free to provide and support this template, but do you have any ideas on my previous post?

I apologize for the delay, I try to get on here as often as possible, unfortunately it has net been enough the last few months. Let me know if you still need help with this issue and I can look into it!

13 May 2013, 9:34 PM
#29
brandonturpin avatar

brandonturpin

Zen Follower

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

Re: BecaBerry Template [Support Thread]

brandonturpin:

I apologize for the delay, I try to get on here as often as possible, unfortunately it has net been enough the last few months. Let me know if you still need help with this issue and I can look into it!

If you open up the file

includes > languages > english > extra_definitions > becaberry > header.php

and change

/* bof slide show header definitions */
define('SLIDE_ONE_HEAD','Slide Header One');
define('SLIDE_TWO_HEAD','Slide Header Two');
define('SLIDE_THREE_HEAD','Slide Header Three');
define('SLIDE_FOUR_HEAD','Slide Header Four');

/* bof slide show content definitions */
define('SLIDE_ONE_CONTENT','Content for slider number one!');
define('SLIDE_TWO_CONTENT','Content for slider number one!');
define('SLIDE_THREE_CONTENT','Content for slider number one!');
define('SLIDE_FOUR_CONTENT','Content for slider number one!');

to

/* bof slide show header definitions */
define('SLIDE_ONE_HEAD',' ');
define('SLIDE_TWO_HEAD',' ');
define('SLIDE_THREE_HEAD',' ');
define('SLIDE_FOUR_HEAD',' ');

/* bof slide show content definitions */
define('SLIDE_ONE_CONTENT',' ');
define('SLIDE_TWO_CONTENT',' ');
define('SLIDE_THREE_CONTENT',' ');
define('SLIDE_FOUR_CONTENT',' ');

That should remove the text in the sliders

14 May 2013, 8:37 PM
#30
drnick66 avatar

drnick66

New Zenner

Join Date:
May 2013
Location:
United Kingdom
Posts:
3
Plugin Contributions:
0

Re: BecaBerry Template [Support Thread]

fantastic, thanks, we'll try that tonight

15 May 2013, 5:37 PM
#31
drnick66 avatar

drnick66

New Zenner

Join Date:
May 2013
Location:
United Kingdom
Posts:
3
Plugin Contributions:
0

Re: BecaBerry Template [Support Thread]

That's great, thanks, all the txt has now gone, but the button is still there. How do we remove that.

While we were about it, we also discovered that is also the file to customize the links in the "follow us" drop down, which may be of use to someone else, as it is a great extra feature of this template.

Thanks again.

28 Nov 2013, 7:43 PM
#32
sammirah avatar

sammirah

Zen Follower

Join Date:
Apr 2012
Location:
Los Angeles, CA
Posts:
185
Plugin Contributions:
2

Re: BecaBerry Template [Support Thread]

Hi there, thanks for the template. I have a few questions:

  1. on the footer where the links are listed the follow me list is positioned below the Important Links instead of beside it, how can I fix that?Attachment 13421
  2. earlier when I attempted to change the logo and Alt Header Txt everything disappeared so I had to reinstall everything from the begining
23 Jun 2014, 3:37 PM
#33
skreager avatar

skreager

New Zenner

Join Date:
Jun 2014
Location:
michigan
Posts:
1
Plugin Contributions:
0

Re: BecaBerry Template [Support Thread]

I am Having trouble putting text in my home page i need it right above my paypal symbol this is the path im looking at but i tried to add words and nothing is happening. File: /public_html/includes/languages/english/becaberry/index.php please help thanks

10 Jul 2014, 6:08 AM
#34
queenkat avatar

queenkat

Zen Follower

Join Date:
Dec 2006
Posts:
121
Plugin Contributions:
0

Re: BecaBerry Template [Support Thread]

hi. I just installed this template to my shop and it's not showing up in my admin>tools>template selection.. what do I do? thanks

ps.. I'm working with a brand new edition of zen cart with no mods.

10 Jul 2014, 1:17 PM
#35
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: BecaBerry Template [Support Thread]

QueenKat:

hi. I just installed this template to my shop and it's not showing up in my admin>tools>template selection.. what do I do? thanks

ps.. I'm working with a brand new edition of zen cart with no mods.

It is possible that the template is not compatible with version 1.5.3 as it has been a few years since the last update. It is also possible that you have not installed the template correctly.

Thanks,

Anne

14 Jun 2015, 8:35 AM
#36
ukbdavis1 avatar

ukbdavis1

New Zenner

Join Date:
Feb 2012
Posts:
1
Plugin Contributions:
0

Re: BecaBerry Template [Support Thread]

I want to remove the more info button on the slider and make the whole slider a link to the page showing on the banner. Hope you understand this request for help.