-
AuthorPosts
-
November 29, 2016 at 11:04 am #718162
Hi,
Accordion Toggle Frustrated.by the way, how to make the letters in the accordion Toggle looks smaller in the mobile ?
November 29, 2016 at 11:44 am #718180Hey YongyanLi!
I’m not sure what you meant by Accordion Toggle Frustrated, can you elaborate on that? as for making the font size of the toggle, try adding this in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #top .taglist a { font-size: 12px; } }
Hope this helps.
Best regards,
NikkoNovember 29, 2016 at 2:55 pm #718246Thanks, Nikko
you open the link in private content and click the accordion area, you will know Why I said that.
because in some toggle, the content is visible , in some toggle, it is invisible((blank or flash the content for a second and then disapear again)
actually all toggle got contents inside!
Just now I try to updated the content in the old accordion toggle in help center(page), and now it got the same problem
Anyway, It just started this afternoon when working these 2 pages frequetly( service zone page, Help Center page)
November 30, 2016 at 9:24 am #718654Urgently waiting for feedback!
I found out that the TAGS and the Accordion Toggles
both of these 2 are not working properly nowby the way, is that possible to make the Accordion toggle as: accordion collapse?
- This reply was modified 7 years, 11 months ago by YongyanLi. Reason: add more details
November 30, 2016 at 4:25 pm #718862Hi!
I have added this in your Quick CSS (located in Enfold > General Styling):
.active_tc .toggle_wrap { position: static; visibility: visible; left: 0; width: auto; z-index: 1; display: block !important; height: auto !important; } .active_tc .toggle_wrap { display: block !important; }
This has fixed the problem, though I need to disable that opening animation since it’s not functioning correctly. As for is that possible to make the Accordion toggle as: accordion collapse?, Yes, just edit accordion and set Initial Open to 1.
Regards,
NikkoNovember 30, 2016 at 4:52 pm #718878Thanks very much,Nikko
by the way, also have another question for the CSS to activate custom ID for linking to color section..
possible to solve?
November 30, 2016 at 6:41 pm #718927Hey!
I’m not sure I understood your statement, you can set ID to color section, do you mean Custom Css Classes? or if you mean linking to color section, you can use for example:
<a href="#the_id">Link Here</a>
Best regards,
NikkoDecember 1, 2016 at 4:57 am #719067Thanks! Nikko, but it is not working
I am talking about something like this:
(when click the “about” button, it will scroll down to the ” About” Section
I remember in the default demo, there is a link available to choose
But in the shop demo… don’t know how to make it effectiveadditional info:
“Apply a custom ID Attribute to the section, so you can apply a unique style via CSS. This option is also helpful if you want to use anchor links to scroll to a sections when a link is clicked
Use with caution and make sure to only use allowed characters. No special characters can be used.”December 2, 2016 at 2:48 am #719469hello? anyone to help out?
December 4, 2016 at 3:03 pm #720221this problem was solved, thanks for all your help!
-
AuthorPosts
- The topic ‘Accordion Toggle Frustrated’ is closed to new replies.