badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

General settings

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #65108
    Hans V. Jensen
    Participant

    I have just installed NewsCard Pro and hope the best with these four questions for settings:

    1) Can the background of the articles not be completely white without frame around?

    2) How do I get more distance to vertical red Elements in the navigation menu?

    3) How do I remove related news at the bottom of the same dump above?

    4) Can the date at the top not be removed?

    Thanks!

    #65171
    Hans V. Jensen
    Participant

    Part II

    5) What goes wrong here in the online version – top and bottom?

    Top

    Bottom

    6) And can the Search button be removed?

    Question 2) is fixed.

    Thanks!

    #65211
    Hans V. Jensen
    Participant

    Part III

    Your contact form does not work!

    I’m disappointed there’s no reply yet to this ticket.

    If I not get it within the next 24 hours, I’ll have to claim my money back. I can not use it as it is right now.

    Sincerely,
    Hans V. Jensen

    #65214

    Hi @hansv-jensen

    Apologies for the late reply.

    Login to your dashboard and go to the Appearance > Customize > Additional CSS and paste the below custom CSS code to make the background of the articles completely white without frame around, to remove related news at the bottom and remove date at the top:

    .post-boxed,
    .post,
    .type-attachment,
    .widget {
    	box-shadow: none;
    	-webkit-box-shadow: none;
    	-moz-box-shadow: none;
    }
    .info-bar .contact-section {
    	min-height: 34px;
    }
    .info-bar .contact-section .date,
    .navbar .search-toggle,
    .navbar .nav-search,
    .post-navigation {
    	display: none;
    }

    And for the warnings. Can you please clarify how you got that warnings? We have checked from our end and there is no any issue.

    If you have any problem please let us know.

    Thank you!

    #65225
    Hans V. Jensen
    Participant

    Hi Horse,

    Yes, the answer unfortunately went so far that I had to pay a programmer to move on. He was on this morning.

    I have also tested warnings. Fortunately, it looks fine now. Back only missing the finish.

    – I wonder how to set Wide in top? In the Child theme, it requires an extra CSS code to Wide.
    – Is it possible to remove links in breadcrumbs (Kampe) ?
    http://ligafodbold.dk/match/fc-barcelona-standard-li%c3%a8ge-1982-05-12/

    Sincerely,
    Hans V. Jensen

    #65226
    Hans V. Jensen
    Participant

    More settings:

    Where do I find date for news?
    It also requires extra CSS?

    It has suddenly disappeared in Child 🙁

    #65227
    Hans V. Jensen
    Participant

    Åhh. I had removed it at the top.

    It obviously goes down and removes in news.

    Can’t date just remove at the top?

    #65229
    Hans V. Jensen
    Participant

    More setting:

    How do I delete the buttons that are to the right of the post title by green line?

    Hope it could be done with the font size. But no. Maybe a CSS code?
    http://ligafodbold.dk/category/arkiv/

    #65252

    Hello @hansv-jensen

    Did you paste the previous css code that we provided? It has a code that will only hide the date in top?

    To make wide in top (info bar) and remove the buttons that are to the right of the post title please paste below CSS code into your child theme.

    .info-bar .container {
    	max-width: 100%;
    	padding-left: 15px;
    	padding-right: 15px;
    }
    @media (max-width: 991px) {
    	.info-bar.infobar-links-on .container {
    		padding-right: 58px;
    	}
    	.info-bar .infobar-links .infobar-links-menu-toggle {
    		right: 15px;
    	}
    }
    .page-header, 
    .page-header .page-title {
    	overflow: inherit;	
    }
    .page-header:before,
    .page-header:after,  
    .page-header .page-title:before,
    .page-header .page-title:after {
    	display: table;
    	content: "";
    }
    .page-header:after,
    .page-header .page-title:after {
    	clear: both;
    }

    And for breadcrumb it is not possible to remove the link, for that you need to activate some breadcrumb plugins and hide the main breadcrumb from the theme option.

    Thank you!

    #65254
    Hans V. Jensen
    Participant

    Hello Horse,

    Thanks. Your date and page header CSS works fine.

    However, I am a little confused about slightly different codes. My programs sent this to Wide

      .navbar {
         padding: 0;
    }

    Isn’t it good enough or does it make trouble? It works fine right now. Had expected that wide was fixed on Child from the start.

    The same thing has in a previous theme fixed links in breadcrumb. But I try to find a plugin that might help with that.

    Thanks for now.

    #65265

    Hello Hans,

    Only below code will not make the wide. So you can remove those code.

    .navbar {
         padding: 0;
    }

    For breadcrumb can you please try below css code:

    #breadcrumb .trail-item a {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: inherit;
    }

    Thank you!

    #65268
    Hans V. Jensen
    Participant

    Hello Horse,

    Strong with breadcrumb. Many thanks for that.

    On the other hand, I do not understand that you think I should remove

    .navbar {
    padding: 0;
    }

    Then the page is not Wide anymore. Which CSS do you think I need instead?

    I’m sitting right the finish. I wonder a little about why in some news there are three sentences … where others have none at all. It’s the same setting. It is well under Global Excerpt it must be done? It says 0 both places.

    Why do I completely remove “…” ?

    They weren’t there yesterday.

    Thanks.

    #65269

    ok if the site is working well then forget removing those code. after all it won’t affect the site in anyway.

    you can go to the post/page editor of those post/page and please try to type at least a ‘space’ (space from a keyboard) in the right side of the excerpt panel. It will help removing those 3 dots.

    Thanks

    #65275
    Hans V. Jensen
    Participant

    OK.

    Sorry, I don’t quite understand what you mean? You mean the editor as post is written in as below and spaces by profile – or?

    … right side of the excerpt panel?

    #65279
    Hans V. Jensen
    Participant

    I just asked my programmer if he could understand what you were writing. He could.

    It’s a little complicated, but it works now.

    Thanks!

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