Page 5 of 35 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 347
  1. #41
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: Editable Home Page Centerboxes

    Perhaps ask one the admin and they will point you in the right direction.

    Having the categories on for the main must somehow ignore your mod from loading.
    That wasn't the plan!

  2. #42
    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 Muzz View Post
    Perhaps ask one the admin and they will point you in the right direction.

    Having the categories on for the main must somehow ignore your mod from loading.
    Sure I could ask.. for that matter you could ask as well.. this is after all a COMMUNITY driven site..
    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.

  3. #43
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: Editable Home Page Centerboxes

    Yes I could ask!

    But I wouldn't know what they were talking about :)

    You understand your MOD and they could prob say something simple and you would be ohhhh and fix it in 1 min.

    I would nod and try and look like I understand :)

    I just try and make things look petty.
    That wasn't the plan!

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

    Default Re: Editable Home Page Centerboxes

    Please don't take this wrong.. But I'm a little swamped and at this moment I don't have time to dig into this issue fully. I may not be able to get into it until the weekend if I can free up some time from my current paid projects.. Even if an admin "helped" because I asked, I don't necessarily have time to incorporate the changes into the mod and upload a new version for you. and yes I do understand my mod, but I don't understand why it isn't working with the product categories displayed on the front page.. So I'm not sure of the solution or that I'll even understand the 'cause of the issue just yet..

    So it's more likely that if an admin "helped" you will have to take some time to understand any suggested changes and merge them into the mod on your own.. (or with some help from the community) Hope you understand.. I will look into this, but I just can't do it until this weekend if I can clear some time in my schedule..

    Quote Originally Posted by Muzz View Post
    Perhaps ask one the admin and they will point you in the right direction.

    Having the categories on for the main must somehow ignore your mod from loading.
    Quote Originally Posted by Muzz View Post
    Yes I could ask!

    But I wouldn't know what they were talking about :)

    You understand your MOD and they could prob say something simple and you would be ohhhh and fix it in 1 min.

    I would nod and try and look like I understand :)

    I just try and make things look petty.
    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.

  5. #45
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: Editable Home Page Centerboxes

    hi DivaVocals,

    Firstly, Relax! :)

    I'm fine with how it is working now.

    The purpose for me adding comments to the thread is so other people who experience the same issue as me know that there is an issue.

    Others may not install the mod if they require the categories to list just below the main page content page.. but at least they know and won't pull their hair like me wondering why it wasn't working.

    IF a admin or someone with coding skills comes along and read this thread maybe they can make a suggestion.

    Otherwise when you get the time have a look. That could be in 1-never weeks time.. you don't owe anyone anything.

    The MOD is really handy and be proud of what you have achieved so far :)

    Thanks and Best wishes!
    That wasn't the plan!

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

    Default Re: Editable Home Page Centerboxes

    I'm relaxed.. nothing in post should have been interpreted as meaning otherwise.. I simply wanted to make sure it was clear that I want to help, but can't do so at this moment.. I confirmed the bug because I too wanted to make sure that the information was shared with others reading this thread..
    Quote Originally Posted by Muzz View Post
    hi DivaVocals,

    Firstly, Relax! :)

    I'm fine with how it is working now.

    The purpose for me adding comments to the thread is so other people who experience the same issue as me know that there is an issue.

    Others may not install the mod if they require the categories to list just below the main page content page.. but at least they know and won't pull their hair like me wondering why it wasn't working.

    IF a admin or someone with coding skills comes along and read this thread maybe they can make a suggestion.

    Otherwise when you get the time have a look. That could be in 1-never weeks time.. you don't owe anyone anything.

    The MOD is really handy and be proud of what you have achieved so far :)

    Thanks and Best wishes!
    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.

  7. #47
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: Editable Home Page Centerboxes

    Anyone who wants to know where you edit the content if you prefer NOT to use the Define Page Editor.

    \includes\languages\english\html_includes\YOUR_TEMPLATE\define_middlebox_1.php


    If you wish to chaneg the Title of the Sideboxes you will need to edit:

    \includes\languages\english\extra_definitions\YOUR TEMPLATE\


    middlebox_1.php
    middlebox_2.php
    middlebox_3.php

    Edit: define('BOX_HEADING_MIDDLEBOX1', 'Put your title here');
    That wasn't the plan!

  8. #48
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: Editable Home Page Centerboxes

    How would I go about creating a different background image for the banner titles?

    I'm very rusty with css.. I can get the same image for all titles but would liek to have different colour/design for each.

    I have:

    .middleBoxHeading {
    height: 30px;
    margin: 0em;
    padding: 0.5em 0.2em;
    text-align: center;
    background-image: url(../images/MYimage_middlebox_3.png);
    background-repeat: no-repeat;
    }
    That wasn't the plan!

  9. #49
    Join Date
    Jul 2007
    Posts
    324
    Plugin Contributions
    0

    Default Re: Editable Home Page Centerboxes

    I would like to know how we change the title size (tried this in my template, template, tpl_middlebox1_default.php by changing the h1 to h2, did not work) , the box size (too long), also how do we change the titles outside of admin? Tried something that was written and it did not work Edit: define('BOX_HEADING_MIDDLEBOX1', 'Put your title here');

    Thank you
    LadyDee

  10. #50
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: Editable Home Page Centerboxes

    I changed my titles here:

    \includes\languages\english\extra_definitions\YOUR TEMPLATE\


    middlebox_1.php
    middlebox_2.php
    middlebox_3.php

    Edit: define('BOX_HEADING_MIDDLEBOX1', 'Put your title here');


    You edit the size of the font tile in the stylesheet_middleboxes.css file

    h2.middleBoxHeading, h2.middleBoxHeading a {
    font-size: 1.2em;
    color: #96b710;

    }

    Edit the font there as I just tested and that works for me.
    That wasn't the plan!

 

 
Page 5 of 35 FirstFirst ... 3456715 ... 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