Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3493
    berryadz
    Member

    Hi,

    I should congratulate team who have designed a wonderful theme and it is very easy to use and configure but I have come up with 3 issues and appreciate if you can enlighten me.

    I have a blog page http://berryadz.com/wordpress-Test/. It is a home page.

    a) I have set slider but below slider I want my blog items to be displayed? Is it Possible then request you to please let me know how can I do that

    2) For my each blogs, I want to showcase floating images on right hand side? Is it possible?  How it can be configured

    3) On footer section, I believe userid is being captured instead of name not sure, I want to display my customised name. I don’t want to remove any author credentials those looks perfectly good.

     

    Kind Regards

    Dipesh Shah

    #3509
    Sakin
    Keymaster

    Hi Dipesh,

    For showing blog post in your Homepage. Please check in the “Homepage / Frontpage Category Setting” in your Appearance -> Theme Options -> Theme Settings.

    For my each blogs, the floating image will be on left side by default. For that you need add featured image in the post. But if you want to make the floating image on the right side then you can add in the following CSS in “Custom CSS” box in your Theme Options:

    .post .post-thumb { float: right; }
    .post .post-article { margin-right: 4.82%; }

    On footer section, there is Site title and then copyright information. You need to upgrade to Simple Catch Pro version to edit the footer text easily. Or you can build child theme and then edit the footer.php on line 17, replace this one <?php bloginfo(‘name’)?>

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Home Page’ is closed to new replies.