Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #567714

    Hi,
    Here is my post address
    Some questions about it:

    1- As you might see from the link, the style of the page is not RTL. I mean the right sidebar should be at the left side and the post text should be seen in right. How may I change it to the right place?

    2- You can see that search icon is not aligned well in the search bar (there is a little blank space below the icon). How may I fix that?

    3- The line height is not proper in H2 tag (the title of the post). How may I fix this one?

    4- The style of the menu is not what it is in the rest of my website. How can I change that to its original style?

    5- And finally, how can I customize the sidebar widgets in my blog posts?

    • This topic was modified 8 years, 10 months ago by Vinay. Reason: Moved the link to private message
    #568478

    Hey Sadegh!

    1.
    We need admin login access to check the issue please send us the details in a private message.

    2.
    To align search icon please add the following css to quick css

    
    #top #searchsubmit, .ajax_load {
        height: 45px!important;
        line-height: 45px!important;
    }
    

    3.
    To adjust the line height on h2 or h1 please use the below css. feel free to play around with the number 1.5

    
    h1 {
        line-height: 1.75em!important;
    }
    h2 {
        line-height: 1.5em!important;
    }
    

    4.
    Please elaborate more on this issue with a screenshot so we can help you better. upload the screenshot to imgur.com and paste the link here.

    5.to customize the blogpost please goto Appearance > Widgets > Sidebar Blog
    Drag and drop the widgets you like in the sidebar and enter the required details.

    Cheers!
    Vinay

    #568519

    Hi Vinay,
    Thanks for your reply.

    Number 1.> Please find the credentials in the private area.

    Number 4.> Please take a look at the below images:
    1. This is my website menu general style:
    1
    2. And this is my blog post style. You might see that the header is not like the rest of my website pages (like above).
    2

    Number 5. >
    it doesn’t work. Actually I have already removed all the widgets from “Sidebar Blog” but they are still appeared on my blog page.

    Thanks in advance!

    #569163

    Hi!

    2.) It is different from the rest of the site because most pages are set to transparent header. If you want to modify the default header, go to the General Styling panel then set the color values of the Logo Area panel.

    3.) The Layout > Sidebar Setting of the posts is set to Footer Column 1. You need to set that to default or select the Sidebar Blog widget area.

    Cheers!
    Ismael

    #570472

    Hi,

    Number 1. Why my first question is still not answered?

    Number 3. It is still doesn’t work for me. I set the sidebar setting to both default and sidebar blog, but I could still see the widgets I don’t wanna see (like archives, categories, wp login)

    #571047

    Hey!

    1.) If you want to display the sidebar at the left side of the page, set the Sidebar Settings > Sidebar on Single Post Entries option to left sidebar.

    3.) Use this:

    .entry-content-wrapper .post-title {
        font-size: 21px;
        line-height: 2.5em;
    }

    Cheers!
    Ismael

    #571129

    Hi,

    Thanks a lot Ismael, the problems are solved now. (I didn’t know that I could change the sidebar position in each post, sorry for that)

    And one more thing, may I change the column width in posts? I want to make it a bit shorter for widgets area and a bit bigger for post text. (as you might find in the below image)
    ,

    Thanks in advance.

    #571755

    Hey!

    Please go to Enfold theme options > General Layout > Dimensions and adjust the values as needed :)

    Cheers!
    Yigit

    #571934

    Thanks Yigit,

    I did what you said.
    But I think it makes a conflict in blog posts. As you might see, I have disabled all the Share Links except LinkedIn, Google and Email. But after I change the layout dimension from 60-40 to 70-30, all the Share links are now showing in my blog post.
    Plus, it make the header looks different (I can no see a black line at the top of my page) and the style of the menu is changed too.

    This is the worst time for me. This change in layout dimension makes my website RESET! All my customization are gone! CHECK THE LINK

    • This reply was modified 8 years, 10 months ago by Sadegh.
    #573751

    Hey!

    please use and stick to one topic only in one thread.

    It would be best to use different ticket for different questions.

    Can you provide us a precise link showing the issue you are talking about please? Don’t forget to clear browser cache and hard refresh a few times.

    Regards,
    Andy

    #573779

    Hey Andy,

    You’re right, but because the problem was started as soon as I had changed that dimension values, I thought I could mention that here too.
    Here is my ticket about this problem: +

    So it would be okay if you close this ticket now

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Problem in Posts (blog) Page’ is closed to new replies.