Forum Replies Created
-
AuthorPosts
-
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!
IsmaelHi theworldawaits!
Thank you for using Enfold.
You can use this on Quick CSS:
li#menu-item-33 a { color: blue; }Regards,
IsmaelHey 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!
IsmaelNovember 24, 2014 at 5:12 am in reply to: How to disable image previews generation in child theme #356470Hi!
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,
IsmaelHey!
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,
IsmaelNovember 24, 2014 at 5:08 am in reply to: change font size for toggle/accordion title/content #356467Hey 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!
IsmaelHi 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,
IsmaelHi 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,
IsmaelNovember 24, 2014 at 5:04 am in reply to: Transferring Advanced Styling & Quick CSS After Update #356464Hey!
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,
IsmaelHi 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,
IsmaelHey!
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!
IsmaelHi!
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!
IsmaelHey!
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!
IsmaelNovember 24, 2014 at 4:51 am in reply to: Automatic Update feature in backend of Enfold theme #356457Hi!
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!
IsmaelHi!
I checked the site and diacritics are working fine. You can decrease the font size to 12px and it will still work.

Cheers!
IsmaelNovember 24, 2014 at 4:41 am in reply to: Slideshow (full-width): Right framed text moves to the left on small screens #356454Hi!
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!
IsmaelHi!
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!
IsmaelNovember 24, 2014 at 4:33 am in reply to: Wrong translate nb_NO – Thank you for your Message! #356451Hey!
We only rely on other users to translate the theme. Thank you for the heads up.
Regards,
IsmaelHi!
The logo looks fine when I checked it. Yigit’s code should work.
Regards,
IsmaelHey!
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!
IsmaelNovember 23, 2014 at 6:17 pm in reply to: How to connect files from child theme with parent theme #356289Hi!
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,
IsmaelNovember 23, 2014 at 5:15 pm in reply to: White Spaces Appearing Above Images On Parallax Scrolling #356259Hi 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,
IsmaelHi 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,
IsmaelHey!
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,
IsmaelNovember 23, 2014 at 4:43 pm in reply to: URGENT – Has WordPress 4.0.1 broken full width slider #356252Hey!
@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,
IsmaelNovember 23, 2014 at 4:39 pm in reply to: Contact Form Multi Column Not Work after update enfold #356250Hey 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,
IsmaelHey!
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,
IsmaelHey 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,
IsmaelHey 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!
IsmaelNovember 23, 2014 at 3:49 pm in reply to: WordPress Upgrade Issues – Advanced warning in future! #356239Hi!
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 -
AuthorPosts
