Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1112412
    Jade
    Moderator

    You’re most welcome.

    #1112413
    Jade
    Moderator

    You’re most welcome.

    #1117082
    clumi
    Participant

    Hi!

    When I insert a picture to text (blog), it becomes instantly smaller (300*192px) than original size and it looses its quality. How can I set to have real dimensions / quality of inserting images?
    You can see an example on the link below – the picture in the middle of the article, not the feature image.
    http://luminitaciobanu.ro/identitatea-profesionala-de-herminia-ibarra/
    Credentials for my website are in private messages (FTP #1082721, WP-ADMIN #1071922)

    Thanks

    #1117385
    Rupok
    Member

    Hi there,

    Thanks for writing back. When you insert the image; make sure you are inserting the full size not the thumbnail.

    Cheers!

    #1117408
    clumi
    Participant

    Thanks! It was so simple but I didn’t see this option.

    Another question, please, for mobile version:
    How can I set to have mobil menu (x-icon-bar) on the same line with logo, in the right corner? It moves lower on devices smaller than 440x620px.
    http://www.luminitaciobanu.ro
    Credentials for my website are in private messages (FTP #1082721, WP-ADMIN #1071922)

    Thanks

    #1117629
    Rupok
    Member

    Hi there,

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

    @media only screen and (max-width: 479px) {
    .x-brand img {
      width: 250px;
    }
    }

    Hope this helps.

    #1117644
    clumi
    Participant

    Thanks again! It works well!

    #1117754
    Joao
    Moderator

    Glad to hear it

    Joao

    #1117824
    clumi
    Participant

    Can you help me to activate Slider Revolution?
    I understand from themepunch that The purchase code registration section is only available to direct buyers.

    Thanks

    #1118293
    Rue Nel
    Moderator

    Hello There,

    Since Slider Revolution is bundled in X, you do not have to activate it. We will be handling the updates via automatic updates in your WP dashboard. To fully understand how we utilized this plugin in X, please do check our knowledge base here: https://community.theme.co/kb/integrated-plugins-revolution-slider/

    Hope this explains the activation briefly.

    #1119018
    clumi
    Participant

    Hi!
    I purchased Slider Revolution, because I need their templates, I don’t know how to built by myself. I hope it’s no problem.

    I have more 3 questions:
    1. How to display blog categories without filtering button? (you can see a screenshot in attach)
    http://www.luminitaciobanu.ro
    Credentials for my website are in private messages (FTP #1082721, WP-ADMIN #1071922)

    2. How can I add more sections on HomePage? Only by page builder (Cornerstone)?

    3. How can I add a section for latest post on homepage? Can I insert a slider in Cornerstone?

    Thanks

    #1119750
    Rad
    Moderator

    Hi there,

    1. What blog categories you wish to display? Filtering is required for blog categories, there is no way you can switch to different categories without the filter. Or perhaps, you wish to display your blog home page as standard blog page? You can do that by going to Admin > Appearance > Customizer > Ethos and disable filterable index option.

    2. Yes, through cornerstone. You can hit Cornerstone tab, or just click “edit with cornerstone”. And within the builder, you can create sections as many as you need 🙂

    3. Yes, you can add a slider. Cornerstone has many different elements, you can insert slider, rev. slider, the grid, essential grid and much more. The essential grid is more preferred for recent posts with masonry layout.

    Hope this helps.

    #1120243
    clumi
    Participant

    Hi,
    I try to be more clear about my previous 1st question: as you can see in the screenshot attached, I want to have filtering option, but without drop-down label (“x-index-filter cf selected”). I want to display only filterable categories like in the screenshot without the above label. I need to have some categories visible up on the blog-page.
    What I have to modify / delete (may be) in child-theme /framework/views/ethos – _index.php to not display this drop-down label?
    Thanks
    http://www.luminitaciobanu.ro
    Credentials for my website are in private messages (FTP #1082721, WP-ADMIN #1071922)

    #1120637
    Christopher
    Moderator

    Hi there,

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

    a.x-index-filters.cf {
        display: none;
    }
    ul.x-index-filters-menu.unstyled {
        display: block !important;
    }

    Hope that helps.

    #1120671
    clumi
    Participant

    Thanks. It works!

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