Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #370385

    jennak04
    Participant

    I’m planning to launch my new site tonight, but after checking it out today in various browsers, have noticed a major glitch with my Revolution slider on my homepage.

    In Chrome and Safari:

    My headings and excerpts for each slide do not display properly…they align on the left, overlap, and display long and vertical instead of horizontal. They are unreadable to say the least.

    In Firefox and Explorer:

    The headings and excerpts display properly…until I resize my browser…then the excerpts move from two to three lines of text and overlap the headings.

    I’ve read all the documentation on the slider and have set it up properly, so I’m not understanding the issues.

    Please help!

    #370393

    jennak04
    Participant
    This reply has been marked as private.
    #370643

    Rue Nel
    Moderator

    Hello There,

    Thank you for the very detailed information. Can you confirm that you are fully updated? (Theme and Plugins)

    Our latest versions are:
    X Theme: 4.0.7
    Cornerstone: 1.0.5
    Visual Composer: 4.6.2
    Revolution slider: 5.0.4.1

    You can find the latest version numbers here: (http://theme.co/x/member/changelog/) Then you can compare them to what’s installed on your site.

    If you find anything to be out of date, you can review our update guide.

    Thank you.

    #371387

    jennak04
    Participant

    Just updated to 4.0.7 for X. Confused why I never got a notification to do that…

    Cornerstone is 1.0.5

    Visual Composer is 4.6.1
    Revolution Slider is 4.6.93

    Confused why it doesn’t tell me I have updates for Composer or Slider??

    I’ll be honest…I read your support response about major issues with the most current version of the Rev slider…I’m scared to update.

    While I was waiting on your response to my original question, I did some searching through your forum and found a thread that was similar. I had my max width for a layer set to 75%. When I changed that to auto, it corrected itself.

    It doesn’t give me the exact look I’m going for (now the layer goes off the page to the right), but it was better than the ugly, truncated vertical layer on the left.

    What do you recommend my next steps should be?

    #371686

    Nabeel A
    Moderator

    Hi there,

    You can upgrade your slider to the latest version just make sure you create a backup of your current version via FTP and save a copy in your system. If you experience any issue please read this thread https://community.theme.co//forums/topic/revolution-slider-not-working-after-update/page/2/#post-370261

    Let us know how this goes!

    #684479

    jennak04
    Participant
    This reply has been marked as private.
    #685062

    Friech
    Moderator

    Hi There,

    Please go to the Slide editor and adjust the position and width of the meta data layers (%title% and %except%). You can drag the meta box layer to increase its width and height.

    Hope it helps, Cheers!

    #686095

    jennak04
    Participant

    Thank you, that worked, but updating to the new slider version also messed up the layout of my entire homepage.

    What’s odd is that everything seemed fine yesterday after I initally updated, but then appeared off when I checked my site again a few hours later.

    It looks correct in Cornerstone, but live, all my content is stacked vertically like it would be on a mobile device. You should have my credentials above to log in and see the issue.

    Also, my slider is NOT appearing on my mobile device at all.

    TIA.

    #686111

    jennak04
    Participant

    OK, I fixed the issue about it not showing up on mobile…that was a simple checkbox. Sorry, I thought I had already checked it to show.

    So, my issues are still the following:

    1. Homepage content completely out of whack
    2. Meta data layers (%title% and %except%) not responding larger on a mobile device (very hard to read). I’d like for the text to respond larger OR if we can’t do that, remove the text altogether on a smaller screen
    3. Remove text hover that appears on thumbnails (I’m not seeing where to turn this off)

    #686131

    jennak04
    Participant

    To help you, my content appears out of whack on any page that I edit in Cornerstone AFTER my upgrade yesterday.

    The only other page I’ve made edits to is my services page, and it’s out of whack as well:

    http://lazykcreative.com/services/

    #686623

    Zeshan
    Member

    Hi Jenna,

    #1: I’ve checked your site and it seems you are using Cornerstone 1.0.7 version, please update it to version 1.0.8 and columns fullwidth issue should be resolved.

    #2: In regard to the slider layer text sizing on mobile devices, this is the default behaviour of Revolution Slider, i.e., when the slider scales down, the text become smaller. To increase the text size, you can review this guide by Themepunch (developer of Revolution Slider): http://www.themepunch.com/faq/increase-size-of-text-on-mobile/

    #3: Do you mean this hover effect of opacity: http://prntscr.com/9973z4? To remove it, add following CSS under Custom > CSS in the Customizer:

    a.x-img:not(.x-img-thumbnail):hover {
        opacity: 1;
    }
    

    Thanks!

    #686817

    jennak04
    Participant

    1. Done! Thanks! I had just updated yesterday to 1.0.7 so I’m sorry I missed a second update the next day.

    2. I’ll read through it and hopefully find the solution.

    3. No, not those thumbnails. The navigation thumbnails in my actual slider (there are four of them). They have white text with a black background appear on hover, and I don’t want that to appear.

    #687385

    Christopher
    Moderator

    Hi there,

    Please add this :

    .hesperiden .tp-thumb .tp-thumb-title {
        display: none;
    }

    Hope that helps.