• Resolved thaisprestonphoto

    (@thaisprestonphoto)


    Dev,

    Love the Theme but I need more featured pages. I’ve search but haven’t found the functionality to add more. Where can I go within the code to carve out 3 more for my page?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Hi,

    This would require extensive customization to the theme, both to .php and .css files.
    You would have to edit at least these files:

    /customizer/sections/general.php
    /template-parts/content-home-featured.php
    style.css

    Best regards,
    // Dumitru

    Thread Starter thaisprestonphoto

    (@thaisprestonphoto)

    Thx I was able to find the code segments fairly easily for the first two parts but not able to figure out where they tie in the style.css. Can you narrow down where I should be looking?

    Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Use Google Chrome’s Inspect Element tool to find the corresponding CSS rules.

    Thread Starter thaisprestonphoto

    (@thaisprestonphoto)

    Dev Team,

    almost there. I am able to get all my featured page tiles up but instead of a 3×2 table It’s displaying a 2×3. Using Chrome Inspect Element tool I believe that these tiles are formatted with the code below located within the style.css file.

    .ilovewp-featured-pages-list .ilovewp-featured-page-item {
    display: inline-block;
    float: none;
    margin-right: 3.125%;
    vertical-align: top;
    width: 31.25%; }

    Adjusting the margin and width values with the Chrome Inspect Element tool I am able to wedge them into place. When I change the values within the css file nothing happens.

    If I remove featured pages 4-5-6 it slips into a 3×1 row perfectly.

    Any idea what I’m missing here?

    Thread Starter thaisprestonphoto

    (@thaisprestonphoto)

    Dev team,

    Ignore my previous comment that was the section. It just started working.
    ˉ\_(ツ)_/ˉ

    Thanks, so long and thanks for all the fish.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘More featured pages’ is closed to new replies.