-
AuthorPosts
-
August 4, 2015 at 10:38 am #482600
Good morning,
some questions to start in the day with enfold… ;)
1) Generated Classes
To customize the appereance, I check the classes with browser developer tools. Sometimes it works perfect. Sometimes not. The classes are in some cases very long – like sentences: that doesn´t work for example. Do you have hints or a other smarter way for the control the theme looking with css or is this the normal / common way?2) Footer & Shortcode
I build a custom footer with the help of your shortcodes. So I have a iconlist there. The icons were to big, I made them smaller. During the animation the circle above (circle plops out) is covered of something on the top. How can I solve this?
And how can I adress this caption of the footer icon list? To style it other than the default.3) PHP
Is there a possibility to include a small function (date) in the content? If I tried it, it is commented out.PS. At the moment I can´t show the Website, the draft local hosted.
Thanks Sven- This topic was modified 9 years, 3 months ago by AWZ.
August 4, 2015 at 3:06 pm #482726Hi AWZ!
1- Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
2- Can you please post a screenshot and show the issue? Sounds like we are going to need to see your website to provide you an accurate solution :/
3- Please add following code to Functions.php file in Appearance > Editorfunction displaydate(){ return date('F jS, Y'); } add_shortcode('date', 'displaydate');
and use [date] shortcode to insert date to your content.
Best regards,
YigitAugust 4, 2015 at 4:59 pm #482828Wow Yigit. This funky code rocks!! Thank you :]
1 + 3) solved.
PS. to 1) Is it possible to integrate classes in shortcodes (iconlist paste in a widget for the footer) too? Is it possible to edit the shortcode as well…?2) Draft is online. Only some of the pages (kontakt, geräte…) are customized. You see what I mean in the footer: telefon icon.
Thanks Sven
August 4, 2015 at 5:04 pm #482832Hi!
1- You can additionally enable debugging mode to see shortcodes below Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/. So you can create your elements with custom class and copy their shortcodes below to use it elsewhere :)
2- Please try adding following code to Quick CSS in Enfold theme options under General Styling tab#footer .avia-icon-list-container { overflow: visible; }
Cheers!
YigitAugust 4, 2015 at 5:34 pm #4828661) The debugging mode is already active. This was the way to include this icon-list in the footer. But at this time I hadn´t this smart css class generator. Get it. Understand how it works.
2) Done. Doesn´t work.
Best regards.
August 4, 2015 at 5:38 pm #482872Hey!
Please try using following code instead
#footer .avia-icon-list-container { padding-top: 20px; }
If that too does not help, please create a temporary admin login and post it here privately :)
Best regards,
YigitAugust 5, 2015 at 8:59 am #483142Good Morning Yigit,
the icon list goes down – the animation effect is the same. I´ll send you the code.
Thanks
August 5, 2015 at 9:06 am #483145PS. Here is the full shortcode of the first widget…
August 6, 2015 at 1:38 pm #483852Hey!
can you post admin login please? so we can take a deeper look into the issue. Post login details here as private reply.
Regards,
AndyAugust 6, 2015 at 4:38 pm #484013Ok, I´ll send you the adminpass to the draft.
Do you have answers to the other topics too?
Thanks Sven
August 6, 2015 at 4:50 pm #484023Hi!
I adjusted the code slightly in Quick CSS field. Please review your website now.
Cheers!
YigitAugust 6, 2015 at 5:18 pm #484041Cool. Works. Thanks!
-
AuthorPosts
- The topic ‘Classes, Widgets and general things’ is closed to new replies.