Forum Replies Created

Viewing 30 posts - 54,031 through 54,060 (of 67,499 total)
  • Author
    Posts
  • in reply to: Problem on mobile device with fullscreen slider #350298

    Hey!

    What is the actual screen resolution of the mobile device that you’re using? Please try to use a full width slider instead of the full screen slider if you’re not satisfied with how the fullscreen slider works on mobile devices. Or hire a freelance developer to configure the full screen slider to work according to your needs. For further modifications, please visit Envato Studio or Werkpress.

    Regards,
    Ismael

    in reply to: Please contribute and translate Enfold #350295

    Hi!


    @Elisejansen
    : Please stick to your own thread. This is for Enfold translation. Use the WordPress SEO by Yoast > Social > Add Open Graph meta data option to fix the fb issue.

    Regards,
    Ismael

    Hey!

    Thank you for the update.

    Please add this on functions.php to prevent the theme’s default gmaps from rendering any scripts:

    add_filter('avf_gmap_vars', 'avf_gmap_vars_remove', 10, 1);
    function avf_gmap_vars_remove($js_vars)
    {	
    	$js_vars = array();
    	return $js_vars;
    }

    The google maps element will be disabled.

    Best regards,
    Ismael

    in reply to: Redirects #350289

    Hi!

    Which plugin are you using? Please remove all of them because they tend to manipulate the .htaccess file on the go. Maybe, that’s why the code isn’t working. Have you tried the suggested code above without the plugins?

    Regards,
    Ismael

    in reply to: Post Slider images not Stretching #350286

    Hi!

    You need to use this code on Quick CSS:

    .avia-content-slider .slide-image, .avia-content-slider .slide-image img {
    width: 100%;
    }

    I added it for you. Please check: http://www.chrisvilleschools.com/

    Best regards,
    Ismael

    in reply to: Enfold heading with WPML #350283

    Hey!

    First, you have to remove the theme’s default flag configuration with this on functions.php:

    add_action('after_setup_theme','avia_remove_main_menu_flags');
    function avia_remove_main_menu_flags(){
            remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
    }

    Use this again on functions.php file to add the WPML language selector:

    add_action('avia_meta_header', 'ava_icl_language_selector');
    function ava_icl_language_selector(){
    	do_action('icl_language_selector');
    }

    Cheers!
    Ismael

    Hi!

    Use this for the portfolio and grid elements:

    .av-masonry-entry .av-masonry-entry-title {
    line-height: 1.3em;
    margin: 0;
    font-size: 15px;
    }
    
    .av-masonry-entry-content.entry-content {
    font-size: 15px;
    }
    
    .avia-content-slider .slide-entry-title {
    font-size: 14px;
    line-height: 1.4em;
    margin: 0;
    }
    
    .slide-meta {
    font-size: 15px;
    }

    Use this to remove the header border:

    #header_main_alternate, #header_main, #top #header .av-main-nav > li > a {
    font-size: 17px;
    }

    Regards,
    Ismael

    in reply to: Masonry Shop properties #350277

    Hi!

    We need to inspect the actual page. Use imgur, dropbox, clipular etc to post a screenshot.

    Regards,
    Ismael

    in reply to: Editor issue #350248

    Hey!


    @onegirlrtw
    : I guess it is a server issue. If possible, please stick to your own thread. Thank you.

    Regards,
    Ismael

    Hi!

    It is actually fine when I checked it before as you can see on the test page. Glad it is working now. :)

    Regards,
    Ismael

    in reply to: How to disable instant search? #349359

    Hi!

    Add this to disable the spinning wheel:

    .ajax_load {
    display: none !important;
    }

    Best regards,
    Ismael

    in reply to: cannot install Enfold theme #349358

    Hi diaarts!

    Thank you for using Enfold.

    Make sure that you extract the actual enfold zip file from the theme package. If you want to install via FTP, please refer to this link for more info: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/

    Regards,
    Ismael

    in reply to: Shortcode for animated numbers #349356

    Hi Andi!

    Thank you for using Enfold.

    I’m sorry but you can’t use the Animated Numbers on the layer slider because of script issues. You can try by generating the shortcode using the shortcode wand on a post or page then add it on the layer slider. The preview will not show the actual element but it might work on the front end.

    Regards,
    Ismael

    in reply to: Adding an hyperlinked image to header #349354

    Hey!

    Please use this:

    function add_paypal_button_script(){
    
    	$paypal_button = '<a class="paypal-donate-button" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=65CRVDD3LGLZN">Donate to Paypal</a>';
    	echo $paypal_button;
    
    }
    add_action('ava_main_header', 'add_paypal_button_script');

    The only mistake on the code is the single quotation.

    Best regards,
    Ismael

    in reply to: Layer Slider Enfold 3.0 Not Working #349353

    Hey!


    @jonlebkowsky
    : Please create another thread then post the login credentials there. You have a lot of plugins installed, one of them might be causing the issue. Please try to deactivate all plugins then test it again.

    Best regards,
    Ismael

    in reply to: Why isn't the mega menu showing on the homepage? #349351

    Hey connect4consulting!

    Thank you for using Enfold.

    Please try to deactivate all plugins then toggle the maximum container width on Enfold > General Layout > Dimensions panel. Adjust the width by 1px then save changes. Remove browser cache then test the home page again.

    Regards,
    Ismael

    in reply to: Fullscreen slider not responsive #349349

    Hi mclweb!

    Thank you for using Enfold.

    We set the background position of the full slider image to 0% by default because it looks much better when viewing the site on landscape mode (Mobile Device). You can adjust the background position with this:

    .avia-fullscreen-slider .avia-slideshow>ul>li {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center !important;
    }

    Regards,
    Ismael

    in reply to: Masonry Shop properties #349348

    Hi jezd!

    Thank you for using Enfold.

    We really don’t recommend the masonry as a shop page because it lacks the default feature of a standard woocommerce shop page. Do you mind if we take a look at the actual page with the masonry element? A screenshot will help.

    Regards,
    Ismael

    in reply to: Questions about Parallax Video, the Nav Bar, and page size #349347

    Hey ajsinger!

    Thank you for using Enfold.

    1.) Those are not added by default. You can remove it on Appearance > Menus panel. Remove the description of the menu items.

    2.) Please refer to this link for more info: http://kriesi.at/documentation/enfold/portfolio-item/color-sections-video-backgrounds/

    3.) I would like to check the page but a 503 error occurs. Please check. You can set the sidebar menu behavior on Enfold > General Layout > Layout > Sticky Sidebar menu.

    Cheers!
    Ismael

    in reply to: Author name appear in the blog main page #349343

    Hi navindesigns!

    Thank you for using Enfold.

    You need to modify the core theme files in order to do this. Edit config-templatebuilder > avia-shortcodes > postslider.php. Find this code:

    $output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time><div class='slide-meta-del'>/</div>";
    

    Replace it with:

    $output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time><div class='slide-meta-del'>/</div>";
    					    $author = get_the_author();
    						$output .= '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
    						$output .= '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>';
    						$output .= '<span class="vcard author"><span class="fn">';
    						$output .= $author;
    						$output .= '</span></span>';
    						$output .= '</span>';
    						$output .= '</span>';

    Please create a log of these changes in case you update the theme.

    Regards,
    Ismael

    in reply to: WooCommerce causes problems with widgets #349338

    Hi macotomasi!

    Thank you for using Enfold.

    I’m sorry but you’re using an old version of the theme, 2.8.1. Please download the latest version 3.0.2 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Ismael

    in reply to: Icons disappeared on my website #349337

    Hi sobydesign!

    Thank you for using Enfold.

    You have this custom code which removes all span tags throughout the site:

    .main_color span {
    display: none;
    }

    Please remove it.

    Best regards,
    Ismael

    in reply to: Transparency #349335

    Hi!

    Thank you for the screenshot.

    Looks like the background manager is not adding any background on the page. I’m sorry but we don’t provide support for third party plugins as stated on our support policy. You can use the Color Section to add a background image on a specific page. Place all content inside the Color Section. For your requirement, looks like you need to set the page’s Header visibility and transparency to Transparent Header.

    Best regards,
    Ismael

    in reply to: StumbleThru button #349333

    Hey!

    Looks like you might be having an issue with a third party plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author. Anyway, you can try to use the wp_head hook function to add the StumbleUpon script then place the provided tag on the template files (single.php, page.php etc).

    Best regards,
    Ismael

    in reply to: Theme update – Child vs. Parent #349330

    Hey Stefan!

    Thank you for using Enfold. Glad you’re enjoying it.

    You should only update the parent theme. Child theme will lose its purpose when you have to update it every time a new version is available. Theme options will be preserved when you update the parent theme. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Ismael

    in reply to: Linking Portfolio to a page #349328

    Hey!

    The purpose of the Overwrite Portfolio Link setting is to link the portfolio item to another page. It doesn’t mean that it will show the actual portfolio. If you want to link the portfolio thumbnails to its single post page, please edit the portfolio grid element then look for the Link Handling settings. Choose the first option (Open the entry on a new page).

    Regards,
    Ismael

    in reply to: Image attribution – captions not working? #349320

    Hi!

    Where did you add the captions? There is no featured image caption by default.

    Best regards,
    Ismael

    in reply to: Where do I download version 3? #349317

    Hi elianab!

    Thank you for using Enfold.

    Themeforest doesn’t served old version of the theme. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Ismael

    in reply to: Trouble updating to 3.0 #349313

    Hey boutiquecondos!

    Thank you for using Enfold.

    Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Ismael

    in reply to: Magazine Breadcrums #349311

    Hi Wils1234!

    Thank you for using Enfold.

    Make sure that you applied certain categories for your posts then edit the magazine element, enable the Display Tabs for each category selected above?.

    Regards,
    Ismael

Viewing 30 posts - 54,031 through 54,060 (of 67,499 total)