Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1344272

    Tippettaa
    Participant

    Hi,

    My website is http://www.AustinTippett.com

    First time poster! So I have two questions.

    1. My Slider Revolution named “Avenue Numbers” is not working. On the slide editor everything works okay, transitions work fine, it all goes smoothly. Once I actually put this slider on my website (which is currently only showing under construction so I will leave log in info below) only seven out of the twenty nine layers show up. It acts as if the layers don’t exist. I have a different slider that I use and have tested; it worked perfect. I cannot figure out why these layers on this particular slider aren’t showing, especially when they show just fine in the slide editor. Also a side note regarding the slide editor, whenever I try the “preview” section I get this message:

    “Not Acceptable! An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security”

    Not sure why this occurs. So the way I preview my slider is through the play button right above the layers pane, and when I hit play it all shows up exactly how I want!

    Question 2. Long story short – Is there a way to remove the menu bar entirely?

    Like I said, I have two Sliders made. Right now I’d like my website to only show these two sliders on one page. So basically with one slider “above the masthead” and the other slider “below the masthead” but I would like to remove the masthead/menu bar entirely so that the sliders are right on top of each other, again with no menu bar at all on my website. Essentially the viewer would arrive on the first slider (named Home Parallax) and then scroll down to the next slider (named Avenue Numbers – this is the slider from question 1)

    Thank you so much for this awesome forum, it has helped a ton & saved me a lot of time when learning how to use your theme. I plan on purchasing this theme for many projects!!

    -Austin

    #1344274

    Tippettaa
    Participant
    This reply has been marked as private.
    #1344618

    Christian
    Moderator

    Hey there,

    Please try out the solutions suggested here https://www.themepunch.com/faq/troubleshooting-tips-for-5-0/

    Thanks.

    #1345092

    Tippettaa
    Participant

    I tested all suggestions above with no fix. Thank you for the suggestion though!

    Anyone have any others?

    #1345443

    Rue Nel
    Moderator

    Hello There,

    When I try to log in to your site, I am seeing this: http://prntscr.com/e0dtqo

    Could you please allow us to login so that we can take a closer look at your sliders?

    Thank you in advance.

    #1345605

    Tippettaa
    Participant

    Hi Rue,

    Could you please try again? I spoke with my Host and the error should be Whitelisted.

    Thank you so much in advance!! I really appreciate it.

    #1345848

    Rad
    Moderator

    Hi there,

    1. All the requests and resources are randomly blocked on your site, that includes the ajax request used by rev.slider. It’s better to disable Mod_security. Or let them check your site to see all affected areas, I can provide some URL, but it’s not all and it’s random. Their security has no capability to check if the request is a normal to request or an attack.

    2. About the menu, should it be specific to a page or should it be global? If it’s global then please add this CSS to Admin > Appearance > Customizer > Custom > CSS. And if it’s specific to page then simply edit the page and choose Blank – No Container | No Header, Footer template.

    Thanks!

    #1345920

    Tippettaa
    Participant
    This reply has been marked as private.
    #1345942

    Lely
    Moderator

    Hi Austin,

    1.) Unfortunately, login URL is not yet accessible as of the moment.

    2.)The following CSS will hide the navigation entirely on your site:

    .x-navbar-wrap {
        display: none;
    }

    Hope this helps.