Forum Replies Created

Viewing 30 posts - 53,611 through 53,640 (of 67,499 total)
  • Author
    Posts
  • in reply to: All buttons on site blank online. #356474

    Hey Jason!

    Thank you for using Enfold.

    The 3.0.3 break all buttons, that’s why Kriesi uploaded the 3.0.4 version to fix it. Please download the latest version then update the theme.

    Cheers!
    Ismael

    in reply to: Unique Navigation/Menu styling #356473

    Hi theworldawaits!

    Thank you for using Enfold.

    You can use this on Quick CSS:

    li#menu-item-33 a {
    color: blue;
    }

    Regards,
    Ismael

    in reply to: Cannot Edit Posts #356471

    Hey tlkingsland!

    Thank you for using Enfold.

    Are you using the WordPress App when editing the website? Are you trying to edit the site on a mobile device? I’m sorry but WordPress App is still in development and premium themes are not fully compatible with it. Please configure the theme on a desktop.

    Cheers!
    Ismael

    in reply to: How to disable image previews generation in child theme #356470

    Hi!

    Try using this on functions.php:

    function avia_change_image_size_array() {
    global $avia_config;
    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['featured_large'] 		= array('width'=>1500, 'height'=>630 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large'] 		 	= array('width'=>1500, 'height'=>1500 , 'crop' => false);	// images for fullscrren slider
    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );						// images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] 		 		= array('width'=>845, 'height'=>684 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375 );						// images for magazines
    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		            	// big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );						// images for fullsize pages and fullsize slider
    avia_backend_add_thumbnail_size($avia_config);
    }
    add_action( 'init', 'avia_change_image_size_array', 1);

    Set the width and height of the thumbnail size that you want to remove to zero (0). If it doesn’t work, please use the plugin.

    Regards,
    Ismael

    in reply to: Urgent issue #356468

    Hey!

    Try adding the font-family via Quick CSS:

    h1, h2 {
    font-family: 'Maven Pro', sans-serif !important;
    }

    Which title are you trying to change? A link to the page with the title will help.

    Regards,
    Ismael

    in reply to: change font size for toggle/accordion title/content #356467

    Hey kailibuy!

    Thank you for using Enfold.

    You can change the font styling on Enfold > Advanced Styling panel. If you want to change the body text, use this on Quick CSS:

    body, body p {
    font- size: 16px;
    }

    Cheers!
    Ismael

    in reply to: Pricing tables #356466

    Hi kalvin!

    Thank you for using Enfold.

    I’m sorry but we don’t provide support for third party plugins as stated on our support policy. Please contact the plugin author. You can use the Table element that comes with the theme. Maybe the issue is not that bad, please post the url here. We’ll try to help.

    Regards,
    Ismael

    in reply to: Menu colours not working #356465

    Hi Emir!

    Thank you for using Enfold.

    Please try to set the main menu style on Enfold > Advanced Styling. Insert the Main Menu Links. You can insert this element twice, one for initial state and the other for the hover state.

    Regards,
    Ismael

    in reply to: Transferring Advanced Styling & Quick CSS After Update #356464

    Hey!

    Thank you for using Enfold.

    If you only have css customizations, you can import the parent theme options. Please refer to this link: http://kriesi.at/documentation/enfold/using-a-child-theme/

    Best regards,
    Ismael

    in reply to: easy sliders #356463

    Hi allegrabillings!

    Thank you for using Enfold.

    Yes, it is related. Please download the latest version 3.0.4 on your themeforest account then update the theme via FTP. This should fix the sliders.

    Best regards,
    Ismael

    in reply to: Error on the Contact Page… #356461

    Hey!

    Thank you for the info. Please refer to this link for a possible fix: https://kriesi.at/support/topic/problems-php-5-5-google-map-widget/#post-325088

    Cheers!
    Ismael

    in reply to: Margin between logo area and screen upper edge #356460

    Hi!

    I checked the site and the logo looks fine. Can you please provide a screenshot of the issue? Make sure that you’re using Enfold 3.0.4 on WordPress 4.0.1.

    Cheers!
    Ismael

    in reply to: Related news shortcode – images and excerpt #356459

    Hey!

    Please install this plugin ( https://wordpress.org/plugins/simple-image-sizes/ ) then go to Settings > Media. Update the widget thumbnail size. Save changes then regenerate the thumbnails again. Make sure that you add the featured images using the Add feature media option of the theme instead of the default featured media box.

    Cheers!
    Ismael

    in reply to: Automatic Update feature in backend of Enfold theme #356457

    Hi!

    Please try to log out of the wp admin. If it still doesn’t work, update the theme via FTP. http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Ismael

    in reply to: H1 & H2 header and diacritic characters problems #356456

    Hi!

    I checked the site and diacritics are working fine. You can decrease the font size to 12px and it will still work.

    Cheers!
    Ismael

    Hi!

    You can add this on QuickCSS:

    @media only screen and (max-width: 767px) and (min-width: 320px) {
    .responsive #top .slideshow_caption .avia-caption-content {
    font-size: 13px !important;
    text-align: right;
    }
    }

    Cheers!
    Ismael

    in reply to: Enfold Product Page with WooCommerce #356452

    Hi!

    How did you add the product? Please post the login details here. Note that you can’t use woocommerce shortcodes inside the advance layout builder.

    Cheers!
    Ismael

    in reply to: Wrong translate nb_NO – Thank you for your Message! #356451

    Hey!

    We only rely on other users to translate the theme. Thank you for the heads up.

    Regards,
    Ismael

    in reply to: logo lost padding #356450

    Hi!

    The logo looks fine when I checked it. Yigit’s code should work.

    Regards,
    Ismael

    in reply to: Line spacing #356446

    Hey!

    Maybe this will work:

    .avia_textblock h6, .avia_textblock p { margin-top: -3px; }
    .home .avia_textblock h6, .home .avia_textblock p { margin-top: 0px; }
    

    When you say landing page, you mean home page? Adjust the top margin of the second css declaration.

    Cheers!
    Ismael

    in reply to: How to connect files from child theme with parent theme #356289

    Hi!

    Why do you want to keep the ru_RU.mo file on the child theme folder? Is this for the Codestyling Localization plugin? You can simply add the lang folder on the child theme then include the language file that you want to preserve it in case you update the theme.

    Regards,
    Ismael

    in reply to: White Spaces Appearing Above Images On Parallax Scrolling #356259

    Hi ipean!

    Thank you for using Enfold.

    I forwarded this issue to Kriesi. For a temporary fix, please use this on Quick CSS:

    .home div#av_section_1 .av-parallax {
    top: -50% !important;
    }
    
    .home div#av_section_2 .av-parallax {
    top: -75% !important;
    }
    
    .home div#av_section_4 .av-parallax {
    top: -85% !important;
    }

    Nice website.

    Regards,
    Ismael

    in reply to: View Cart Button #356255

    Hi bodydesignfitness!

    Thank you for using Enfold.

    Please use this on functions.php:

    add_action( 'ava_main_header', 'ava_main_header_view_cart', 10);
    
    function ava_main_header_view_cart() {
    	global $woocommerce, $avia_config;
    	$link = $woocommerce->cart->get_cart_url();
    	
    	$output = "<a class='header_cart_dropdown_link' href='".$link."'>".__('View Cart','avia_framework')."<span ".av_icon_string('cart')."></span></a>";
    	
    	echo $output;
    }

    Adjust the position of the cart button with css.

    Regards,
    Ismael

    in reply to: Update 3.0.4 – Where is my mistake #356253

    Hey!

    I checked the site and the easy sliders, google maps are working fine. Please remove browser cache then reload the page. If possible, please increase the wordpress memory limit to at least 128M. Refer to this link: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Best regards,
    Ismael

    in reply to: URGENT – Has WordPress 4.0.1 broken full width slider #356252

    Hey!


    @GOWD
    : Maybe you’re looking at a cached version of the site where it is still broken then you go back and receive the actual status of the site. Please download the latest version 3.0.4 from your themeforest account then update the theme via FTP. This should fix the slider issues brought by WordPress 4.0.1. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    @Micheal: Thanks for helping out! :)

    Regards,
    Ismael

    in reply to: Contact Form Multi Column Not Work after update enfold #356250

    Hey Hanson!

    Thank you for using Enfold.

    The markup is incorrect. Please edit the quotation marks.

    div class=”flex_column av_one_half first”>First Name (required) [text* first-name]</div>
    

    should be:

    div class="flex_column av_one_half first">First Name (required) [text* first-name]</div>
    

    Best regards,
    Ismael

    in reply to: Facing problems with slugs #356249

    Hey!

    I’m sorry but I don’t think this is possible even with the use of a plugin, if you can find any. It is also not possible to modify the post url manually. The only option is to show the post category.

    Regards,
    Ismael

    in reply to: Show shopping cart icon on the navigation menu #356242

    Hey aminzainotdini!

    Thank you for using Enfold.

    You can create a custom link to the cart page on Appearance > Menus. Add the cart icon shortcode before the menu text.

    Best regards,
    Ismael

    in reply to: Never Ending Loading Bug? #356241

    Hey Klarato!

    Thank you for using Enfold.

    I can’t access the site because they’re not loading. Please switch to a default theme then test it again. I think you need to contact your hosting provider.

    Cheers!
    Ismael

    in reply to: WordPress Upgrade Issues – Advanced warning in future! #356239

    Hi!

    Actually, there is no such thing as “developer access to latest WordPress releases” if I am not mistaken. Theme developers will see the latest versions, bug fixes, changes, addons once they are publicly released unless they are part of the WordPress core team which I doubt because they are too busy with the theme as it is. So only after the public release, theme developers will be able to see update issues and fix them. If you’re a developer, the best thing to do is to disable wp background auto update. If you’re not a developer, we will try our best to warn you about wp auto updates and probably teach you how to disable it.

    Cheers!
    Ismael

Viewing 30 posts - 53,611 through 53,640 (of 67,499 total)