Forum Replies Created

Viewing 30 posts - 50,161 through 50,190 (of 67,534 total)
  • Author
    Posts
  • 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

    in reply to: Customising Enfold #428874

    Hey!

    Try this to adjust the tooltip position.

    .avia-tooltip.avia-tt {
      margin-top: 170px;
    }
    
    .avia-tooltip .avia-arrow-wrap {
      top: -20px;
    }
    
    .avia-arrow {
      top: 15px;
      margin-left: -5px;
    }

    Note that this is going to be applied to all elements with the tooltip caption.

    Best regards,
    Ismael

    in reply to: Customise Excerpt for Blog #428856

    Hey!

    I tried to login but it’s not working. Tried more than 3 times: EDITED

    Best regards,
    Ismael

    in reply to: Blog Link Getting Cut off #428854

    Hey!

    Is this happening on all kinds of url? I checked the latest post and it properly links to this page: http://ww2.kqed.org/mindshift/2014/04/09/more-progressive-ways-to-measure-deeper-level-of-learning/

    Cheers!
    Ismael

    in reply to: Menu active section indicator #428846

    Hey!

    Thank you for the info. Please edit js > avia.js, look for this code around line 712:

    var tempPadding  		= parseInt($main.data('scroll-offset'),10) || 0,
    							non_shrinking		= parseInt($meta.outerHeight(),10) || 0,
    							non_shrinking2		= parseInt($alt.outerHeight(),10) || 0;
    
    						if(tempPadding > 0 && shrink) 
    						{
    							tempPadding = (tempPadding / 2 ) + non_shrinking + non_shrinking2;
    						}
    						else
    						{
    							tempPadding = tempPadding + non_shrinking + non_shrinking2;
    						}

    Replace it with:

    var tempPadding  		= parseInt($main.data('scroll-offset'),10) || 0,
    							non_shrinking		= parseInt($meta.outerHeight(),10) || 0,
    							non_shrinking2		= parseInt($alt.outerHeight(),10) || 0,
    							sticky_subh         = parseInt(sticky_sub.outerHeight(),10) || 0;
    						if(tempPadding > 0 && shrink) 
    						{
    							tempPadding = (tempPadding / 2 ) + non_shrinking + non_shrinking2;
    						}
    						else if(sticky_sub.length >= 1) 
    						{
    							tempPadding = tempPadding + non_shrinking + non_shrinking2 - sticky_subh;
    						} 
    						else 
    						{
    							tempPadding = tempPadding + non_shrinking + non_shrinking2;
    						}
    

    Cheers!
    Ismael

    in reply to: WPML and custom css #428703

    Hi!

    Please remove it then use this filter to add new google fonts: http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/

    Edit functions.php, look for this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this:

    add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Pathway Gothic One'] = 'Pathway Gothic One';
    $fonts['Roboto Condensed'] = 'Roboto Condensed:400,700';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Pathway Gothic One'] = 'Pathway Gothic One';
    $fonts['Roboto Condensed'] = 'Roboto Condensed:400,700';
    return $fonts;
    }

    You can now select the fonts on Enfold > General Styling > Fonts panel.

    Regards,
    Ismael

    in reply to: Page moves to the right #428698

    Hey!


    @mattmannadesign
    : Alright. Please post the login details here. We would like to check it. In my installation, the menu or the whole content doesn’t move at all. Maybe, it’s because I’m working on a local server.

    Best regards,
    Ismael

    in reply to: New theme without malware this time please #428688

    Hi!


    @markcronin
    : If I may ask, how did you know that you are really blacklisted by google? There are thousands of enfold users and the file that is being pointed out as the cause of the issue is jquery.js, as stated by the op above, is use by WordPress itself.

    Best regards,
    Ismael

    in reply to: Responsive issue- button #428682

    Hey!

    I checked the page and the buttons are not inline. Did you fix this?

    EDIT: Looks like it is only inline on larger screens. There’s just not enough space to accomodate both buttons on the 1/3 column on smaller screens. Try to center align them.

    Regards,
    Ismael

    in reply to: Portfolio grid default category #428680

    Hi!

    Add this to the functions.php file:

    add_action('wp_footer', 'ava_auto_click');
    function ava_auto_click(){
    ?>
    <script>
    (function($){	
    	$(window).load(function() {
    		$('.categoryname_sort_button').trigger('click');
    	});	
    })(jQuery);
    </script>
    <?php
    }

    Change the “categoryname” to the name of the category that you want to display initially on page load. Remove browser cache before testing the page.

    Cheers!
    Ismael

    in reply to: Responsive issue- 4 button #428678

    Hi Lev!

    Thank you for using Enfold.

    We need to see the actual page with the issue. Please post the url here. I’m not sure what you meant by this:

    I Add the line that open a shortcode/template builder element to the functions.php

    Best regards,
    Ismael

    in reply to: Latest Portfolio Items – random & without dates #428676

    Hey!

    Use this in functions.php file to completely remove the date:

    add_action('wp_footer', 'ava_custom_script_mod', 10);
    function ava_custom_script_mod(){
    ?>
    <script>
    (function($){
    	$('.news-headline').each(function() {
    		$(this).find('.news-time').remove();
    	});
    })(jQuery);
    </script>
    <?php
    }

    Cheers!
    Ismael

Viewing 30 posts - 50,161 through 50,190 (of 67,534 total)