Forum Replies Created

Viewing 30 posts - 8,311 through 8,340 (of 82,625 total)
  • Author
    Posts
  • in reply to: Transition speed in slider ALB. #1220031

    Hi,

    Thanks for the heads up. I just edited and removed it :)

    Best regards,
    Yigit

    in reply to: Admin Wordress Error. Help is needed #1220030

    Hi,

    Sure, we will keep the thread on hold and wait to hear from you. You can simply reply to this thread to re-open it :)

    Best regards,
    Yigit

    in reply to: Admin Wordress Error. Help is needed #1219911

    Hi,

    Could you please try de-activating all active plugins now and check if that helps?
    Also, could you please point out how we can reproduce the issue? How do we go to “Records”? I could not find it in dashboard :)

    Best regards,
    Yigit

    in reply to: header widget items next to each other #1219910

    Hi Katharina,

    Sorry for the late reply!

    Please replace following code

    
    .wpml-ls-sidebars-header {
        background: transparent !important;
        border: none !important;
            border-bottom-color: currentcolor;
            border-bottom-style: none;
            border-bottom-width: medium;
        top: -50px !important;
    }

    to following one

    
    .wpml-ls-sidebars-header {
        background: transparent !important;
        border: none !important;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    }

    and add following code

    #lang_sel_list {
        position: relative;
        top: -35px;
    }

    If that does not help, please post a screenshot :)

    Best regards,
    Yigit

    Hi Damien,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

    in reply to: major error with layout builder #1219906

    Hi,

    “OUR ACCREDITATIONS” text was missing closing strong tag. I closed it.

    Proper use of Strong tag is as following

    
    <strong>Here goes my strong text!</strong>
    

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Magazine tabs (sort filters) : can order be reversed #1219860

    Hi,

    You are welcome, Jane! Happy to help as always :)

    Let us know if you have any other questions or issues and enjoy your weekend!

    Best regards,
    Yigit

    in reply to: Automatically deleting content #1219832

    Hi,

    You are welcome!

    Yes, actually it is the HTML problem. Improperly closed Strong tag broke HTML :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

    in reply to: Automatically deleting content #1219825

    Hi,

    I could not see an issue on your Blog page however Strong tag was not properly closed on your other two pages. Correct usage of Strong tag is as following

    
    <strong>Here goes my strong text!</strong>
    

    I have corrected the tags and you should no longer have the issue. Please review your website :)

    Regards,
    Yigit

    in reply to: Admin Wordress Error. Help is needed #1219823

    Hey,

    Glad it is working fine now!

    Please add following code to bottom of Functions.php file and adjust the text as needed

    add_filter('avia_breadcrumbs_args', 'avia_change_home_breadcrumb', 10, 1);
    function avia_change_home_breadcrumb($args){
    $args['show_home'] = 'My Home';
    return $args;
    }

    If that is not what you meant, please elaborate on the changes you would like :)

    Regards,
    Yigit

    in reply to: Catalogue list bulk edition #1219820

    Hey Daniel,

    Thanks for contacting us and sorry for the late reply!

    Please create a new page and add your Catalogue element inside it and then place Page Content element to your pages where you would like to display your Catalogue. When you would like to update your catalogue, you can simply go the page and update it and it would be reflected on pages that uses Page Content element :)

    Best regards,
    Yigit

    in reply to: Enfold does not work well with Profit Builder #1219817

    Hey Fabrice,

    Sorry for the late reply!

    I wanted to look into the issue however it seems like your website is in maintenance mod. Could you please create temporary admin logins and post them here privately so we can look into it? :)

    Best regards,
    Yigit

    in reply to: Automatically deleting content #1219816

    Hi,

    Thanks for contacting us!

    That issue usually occurs when there is broken HTML on the page. Could you please make sure that is not the case?

    If you would like us to look into it, please share WP admin logins here privately and point out the page where content disappears :)

    Best regards,
    Yigit

    in reply to: Admin Wordress Error. Help is needed #1219815

    Hey,

    That actually helps. I went to Enfold theme options > Performance and chose to disable timestamps in “Unique timestamp of merged files”. This is a known issue caused by timestamps on certain servers – https://kriesi.at/documentation/enfold/optimization/#troubleshoot

    If issue was related to that, it should be fixed now. Could you please check the issue once again? :)

    Regards,
    Yigit

    in reply to: Instagram Widget doesn't work #1219814

    Hey Felix,

    Thanks for contacting us!

    Due to limitations of Instagram API on shared servers, Enfold’s Instagram widget does not work on some servers – https://kriesi.at/documentation/enfold/instagram/. We have implemented Smash Balloon plugin to offer an alternative but as you mentioned, free version does not support displaying feed in lightbox.

    Please consider using Pro version or looking for another plugin to display your Instagram feed :)

    Cheers!
    Yigit

    in reply to: Admin Wordress Error. Help is needed #1219805

    Hi,

    I could not switch profile language to English and could not find Records.

    Could you please post FTP logins here privately as well? Also, can we de-activate all active plugins for testing purposes?

    Regards,
    Yigit

    in reply to: Magazine tabs (sort filters) : can order be reversed #1219804

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    .av-sort-by-term {
        flex-direction: row-reverse;
        display: flex;
    }
    
    

    Best regards,
    Yigit

    in reply to: Bold is not the right color #1219801

    Hi,

    You are welcome, Charlotte!

    Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

    Hi,

    For slideshow titles please use following code

    add_filter('avf_slideshow_title', 'avf_slideshow_title_mod');
    function avf_slideshow_title_mod(){ 
    	return "WELCOME TO THE PAGE: " . esc_html( get_the_title() );
    }

    Best regards,
    Yigit

    in reply to: Masonry Grid Not Loading #1219795

    Hi,

    Glad you figured it out!

    Unfortunately Masonry element does not support lazy load.

    Let us know if you have any other questions or issues and enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Bold is not the right color #1219794

    Hi,

    There were 4 errors in your custom CSS code in Quick CSS field.
    I fixed them. Please review your website :)

    Best regards,
    Yigit

    in reply to: main layerslider demo lack ? #1219791

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

    in reply to: Slideshow autorotation and mouse events #1219790

    Hey Guenter!

    Sorry for the late reply!

    You could dequeue slideshow.js file from parent theme and enqueue it on your child theme by adding following code to functions.php

    function wp_change_slideshowjs() {
    wp_dequeue_script( 'avia-module-slideshow', AviaBuilder::$path['pluginUrlRoot'] . 'avia-shortcodes/slideshow/slideshow.js', array( 'avia-shortcodes' ), false, true );
    wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/shortcodes/slideshow.js', array('jquery'), 2, true );
    }
    add_action( 'wp_print_scripts', 'wp_change_slideshowjs', 100 );

    Best regards,
    Yigit

    Hi,

    We believe this might be related to one of your plugins. I did not want to de-activate all active plugins without asking. Could you please let us know if we can try de-activating all active plugins except for WPML?

    Also, it would be great if you could share FTP logins here privately as well, in case something goes wrong or we might need to look deeper :)

    Cheers!
    Yigit

    in reply to: Fullscreen Slider image too large on mobile #1219776

    Hey Diana,

    Sorry for the late reply!

    Please add following code to Quick CSS in Enfold theme options > General Styling

    @media only screen and (max-width: 768px) {
    .avia-fullscreen-slider .avia-slideshow[data-image_attachment="fixed"]>ul>li {
    background-attachment: scroll;
    }}

    Best regards,
    Yigit

    Hi Damien,

    You are currently using a pretty old version of Enfold. Please update it to the latest version 4.7.5 – https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp and then insert Personal Token in Enfold theme options to receive future updates – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token :)

    Regards,
    Yigit

    in reply to: Avia Layout Builder doesn't display correctly #1219773

    Hey,

    Thanks for contacting us!

    Could you please post temporary admin logins here privately so we can look into it? That issue is usually related to plugin conflict however you seem to have only 1 active plugin. If it is not related to the plugin you are using, we would need FTP logins as well :)

    Regards,
    Yigit

    in reply to: major error with layout builder #1219772

    Hi,

    Thanks for contacting us!

    That usually happens when there is broken HTML on the page. I checked your content and could not find any. I tried enabling shortcode parser – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#shortcode-parser and updating the page but content was not removed and I am still able to edit the page after updating.

    Could you please elaborate on the issue?

    Regards,
    Yigit

    in reply to: logo on mobile #1219758

    Hi,

    Your logo did not show up on mobile due to av_change_logo function you have in functions.php file.
    Domain was wrong. I updated the domain and it worked. Please review your website :)

    Cheers!
    Yigit

    in reply to: WP-Rocket #1219754

    Hey Danny,

    Thanks for contacting us!

    Since they do the same thing we would recommend you to enable it on either Enfold theme options > Performance or in plugin settings :)

    If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ and start new threads under Enfold sub forum :)

    Best regards,
    Yigit

Viewing 30 posts - 8,311 through 8,340 (of 82,625 total)