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

    Nate S
    Participant

    Hi thank you for your response. I tried the above code and didn’t notice any difference in how it loads and also tried enabling the lazy load on the Rev Slider and noticed no difference there either. Besides this issue. I have noticed that on almost all of the accordions on our site only half of them work to open. Please see attached photo with red arrows pointing to the sections which do not open. Do you know how I can fix this?

    Thank you so much!

    https://www.dropbox.com/s/r1dpy0i15h9rj0n/cb-problem-with-accordian.jpg?dl=0

    #113596

    Rad
    Moderator

    Hi Nate,

    Would you mind providing admin login so I could try your revolution slider?

    And for accordions, they are working fine. But there is overlapping problem with the last accordion item. They are not collapsing because you have a gap shortcode overlaying on top and this gap is located to the next content band of where your accordion is.

    This gap <hr class="x-gap" style="margin: -14% 0 0 0;"> overlap on top of your accordion. Remove it and it should go back to normal.

    Cheers!

    #115831

    Nate S
    Participant
    This reply has been marked as private.
    #115884

    Cousett
    Member

    Before we go further with this issue lets try something that might in effect help. Please update your X theme to version 2.5.1 as ensure the most stability and that the code we provide will work. This will also update the latest X-shortcode.

    You can download latest X from ThemeForest

    This update guide is also helpful highlighting steps to accomplish the update -> http://theme.co/x/member/kb/updating-your-theme-and-plugins/

    Let us know how it works out after the update.

    Cheers

    #116467

    Nate S
    Participant

    Ok we updated the theme, but haven’t noticed any difference in how the page is loading. Any other ideas as to what could be causing it to load that way?

    #116565

    Nabeel A
    Moderator

    Hey Nate,

    Chrome loads the content completely before displaying it. So if you are using heavy images / videos chrome will load it first then display it. You can resize the images and use a cache plugin to make it load faster.

    #367415

    alexgreenberg
    Participant

    I want to change the appearance of title in this post

    http://aconstantchange.com/the-lrg-team-skates-shanghai-2/

    “The LRG Team Skates Shanghai” is what I want to change

    I tried using the below css adjust the size but it adjusts on the blog page and I dont want that. I just want to be able to change the size of it on this post.

    .entry-title a {
    font-size:20px;
    }

    Thanks for your help!

    #367420

    Christopher
    Moderator

    Hi there,

    Please add this :

    .postid-304 .entry-title a {
    font-size:20px;
    }

    Hope it helps.

    #367483

    alexgreenberg
    Participant

    Nope :/

    Any other thoughts on how to edit “The LRG Team Skates Shanghai” In the blog post?

    -Alex

    #367487

    Thai
    Moderator

    Hi There,

    Try adding following CSS under Appearance > Customize > Custom > CSS:

    .single-post .entry-title {
        font-size: 24px !important;
    }

    Hope it helps.

    #367508

    alexgreenberg
    Participant

    Yes.

    Xie Xie

    (Thank you from Shanghai!)

    -Alex

    #367515

    Thai
    Moderator

    You are most welcome.