Forum Replies Created

Viewing 30 posts - 48,871 through 48,900 (of 66,084 total)
  • Author
    Posts
  • Hi dominiquehurley!

    Thank you for using Enfold.

    Please post the page url here. We would like to check it. Try this in the Quick CSS field:

    body .alignright, .entry-content-wrapper a:hover .alignright {
      float: left;
      margin: 5px 0 0 15px;
      display: block;
      position: relative;
    }

    Regards,
    Ismael

    in reply to: Animated Numbers won't resize on mobile #425767

    Hi!

    The page is private. :/

    Cheers!
    Ismael

    in reply to: How to reduce the width of the Logo and Main Menu Area #425763

    Hi!

    Try to replace it with this:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .responsive.html_header_left #main {
      margin-left: 216px !important;
    }
    .responsive.html_header_sidebar #top #header {
      width: 216px !important;
    }}

    Regards,
    Ismael

    in reply to: extra widget in Header is moving #425762

    Hi!

    Did you test the code suggested above? It should prevent the flags from “jumping” when you scroll up or down.

    Cheers!
    Ismael

    in reply to: Issue | Add jquery file in head #425760

    Hey colapsnux!

    Thank you for using Enfold.

    Why do you need to add the jquery library script again? It is already included by default. You can find the built in WP code on functions.php:

    wp_enqueue_script('jquery');
    

    Regards,
    Ismael

    in reply to: Fullwidth Sub menu #425758

    Hi!

    Thank you for using Enfold.

    I’m not sure if I understand you clearly so I’ll ask one of the support team to check this. If you want to highlight the current menu item or active page in the fullwidth submenu, use this in the Quick CSS field:

    #top .av-subnav-menu > .current-menu-item a .avia-menu-text {
      color: red;
    }

    Cheers!
    Ismael

    in reply to: Bookmarks vs Pages #425757

    Hi ccharell!

    Thank you for using Enfold.

    Use absolute urls instead of the just the anchor name. For example, replace #bookmark with http:www.myhomepage.com/#bookmark. Refer to this link for more info: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    Best regards,
    Ismael

    Hi DROR!

    Thank you for using Enfold.

    Use this to add a border on top of the share section:

    .single .av-share-box {
      border-top: 1px solid red;
      padding-top: 20px;
    }

    Use this to increase the font size:

    h5.av-share-link-description {
      font-size: 50px;
    }

    Best regards,
    Ismael

    in reply to: Where exactly to add outbrain code? #425750

    Hey DROR!

    Thank you for using Enfold.

    I’m not sure what’s the purpose of the code but if you want it to display right before the “Share Section” of the posts, maybe you can edit includes > loop-index.php. Add the code right after line 200:

    echo $content;
    

    Use this:

    echo '<div class="OUTBRAIN" data-widget-id="NA"></div>';
    

    Add this to the functions.php file:

    add_action('wp_head', 'ava_outbrain_mod', 10);
    function ava_outbrain_mod() {
    echo '<script type="text/javascript" async="async" src="http://widgets.outbrain.com/outbrain.js "></script>';
    }

    I tried to install it but it’s not working. I got an error with the widget. Please contact the plugin author for more info.

    Regards,
    Ismael

    in reply to: How to copy content from one language to another? #425748

    Hey Jorge!

    Thank you for using Enfold.

    You can save the template of a specific page by clicking the “Template” button located at the top right corner of the advance layout builder. If you want to copy specific elements on a page, switch the builder to debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Note: Take good care when copying shortcodes from the debug mode editor. One missing shortcode character can break the layout of the whole page.

    Best regards,
    Ismael

    in reply to: page transition – disable for some links #425746

    Hi Konstantin!

    Thank you for using Enfold.

    Edit the download links then add custom class attribute called no-transition. Something like this:

    <a href="downloadfile.png" class="no-transition">Download</a>
    

    Cheers!
    Ismael

    in reply to: Issue Warning: mysql_real_escape_string() #425743

    Hey Europroject!

    Thank you for using Enfold.

    The error is not coming from the theme but from a WP core file. Please try to download a fresh copy of WP then override your installation. Deactivate the plugins if possible.

    Cheers!
    Ismael

    in reply to: Installing Custom Web Fonts in Child Theme #425740

    Hey MtnStreamGroup!

    Thank you for using Enfold.

    Please post the required scripts in order to install the font. We would like to check it. You can add it directly in the header.php file if you want or use the wp_head hook. https://codex.wordpress.org/Plugin_API/Action_Reference/wp_head

    Cheers!
    Ismael

    in reply to: font size menu problem #425738

    Hey manoloyoda!

    Thank you for using Enfold.

    Use this in the Quick CSS field to modify the mega menu title:

    #header .mega_menu_title {
      margin-bottom: 5px;
      font-size: 11px;
      line-height: 14px;
      font-weight: 600;
      display: block;
    }

    Cheers!
    Ismael

    in reply to: Menu not changing #425737

    Hi!

    Thank you for using Enfold.

    You need to set the Theme Location of the main menu as Enfold Main Menu.

    Regards,
    Ismael

    in reply to: Contact form submission #425736

    Hi tremblayly!

    Thank you for using Enfold.

    I think you forgot the website url. Have you tried using the Contact Form 7?

    Cheers!
    Ismael

    in reply to: Mobile Menu Doesn't Work After Update 3.1 #425730

    Hi!

    You have a lot of plugins installed at the moment including cloudflare which tend to break something in the theme whenever activated. Please try to deactivate all plugins then test the site again. If the mobile menu is working, activate the plugin one at a time to find the culprit. If you don’t have the time to do this, let us know. We’ll do it for you.

    Regards,
    Ismael

    in reply to: Adding javascript and stylesheets #425727

    Hey!

    I tried to access the site but the login credentials above are not working. Where did you find this calendar widget code? Please contact the plugin author to help you with the layout corrections.

    Best regards,
    Ismael

    in reply to: Portfolio permalinks and WPML not working #425726

    Hi!


    @Georg
    : Did you follow the instructions on how to properly translate the portfolio slug? http://kriesi.at/documentation/enfold/translating-the-portfolio-slug-with-wpml/

    Best regards,
    Ismael

    in reply to: Mobile Menu doesn't scroll well on ipad and iphone #425725

    Hey!

    I’m sorry for the delay. You don’t have the latest version of the theme right now. Please update the theme to version 3.1.3. If possible, after the update, please deactivate all plugins then test the site again on mobile. Remove browser cache before reloading the page. I hope the update fixed the issue.

    Regards,
    Ismael

    in reply to: mobile navigation #425724

    Hey!

    Thank you for the info. Can you please add the wp login details as well? If possible, please deactivate all plugins then test the site again on mobile. Remove browser cache before loading the page. We need to make sure that a third party plugin is not causing the issue.

    Best regards,
    Ismael

    Hey!

    Thank you for using Enfold.

    I checked the links provided above but they all lead to a 404 page. Please check. Make sure that you’re running Enfold 3.1.3 on WordPress 4.1.1.

    Regards,
    Ismael

    in reply to: Blog page not showing full content of recent posts #425721

    Hey!

    I meant that you need to add excerpts on the posts, not on the blog overview page. The blog posts are displaying here: http://www.thecynergisticlife.com/daily_lessons/

    The posts don’t display any excerpt or summary because you use the advance layout builder to build the post. Add an excerpt in this post: http://www.thecynergisticlife.com/welcome-cynergistic/

    Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.

    If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!

    Regards,
    Ismael

    in reply to: 3.1 and current Yoast SEO causes Internal Server Error #425719

    Hi!

    I checked the .htaccess file via FTP and it’s still using the bullet proof modified code. I want to edit it but I’m getting an error (Critical file transfer error) everytime I update the file because of the current file permission settings. Please delete all of it or delete the .htaccess file entirely. Regenerate it by re-saving the permalink settings.

    Regards,
    Ismael

    Hey!

    I edited that page yesterday, clicked the preview button without updating the page and the preview displayed fine. I tried it again but now it’s not working so the issue seems random and unique on your installation. On our wp installation, the preview is working without fail. Please try to deactivate the theme then activate one of the default themes, see if the issue remains.

    Best regards,
    Ismael

    in reply to: Enable Previous and Next Arrow on blog post #425715

    Hey!

    I copied the footer.php from your child theme to my own installation and it breaks the post navigation and the mobile menu. There’s a lot of custom modifications there and one of those might be causing the issue. The file is completely different from the original file. Please contact the developer who modified the file to investigate the issue. Maybe recreate the modifications using the latest footer.php file.

    Best regards,
    Ismael

    in reply to: tabs are not displayed correct #425308

    Hi!

    Disable the minify settings of the W3TC plugin. Use another minify plugin such as BWP Minify. I checked the page but I don’t see any problem with the mega menu, I just don’t see the tabs.

    Cheers!
    Ismael

    Hey!

    Maybe this will work:

    add_action( 'wp_footer', 'enfold_customization_extra_css' );
    function enfold_customization_extra_css() {
    	if ( $_GET['header'] == true ) { 
    	?>
    	<script>
    	(function($){	
    		var remove = $('#header, aside, #footer, #socket');
    		$(remove).css('display', 'none');
    		$('#main').css('padding-top', 0);
    		$('main.template-page.content.av-content-small').css({'width' : '100%', 'border' : 'none'});
    ;	})(jQuery);
    	</script>
    	<?php
    	}
    }

    Cheers!
    Ismael

    in reply to: How to reduce the width of the Logo and Main Menu Area #425283

    Hi!

    Add this to the functions.php file to switch logo:

    add_action('wp_footer', 'ava_mobile_logo');
    function ava_mobile_logo(){
    ?>
    <script>
    (function($){	
    	$(window).resize(function() {
    		if($(".responsive #top #wrap_all #header").css("position") == "relative" ){
    			$('.responsive .logo img').attr('src', 'http://omnisoon.com/wp-content/uploads/2015/04/bar-logo.png');
    		} else {
    			$('.responsive .logo img').attr('src', 'http://omnisoon.com/wp-content/uploads/2015/04/logo_large_2501.png');
    		}
    	}).resize();
    })(jQuery);
    </script>
    <?php
    }

    Regards,
    Ismael

    in reply to: Lightbox image size and related entries thumbnail size #425273

    Hey!

    The images are displaying now: http://superhub.dyndns.info/superanda.com/201504demo/?page_id=3262

    You should set the Element Title and Excerpt to Display on mouse hover because the 1/5 column container space isn’t enough to accommodate the image and the title if the sidebar is activated.

    Best regards,
    Ismael

Viewing 30 posts - 48,871 through 48,900 (of 66,084 total)