• jsosa787

    (@jsosa787)


    Hello,

    I’ve created a blog section using the “Latest News” Widget. I looks great on the front page and once clicked, will take you to a separate page. I have a call to action button below, “see all our news” that I would like to link to the blog page on the menu bar. The problem is I don’t know how to make the blog page resemble the one on the Demo Sydney theme.

    1. get call to action button to link to the blog page
    2. get blog page to resemble Demo Sydney theme sample in that all future blogs can be found there.

    Any help would be great.

    link to my website below.
    Blue Sky Therapy Website

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jsosa787

    (@jsosa787)

    Also,

    Bullet points don’t seem to be showing up on the website although I have them while in the page builder.

    Any idea why? I would like the bullets to appear.

    Hello there,

    I would like to apologize in advance for the delayed respond.

    Regarding to your first query.

    Firstly, you should create a blog page.

    1. Create a new page and enter “My Blog” as the title. Leave the content empty, then publish
    2. Go to Settings > Reading > Front page displays
    3. Select “A static page (select below)”. Select a page for “Front page”, and select “My Blog” for “Posts page”
    4. Now if you visit the page you just created, it will display list of posts like our demo

    1. get call to action button to link to the blog page

    Could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?

    Bullet points don’t seem to be showing up on the website although I have them while in the page builder.

    A line of CSS code prevents it to be showing up. I thought that it’s a bug that should have been fixed. To temporarily fix the issue, could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?

    .entry-content ul{
      padding-left: 40px;
    }
    
    .entry-content ul li{
      list-style: disc;
    }
    

    Regards,
    Kharis

    Thread Starter jsosa787

    (@jsosa787)

    Hello,

    Thanks for the help!
    1. First issue was resolved. I got my article to appear on the Blog page.

    2. I think you may have forgotten to give me the CSS code that allows for the action button to link to the blog page.

    3. Finally, the CSS code didn’t seem to do anything. Unless I’m pasting it incorrectly. I’m not to sure if I’m adding it correctly to the child theme.
    What I’m doing is going to Appearance > Editor > and just pasting the CSS to the code. The following code appears.

    /*
    Theme Name: Sydney Child
    Theme URI: http://athemes.com/theme/sydney
    Author: aThemes
    Author URI: http://athemes.com
    Template: sydney
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: sydney
    */

    I just paste the Code you gave me and nothing changes.

    2. I think you may have forgotten to give me the CSS code that allows for the action button to link to the blog page.

    No CSS code needed. If you have setup a blog page properly, it will automatically be synced.

    > 3

    Please paste the following code:

    .entry-content ul{
      padding-left: 40px !important;
    }
    
    .entry-content ul li{
      list-style: disc !important;
    }

    Regards,
    Kharis

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Blog’ is closed to new replies.