Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1233394
    caqocagdas
    Participant

    i created deryacopy.com when i try to add grid plugin any page (The grid and essential grid) doesnt work. But i try on standart wordpress visual editor that time plugins works. Only with visual composer doesnt show anything. and my page doesnt allow full witdth with layout full width but only full width page blank no container / header footer.

    #1233433
    caqocagdas
    Participant

    only works with google chrome browser

    #1233435
    caqocagdas
    Participant
    This reply has been marked as private.
    #1233565
    Rupok
    Member

    Hi there,

    It seems the position is not being calculated correctly within Visual Composer. You can try this custom CSS and see if that fix the issue :

    .esg-container-fullscreen-forcer {
      left: 0 !important;
    }

    I’d suggest to use Cornerstone to avoid such issue.

    Cheers!

    #1234422
    caqocagdas
    Participant

    ok first problem solved but that page http://deryacopy.com/?page_id=2005
    when you open page image show centered and when you scrool down on page page solved automatic but but navigation bar navigation mixed with text and image

    #1234515
    Rad
    Moderator

    Hi there,

    Please add this CSS as well,

    .masthead {
    min-height: 101px;
    }

    Hope this helps.

    #1234535
    caqocagdas
    Participant

    ok solved. And i have last question for portfolio page
    http://deryacopy.com/?x-portfolio=poster-baski
    how can i change full width and how can i remove
    author / date / and page name
    caqocagdas / 27 Ekim 2016 / Ana Sayfa

    #1234576
    Lely
    Moderator

    Hi There,

    Please use this:

    .single-x-portfolio p.p-meta {
        display: none;
    }
    .x-portfolio .entry-info {
        width: 100%;
    }

    Hope this helps.

    #1234637
    caqocagdas
    Participant

    ok removed but page dont show full width check please
    http://deryacopy.com/?x-portfolio=poster-baski

    #1234639
    caqocagdas
    Participant

    and how can i disable Page Title on portfolio page

    #1235181
    Rahul
    Moderator

    Hey There,

    You can add this under Custom > CSS in the Customizer :

    .single-x-portfolio .entry-header {
    	display: none;
    }

    Hope this helps!

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