Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1025482
    Bikul
    Participant

    Hello,

    I am doing a relaunch of a photography site and created a Essential Sortable Grid on the Page “Portfolio”.

    Source of the Essential Grid are Essential Grid Posts. In a Essential Grid Post I like to have only the menu (eventually Breadcrumb) and a Revolution Fullscreen Slider.

    So I placed a Revolution Fullscreen Slider Shortcode in the Essential Grid Post, but the Slider interferes with the content that is already there (preview picture, title, meta) and starts below that.
    When I scroll deeper I can see something below the slider. And the footer should also be not there. It should end with the Revolution Fullscreen Slider.

    How to do that?

    As the site is not visible for the public yet, I could give you login credentials?

    Thank you for Feedback
    Bernd

    #1026032
    Rue Nel
    Moderator

    Hello Bernd,

    Thanks for writing in! To assist you better with this issue, would you mind providing us the url of your site with login credentials, if necessary, so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    To do this, you can make a post with the following info:
    – Link to your site

    – WordPress Admin username / password (only if necessary)

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

    For the meantime, please try to change the page template to Blank – No Container | Header, No Footer or Blank – No Container | No Header, No Footer.

    Please let us know how it goes.

    #1026341
    Bikul
    Participant
    This reply has been marked as private.
    #1026666
    Christian
    Moderator

    Hey Bernd,

    You site is currently down due to an error (see attachment). Please check and give us FTP access also.

    Thanks.

    #1026800
    Bikul
    Participant

    Hi Christian,

    I cannot confirm that something is broken, maybe because I was working on something at that time?

    You can see the problem here, after you logged in:
    http://test.dirkkruell.de/essential_grid/coffee-cookie-time

    Thank you

    #1027361
    Rue Nel
    Moderator

    Hello There,

    I could no longer see any error on the page. As I have checked it, it turns out that the slider layout of your slider present on the page is set as Fullscreen. This is why your slider is out of bounds and expands way beyond the content area. Please eidt your slider and use auto instead.

    Hope this helps.

    #1027429
    Bikul
    Participant

    Hi Rue,

    thank you, but what I wanted is a fullscreen slider,
    no picture, no title, no meta, no footer, just a fullscreen slider.

    #1027624
    Rue Nel
    Moderator
    This reply has been marked as private.
    #1028300
    Bikul
    Participant

    Hi Rue,

    thank you!

    But the problem was to get this with an Essential Grid Post, not with a page.
    With the Essential Grid Post I have the Sort Option.
    Is this possible?

    #1029051
    Rad
    Moderator

    Hi there,

    Unfortunately, yes, page templates aren’t possible on custom post type. But, there is a CSS work around for that 🙂

    Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    .single-essential_grid .masthead,
    .single-essential_grid .x-sidebar,
    .single-essential_grid .x-colophon,
    .single-essential_grid .x-topbar,
    .single-essential_grid .x-comments-area,
    .single-essential_grid .entry-featured,
    .single-essential_grid .entry-header,
    .single-essential_grid .x-content-sidebar-active .x-container.main:before {
    display:none;
    }
    .single-essential_grid .entry-wrap, .single-essential_grid .x-main{
    padding: 0px;
    margin: 0px;
    width: 100%;
    clear: both;
    float: none;
    }
    .single-essential_grid .site > .x-container {
    max-width: 100%;
    width: 100%;
    }

    That will be the same as Blank – No Container | No Header, No Footer template.

    Cheers!

    #1029345
    Bikul
    Participant

    Hi Rad,

    thank you very much!

    May be I forgot to say that I want to keep the menu.
    How would it be then?

    #1029657
    Thai
    Moderator

    So please update the previous CSS a bit:

    .single-essential_grid .x-sidebar,
    .single-essential_grid .x-colophon,
    .single-essential_grid .x-topbar,
    .single-essential_grid .x-comments-area,
    .single-essential_grid .entry-featured,
    .single-essential_grid .entry-header,
    .single-essential_grid .x-content-sidebar-active .x-container.main:before {
    	display:none;
    }
    .single-essential_grid .entry-wrap, .single-essential_grid .x-main{
    	padding: 0px;
    	margin: 0px;
    	width: 100%;
    	clear: both;
    	float: none;
    }
    .single-essential_grid .site > .x-container {
    	max-width: 100%;
    	width: 100%;
    }

    Hope it helps 🙂

    #1030195
    Bikul
    Participant

    Hello Thai

    I tried with that, but when you look at
    http://test.dirkkruell.de/essential_grid/coffee-cookie-time/
    you will see that there is a space above and below the slider.

    What could I do?

    Thank you
    Bernd

    #1031278
    Paul R
    Moderator

    Hi Bernd,

    I am getting a warning trying to access the page.

    http://screencast.com/t/QHUA1lTOW

    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:

    – FTP host
    – FTP username
    – FTP password

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

    #1031322
    Bikul
    Participant

    Hello Paul R

    Dont worry. Although I had activated the Private Site Plugin the Start Page with the Revolution Slider was visible, which should be not. When you clicked then on the Menu Portfolio there the error message you mentioned was shown.

    I deactivated the Private Site Plugin and used the X – Under Construction Plugin instead.
    No error anymore!

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