-
AuthorPosts
-
September 26, 2014 at 5:40 pm #113508
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
September 26, 2014 at 11:14 pm #113596Hi 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!
September 30, 2014 at 1:57 pm #115831This reply has been marked as private.September 30, 2014 at 3:00 pm #115884Before 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
October 1, 2014 at 11:33 am #116467Ok 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?
October 1, 2014 at 2:27 pm #116565Hey 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.
August 24, 2015 at 5:32 am #367415I 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!
August 24, 2015 at 5:35 am #367420Hi there,
Please add this :
.postid-304 .entry-title a { font-size:20px; }
Hope it helps.
August 24, 2015 at 6:35 am #367483Nope :/
Any other thoughts on how to edit “The LRG Team Skates Shanghai” In the blog post?
-Alex
August 24, 2015 at 6:42 am #367487Hi There,
Try adding following CSS under Appearance > Customize > Custom > CSS:
.single-post .entry-title { font-size: 24px !important; }
Hope it helps.
August 24, 2015 at 7:18 am #367508Yes.
Xie Xie
(Thank you from Shanghai!)
-Alex
August 24, 2015 at 7:27 am #367515You are most welcome.
-
AuthorPosts