Page 12 of 35 FirstFirst ... 2101112131422 ... LastLast
Results 111 to 120 of 347
  1. #111
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Editable Home Page Centerboxes

    The CSS to change the row of boxes to a column should be very simple. Post a link to an example and I'll give it a whirl. A few of my mods were originally designed as straight lists, and I found they could be turned into dropdown or flyout menus with just a few style rules.
    Last edited by gjh42; 3 May 2011 at 12:25 AM.

  2. #112
    Join Date
    Jun 2010
    Posts
    41
    Plugin Contributions
    0

    Default Re: Editable Home Page Centerboxes

    Quote Originally Posted by gjh42 View Post
    The CSS to change the row of boxes to a column should be very simple. Post a link to an example and I'll give it a whirl. A few of my mods were originally designed as straight lists, and I found they could be turned into dropdown or flyout menus with just a few style rules.
    Hi gjh42,

    Thanks for your interest and help. This is one of my wholesalers I deal with. I know they are using E-Commerce similar to ZenCart. If you look in the center area it looks similat to what I am looking for. Doesn't have to be exactly like it. I would like to have the 3 row column or close too it.

    http://www.airsoftpost.com/

    Again thank you very much in advance.

    Ron

  3. #113
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Editable Home Page Centerboxes

    Some other site is useless for styling the Editable Centerboxes; I need to look at a site with this mod active.

  4. #114
    Join Date
    Jun 2010
    Posts
    41
    Plugin Contributions
    0

    Default Re: Editable Home Page Centerboxes

    Quote Originally Posted by gjh42 View Post
    Some other site is useless for styling the Editable Centerboxes; I need to look at a site with this mod active.
    I am sorry. Misread what you wanted, thought you wanted an example of what I was looking for.

    I just activated it on my site here at www.keystoneairsoft.com/shop

  5. #115
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Editable Home Page Centerboxes

    OK, I see how you could read my request the way you did:)
    Modify rules in stylesheet_middleboxes.css like this:

    #middlebox_1 {
    /*DO NOT MODIFY THE FLOAT OR WIDTH UNLESS YOU KNOW WHAT YOU ARE DOING!!*/
    float:left;
    width:33%;
    }

    #middlebox_1 {
    /*DO NOT MODIFY THE FLOAT OR WIDTH UNLESS YOU KNOW WHAT YOU ARE DOING!!*/
    float:none;
    width:100%;
    }

  6. #116
    Join Date
    Jun 2010
    Posts
    41
    Plugin Contributions
    0

    Default Re: Editable Home Page Centerboxes

    Quote Originally Posted by gjh42 View Post
    OK, I see how you could read my request the way you did:)
    Modify rules in stylesheet_middleboxes.css like this:

    #middlebox_1 {
    /*DO NOT MODIFY THE FLOAT OR WIDTH UNLESS YOU KNOW WHAT YOU ARE DOING!!*/
    float:left;
    width:33%;
    }

    #middlebox_1 {
    /*DO NOT MODIFY THE FLOAT OR WIDTH UNLESS YOU KNOW WHAT YOU ARE DOING!!*/
    float:none;
    width:100%;
    }
    Works like a charm, THANK YOU very much for your time. I actually went and did the same for middlebox 2 and 3.

    Again thank you.
    Ron

  7. #117
    Join Date
    Jun 2010
    Posts
    41
    Plugin Contributions
    0

    Default Re: Editable Home Page Centerboxes

    Sorry Double Post

  8. #118
    Join Date
    Nov 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: Editable Home Page Centerboxes

    Hi,

    Been trying for days to get this to work Without showing the Featured/What's New/Specials - I would like to just have the centerboxes with my custom categories.

    What happens is when I turn off Featured, the centerboxes with this mod go away. I'm trying to use 'display: none' for the featured but that also takes away the modded centerboxes.

    Any idea how to get around this?

    Thanks so much,

    Julia
    http://www.fredshops.com

  9. #119
    Join Date
    Jun 2011
    Posts
    1
    Plugin Contributions
    0

    Default Re: Editable Home Page Centerboxes

    I installed the add on but I am not seeing the middlebox setting under configuration->layout settings
    I am also confused on which folders I should rename when you say Your_template do you mean i need to rename all folders that say custom_template?

  10. #120
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Editable Home Page Centerboxes

    Quote Originally Posted by skystonetrading View Post
    Hi,

    Been trying for days to get this to work Without showing the Featured/What's New/Specials - I would like to just have the centerboxes with my custom categories.

    What happens is when I turn off Featured, the centerboxes with this mod go away. I'm trying to use 'display: none' for the featured but that also takes away the modded centerboxes.

    Any idea how to get around this?

    Thanks so much,

    Julia
    http://www.fredshops.com
    Your file merges to the tpl_index_categories.php or tpl_index_default.php files is missing some of the required code (probably one of the if statements is not properly closed) Suggest reviewing your install..

    Quote Originally Posted by carlsum1986 View Post
    I installed the add on but I am not seeing the middlebox setting under configuration->layout settings
    double check your install in particular this step from the readme:
    From the Zen Cart admin go to "Tools -> Install SQL Patches". Copy the contents of the install_middleboxes.sql file into the form and click the "Send" button. DO NOT RUN THIS PATCH USING YOUR HOST'S PHPMyAdmin tools!! The Zen Cart SQL Patch tool properly adds table prefixes to the SQL code you run through it.
    Quote Originally Posted by carlsum1986 View Post
    I am also confused on which folders I should rename when you say Your_template do you mean i need to rename all folders that say custom_template?
    Yes..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 12 of 35 FirstFirst ... 2101112131422 ... LastLast

Similar Threads

  1. v154 Editable Invoices & Packing Slips [Support]
    By dbltoe in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 7 Oct 2015, 11:44 PM
  2. Admin-Editable Sidebox - Support Thread
    By kuroi in forum Addon Sideboxes
    Replies: 331
    Last Post: 29 Oct 2014, 04:15 AM
  3. Move Define Page Text to bottom of page, below centerboxes
    By AirsoftOutfitter in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Jul 2011, 02:13 AM
  4. Editable Home Page Centerboxes click-able links
    By colhemm in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 22 Feb 2011, 09:04 PM
  5. Image above centerboxes on main page
    By direwolf in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 May 2008, 06:40 PM

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