-
AuthorPosts
-
February 19, 2016 at 7:10 pm #586253
I have two WP sites up on the same hosting platform (HostGator). One is a dev site, the other is what we will eventually release. I exported the home page from the dev to the other and the headline rotator is acting completely different on the non-dev site. Links to both are in the private section. The dev site is what I want. The problem is with the rotating portion. On the dev site, it’s on a single line. On the imported prod site it creates space for four lines, then rotates the text into those four lines.
February 19, 2016 at 7:14 pm #586261Hey tommoore!
You have BR tags on your “other” site. Please remove them. You can also add following code to Quick CSS in Enfold theme options under General Styling tab
span.av-rotator-text-single + br { display: none; }
Cheers!
YigitFebruary 19, 2016 at 8:31 pm #586295Where did you see the BR tags? I don’t show those in the element at all.
February 19, 2016 at 8:35 pm #586297Okay – I see what you’re seeing, but I didn’t add the br tags. The Advanced Layout Editor shows just a Headline Rotator Element and the text in each of the rotating text does not have BR tags.
“40+ Years of Experience” is all that’s in there.
Is the Headline Rotator element adding them somehow? I’ve matched up all the options identical to the dev site.February 19, 2016 at 8:53 pm #586305Hi!
If you do not mind creating a temporary admin login, we can look into it. Custom CSS code should solve the issue in any case
Cheers!
YigitFebruary 19, 2016 at 8:56 pm #586307Sure – information is below.
- This reply was modified 8 years, 9 months ago by tommoore.
February 23, 2016 at 9:58 pm #587993Hey!
I can’t see that both headline rotators are behaving completely different. They look pretty same to me. Could you fix it already? If not can you highlight using screenshots please? use imgur.com or dropbox.
Cheers!
AndyMarch 15, 2016 at 4:15 am #598122I fixed it using the CSS you supplied. I would rather not have to do that. But for now it works. If you remove the CSS, you can see the problem return.
March 15, 2016 at 10:09 am #598281Hi!
as Yigit already mentioned: feel free to remove css code and then you just need to remove the BR tags.
Best regards,
AndyApril 11, 2016 at 9:03 pm #611539I’ve removed the CSS and the problem is back. There are no BR tags on the Headline rotator. Can you login and take a look again?
April 12, 2016 at 4:11 pm #611990Hey!
just use the code Yigit provided to you here, because it will remove it. Maybe a conflict with a plugin or something like this is causing this issue. Maybe you just need to update to Enfold v3.5.1.
Regards,
AndyApril 12, 2016 at 8:03 pm #612123My Enfold installs all say I am current at 3.4.7. Is there a different process to update? I want to be sure I don’t lose anything.
April 13, 2016 at 5:50 am #612409Hi,
You could try updating manually via FTP if you’re unable to update through the backend. Current version of the theme is now 3.5.2: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
RikardJune 16, 2016 at 8:15 pm #649385Hello!
As the headline rotates between quotes, depending on the size of the quote and how many lines it occupies, it’ll shift all the page contents beneath it up and down. Is there anyway to prevent this from happening? To self contain the headline rotator so that it doesn’t shift everything beneath it?
Please take a look at the headline rotator at the top of my linked page so you can see exactly what I mean.
Thanks in advance!
NabilJune 17, 2016 at 2:32 pm #649784Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
h3.av-rotator-container-inner { min-height: 50px; }
Best regards,
YigitJune 17, 2016 at 4:43 pm #649880Beautiful! It worked! Thank you so much Yigit.
Nabil -
AuthorPosts
- The topic ‘Headline Rotator on multiple lines.’ is closed to new replies.