Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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 8 years, 8 months ago by AWZ.
    #482726

    Hi 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 > Editor

    function displaydate(){
    return date('F jS, Y');
    }
    add_shortcode('date', 'displaydate');

    and use [date] shortcode to insert date to your content.

    Best regards,
    Yigit

    #482828

    Wow 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

    #482832

    Hi!

    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!
    Yigit

    #482866

    1) 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.

    #482872

    Hey!

    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,
    Yigit

    #483142

    Good Morning Yigit,

    the icon list goes down – the animation effect is the same. I´ll send you the code.

    Thanks

    #483145

    PS. Here is the full shortcode of the first widget…

    #483852

    Hey!

    can you post admin login please? so we can take a deeper look into the issue. Post login details here as private reply.

    Regards,
    Andy

    #484013

    Ok, I´ll send you the adminpass to the draft.

    Do you have answers to the other topics too?

    Thanks Sven

    #484023

    Hi!

    I adjusted the code slightly in Quick CSS field. Please review your website now.

    Cheers!
    Yigit

    #484041

    Cool. Works. Thanks!

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Classes, Widgets and general things’ is closed to new replies.