Forum Replies Created

Viewing 30 posts - 6,571 through 6,600 (of 82,624 total)
  • Author
    Posts
  • in reply to: icon, header, homepage #1279413

    Hi,

    It is the home icon code I shared previously – https://pastebin.com/50sHCJBv :)

    Best regards,
    Yigit

    in reply to: columns on mobile #1279400

    Hey Nancy,

    Please try changing the code to following one

    /*----------------------------------------
    // CSS
    // Toggle Columns
    //--------------------------------------*/
    @media only screen and (max-width:767px) {
    .col-25p {
    width:49%!important;
    }
    .col-25p.av_one_fourth{
    margin-left:1%!important;
    }}

    Page cannot be found on my end. If we need logins to see the page, please post them here privately and if the link was changed, please share the current one so we can inspect the issue :)

    Best regards,
    Yigit

    in reply to: Google Ads keep appearing on our website #1279374

    Hey Jodi,

    Thanks for contacting us!

    Since your website is currently in maintenance mode, I could not check the version you are using.

    Could you please create temporary admin logins and post them here privately so we can look into it? :)

    It is always recommended to keep WordPress, plugins and the theme updated to avoid such security vulnerabilities. Also, please consider using a security plugin.

    Cheers!
    Yigit

    in reply to: Mobile anchor points #1279372

    Hey,

    Could you please firstly update Enfold to the latest version 4.7.6.4 – https://kriesi.at/documentation/enfold/theme-update/?
    Please check once again and if you still experience the issue, please install this plugin – https://wordpress.org/plugins/enable-jquery-migrate-helper/ and set jQuery version to legacy one in plugin settings and check if that helps.

    Please let us know if neither helps so we can look further into it :)

    Regards,
    Yigit

    in reply to: icon, header, homepage #1279368

    Hey,

    Please go back to Appearance > Menus and click “Screen options” on the top right corner and check “CSS Classes”, edit your menu item and give it custom CSS class (“mob-menu” in example below) – https://imgur.com/a/EtHH1KN
    Then, add following code to Quick CSS in Enfold theme options > General Styling tab

    .responsive #top .av-main-nav .menu-item.mob-menu {
        display: block;
    }

    :)

    Regards,
    Yigit

    in reply to: Image quality #1279366

    Hey Marcus,

    What is the original size of the image? If bigger than 2560px, it is automatically resized by WordPress.

    If that is the case, you can add following code to Functions.php file of your child theme to disable it

    add_filter( 'big_image_size_threshold', '__return_false' );

    If you would like to serve up double-size retina images with high compression, please use the code posted by user here – https://kriesi.at/support/topic/responsive-content-images-retina-screens/#post-1077293

    Best regards,
    Yigit

    in reply to: Accordion align title and Symbol to the right #1279363

    Hi,

    Please add following code to Quick CSS field as well

    
    #top .right-aligned .toggle_icon {
        right: 10px;
        left: auto;
    }
    

    and change the code I posted in my previous reply to following one

    #top .right-aligned .toggler {
        text-align: right;
        padding-right: 30px;
    }

    Best regards,
    Yigit

    in reply to: Menu broken on MacBook Air #1279362

    Hi Marcus,

    There are but the ones I tried did not make any difference.

    Did increasing container width helped on your end? Also, have you made sure that you are not zoomed in/out on your browsers?

    Regards,
    Yigit

    in reply to: fullwidth button only in mobile #1279356

    Hi,

    You are welcome! We are always happy to help :)

    I noticed that you have already started a thread regarding this so I replied there – https://kriesi.at/support/topic/icon-header-homepage/. Let us continue there :)

    Best regards,
    Yigit

    in reply to: icon, header, homepage #1279355

    Hi,

    Thanks for contacting us!

    Please go to Appearance > Menus and add your homepage to your menu and insert following code in navigation label field – https://pastebin.com/50sHCJBv :)

    If you would like to disable search icon, please go to Enfold theme options > Main Menu and disable “Append search icon to main menu” :)

    Regards,
    Yigit

    in reply to: fullwidth button only in mobile #1279160

    Hi :)

    Please go to Enfold theme options > Performance and disable “CSS file merging and compression” and save theme options. Then, please clear cache in WP Rocket settings and then please clear cache in your mobile browser and check once again.
    After confirming the changes, you can enable CSS file merging and compression once again.

    If that does not help, please create temporary admin logins and post them here privately so we can look into it :)

    Best regards,
    Yigit

    in reply to: Image in footer causing problems #1279157

    Hi,

    Enjoy the rest of your day! :)

    Best regards,
    Yigit

    in reply to: Menu broken on MacBook Air #1279156

    Hi Marcus,

    If we could, we would definitely check with the same exact system but sadly we do not have several laptops at hand with different configurations. That would be nice though :)

    That being said, I checked your website on the highest available resolution on my laptop which is 1920x1200px on Safari, Firefox, Chrome and Opera, however I could not reproduce the issue either.

    I will ask my teammates if anyone has a laptop with the same configuration as yours. In the meantime, could you please go to Enfold theme options > General Layout > Dimensions and increase “Maximum Container width” and check if that makes any difference?

    Regards,
    Yigit

    in reply to: Image in footer causing problems #1279149

    Hi,

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

    
    #footer #text-2 {
        margin-bottom: 0;
    }
    #footer #text-3 {
        margin-top: 0;
    }
    

    Regards,
    Yigit

    in reply to: Accordion align title and Symbol to the right #1279148

    Hi Marcel,

    Thanks for contacting us! :)

    Please edit your element and go to Advanced > Developer Settings tab and give it custom CSS class (“right-aligned” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top .right-aligned .toggler {
        text-align: right;
        padding-right: 10px;
    }
    

    Cheers!
    Yigit

    in reply to: Transparent header on scroll no longer works #1279144

    Hey,

    Glad Rikard could help! :)

    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 :)

    Enjoy the rest of your day!

    Cheers!
    Yigit

    Hey,

    Thanks for contacting us!

    I am getting the error I attached in private content field and therefore unable to check your website.
    Which version of Enfold and WP are you currently using?

    Best regards,
    Yigit

    in reply to: fullwidth button only in mobile #1279140

    Hi,

    Thanks for contacting us!

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

    
    @media only screen and (max-width: 480px) {
    #top.home.rtl #wrap_all .avia-slideshow-button {
        margin: auto;
        display: block;
        max-width: 120px;
    }}
    

    Best regards,
    Yigit

    in reply to: Custom sidebar per page #1279139

    Hi Robin,

    Thanks for contacting us and for choosing Enfold :)

    Yes, that would be possible.
    There are 2 ways of doing that:
    1- You can go to Appearance > Widgets and add new widget area for each page and then edit your page and choose to display that certain widget area in Sidebar Settings field – https://imgur.com/a/5o10Bqj
    2- You can install this plugin – https://wordpress.org/plugins/widget-logic/ and place all of your widgets into 1 widget area but conditionally display them on certain pages.

    Regards,
    Yigit

    in reply to: Remove extra white space between elements #1279138

    Hi Yory,

    It seems like you have 50px of padding added to your Grid Cells. Please edit them and decrease top and bottom values :)

    Regards,
    Yigit

    in reply to: RTL search results page CSS #1279136

    Hi,

    You are welcome, Yory! Let us know if you have any other questions or issues and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: Erweitertes Styling & Quick CSS funktionieren nicht? #1279122

    Hallo,

    Thanks for contacting us!

    Have you enabled CSS file merging and compression in Enfold theme options > Performance? If you have, please try to disable it, check “Delete old CSS and JS files?” at the bottom, save theme options and refresh your page a few times.
    That should help. If it still does not, please create temporary admin logins and post them here privately so we can look into it :)

    Best regards,
    Yigit

    in reply to: RTL search results page CSS #1279117

    Hi,

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

    
    #top.rtl .template-search.content .entry-content-wrapper {
        padding-left: 0;
        padding-right: 55px;
    }
    

    Best regards,
    Yigit

    in reply to: Issue with Advanced Layout Builder not working #1279091

    Hi,

    Great!
    We will keep the thread open and wait to hear from you :)

    Best regards,
    Yigit

    in reply to: Theme Name: Graduation Version: 3.0.4 Author: Kriesi #1279089

    Hi,

    What is labeled as “Graduation” theme in your instalation is Enfold theme and you can purchase a license here – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990.

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

    Best regards,
    Yigit

    in reply to: Enfold Feedback #1279081

    Hi,

    Thanks for your great feedback!

    Best regards,
    Yigit

    in reply to: Woo Commerce und Enfold Sortier- und Suchfuktionen #1279053

    Hi,

    Following code is for styling filters to have the same height, border color and text color

    /* PRODUKTSUCHE styling to match Produkt-Kategorien */ 
    #top #woocommerce-product-search-field-0 {
        border: 1px solid #aaa;
        border-radius: 4px;
        height: 28px;
    }
    #top #woocommerce-product-search-field-0::placeholder {
        color: #999;
    }
    #top #woocommerce_product_search-4 .widgettitle {
        margin-top: 0;
        padding-top: 15px;
    }

    I actually did not edit your page and did not enabled sidebar. Only changes I made were CSS changes :)

    Please try using this plugin – https://wordpress.org/plugins/woocommerce-ajax-filters/

    Best regards,
    Yigit

    in reply to: content width #1279049

    Hi,

    Glad Nikko could help! :)

    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 :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Avia Layout Builder not loading on some Pages #1279026

    Hey,

    Please see “Troubleshoot: Text Block element not loading” section here – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#layout-builder-is-not-loading-properly

    Please contact your hosting provider and ask them to whitelist the word “select”

    Regards,
    Yigit

    in reply to: Issue with Advanced Layout Builder not working #1279020

    Hi,

    Please see “Troubleshoot: Text Block element not loading” section here – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#layout-builder-is-not-loading-properly

    In your case, issue seems to be related to “head” in “head teacher”. Please contact your hosting provider and ask them to whitelist the word “head” :)

    Best regards,
    Yigit

Viewing 30 posts - 6,571 through 6,600 (of 82,624 total)