Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1122649
    dogpile
    Participant

    Hi,

    is there a way to use different pictures as article picture for the preview (on the start-page) and the blog-post on a page itself? If not it would be useful if you could point a way to reduce the height of the preview-picture on the starting-page, so that it would display the used picture properly.

    Thanks for your help anyways!

    #1122655
    dogpile
    Participant
    This reply has been marked as private.
    #1122823
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .home #x-section-4 .x-recent-posts .x-recent-posts-img {
    	background-size: contain !important;
    }

    But first, please look for this block on your custom CSS

    //Überschrift Blog linksbündig
    .entry-header    {
        padding-top:40px;
    }

    And update to this:

    /*Überschrift Blog linksbündig*/
    .entry-header    {
        padding-top:40px;
    }

    Hope it helps, Cheers!

    #1123224
    dogpile
    Participant

    Thanks a lot, it worked just fine!
    Just two more questions:
    # how is it possible to get the archive displayed in 2 columns?
    # and how is it possible to change the site-title from “News Archive” to something different?

    #1123225
    dogpile
    Participant
    This reply has been marked as private.
    #1123336
    Christopher
    Moderator

    Hi there,

    #1 You’ve already achieved that, posts are displaying in two columns. Please change number of columns under Customize -> Blog -> Archives.
    #2 Please edit category and change its name, see the attachment.

    Hope it helps.

    #1123420
    dogpile
    Participant

    Hi, i m sorry but i dont understand what to change exactly. In the X-theme-customizer i already set that up (please refer to the screenshot), but it wont fill the right column. From what setting is your screenshot made? Unfortunately the menu-bar is cut off.

    #1123487
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    body.x-navbar-fixed-top-active .x-navbar-wrap {
        min-height: 40px;
        height: auto;
    }

    Hope that helps.

    #1123535
    dogpile
    Participant

    Unfortunately not, what was that supposed to change?

    #1123694
    Paul R
    Moderator

    Hi,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1151635
    dogpile
    Participant
    This reply has been marked as private.
    #1151715
    Paul R
    Moderator

    Hi,

    This is how your site looks on my end.

    http://screencast.com/t/TFPSNEI6eAd9

    Can you provide us a little more clarification on what is it you are trying to achieve.

    Thanks

    #1151995
    dogpile
    Participant

    And this is how it looks on the frontpage (you need to scroll down a bit). I need it to have it a 100% width there as well.

    #1152146
    Jade
    Moderator

    Hi there,

    Please try to add this code in the custom CSS:

    .x-recent-posts .x-recent-posts-img {
        background-size: inherit !important;
    }
    #1152259
    dogpile
    Participant

    I did. But as you can see the result: the width of the preview on the starting-page is still not a 100% of the image.

  • <script> jQuery(function($){ $("#no-reply-1122649 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>