Forum Replies Created

Viewing 30 posts - 48,691 through 48,720 (of 66,075 total)
  • Author
    Posts
  • Hi fwbecker!

    Thank you for using Enfold.

    Can you please provide a link to the page with the issue? A screenshot will help.

    Cheers!
    Ismael

    in reply to: Speeding up delay on Mega Menu display? #429480

    Hi!

    I’m sorry but I tried to edit the mega menu transition without breaking it but it’s not working. You see, the megamenu structure is a bit more complicated than the submenu so there’s a very slight variation on their transition. I’ll ask the rest of the support team if they have any idea on how to change it. Anyway, I don’t think users will even notice the difference.

    Best regards,
    Ismael

    Hey Tameez!

    Thank you for using Enfold.

    I’m sorry but we don’t provide support for third party plugins. Please contact the plugin author for more info regarding the issue. Not many is using that plugin, at least not enfold users. There would have been a few inquiries regarding the issue by now. If you can create a test page, maybe we can help.

    Best regards,
    Ismael

    in reply to: Accordion help #429473

    Hi!

    Thank you for using Enfold.

    1.) Add this in the Quick CSS field:

    .js_active .toggler {
      min-height: 60px;
      padding: 18px 3px 18px 35px;
    }
    
    .toggle_icon {
      top: 22px;
      left: 10px;
    }

    2.) Please refer to this link: http://www.pagero.com/wp-content/uploads/legislation_bkg_web.mp4

    Regards,
    Ismael

    in reply to: Mailchimp Form styling #429466

    Hi WolfvanHaeren!

    Thank you for using Enfold.

    We need to see the actual page with the form. Please post the url here.

    Best regards,
    Ismael

    in reply to: Image title used for alternative text #429463

    Hi!

    If you have the time, please update the theme as well. Upgrade it to version 3.1.3. Version 3.0.4 is currently installed.

    Regards,
    Ismael

    in reply to: Customisation for multilingual website #429460

    Hey!

    Use the custom.css file located in themes > enfold > css folder. It will affect all languages. Or design the first language then copy the css codes on the other language when you’re done.

    Cheers!
    Ismael

    in reply to: Show author info & image in single blog post #429459

    Hi Monique!

    Thank you for using Enfold.

    You can register the email of the author on gravatar.com. If you want to show the image author on all posts, set the blog style to multi author.

    Cheers!
    Ismael

    in reply to: Título en dos líneas / Menú #429457

    Hi Belema!

    Thank you for using Enfold.

    From what I understand, you want the menu items to have two lines. Please refer to this link: https://kriesi.at/support/topic/word-wrap-in-menu-or-have-the-menu-on-two-lines/#post-283385

    Cheers!
    Ismael

    in reply to: Add extra logo's in header space #429456

    Hey!

    You will not lose any settings when you move to a child theme. Refer to this link: http://kriesi.at/documentation/enfold/using-a-child-theme/

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Regards,
    Ismael

    in reply to: Problems with Avia builder in posts #429448

    Hi schoenj!

    Thank you for using Enfold.

    When you create the post in the advance layout builder, the sidebar is set as if it is a page because of the template-builder.php file. Note that you need to add all the contents manually when you use the advance layout builder for posts including the featured image, share buttons etc. If you want to use the same sidebar, edit template-builder.php file. Look for this code:

    $avia_config['currently_viewing'] = 'page';
    

    Replace it with:

    $avia_config['currently_viewing'] = is_single() ? 'blog' : 'page';
    

    Regards,
    Ismael

    in reply to: Customise Excerpt for Blog #429445

    Hey!

    Alright. I would like to edit these posts but the editor is broken. Why is that?

    blog/general/adwords-summit-2014/
    blog/general/keep-copyright-up-to-date/

    EDIT: I was able to edit the posts directly in the posts panel. I noticed that you add the image directly in the editor and then you apply a featured image. Which one of these images would you like to remove? The featured image is above the title and the image in the editor is the one below the title. If you like to remove the image above the title, use this in the Quick CSS field:

    .single .big-preview.single-big a img {
      display: none;
    }

    Regards,
    Ismael

    in reply to: any chat plug in recommdations #429440

    Hey mocablue!

    Thank you for using Enfold.

    I haven’t tested any chat plugins personally but maybe this is a good one: https://wordpress.org/plugins/flyzoo/

    I’ll ask the rest of the support team if they have any suggestions.

    Best regards,
    Ismael

    in reply to: Easy slider full width text and text background #429439

    Hey Lisbeth!

    Thank you for using Enfold.

    You can try this:

    .avia-caption .avia-caption-content p {
      background: transparent;
    }
    
    .avia-caption.av-slideshow-caption {
      background: #f39200;
    }

    Regards,
    Ismael

    Hey stephenlevin!

    Thank you for using Enfold.

    Looks like you don’t have the latest version of the theme. Please update it to version 3.1.3. Let us know if it fix the issue. You can also add a hidden container on top of the tab content. Something like this:

    <div id="tab-anchor-2"></div>
    

    Create an anchor link for it:

    <a href="http://weblinedesigns.com/web-design-development#tab-achor-2"></div>
    

    Best regards,
    Ismael

    in reply to: Social Buttons nach Update verschoben #429434

    Hi!

    Please deactivate the cache plugin or purge the cache then check this post again: http://business.diefleischerei.at/2015/03/26/thailand-business-portrait/

    We modified the code on functions.php:

    add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1);
    function avia_add_social_toolbar_template_builder($content = "")
    {
        if(is_singular('post')){
    	$content .= '<div id="custom_share_box" class="avia-section main_color container_wrap"><div class="container">';
    	$content .= avia_social_share_links(array(), '', '', false);
    	$content .= '</div></div>';
        }
    	return $content;
    }

    Best regards,
    Ismael

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

    Hi!

    The yoast plugins works on our installation so it’s either a third party plugin or a server configuration issue on your installation. Have you tried to install it with all other plugins deactivated? If it’s OK with you, we would like to deactivate all plugins then test it. Or test it yourself, if you still get the internal server error, contact your hosting provider. I’m sure they can give us more info regarding the issue.

    EDIT: I checked the memory limit and it is only set to 40M. Please increase it to at least 128M: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Best regards,
    Ismael

    in reply to: Custom headers on product categories pages #429413

    Hey!

    You can try this:

    add_action('ava_after_main_container', 'add_banner_before_breadcrumb'); 
    function add_banner_before_breadcrumb() {
    	if ( is_product() )
    	{
    		echo '<div id="av_product_description" class="avia-section main_color avia-section-default avia-no-shadow avia-full-stretch av-parallax-section avia-bg-style-parallax av-minimum-height av-minimum-height-75 container_wrap fullsize" style="color:#ffffff;" data-section-bg-repeat="stretch">
    			  <div class="av-parallax avia-full-stretch"></div>
    		</div>';
    	}
    }
    
    add_action('wp_footer', 'ava_custom_script_parallax');
    function ava_custom_script_parallax(){
    ?>
    <script>
    (function($){
      	$('#av_product_description .av-parallax').css('background-image', 'url(' + 'http://sst.seite-freigeben.de/wp-content/uploads/stripe_Poducts11.jpg' + ')');
    	$('#av_product_description').css('height', '500px');
    })(jQuery);
    </script>
    <?php
    }

    Set the height of the #av_product_description manually.

    Regards,
    Ismael

    in reply to: Replace bullets with icon font #429401

    Hey!

    You can use something like this in a code or text block:

    <ul class="icon-bullets">
    	<li>This is a sentence.</li>
    	<li>This is a sentence.</li>
    	<li>This is a sentence.</li>
    </ul>

    Add this in the Quick CSS field to change the bullets:

    ul.icon-bullets li {
    list-style: none;	
    }
    
    ul.icon-bullets li {
    padding-left: 8px; 	
    }
    
    ul.icon-bullets li:before {
    content: '\2713';
    font-family: 'entypo-fontello';
    font-size: 23px;
    font-weight: normal;
    position: absolute;
    left: 6px;
    }

    The content: ‘\2713’; is the character code for the check mark font icon. Refer to this link for more icons: http://web.archive.org/web/20140912210715/http://entypo.com/characters/

    Cheers!
    Ismael

    in reply to: Advanced Layerslider shortcode #429389

    Hey!

    Thank you for using Enfold.

    The layer slider shortcode is disabled. You need to install the layer slider as a stand alone plugin if you want to use the layer slider shortcode again. Add this to the functions.php file to deactivate the default layer slider:

    add_theme_support('deactivate_layerslider');
    

    Regards,
    Ismael

    in reply to: Caption as overlay on image and slider #429388

    Hey!

    If you can provide a screenshot of how you want the caption to look like, it will help. Use imgur or dropbox. :)

    Regards,
    Ismael

    in reply to: Full Screen Slider Reduce Height Javascript #429384

    Hi!

    Please try to create a test page with the Fullwidth Easy Slider. Set the Slideshow Image and Video Size to 1500x630px then add a video slide. Set the Video Size to the second option. Let us know if you don’t like the result.

    We really don’t encourage the modification of the theme’s core files because it will be remove or break when you update to the latest version.

    Regards,
    Ismael

    in reply to: Deutsche Sprache aktivieren #429382

    Hey!

    Please create a new thread regarding the issue. Post the link to the website there. We’ll close this thread for now.

    Cheers!
    Ismael

    Hi!

    I want to check the posts but they are not working:

    http://dominiquehurley.com/2015/04/09/new-painting-ive-got-your-back/
    http://dominiquehurley.com/2015/03/18/the-finished-painting-side-by-side/

    Are you sure they exists? Please try to flush the Settings > Permalink structure.

    Best regards,
    Ismael

    in reply to: Page Preloader Issue #429376

    Hey!

    The weird thing is, the browser back button is not enabled after 3 or 4 clicks on different pages. After the 4th or 5th try, the back button turned on and I was able to go back to the page without the preloader freezing. A user reported this issue once but I think he fixed the issue because he didn’t respond anymore. Please try to deactivate all plugins then test it again on another browser.

    Cheers!
    Ismael

    Hey!

    There is a delay but the images load eventually. I think it’s because the images on the page are quite heavy. You need to optimize them. These are the list of things you can do to improve page load:

    1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg.
    2. Once all images are on the website optimize with EWWW Optimizer plugin twice 1hr 10mins apart.
    3. Install WP-Smushit, run once to remove jpeg extra data, then uninstall.
    4. Use BWP minify plugin to minify scripts and stylesheets.
    5. Install W3 Total Cache plugin, select all recommended settings.
    6. Logout your website, visit every page at least once to create super cache files.
    7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. once done log out.
    8. Have a cup of coffee.
    9. Visit your site after 20 minutes or so.
    10. Don’t forget to smile.

    Cheers!
    Ismael

    in reply to: Button Issue on Mobile Devices #429367

    Hey!

    Hmm.. I checked this again today and the buttons are working. Let me ask the team to check it on different devices. If possible, please create a test page with the issue. We will check that page instead.

    Cheers!
    Ismael

    in reply to: Page moves to the right #429366

    Hi!


    @mikehenze
    : I think it will fix the issue but there will be a scrollbar on preload. Is that OK with you? IMO, that’s enough because I don’t really think users will mind the slight shift, or even the scrollbar on preload.

    Best regards,
    Ismael

    in reply to: Mobile Responsive issues on iPad Air 2 #428900

    Hey!

    You can decrease the menu padding and font size on smaller screens:

    @media only screen and (max-width: 1200px) {
    #top .av-subnav-menu > li > a {
      padding: 0px 5px 0px 6px;
      font-size: 11px;
    }}

    Best regards,
    Ismael

    Hi!

    I’m sorry but I don’t think this is possible because right after you enter the tab title values and save, the strings are updated or replace via javascript. It breaks the shortcode right then and there. I’ll ask the rest of the support team if they have any workaround idea.

    Best regards,
    Ismael

Viewing 30 posts - 48,691 through 48,720 (of 66,075 total)