Forum Replies Created

Viewing 30 posts - 31 through 60 (of 85 total)
  • Author
    Posts
  • in reply to: Some capital font diacritics are shown in different colour #1371889

    I’ve tried different fonts and did not have this issue with others. If the font can’t display character properly it still shows it in black.
    This seems to be only “Cabin” font which for some reason shows everything properly but diacritics (only one) different colour.

    When I’ve tested this on https://www.1001fonts.com/cabin-font.html?text=%C5%A0%C4%8C%C5%BD%C5%A1%C4%8D%C5%BE&size=96
    It displays all the types properly. Is there some way to figure out what font exactly Enfold uses when H1 and Cabin is selected?

    in reply to: Buttons does not work properly = No effect #1371445

    This was caused by same issue like here https://kriesi.at/support/topic/contact-form-does-not-allow-me-to-write-anything-inside/
    Feel free to close this one

    This was caused by same issue like here https://kriesi.at/support/topic/contact-form-does-not-allow-me-to-write-anything-inside/
    Feel free to close this one

    in reply to: Contact form does not allow me to write anything inside #1371443

    Thanks Mike, I have no clue how that got there. However it resolved all my issues I had (other topics) . Feel free to close this one

    Thanks Guenni,
    At the end I’ve decided to give up on this Events Calendar because it was just too complicated for the usage I need. With your code the heading was still little different and it wasn’t worth the trouble and css time to make it nice.
    I’ve did it using simple html instead
    Feel free to close this one.

    in reply to: Could contact form email subject contain field value #1368245

    Thanks Nikko for detailed explanation. Feel free to close this thread :)

    in reply to: Could contact form email subject contain field value #1368220

    Nikko,
    Can you please exmplain this code a little?
    How can I configure it to match the field I want displayed? I’m not really sure what to change

    Thanks

    in reply to: blog layout featured image breaks grid after css changes #1368218

    Thanks Nikko,
    This worked perfect .. Please close this thread.

    in reply to: Adjust default validation text in contact form #1368164

    Thanks Mike. The function worked perfectly. Feel free to close this one.

    At the end I’ve installed “Recent Comments Plus” widget and that resolved this issue for me.
    If possible, can you please create feature request for developers to “fix” these widgets and support also the block ones from wordpress? Those seems to have more features already compared to Enfold ones.

    Guenni thanks a lot for all your hard work to resolve this. The last code for boxed layout worked perfectly with all the css styling. Now I have exactly what I wanted to achieve :) Thanks once again. Feel free to close this thread.

    I see.. I’ve changed layout to stretched and it appeared. Does the same somehow work for boxed layout?

    Guenni, I’ve tried to copy/paste code above but in my case nothing really happened not sure if I did something wrong or was supposed to adjust the above code. When I copy paste it to style and second to functions, nothing happens.Does it need to be somehow more specific? Yes I don’t care about slider at all :)

    Thanks Guenni,
    There is one “strange” thing still happening which I will ignore for now. When the page loads the slider is not full height and then goes to proper height. It’s visible but doesn’t break anything.

    Guenni,
    I finally got the code you pasted. I was checking homepage instead of “example page” like you named it. Now I was able to find the whole div and copy it to the function. This made it works properly for mobile as well (based on configuration of slider).

    Thanks a ton. I’ve added example page just for reference here. So I guess all is good now and it’s time for a beer :)

    I’ve tried to find code you mentioned in Inspect and couldn’t. Not sure where and how to find it. All I could gather is already in my function. If you have some better instructions how to find this

    <div id="full_slider_1" class="avia-fullwidth-slider  …
    

    Let me know. All I can see is

    <div data-rel="slideshow-1" class="avia-slide-wrap ">...</div>
    

    Guenni, Thanks. I’ve edited last post few times now :) . It all works with last function where I put if clause (see above)

    
    if( !wp_is_mobile() ){}
    

    Should be good to close this thread after this long fight :)
    Thanks a ton for these hacks

    Guenni Thanks but it seems all I can gather is this div stuff below. That one again does not contain mobile turn on/off values seem so.
    At the end I put if clause to this function and it works nicely for desktop + mobile separatelly.
    I think we are good to close this one if there is no other way how to distinguish between desktop/mobile

    
    add_action('ava_after_main_title', 'add_top_image_for_blog');
    function add_top_image_for_blog() {
    	if( !wp_is_mobile() ){
    ?>
    <div data-rel="slideshow-1" class="avia-slide-wrap "><img class="wp-image-2841 avia-img-lazy-loading-not-2841" src="https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1.jpg" width="1600" height="556" title="logo2" alt="" itemprop="thumbnailUrl" srcset="https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1.jpg 1600w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-300x104.jpg 300w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-1030x358.jpg 1030w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-768x267.jpg 768w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-1536x534.jpg 1536w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-1500x521.jpg 1500w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-705x245.jpg 705w" sizes="(max-width: 1600px) 100vw, 1600px" style="left: 0px;"></div>
    <?php
    }};
    

    Yigit,
    The combo widget from Enfold shows comments (not the user/post name). But it is specific and seems to ignore all above modifications.
    I will then need to reach to some plugin (which I hate).

    Do you know when Enfold will again start the “Feature request page” ? There are things that would be good to report for them to fix (like the widgets and so on).

    Thanks

    Thanks a lot Guenni007.
    This seems to work properly with your function above and html code from Inspect (Dev Tools). Hope it won’t break anything else :)

    
    add_action('ava_after_main_title', function() {
    ?>
    <img class="wp-image-2841 avia-img-lazy-loading-not-2841" src="https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1.jpg" width="1600" height="556" title="logo2" alt="" itemprop="thumbnailUrl" srcset="https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1.jpg 1600w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-300x104.jpg 300w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-1030x358.jpg 1030w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-768x267.jpg 768w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-1536x534.jpg 1536w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-1500x521.jpg 1500w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-705x245.jpg 705w" sizes="(max-width: 1600px) 100vw, 1600px" style="left: 0px;">
    <?php
    }); 
    

    One issue however comes from this is that when I configure the slider to be hidden on mobile phones the above code does not change and hence it always display on phone as well. Is there some hack for this as well?

    Ismael,
    Like I said before there is no change at all to the Combo widget. No matter what code you send it just not reflect in the actual widget.
    You can easily check my site, it doesn’t matter what line/font I set, nothing happens there. I can however see these changes are reflected in the default “Recent Comments” widget where font actually changed.
    If you want to debug more you can check my site (added private data)

    Thanks Ismael.
    I’ve tested the above code and nothing really changed for me. I’ve also tried to disable File Compression (both css, javascript) but no change.

    1. This gives lot of empty space between these two widgets which is not proper
    2. The default comments text is too big. See image:

    Also if possible I would like to not turn off any performance options in favor of this or install additional plugins.

    The default wordpres widget should support this nicely https://wordpress.com/support/widgets/recent-comments-widget/ Is there way how to overwrite the one Enfold has? I’m not sure why Enfold would choose to not use this default wordpres widget when it has much better options.

    So the issue continues. After I move slider from ava_after_main_menu to ava_after_main_container all my widgets go at the bottom of page.

    Can somebody please check function in previous post and somehow fix it so my widgets won’t go at the end of page + header will remain glassy? I’m starting to loose my brain :)

    Thanks Guenni,
    I’ve added space back and yes the option is now properly default for new posts.
    After digging more into this I can see that hook to display the slider on each page is doing some harm and header is not glassy. If I remove this code and add slider directly to page the header will be glassy.
    Code I’ve used:

    Now when I exchanged ava_after_main_menu with ava_after_main_container it seems to behave properly. I think this was a root cause for all my trouble. I will confirm once again I do all validations

    Guenni,
    Sorry that space was already removed on my site, forgot to update previous post (did now).
    The issue still remains as I mentioned before. The code seems to be doing something strange to my side. Or better say I’m able to set glassy header anymore. Even if it is set it won’t display it ever. I did insert code yesterday to enforce glassy on all existing pages but I removed it later. Could that somehow do boo-boo to my site? :)

    Thanks Mike for confirmation I’ve did this properly. I learned this at the end :) I’ve used following to put it only for blog pages and works nicely.

    
    

    However issue is that the main menu is not transparent and needs to be manually set to be transparent+glassy for each blog page. How can I make this transparent option to be always transparent+glassy for my Enfold pages?
    Currently I need to go to Post/Page and set it in options there manually. Is there some way how to make this transparent+glassy menu by default for every new page/post?

    EDIT:
    I’ve found this code on docs page https://kriesi.at/documentation/enfold/header/#toggle-id-3-closed + support forum https://kriesi.at/support/topic/set-transparent-header-as-default-header-style/ and seems to set my option to default to transparent and glassy for new pages.

    
    add_action( 'after_setup_theme', 'ava_enfold_builder_layout_mod' );
    function ava_enfold_builder_layout_mod(){
      add_filter('avf_builder_elements', 'avf_enfold_builder_layout_settings_mod');
    }
    
    function avf_enfold_builder_layout_settings_mod($elements)
    {
      $counter = 0;
        foreach($elements as $element)
        {
        // Layout > Header visibility and transparency
        if($element['id'] == 'header_transparency')  {
    			$elements[$counter]['std'] = 'header_transparent header_glassy';
            }
            $counter++;
        }
      return $elements;
    }
    

    Problem is however that once I create some page + save (it is glassy) and then edit it and save without changing anything the glassy effect is gone and the menu is transparent + border instead. I can’t set it back again to glassy with anything anymore. I can set everything else just not glassy anymore. It just ignores that setting. Now even with the above function I don’t see glassy header to be default anymore..

    Can you please provide proper function which will make this option default in options and will preserve on page updates?
    If you want to reproduce please login and do following:
    1. Create new test page with glassy header
    2. Check the page it won’t have glassy effect.

    I’m not sure what happened here but something seems to be doing strange stuff to my glassy header now

    Thanks

    Ismael,
    Any luck to check this one please? I planned to migrate to this Enfold web over weekend and this seems to be the biggest but last blocker for me.
    I would really appreciate if you can have a look and somehow unblock me. I’ve tried to play with hooks today but it seems to be too much for me to understand how to achieve expected scenario. Would really help to have Enfold skilled person to unblock me :)

    I’ve tried to use following hook to insert it .However it always ends up under or top of the header. The image never ends up with transparent menu.

    
    

    Thanks a lot

    Just an update. I’ve went to mailchimp site and removed all the fields from my form (form builder) and left only “Email” there. Then re-validated the API and fields are gone. Feel free to close this one.

    Thanks

    Hi Ismael,
    Thanks for your reply. Yes I’m using Recent Comments widget” for this one.
    I now tried also combo widget but it does it has these issues:
    1. No Widget title possible (instead it shows very small “Comments” title)
    2. Too big font inside of it

    Not sure which issue is simpler to fix. Show comments inside of Recent Comments widget or fix two above issues in Combo Widget.

    Ismael,
    I was able to get the shorcode of slider I would like to use by default on all pages. Based on reading about hooks it seems it is enough to adjust functions.php of my child theme. Are you able to provide me proper function for this to have it displayed same way like homepage on all blog posts? I couldn’t find anything about hooks in documentation.

    Here is debug information

Viewing 30 posts - 31 through 60 (of 85 total)