Forum Replies Created

Viewing 30 posts - 661 through 690 (of 3,704 total)
  • Author
    Posts
  • in reply to: ALB elements css generation #1313288

    Hi,

    Thanks for the feedback.

    I will leave this thread open – so if there is anything we can do to help you – let us know.

    Best regards,
    Günter

    Hey adapeiweb09,

    Thank you for using Enfold – and reporting this problem.

    Sorry for that – this was not intended – and will be fixed in the next update we are planning for next monday evening.

    Best regards,
    Günter

    in reply to: CSS getting over overridden? #1313272

    Hey acscreativenew,

    With 4.8.4 we started to extend design options for elements like buttons, notification box, … (see changelog) and we want to extend this for other elements also step by step.

    This made it necessary to remove HTML inline style=”….” from html tags to a post specific CSS file with selectors to the elements – and this makes it necessary to add element id’s to the containers (and subitem containers) – like av-kmkxsku0-86c9b346bd34212e6e3a24e1ff1d2641.

    These are absolute necessary.

    We try to keep our selectors as weak as possible, mostly .container-class.element-ids

    You can add !important to your styling.
    Also using #top #wrap_all …. with your selectors should give them higher priority.

    Do not use the element-id as it will change when shortcode options change.

    Best regards,
    Günter

    in reply to: Animated Numbers ar not working #1313270

    Hi,

    As a first step: please try to update to 4.8.5 released on monday evening. This should fix the animated numbers.

    I added:

    
    #top #av-burger-menu-ul{
    vertical-align: top;
    }
    

    to Enfold-> General Styling -> Quick CSS. Is this the fix you want with the burger menu ?

    Best regards,
    Günter

    in reply to: Issue with background colors -> Background Gradient #1313264

    Hey flfeadmin,

    Thank you for using Enfold.

    Can you try to update to version 4.8.5 or our oncoming release 4.8.5.1 (or 4.8.6) on monday (this contains a few fixes for columns). Checking on my dev server (4.8.5.1-dev-2) I get following:

    
    background: url(https://localhost/wp56/wp-content/uploads/2017/02/people-5-3-300x300.jpg) top left no-repeat , linear-gradient( to bottom, rgba(176,43,44,0.59), rgba(123,176,231,0.23), rgba(131,168,70,0.83) );
    

    Best regards,
    Günter

    in reply to: Spezielle Überschrift – Warnung #1313262

    Hey Sunnydog,

    Ich nehme an, dass Du HTML tags dafür verwendest. Der Text ist nur eine Warnung – kann also ignoriert werden. Wichtig ist nur, dass Du darauf achtest, korrektes HTML zu verwenden, da dies nicht überprüft wird.

    Nur falls Du diese Zeichen “einzeln” verwenden möchtest, musst Du einen Workaround verwenden, da sonst das Layout bricht.

    Best regards,
    Günter

    in reply to: Background color disappearing at 4.8.5 update #1313261

    Hey efgumnick,

    Thank you for using Enfold – and sorry for the problems.

    I tried to reproduce it on my dev server – but I cannot.

    Do you have a staging site where you can reproduce it?

    Best regards,
    Günter

    in reply to: Animated Number, Spacing Issue After Update #1313257

    Hi,

    It is already merged in next update – we plan a release (4.8.5.1 or 4.8.6) for monday evening.

    Best regards,
    Günter

    in reply to: ALB elements css generation #1313256

    Hey Pixel_Production,

    Thank you for using Enfold and your feedback.

    padding for columns

    I modified the CSS output to be backwards compatible with prior 4.8.4 for 0, 0px, 0% to skip padding. And for new columns the default value is empty string, same for border radius.

    Here is a link to the modified file with a few more changes/fixes: https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_5/template_builder/columns.php

    deactivate css generation completely

    We can add a filter to skip it on a per page basis, but this will make most customization of ALB elements obsolete that require styles and not classes only. Step by step we want to remove most of all inline html style=”…” and extend the styling options for elements like we did already with buttons, notification box, …. (see changelog).

    Together with the custom elements we added recently this will make it easier to get a consistent and easy maintainable layout.

    Of course we can provide filters – let us know and we will add them.

    We try to keep our selectors as weak as possible (mostly .container-class.element-id).

    Best regards,
    Günter

    Edit: element-id is depending on shortcode attributes, means if options change also element-id changes.

    Edit: To invalidate all post css files save theme options.

    in reply to: Latest update broke my site #1313217

    Hi,

    Enjoy the theme and have a great day.

    Best regards,
    Günter

    in reply to: Text in Icon box does not show #1313215

    Hi,

    Enjoy the theme and have a great day.

    Best regards,
    Günter

    in reply to: Problem with update to 4.8.4 #1313209

    Hi,

    Glad we could solve it and everything works.

    Enjoy the theme and have a great day. Feel free to come back when you need further assistance.

    I will close this thread for now.

    Best regards,
    Günter

    in reply to: Animated Number, Spacing Issue After Update #1313208

    Hi,

    Yes, you can add it to

    enfold-child/shortcodes/hr

    but you also have to copy hr.css from parent theme.

    AND: do not forget to remove it after next theme update !!

    Best regards,
    Günter

    in reply to: Problem with update to 4.8.4 #1313203

    Hi,

    Sorry, I forgot to mention:

    – Save theme options to invalidate all post CSS files and force a rebuild on page load
    – Clear server and browser cache

    Seems that this is the old post-css file (because I added the .av-equal-height-column-flextable selector).
    You should find this in line 1393 of the modified file.

    Best regards,
    Günter

    in reply to: Problem with update to 4.8.4 #1313086

    Hi,

    Please try to update with this file (selector is more specific now and should not be overridden):

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_5/template_builder/trial_fix/columns.php

    Best regards,
    Günter

    in reply to: Animated Number, Spacing Issue After Update #1313082

    Hey eddygame,

    Thank you for using Enfold and reporting this.

    I changed the CSS selector for “Whitespace” – this should fix your problem.

    Please update enfold\config-templatebuilder\avia-shortcodes\hr\hr.php

    with the content of

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_5/template_builder/hr.php

    – Do not forget to make a backup of the original file for a fallback.
    – Save theme options to invalidate all post CSS files
    – Clear server and browser cache

    If you need help let us know and we can do it for you.

    Fix will be in next update.

    Best regards,
    Günter

    in reply to: "Eintrag teilen" + YouTube button on blog posts #1313070

    Hi,

    Thank you for using Enfold.

    Glad that the update solved the problem.

    Enjoy the theme and have a great day. Feel free to come back when you need further assistance.

    Best regards,
    Günter

    in reply to: New css rules for flex_column #1313065

    Hey JaimBateman,

    Thank you for using Enfold and bringing this up.

    There was a reason why we added #top because of selectors that have #top and override options.

    I scanned the themes CSS files and think it is only margin settings that seem to make problems.

    I removed #top for all other rules and left it only for margin.

    But we need the (element id) in selector (prior 4.8.4 these rules were all added to inline style tags).

    If you want to test, here is a link to the modified file. Replace enfold\config-templatebuilder\avia-shortcodes\columns\columns.php with the content of

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_5/template_builder/trial_fix/columns.php

    Using #top #wrap_all …. should be safe to override our selectors also in future (we try to keep them as weak as possible).

    Best regards,
    Günter

    in reply to: Accordion #1313050

    Hi,

    Thanks for the feedback – and glad we could solve the problem.
    Fix is added for next release.

    Enjoy the theme and have a great day. Feel free to come back when you need further assistance.

    Best regards,
    Günter

    in reply to: Accordion #1313036

    Hi,

    I refactored the styling of this element to be backwards compatible.

    Can you please update

    enfold\config-templatebuilder\avia-shortcodes\toggles\toggles.php

    with the contents of

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_5/template_builder/toggles.php

    – Do not forget to make a copy of the original file for a fallback
    – Clear server and browser cache
    – Save theme options to invalidate and allow rebuild of all post CSS files

    If you want us to do it, let us know so we can help you.

    Best regards,
    Günter

    in reply to: how to use : avf_custom_svg_shapes #1312825

    Hi,

    Ja, macht Sinn und ist glaub ich eine wichtige Erweiterung.

    Wann immer Du Fragen hast bezügl. Code, …. kannst Du gerne auf mich zukommen (meine E-Mail hast Du jetzt auch).

    Ich schliesse dieses Topic.

    Einen schönen Abend noch.

    LG aus Wien
    Günter

    in reply to: Accordion #1312818

    Hi,

    We could locate the problem and will provide you with a fix here tomorrow.

    Best regards,
    Günter

    in reply to: Problem with update to 4.8.4 #1312806

    Hi,

    Sorry again – this is a problem of a selector that is overwritten.

    In enfold\config-templatebuilder\avia-shortcodes\columns\columns.php line 1393 you find:

    
    'flex-column-table'			=> ".flex_column_table.{$element_id}",
    

    Please replace this with:

    
    'flex-column-table'			=> "#top .flex_column_table.{$element_id}",
    

    This should fix the problem. If you need help, please let us know and we will do it for you. In this case we need WP admin account.

    Or you can replace the file above with https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_5/template_builder/columns.php

    Best regards,
    Günter

    in reply to: how to use : avf_custom_svg_shapes #1312800

    Hi,

    Best regards,
    Günter

    in reply to: Please contribute and translate Enfold #1312773

    Hi,


    @BigBatT

    Thanks a lot. Added it to core.
    Have a great day.

    Best regards,
    Günter

    in reply to: how to use : avf_custom_svg_shapes #1312761

    Hi,

    Best regards,
    Günter

    Hi,

    Glad we could help you – and once again sorry for the troubles.

    Enjoy the theme and have a great day.

    Feel free to come back when you need further assistance – simply open a new thread please.

    Best regards,
    Günter

    in reply to: how to use : avf_custom_svg_shapes #1312756

    Hi,

    Best regards,
    Günter

    in reply to: Share this entry in 4.8.4 #1312721

    Hi,

    Can you please update to the newest version 4.8.5 ? This should solve the problem.

    Best regards,
    Günter

    in reply to: borderstyle buttons #1312661

    Hey dokwerkers,

    Thank you for using Enfold.

    With 4.8.4 we started to extend styling possibilites for Elements in a step by step way.

    The standard button, buttonrow and fullwidth button already have box shadow, border and background gradient color.

    Please check out the latest version 4.8.5 (released yesterday) containing bugfixes from 4.8.4.

    https://kriesi.at/support/topic/enfold-upcoming-fixes/

    Best regards,
    Günter

Viewing 30 posts - 661 through 690 (of 3,704 total)