Random front page

  • Anonymous

    #31019

    Since you are adding the below CSS code to parent theme style sheet, you’ll lose it when you update the theme. So, consider using a Child Theme or add the custom CSS codes in Graphene Options –> Display –> Custom CSS

    This code,

    .post-1033 {
    display: none;
    }

    Condorino

    #31020

    Is not showing any more the child pages below the random page.

    Anonymous

    #31021

    Isn’t that what you wanted?

    Condorino

    #31022

    No I want the child pages still there.

    As you remember the problem was that within the child pages it was showing again the same page as the random page

    Anonymous

    #31023

    Okay, now set that old page (.page-2) as static front page. You have to live with “only one” repeated child page until we find a solution. I’m exhausted now. Will look for a fix later.

    Condorino

    #31024

    Thank and sorry for causing problems

    Anonymous

    #31025

    Hey! Just an update. There is a missing semicolon in the random posts code I’ve given. Replace the last line with

    add_action('graphene_after_slider', 'random_home_page_function');

    Condorino

    #31026

    Thanks for your update and for the suggestions.

    But I removed the random function and the rest as on of the child pages it was duplicated in the static page.

    I have one very last question in the front page the images listed in the slider and child pages are all 150 x 150 pix, is any way to show them as 100 x 100 pix?

    Thanks again for the support.

Viewing 8 posts - 11 through 18 (of 18 total)

  • 1
  • 2
  • You must be logged in to reply to this topic.