Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 36
  1. #21
    Join Date
    Dec 2008
    Location
    Utah, USA
    Posts
    182
    Plugin Contributions
    10

    Default Re: BecaBerry Template Support Thread

    Quote Originally Posted by CZA1 View Post
    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, 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
    Zen Cart Help and Design

    If you don’t build your dream, someone else will hire you to help them build theirs.

  2. #22
    Join Date
    Oct 2012
    Posts
    31
    Plugin Contributions
    0

    Default 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.

  3. #23
    Join Date
    Feb 2013
    Posts
    12
    Plugin Contributions
    0

    Default 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!

  4. #24
    Join Date
    Dec 2008
    Location
    Utah, USA
    Posts
    182
    Plugin Contributions
    10

    Default Re: BecaBerry Template Support Thread

    Quote Originally Posted by jenn624 View Post
    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

    Code:
    .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.
    Zen Cart Help and Design

    If you don’t build your dream, someone else will hire you to help them build theirs.

  5. #25
    Join Date
    Jun 2008
    Posts
    16
    Plugin Contributions
    0

    Default 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/stor...=index&cPath=1

    I'd really appreciate your comments

    Thanks

    Simon

  6. #26
    Join Date
    Jun 2008
    Posts
    16
    Plugin Contributions
    0

    Default 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?

  7. #27
    Join Date
    May 2013
    Location
    United Kingdom
    Posts
    3
    Plugin Contributions
    0

    Default 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

  8. #28
    Join Date
    Dec 2008
    Location
    Utah, USA
    Posts
    182
    Plugin Contributions
    10

    Default Re: BecaBerry Template Support Thread

    Quote Originally Posted by smndvy View Post
    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!
    Zen Cart Help and Design

    If you don’t build your dream, someone else will hire you to help them build theirs.

  9. #29
    Join Date
    Dec 2008
    Location
    Utah, USA
    Posts
    182
    Plugin Contributions
    10

    Default Re: BecaBerry Template Support Thread

    Quote Originally Posted by brandonturpin View 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!
    If you open up the file

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

    and change

    Code:
    /* 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

    Code:
    /* 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
    Zen Cart Help and Design

    If you don’t build your dream, someone else will hire you to help them build theirs.

  10. #30
    Join Date
    May 2013
    Location
    United Kingdom
    Posts
    3
    Plugin Contributions
    0

    Default Re: BecaBerry Template Support Thread

    fantastic, thanks, we'll try that tonight

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 94
    Last Post: 16 Mar 2024, 04:13 PM
  2. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  3. Watermelon Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 22
    Last Post: 14 Oct 2011, 04:03 AM
  4. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR