• Resolved aclay007

    (@aclay007)


    I’d like to add three more “services” boxes. Is there any way to add them directly under the current three “services” boxes?

    https://ecoloxdyes.com

    Thanks,
    aclay007

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter aclay007

    (@aclay007)

    Got it figured out.

    Theme Author Template Express

    (@danstriker)

    OK cool

    hello
    i have the same question
    how did you manage?
    thank you

    Thread Starter aclay007

    (@aclay007)

    I found the CSS using Firebug and then copy and pasted the code into the homepage using the text editor. The CSS code begins like this…

    <div class="clear"></div>
    <div class="section group">
    <div class="featuretext_middle animated" data-fx="fadeInUp">
    <div class="unity-separator"></div>
    <div class="col span_1_of_3 box-1">

    Then I duplicated the CSS for the first row to create a second row.

    After creating the second row, I deactivated the “services” boxes in the customizer.

    Then I filled in any images and links with HTML. In theory you could have as many rows as you like.

    ok, thanks
    i thought you found the boxes in the php settings file.
    i will use your way if i cant figure it out.

    i managed to add a fourth service box in the customizer settings file, it shows ok on the home page but i can’t edit it in the theme admin panel, i only have options for the three boxes…

    anyway thank you very much for your help

    Thread Starter aclay007

    (@aclay007)

    Yeah I just deactivated the services boxes all together and copied the CSS and manually added the content with HTML. Much more simple than fulling with the PHP files that may get overwritten in theme updates.

    no i have a child theme so updates will be ok, but i had to put the change in the original file, and now it works (i don’t know why).
    so for those who have this issue :
    in customizer_settings.php, line 69, you have the list of the boxes, just add one and it works.
    you will have to add a css too (grid of four for my case).
    thank tou for your time!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Add Additional Servie Boxes’ is closed to new replies.