Forum Replies Created

Viewing 30 posts - 10,381 through 10,410 (of 82,620 total)
  • Author
    Posts
  • in reply to: Mobile Menu for logged in members not appearing #1170037

    Hi,

    Thanks!

    In the meantime, i added following code to bottom of Functions.php file in Appearance > Editor but it did not work as i hoped.

    /*
    Display a different menu for registered users
    */
    add_filter( 'wp_nav_menu_args', 'my_wp_nav_menu_args' );
    function my_wp_nav_menu_args( $args = '' ) {
    if($args['theme_location'] === 'avia') 
         if ( is_user_logged_in() && function_exists('pmpro_hasMembershipLevel')){
    		 if(pmpro_hasMembershipLevel()){
              $args['menu'] = 'Member Menu'; 
              } else { 
              $args['menu'] = 'Main Menu';
              }} 
    return $args;
    }

    I will ask my teammates to check the thread as well.

    Best regards,
    Yigit

    Hi,

    I am still seeing the site language as English. Could you please create temporary admin logins and post them here privately so we can look into it? :)

    Best regards,
    Yigit

    in reply to: Can't display Cookie Consent Message Bar #1170035

    Hi Stan,

    We are hoping to release it on Monday :)

    A few other users also reported that their Special Heading elements are linked but i could not reproduce the issue on my local installation. Could you please edit them and remove links from them? :)

    Best regards,
    Yigit

    in reply to: Top bar not showing on mobile #1170025

    Hi,

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

    Best regards,
    Yigit

    in reply to: 3 questions on Enfold #1170024

    Hi,

    I can see that you applied the changes on first staging site. Could you please edit header.php file on the child theme of second staging site as well? It should fix cookie consent bar issue on second staging site.

    Recommended file permissions for WP are as following:
    Folders – 755.
    Files – 644.
    wp-config.php – 600.
    .htaccess – 644, or 600.
    After correcting permissions, issues you are having in first staging site should be fixed as well. If not, please let us know :)

    Best regards,
    Yigit

    in reply to: Mega menu layout #1170020

    Hi,

    Since you are using a version older than 4.5, you would need to update the theme manually due to changes in Envato API. You can read more and find instructions here – https://kriesi.at/support/topic/updating-to-enfold-4-5-and-validating-personal-token/#post-1032609. If you would like us to update the theme for you, please let us know!

    Yes, i did. After the update those can be changed in Advanced Styling too :)

    Best regards,
    Yigit

    in reply to: Top bar not showing on mobile #1170018

    Hi,

    I deleted the code from Quick CSS field. Please review your website :)

    Best regards,
    Yigit

    in reply to: Bulleted lists #1170014

    Hi,

    You are using Fullwidth Easy Slider on your page so you can actually edit your page, add another Fullwidth Easy Slider and then upload mobile version of your image in there and then go to Screen Options tab in both sliders and choose to hide mobile slider on desktop and hide your existing slider on mobile :)

    Best regards,
    Yigit

    in reply to: Mobile Menu for logged in members not appearing #1170011

    Hi,

    Thanks!

    I created a test user and could reproduce the issue.

    I think we could solve this by replacing menu for logged in members but we would need conditional tags. I found this page – https://www.paidmembershipspro.com/forums/tag/conditional-tags/ but it seems like you would need to login to see the content. Could you please check if they offer a conditional tag such as “if member logged in”? If so, we can use it in this code – https://kriesi.at/documentation/enfold/menu/#toggle-id-155 and replace “is_user_logged_in”.

    Best regards,
    Yigit

    in reply to: Bulleted lists #1170003

    Hey Johan,

    Thanks for contacting us!

    I think replacing image on mobile to different one with larger text would fix the issue. Could you please post a link to your website?

    Best regards,
    Yigit

    Hi,

    You can set your sites language to Italian in Settings > General and then go to Users > Your Profile and set your profiles language to English.

    Are you still seeing “read more” in English even when setting site language to Italian?

    Regards,
    Yigit

    in reply to: Top bar not showing on mobile #1170001

    Hey,

    Please go to Enfold theme options > Performance and disable “CSS file merging and compression”, flush cache then enable it once again.

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

    Regards,
    Yigit

    in reply to: Mega menu layout #1169999

    Hi,

    1- I changed the code to following one and it worked

    #header .nine.units {
        width: 590px !important;
    }

    Please review your website.

    2- You are currently using an older version of Enfold. Please update the theme to the latest version. In newer versions it is possible to adjust widget title sizes in Advanced Styling tab as well :)

    Cheers!
    Yigit

    in reply to: Magnific Pop Up Conflict w/ Enfold #1169996

    Hi,

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

    Best regards,
    Yigit

    in reply to: Can't display Cookie Consent Message Bar #1169994

    Hey Stan!

    Thanks! Happy new year to you too :)

    I have updated Enfold to the latest beta version. You can check out change log here – https://kriesi.at/support/topic/enfold-upcoming-fixes/

    Please review your website.

    Cheers!
    Yigit

    in reply to: Picture behind Mainmenue #1169993

    Hi,

    Another user reported the issue and you can read about it here – https://kriesi.at/support/topic/input-for-slider-button-label-not-sanitized/#post-1164094

    We will consider adding a notification regarding special characters. Thanks! :)

    Best wishes to you too!

    Regards,
    Yigit

    in reply to: Top bar not showing on mobile #1169990

    Hi,

    You have following custom CSS code

    @media only screen and (max-width: 1024px){
    #header_meta {
        display: none !important;
    }}

    Please delete it :)

    Regards,
    Yigit

    in reply to: Mega menu layout #1169989

    Hi!

    1- Great! You are welcome!
    2- Could you please create temporary admin logins and post them here privately so we can look into it?
    3- Please go to Enfold theme options > Advanced Styling and edit “Main Menu Links ” to increase main menu item sizes.

    Regards,
    Yigit

    in reply to: 3 questions on Enfold #1169960

    Hey,

    1- File permissions seem to be incorrect on both sites. I believe CSS issue is also related to that. Could you please post FTP logins as well?

    2- In both sites you have following code at the bottom of Header.php file in your child theme

    <script>
    jQuery(document).ready(function(){ 
    	jQuery('a').on("click",function(e) {if($(this).parent().attr("class").indexOf("av-show-submenu") >=0) window.location.href=this;});
    });
    </script>

    please change it to following

    <script>
    jQuery(document).ready(function(){ 
    	jQuery('a').on("click",function(e) {if(jQuery(this).parent().attr("class").indexOf("av-show-submenu") >=0) window.location.href=this;});
    });
    </script>

    I can update the file after you post FTP logins as well :)

    Cheers!
    Yigit

    in reply to: disable looping for video color section background #1169364

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

    Best regards,
    Yigit

    in reply to: Picture behind Mainmenue #1169361

    Hey,

    What was the title? You might have used special characters such as “/” which breaks the layout.

    If you did not have special character in your button title, could you please re-create it and let us know so we can see the actual issue? :)

    Regards,
    Yigit

    in reply to: Mega menu layout #1169359

    Hey,

    1- You can go to Enfold theme options > Advanced Styling and edit “Main Menu sublevel Links” to increase font size of sub menu items.
    2- Please try adding following code to Quick CSS in Enfold theme options > General Styling

    #header .nine.units {
        width: 590px;
    }
    

    Best regards,
    Yigit

    in reply to: Mobile Menu for logged in members not appearing #1169352

    Hi,

    Your login link is redirecting me to Google :)

    Cheers!
    Yigit

    in reply to: Font Size in Secondary Menu #1169351

    Hi,

    Please try using the code as following

    .sub_menu li a {
        font-size: 14px!important;
    }

    Best regards,
    Yigit

    in reply to: Picture behind Mainmenue #1169350

    Hi,

    I tried adding a button and it worked. Could you please tell us the steps we need to take to reproduce the issue?

    Best regards,
    Yigit

    in reply to: Picture behind Mainmenue #1169345

    Hey,

    I edited your page and set header to transparent, adjusted header options in Enfold theme options > Header > Header Behaviour and disabled all then set height to 50px, chose to display social icons in main header area and then finally added following code to Quick CSS field in Enfold theme options > General Styling tab

    #top .av_header_transparency #header_main {
        background-color: white;
        top: 40px;
    }
    
    #top .logo,
    #top .logo a{
      overflow: visible;
    }
    
    .logo img {
        height: 180%;
        max-height: 180px !important;
    }

    Please review your website :)

    Best regards,
    Yigit

    Hi,

    Thanks for contacting us!

    It seems like current language of your site is English. Please go to Settings > General and set site language to Italian. That should activate Italian language file :)

    Best regards,
    Yigit

    in reply to: support #1169341

    Hi,

    Great! Now that you are able to start new threads under Enfold sub forum, please do not hesitate to contact us whenever you have a question or an issue :)

    Cheers!
    Yigit

    in reply to: Font Size in Secondary Menu #1169340

    Shalom!

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

    .sub_menu li {
        font-size: 16px;
    }

    Cheers!
    Yigit

    in reply to: Linked Image Overlay #1169338

    Hey,

    I could not figure this one out. It works totally fine on my local installation. I tried clearing cache on both of your plugin and disabled merging of CSS files in Enfold theme options, i checked your custom CSS and styling options for any errors but everything seems correct.

    You can always add following code to bottom of Quick CSS field to remove image overlay

    .image-overlay { display: none !important; }

    I will ask my teammates to check your website in case there is something i am missing :)

    Best regards,
    Yigit

Viewing 30 posts - 10,381 through 10,410 (of 82,620 total)