Home Forums Pro Themes Magazine Plus Pro Read more button

Viewing 15 posts - 46 through 60 (of 60 total)
  • Author
    Posts
  • #59458
    Hans V. Jensen
    Participant

    Think unfortunately this part off CSS is a mistake

    # pl-2 .so panel: last-child {
         margin-bottom: 20px! important;
    }

    When you log out of admin and enter the page, the page shakes and shakes. It’s hard to show in a dump. But the flies wildly.

    What caused it?

    /Hans

    #59494
    wensolutions
    Keymaster

    Hello @hansvjensen,

    To change the color of the search bar to yellow please use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS .

    .header-search-box .search-box-wrap {
        border-top: 4px solid #fcdb0c;
    }
    
    .header-search-box .search-box-wrap::before {
        border-bottom: 8px solid #fcdb0c;
       }

    Hope this helps .

    Best Regards!!

    #59502
    Hans V. Jensen
    Participant

    Good morning from Denmark,

    Thank you my friend. It helped.

    What about the line on frontpage

    # pl-2 .so panel: last-child {
    margin-bottom: 20px! important;
    }

    ???

    Can I also ask which font type is used for Magazine Plus Pro?

    Regards,
    Hans

    #59514
    wensolutions
    Keymaster

    Hello @hansvjensen,

    When we checked the CSS locally it did not generate such issue and more likely the issue is not caused due the CSS . If its causing the issue then please remove it .

    Now for information about the font type used you can go to Admin Panel > Appearance > Customize > Them Options > Font Family Options and view the font used in different section . You can even change the font type from here. You can even inspect the font type from the site . Just click right button of mouse and click in Inspect . Then scroll down at the right side (Style Tab ) , there you will find the font type used in the site .

    Screen shot :

    https://image.prntscr.com/image/AkljCjN5TgOuBXapmuE1YA.png

    Hope this helps .

    Best Regards!!

    #59517
    Hans V. Jensen
    Participant

    Hello Wen,

    Thank you my friend. Be aware of most things. Lovely you would confirm.

    The CSS code that shows me errors is at the bottom of the front page that appears on all other pages. Like her http://bvbfan.dk/danske-debutanter-i-borussia-dortmund/

    How do I get that line on the front page?

    I sidding with more sites and need to go to the last little details like quicklinks at the top here
    https://image.prntscr.com/image/W-CRicoGQhCdu-R-y4Ldhg.png

    I just can not see how to get those links open in separate windows?

    /Hans

    #59538
    Hans V. Jensen
    Participant

    Hello Wen,

    Unfortunately, I still find some holes.

    Now is the thick white line during Search.
    Can it change to black?

    Can the text Search Results for change to Danish?

    #59581
    Hans V. Jensen
    Participant

    Hello Wen,

    Now 4 questions:

    1) I found a plugin for external quick links. But why is the top of the NHL and F1 higher than Speedway?

    http://speedway-grandprix.dk/ (good)
    http://f1-danmark.dk/ (not good)
    http://nhl-danmark.dk/ (not good)

    I’ve seen all sorts of comparisons and thought it might be too long headlines. But nothing helps.

    2) The CSS code that shows me errors is at the bottom of the front page that appears on all other pages. Like her http://bvbfan.dk/danske-debutanter-i-borussia-dortmund/

    I also had the mistake of the shame that went crazy to another Tour de France site. There was a front page picture obviously too big.

    3) And finally also reply to last post with the thick white line during Search.
    Can it change to black?

    4) Can the text Search Results for change to Danish?

    /Hans

    #59583
    Hans V. Jensen
    Participant

    I’ve located the problem of quick links in the top. Is it possible that there are only three links left? By several, the top becomes higher. It annoys me.

    #59655
    wensolutions
    Keymaster

    Hello @hansvjensen,

    Glad that you have figured out some of your issue by yourself.

    Now to remove the white block of meta filed in search field use below given CSS.

    .search footer.entry-footer {
     display: none;
    }

    To display the white border button at the front page use below given CSS .

    div#sidebar-front-page-widget-area aside.widget {
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
    }

    Hope this helps .

    ALso pleae post your query creating the new topic as it has almost been 4 page so it will be difficult to track your query .

    Hope you understand .

    Best Regards!!

    Have a great day 🙂 .

    #59660
    Hans V. Jensen
    Participant

    Goodmorning from Denmark,

    Thanks. I’ll start with a new thread, but I did not think that the answer to the above questions was quicklinks at the top. Can not you make more than three? There is only room for three.

    I do not know what the white border code does?

    I’m also considering buying the Clean Commerce theme. Of course, first of all, because I like it, but also because I appreciate your answers and service.

    Regards,
    Hans

    #59665
    wensolutions
    Keymaster

    Hello @hansvjensen,

    You are having such issue due to your long post header but you can definitely include more than 3 social icon at the top right . for this paste below given CSS.

    #tophead .top-news {
        width: 60%;
    }

    Here you can adjust the width as per your requirement.

    The provided CSS will remove the white border of meta field in the post in the search page.

    Yes, you can definitely consider the Clean Commerce theme and you can refer to below link to know about the amazing feature in Clean Commerce theme.

    http://themepalace.com/downloads/clean-commerce-pro/

    If you find any difficulty while using that theme, we are always here for you.

    Best Regards!!

    #59679
    Hans V. Jensen
    Participant

    Hello Wen,

    So what you say is that there is a choice between long headlines for news or more than three quicklinks? It may look like dumped.

    /Hans

    #59716
    wensolutions
    Keymaster

    Hello @hansvjensen,

    It is about the choice and also this how the theme is designed.

    If the width of the News tickers is decreased then width for the Menu will be more and if the width of the menu is less then width for the news will be less. So you have to manage your heading according to your requirement.

    Hope this clears the confusion.

    Best Regards!!

    #63186
    Hans V. Jensen
    Participant

    Hello Wen,

    How do I get the button Læs mere (Read more) here http://speedway-grandprix.dk/2017/11/

    as it is here http://speedway-grandprix.dk/droppet-speedwaydansker-wildcard-givet-paa-forkert-grundlag/

    With white background?

    There must be an RSS code for it? It is not possible during options.

    /Hans V. Jensen

    #63279
    wensolutions
    Keymaster

    Hello @hansvjensen,

    To remove the Red button in the archive page use below given CSS.

    a.read-more{
        background-color: transparent;
    }

    Hope this helps.

    Best Regards!!

Viewing 15 posts - 46 through 60 (of 60 total)
  • You must be logged in to reply to this topic.