Forum Replies Created

Viewing 30 posts - 19,111 through 19,140 (of 82,585 total)
  • Author
    Posts
  • in reply to: Search Icon remove header #834810

    Hey,

    You can find it in Enfold theme options > Main Menu > General tab – http://i.imgur.com/UjVowUj.png :)

    Best regards,
    Yigit

    in reply to: Icon-box ergänzen oder eigene Icons hochladen #834809

    Hi,


    @Tamosch
    Please try de-activating all active plugins and check if that helps. If it does not, please start a new thread under Enfold sub forum and attach temporary admin logins. If you post them here, they will be visible to creator of this thread as well

    Best regards,
    Yigit

    in reply to: Full screen menu on mobile #834808

    Hey,

    Please make sure you are using the latest version of Enfold which is currently 4.1.2 – kriesi.at/documentation/enfold/updating-your-theme-files/ and then go to Enfold theme options > Main Menu > General and choose “Display as icon” in “Menu Items for Desktop” and then go to Burger/Mobile Menu tab and choose “full page overlay menu” in “Menu Overlay Style” :)

    Best regards,
    Yigit

    in reply to: Slider between logo/menu and header title #834807

    Hey,

    Not sure if i understood you clearly however if you would like to add custom content to your header, please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    If that is not what you meant, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)

    Best regards,
    Yigit

    in reply to: Google Tag Manager #834805

    Hey Picante,

    Please use following code to add the code in <head> tag

    function my_custom_code_head(){
    ?> 
    //Your code goes here
    <?php
    }
    add_action('wp_head', 'my_custom_code_head');

    and following code to add in <body> tag

    function my_custom_code_body(){
    ?>
    // Your code goes here 
    <?php
    }
    add_action('wp_footer', 'my_custom_code_body');

    Best regards,
    Yigit

    • This reply was modified 7 years, 8 months ago by Yigit.
    in reply to: How to change post excerpts´ font size #834804

    Hey Tilman,

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

    .slide-entry-excerpt.entry-content {
        font-size: 12px;
    }
    

    Best regards,
    Yigit

    in reply to: Search icon is gone when menu is mobile #834803

    Hey!

    Please go to Enfold theme options > Main Menu > General and check “Append search icon to main menu” :)

    Regards,
    Yigit

    in reply to: Mobile Submenu Font Size #834801

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

    in reply to: menu #834800

    Hi,

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

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

    Best regards,
    Yigit

    Hi,

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

    @media only screen and (max-width: 767px) {
    .responsive #top #header .social_bookmarks {
        display: block!important;
    }}
    

    If that does not help, please post a link to your website

    Best regards,
    Yigit

    in reply to: Instagram tag #834791

    Hey limedrop,

    That is a good idea however it is currently not possible unfortunately. Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    You can try using a plugin such as this one – https://wordpress.org/plugins/instagram-feed/ :)

    Best regards,
    Yigit

    in reply to: menu #834789

    Hi!

    Then you can use – http://imgur.com/ :)

    Best regards,
    Yigit

    in reply to: Open popup modal with Button #834788

    Hi,

    You can add “pu-button” custom CSS class to your buttons elements and it should work fine as well. I adjusted the code in Functions.php file a little :)

    Best regards,
    Yigit

    in reply to: Updated Version of the LayerSlider WP #834785

    Hi!

    You are welcome! Thanks for your understanding :)
    Let us know if you have any other questions or issues and enjoy your weekend!

    Best regards,
    Yigit

    in reply to: Mobile Meny Sticky Phone number #834784

    Hey,

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

    @media only screen and (max-width: 768px) {
    #header_meta {
        position: fixed;
        width: 100%;
        top: 0;
    }
    #advanced_menu_toggle {
        position: fixed;
        top: 55px;
        right: 10px;
    }
    }
    

    Best regards,
    Yigit

    Hey Andreas,

    Could you please show an example of the changes you would like to make so we can provide you an accurate answer? :)

    Best regards,
    Yigit

    in reply to: Foto soll in den Advanced Layer Slider überlappen #834782

    Hi,

    Please refer to @Guenni007’s post above.

    @Guenni007
    Thanks as usual :)

    Best regards,
    Yigit

    in reply to: Mobile Menu > CSS Class doesn't work #834780

    Hey Simon,

    Currently custom CSS classes are stripped out of menu items on mobile. We will fix it in upcoming Enfold update. In the meantime, you can try creating a new menu for mobile version and add following code to Functions.php file in Appearance > Editor and display different menu on mobile

    function av_different_mobile_menu( $args = '' ) {
    	if($args['menu_id'] == 'avia-menu') {
    		if(wp_is_mobile()) {
    			$args['menu'] = 'main-menu-mobile';
    		} else {
    			$args['menu'] = 'main-menu';
    		}
    	}
    	return $args;
    }
    add_filter( 'wp_nav_menu_args', 'av_different_mobile_menu' );

    Please make sure to replace menu names (“main-menu” and “main-menu-mobile”) in the code to match the name of your menus

    Best regards,
    Yigit

    in reply to: menu #834779

    Hey!

    Yes, you can upload your screenshots on imgur.com or Dropbox public folder and post the links here. Please post a link of your website as well so we can provide you an accurate solution.

    Regards,
    Yigit

    in reply to: Updated Version of the LayerSlider WP #834778

    Hi,

    We test the latest version of LayerSlider and include it in the theme with with an update and we are not able to distribute it to Enfold users directly. Please kindly wait for the upcoming Enfold update.

    Best regards,
    Yigit

    in reply to: Lizenzerwerb via Themeforrest #834774

    Hey!

    Thanks! You too enjoy your weekend! :)

    Cheers!
    Yigit

    in reply to: Schriftgröße verkleinert nach Update #834773

    Hey,

    I replied to you regarding this issue here – https://kriesi.at/support/topic/fatal-error-after-updating-the-theme-and-wordpress/#post-833930. Has this been resolved?

    Best regards,
    Yigit

    in reply to: Burger/Mobile Menu #834770

    Hi,


    @faserschmeichler
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.


    @agunda
    It seems like you chose to display submenu items on initial load. If you are still experiencing any issues and would like us to look into it, please start a new thread under Enfold sub forum and attach temporary admin logins in private content field. If you post them here, they will be visible to creator of this thread as well.

    Best regards,
    Yigit

    in reply to: Submenu – Wo kann ich #834768

    Hallo!

    Please go to Appearance > Menus and click Screen Options and check “Description” and edit your text in description field – http://i.imgur.com/mjg0bd5.png :)

    Best regards,
    Yigit

    in reply to: Lizenzerwerb via Themeforrest #834767

    Hi!

    You are welcome! :)

    Regards,
    Yigit

    in reply to: Author Box #834765

    Hey,

    The easiest way would be adding following code to Quick CSS in Enfold theme options under General Styling tab

    .single-portfolio .saboxplugin-wrap {
        display: none!important;
    }

    If you would like to edit the file, please go to includes/loop-index.php file and find following line

    
    echo '<footer class="entry-footer">';

    And add your code right above that line as following

    
    
    if ( function_exists( 'wpsabox_author_box' ) && is_single() ) echo wpsabox_author_box();

    Best regards,
    Yigit

    in reply to: Mobile Submenu Font Size #834762

    Hi,

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

    .html_av-overlay-full #av-burger-menu-ul li ul li a {
        font-size: 35px!important;
    }
    

    What is the font family you would like to use?

    Best regards,
    Yigit

    in reply to: not fit for mobile #834760

    Hey,

    I ran Mobile friendly test on Google but it says it is friendly on my end :)

    Best regards,
    Yigit

    in reply to: keine Unterstreichung von Links #834759

    Hi,

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

    #plugin-header .custom-color-heading a {
        color: orange;
    }
    

    Best regards,
    Yigit

    in reply to: Testimonial image clickable #834758

    Hey,

    Currently it is not possible. However you could use Image Element inside a column element on the left and link it manually and then add your text into a Text Block element on the right side as a workaround :)

    Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Yigit

Viewing 30 posts - 19,111 through 19,140 (of 82,585 total)