Home Forums WordPress Themes – Premium Circumference hr line does not show up in the website

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #15486
    Louis
    Participant

    Hi my friend, sorry to put this simple question, but it did happen, quite wired.

    After I add code


    as you told, it did show up when I stay in the Page Edit format,
    but after I made final page updated, this Horizontal Rule just not show up in the website http://www.wsw-china.com

    I attached both photos, you will see final website does not show up the horizontal line,
    but from edit page, we can see the line. Thank you very much for your time.
    hrlineEditFormat.jpg
    finalnotshowup.jpg
    hrlineEditFormat1.jpg

    Attachments:
    You must be logged in to view attached files.
    #20461
    Sushil Adhikari
    Moderator

    Couple things… first, try


    instead of


    and see if that helps. Second thing, the content editor actually has a horizontal rule button to insert one without having to do html yourself. Also, I’m not sure what your cache plugin settings are, but whenever you make changes to content or the CSS, etc., make sure you regenerate the cache.

    #20463
    Louis
    Participant

    Thank you always for your prompt help.

    1) I tried


    and it’s the same. Actually when I type in


    , the system automatically use


    .

    2) I note there are horizontal rule button to insert line, but result the same. Can see in the edit page but not so in final web page.

    3) Yes, I have a cache plugin W3 Total Cache installed. I have tried many time to Empty All Cache, but not worked for lines.
    When you say Regenerate the cache, it just means Empty All Cache, right ?
    Also I tried empty Minify Cache, result not change also.

    4) Actually many monthes ago, I do not have any cache plugin installed, but at that time, I also have same problem,
    want to add Horizontal Line, can see that in Edit page but finally not show up. So maybe it’s not the plugin problem.

    5) If the default line color is white, so that we can not see the line from white background ?

    I hope this can not be a big project for you to help. Once again, thank you for your perfect service.
    I want more of my friends to try your website and service.

    #20464
    Louis
    Participant

    My friend, thank you so much, I tried something and luckily it solve the problem.


    this has helped. Why this happens ?

    #20466
    Sushil Adhikari
    Moderator

    That is odd because it works for me and the theme also has this styling:

    hr {
    	border-top:1px solid #e2e5e7;
    	height: 1px;
    	margin-bottom: 23px;
    	background-color: rgba(0, 0, 0, 0.1);
    }

    I am wondering if you are using a plugin that changed that. But what is important is that you have it working.

    #15487
    Louis
    Participant

    Thank you 🙂 🙂 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.