Forum Replies Created
-
AuthorPosts
-
April 9, 2015 at 9:18 am in reply to: Text & photo in text box are too close – any way to add space? #425770
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,
IsmaelApril 9, 2015 at 9:10 am in reply to: How to reduce the width of the Logo and Main Menu Area #425763Hi!
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,
IsmaelHi!
Did you test the code suggested above? It should prevent the flags from “jumping” when you scroll up or down.
Cheers!
IsmaelHey 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,
IsmaelHi!
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!
IsmaelHi 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,
IsmaelApril 9, 2015 at 8:45 am in reply to: How can I add a separating line at the end of each post? #425755Hi 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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelHi 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!
IsmaelHey 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!
IsmaelHey 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!
IsmaelHey 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!
IsmaelHi!
Thank you for using Enfold.
You need to set the Theme Location of the main menu as Enfold Main Menu.
Regards,
IsmaelHi tremblayly!
Thank you for using Enfold.
I think you forgot the website url. Have you tried using the Contact Form 7?
Cheers!
IsmaelHi!
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,
IsmaelHey!
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,
IsmaelHi!
@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,
IsmaelHey!
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,
IsmaelHey!
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,
IsmaelApril 9, 2015 at 7:24 am in reply to: Images don't resize well in IE9, likely related to responsive design #425723Hey!
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,
IsmaelHey!
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,
IsmaelApril 9, 2015 at 7:15 am in reply to: 3.1 and current Yoast SEO causes Internal Server Error #425719Hi!
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,
IsmaelApril 9, 2015 at 7:10 am in reply to: Preview button not showing recent changes while editing #425717Hey!
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,
IsmaelHey!
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,
IsmaelHi!
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!
IsmaelApril 8, 2015 at 2:16 pm in reply to: Open page in modal lightbox without sidebars header and footer #425292Hey!
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!
IsmaelApril 8, 2015 at 2:03 pm in reply to: How to reduce the width of the Logo and Main Menu Area #425283Hi!
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,
IsmaelApril 8, 2015 at 1:49 pm in reply to: Lightbox image size and related entries thumbnail size #425273Hey!
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 -
AuthorPosts