Forum Replies Created

Viewing 21 posts - 31 through 51 (of 51 total)
  • Author
    Posts
  • in reply to: Convert Enfold Buttons to Round Buttons #792552

    HI,

    My fast fix with a Quick CSS so only defined ones will be around:
    1. you activate custom CSS field => http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    2. you set to the custom ccss class from the button the css class name example nxh-roundbutton
    3. in the Quick CSS you write

    .nxh-roundbutton .avia-button { border-radius: 50% !important; min-height:100px !important; min-width:100px !important; padding-top:44px !important;}

    Info
    The padding-top is is being computed 50% from min-height, here in the example then 50px and 50% from font-size at 13px font-size is 6 thus 50-6 = 44 and with the min-height and min-width you define the size of the round button ;)

    that’s all

    best regards
    Jörg :D

    • This reply was modified 7 years, 6 months ago by AgenturWP.
    in reply to: Bug in Masonry Gallery? #781078

    Hi Nikko,
    sorry, i have it misunderstood was probably already too late and yes that works ;)

    I had the following solution installed at the customer the Colume Custon CSS class with name NotOpen and in its own plugin the following script (would also work in the functions.php)

    function add_custom_script(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(‘.NotOpen .av-masonry a’).each(function(){
    jQuery(this).removeAttr(“href”);
    });
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘add_custom_script’);

    So as a solution idea perhaps for others;)

    thanks and best regards,
    Jörg :D

    in reply to: Bug in Masonry Gallery? #780803
    in reply to: Bug in Special Heading #724807

    Hi Rikard,
    Thanks, so I have solved it for the customer, but normal users do not know such tricks;)
    That’s why it should be improved;)

    best regards,
    Jörg Jäger

    in reply to: Media Problem Enfold Yoast #674549

    Hi Ismael,
    sorry not the standard WordPress image settings are the problem, but the special settings in Yoast !!!! Look to my PDF Screen: https://agenturwp.com/wp-content/uploads/2016/08/Media-Problem-Enfold-Yoast.pdf
    it is not possible to fill out the properly because the input fields are not present !!! This problem I have with the Free and Premium versions of Yoast with Enfold. With a default theme (Twenty Sixteen) it works. Strangely the Yoast fields such as exist in a video or PDF document…..

    Exactly this effect with Enfold, Yoast and images I have in all the installations on different platforms and server environments

    Best regards
    Jörg

    in reply to: Media Problem Enfold Yoast #672643

    Hi Ismael,
    sorry but the problem still exists. please look the a images (details) and then look to the Yoast Snippet Box, we can not enter a title :o with theme wordpress twenty sixteen, we have no problems. it is very interesting that, for example. with PDFs and videos works with Enfold only with images we have problems….

    Best regards
    Jörg

    in reply to: Media Problem Enfold Yoast #668416

    Sorry, wrong URL… important information attached

    in reply to: Media Problem Enfold Yoast #667372

    Hi Rikard
    enclosed in the Privat Content the Details…

    Regards,
    Jörg :)

    in reply to: SEO #602514

    Hi,
    perhaps too little memory limit, how high your limit. Because enfold goes well with Yoast.

    regards, Jörg

    Hi Kriesi Team,

    das eigentliche Problem besteht immer noch auch in der aktuellen Release 3.5.1. Bitte entsprechend verbessern

    Danke, Jörg :)

    in reply to: Enfold sidebar #601541

    Hi,

    Sidebar width
    Enfold > Gerneral Layout > Dimensions
    Change the “Content | Sidebar Ratio”

    Enter the following under General Styling in the Quick CSS:
    .sidebar_left.sidebar {text-align: left !important;}

    Which borders you mean???

    I hope it helps ;)

    Jörg

    Hi Kriesi Team,

    we have found the different, in the new version 3.5 you set in the layout.css line 335 this
    .html_header_sidebar .container_wrap_first {
    float: left;
    }
    and that causes the incorrect display.
    We thus help to date so that we have defined the following in Quick CSS:
    .html_header_sidebar .av_default_container_wrap, .html_header_sidebar .container_wrap_first {
    float: none !important;
    }

    Please fix the error in the next version

    Jörg :D

    • This reply was modified 8 years, 8 months ago by AgenturWP.
    in reply to: Zwischen Logo und Menü ein Custom Seperator? #488720

    Moin Andy,
    das hatte ich schon gefunden und damit komme ich in der Variante Sidebar links nicht zwischen Logo & Menü, weil es entweder über dem Logo steht oder unterhalb vom gesamten Menübaum….. Und ich müsste dringend zwischen Logo & Menü und möchte nicht hart im QUellcode rum ändern, da diese änderungen dann bei Updates immer weg sind, deswegen hätte ich gerne eine solche Lösung wie von dir beschrieben jedoch wie gesagt um zwischen Logo und menü zu kommen ;)

    web(wahn)sinniger Start in eine neue Woche
    Jörg :)

    in reply to: Separator Whitespace Problem… #484487

    Hey Andy,

    we installed a completely new installation WordPress and latest files of Enfold, activated No plugins and set NO Quick CSS and on the demo homepage under the menu this Seperator Whitespace with 20pixel defined and he is 120pixel again: O
    look yourself http://test.agenturwp.com/

    Where now is the problem …?

    best regards
    Jörg

    in reply to: Separator Whitespace Problem… #483742

    Hi Rikard,

    We have all plugins disabled and the CSS fix taken out, but the problem still exists, therefore it is a bug in Enfold. All plug-ins that are used take no influence on the layout (AntiSpamBee, iThemes, MainWP no more plugins install and all the plugins the latest version)

    best regards
    Jörg

    in reply to: Separator Whitespace Problem… #483390

    Hi Andy,

    Thanks for the CSS code, yes now it works,
    but at what conflict is exactly …. a plugin from me or from you?

    best regards,
    Jörg

    in reply to: Separator Whitespace Problem… #482510

    Hi Yigit,
    That’s still not correct solution, because now collapse the remaining distances, which is not to be….
    I have it now again try in a graphic display my problem and it looks like real as if the separator under the header is a bug, because otherwise it works fine. But just below the header does not see image section 3, the setting and framing what happens from 1

    problem representation

    thank, Jörg

    in reply to: Separator Whitespace Problem… #481901

    Hi Rikard,
    sorry, which is not a good solution… :(
    a) This solution can only work on one relevant page and not on all sides that we have created
    b) and the residual content to the relevant page is also shifted :(

    thanks, best regards
    Jörg :)

    in reply to: Separator Whitespace Problem… #480679

    Hi,
    sorry write in english, the problem is the seperator whitespace directly below the menu, it is the frist content after the menu and the whitespace we say 10pixel, but on the page is this 110pixel :O no matter in the 1/1 Row or color section….

    thanky for help :)

    in reply to: Separator Whitespace Problem… #480044

    Moin Ismael,
    egal was ich direkt unter das die Header Packe ob direkt, in eine 1/1 Row oder Farb-Sektion es hat immer 100pixel + die Pixel ANzahl vom Seperator Einstellung :(
    Ich hab da schon einiges probiert, scheint ein kleines Problem mit der Variante Boxed Modus zu sein, weil im Wide-Modus ist mir das so nch nicht aufgefallen….
    Es hat was mit dieser Einstellung zu tun, aber wenn ich diese anpacke geht noch mehr kaput da es ja die Content Class ist :(
    .content, .sidebar {
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: content-box;
    min-height: 1px;
    z-index: 1;}
    Daraus resultiert die 100px höhe…. :( Ich hab aber keine Ahnung wie das für direkt unter dem Header verbessern soll ohne das das restliche Layout kaput geht….

    web(wahn)sinnige Grüße
    Jörg :)

    Hey Ismael,

    We create a NEW post with the Advanced Layout Editor, we do everything new, a Post Image which is to be displayed as a large image so save this post and on the blog site comes in this contribution is not the normal Blog layout on the Singel page. Made the same data in another post just using the default editor is everything as it should be. Therefore do not understand your statement: “You need to start from scratch.”????
    We have over 70 older post must all be recreated ????

    web (maniac) regards
    JayJay

Viewing 21 posts - 31 through 51 (of 51 total)