Blog Page

Home Forums Revelance WordPress Theme Blog Page

This topic contains 5 replies, has 2 voices, and was last updated by  ab-themes 7 years, 9 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #17635

    adwise
    Participant

    Hi, I need to create a blog page like the one in the theme demo – http://preview.magnior.com/revelance/category/right-sidebar-blog/. How do I add that page with the demo content to my current website? I can’t seem to find that template. Please see link/ login details in private message. Thank you.

    #17636

    ab-themes
    Keymaster

    Hi,

    we add 123 ab test post just to test this. So, when you edit that post on the right side you can select category. If you set there just Right Sidebar Blog and then click on Posts/Categories find your category (in this case that is Right Sidebar Blog) and then click on View. There you see all posts in that Category.

    Link is here:

    http://www.yourdomain.com.au/category/right-sidebar-blog/

    We sending you screenshot in attachment.

    Advice: your pictures on page is too big. We can recommended you this awesome page where you can reduce them very easy without
    losing on picture quality:

    https://tinypng.com/

    Kind regards

    #17638

    adwise
    Participant

    Thanks! A couple of questions regarding the same page:
    1. How do I edit what appears on the right hand column?
    2. How do I change the default background colour for the blog & posts pages?

    #17641

    ab-themes
    Keymaster

    Hi,

    1) go to Appearance/Widgets. There is all sidebars. Look at the Primary Sidebar, click on the arrow from right side and set content how you want.

    2)for posts background open your single.css
    (you can find it here \wp-content\themes\revelance\single.css)

    and there on line 7 you have this code:
    <section class="page_main_section">

    replace that code with this:

    <section class="page_main_section blog">

    As you can see there is new class “single_blog”. So, open your style.css and add there

    .single_blog {
    background-color: #000;
    }

    We set #000 color just for example.

    Also, for blog background open you index.php file and at line 45
    you have this:
    <section class="page_main_section">

    Replace that with:

    <section class="page_main_section blog">

    Same as in upper code, we added “blog” class so in style.css

    add something like this:

    .blog{
    background-color: #ccc;
    }

    I hope this help you :)

    Kind regards

    • This reply was modified 7 years, 9 months ago by  ab-themes.
    • This reply was modified 7 years, 9 months ago by  ab-themes.
    #17647

    adwise
    Participant

    Hi, I’ve done that but hasn’t worked. Is there anywhere particular in the style.css that I need to add that code as I have added it at the bottom and can’t see any change? Thanks in advance.

    #17651

    ab-themes
    Keymaster

    Hi,

    when you go to Posts and View any of your posts you can see that background is yellow.

    When you go to Posts/Categories and View category there is displayed your all posts with that category and we set background color to green.

    Also, we are sending you screenshots.

    You just need to open your style.css and in the end change background color for .single_blog and .blog classes that you like :)

    Cheers

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Blog Page’ is closed to new replies.