Forum Replies Created
-
AuthorPosts
-
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,
IsmaelHi!
@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,
IsmaelNovember 12, 2014 at 8:13 pm in reply to: Google Maps element javascript conflict with Maps Marker Pro Plugin #350294Hey!
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,
IsmaelHi!
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,
IsmaelHi!
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,
IsmaelHey!
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!
IsmaelNovember 12, 2014 at 7:49 pm in reply to: How to change the font size, style and weight of sidebar widget's title? #350279Hi!
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,
IsmaelHi!
We need to inspect the actual page. Use imgur, dropbox, clipular etc to post a screenshot.
Regards,
IsmaelHey!
@onegirlrtw: I guess it is a server issue. If possible, please stick to your own thread. Thank you.Regards,
IsmaelNovember 12, 2014 at 7:28 pm in reply to: CSS styling not holding for header text and entry text in magazine setting #350244Hi!
It is actually fine when I checked it before as you can see on the test page. Glad it is working now. :)
Regards,
IsmaelHi!
Add this to disable the spinning wheel:
.ajax_load { display: none !important; }Best regards,
IsmaelHi 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,
IsmaelHi 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,
IsmaelHey!
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,
IsmaelHey!
@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,
IsmaelHey 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,
IsmaelHi 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,
IsmaelHi 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,
IsmaelNovember 11, 2014 at 1:40 pm in reply to: Questions about Parallax Video, the Nav Bar, and page size #349347Hey 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!
IsmaelHi 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,
IsmaelHi 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,
IsmaelHi 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,
IsmaelHi!
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,
IsmaelHey!
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,
IsmaelHey 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,
IsmaelHey!
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,
IsmaelHi!
Where did you add the captions? There is no featured image caption by default.
Best regards,
IsmaelHi 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,
IsmaelHey 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 -
AuthorPosts
