Forum Replies Created
-
AuthorPosts
-
Hey!
Please do the changes that I suggested above then edit js > avia.js, find this code on line 7:
var aviabodyclasses = AviaBrowserDetection('html');Below, add this code:
$('.avia-gallery-big').attr('href', '');Cheers!
IsmaelHi!
@youyou78: Can you please post the link to the website?
@rbdstudio: Use this for the linkedIn icon:#top .social_bookmarks_linkedin a { color: #fff; background-color: #419cca; } #top .social_bookmarks_linkedin:hover a { color: #419cca; background-color: transparent; }Best regards,
IsmaelHey Jakob!
Please try to delete the .htaccess on the wp root folder then flush the permalink settings. Go to Settings > Permalink then click the “Save” button once to regenerate the .htaccess file again.
Best regards,
IsmaelHey!
Unfortunately, the autoplay for videos is still not available. You can read Kriesi’s response here: https://kriesi.at/support/topic/disabling-autoplay-on-fullscreen-slider/
Best regards,
IsmaelHey Board_the_Earth!
Can you please give us a link to the website? Please add this on Quick CSS or custom.css:
#header_main, #header_main_alternate, .avia-layerslider { border: none; }Cheers!
IsmaelHi!
Do you have any other plugins installed? Please deactivate those. Download the latest version of the Enfold theme again. There might a corrupted file. Update the theme via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750
Please post the link of the website here.
Cheers!
IsmaelMarch 21, 2014 at 4:03 am in reply to: Hi guys, I'm confused the Easy Slider does not want to work at all #240985Hey!
Please add this on Quick CSS or custom.css:
h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font { font-family: 'EB Garamond', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; -webkit-text-stroke: 0.5px; -webkit-font-smoothing: antialiased; -webkit-text-stroke-color: #34343b; text-shadow: 0 0 1px rgba(51,51,51,0.2); }Experiment with the values to achieve the best result.
Regards,
IsmaelMarch 21, 2014 at 3:59 am in reply to: Portolio image doesn't work in one of the lanugaes using WPML #240983Hi Kindbowebb!
Did you translate the portfolio categories? Please post the login details and set it as a private reply. We would like to check it.
Refer to this link for more info about the images: https://kriesi.at/support/topic/portfolio-no-pictures-with-wpml/
Regards,
IsmaelHey AllegoryStudios!
You’re using a very old version of the theme, 2.4.2. Please download 2.6.2 then update the theme via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750
Recreate the portfolio page after the theme update. I don’t see the portfolio items even on Windows 8 Chrome.
Regards,
IsmaelHi Kindbowebb!
Can you please post a link to the website? What is your current host for the website? You might want upgrade your hosting plans if necessary. Increase the wordpress php memory limit to at least 128M. Refer to this link: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Cheers!
IsmaelHi!
@biklops: You can disable the social icons on Enfold > Header > Extra Elements > Header Social Icons > select No social icons.The css modifications that you did on the header for the previous versions of Enfold might be rendered useless because Kriesi modified the header layout a lot. If you’re using a child theme and copied the header.php file on your child theme folder then you might want to delete it. Copy the header.php again from the parent theme folder. You can now find the header layout codes like menus, social icons, logo etc on includes > helper-main-menu.php. Please reconfigure the header settings using the new header modifier.
Regards,
IsmaelHi!
Please download the font that you want on http://fontello.com/ then upload it via Enfold > General Settings > Icon Font Manager. Edit functions.php, find this code:
'scrolltop' => array( 'font' =>'entypo-fontello', 'icon' => 'ue876'),Below, add this code:
'slideshare' => array( 'font' =>'fontello', 'icon' => 'ue802'),I used the checkmark from Font Awesome. Edit includes > admin > register-admin-options.php, find this code on line 971:
'Youtube' => 'youtube',Below, add this code:
'Slideshare' => 'slideshare',You can now select the Slideshare social icon. You can do the same with yelp icons. Regarding the icon codes, you need to remove the plus sign. U+E802 should be converted to ue802.
You can do this with other social media icons. For more info, please follow these steps:
Best regards,
IsmaelHey scottwgraves!
Please increase the wordpress php memory limit to at least 128M. Refer to this link: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
This might fix the issue.
Best regards,
IsmaelHey William!
Can you please post a link to the website? Please use this plugin to prevent emails from going into spam or junk folders: https://wordpress.org/plugins/easy-wp-smtp/
Best regards,
IsmaelHi!
Please add this on Quick CSS or custom.css to remove the lightbox description:
.pp_description { display: none !important; }Regards,
IsmaelMarch 21, 2014 at 3:24 am in reply to: Horizontal position of picture and tightenting up vertical spacing between eleme #240966Hi!
Can you please post a screenshot of what you want the header to look like? Remove all css modifications for the header then we’ll check it again.
Best regards,
IsmaelHi!
You can use this plugin: https://wordpress.org/plugins/wp-retina-2x
It will create image files that is needed for retina display. If the resolution of certain image is not high enough, the plugin will detect it and render the image accordingly. The downside is, you may need to upload the image twice.
Regards,
IsmaelHi!
On what part of the page exactly do you want the search bar to show? You can append the search bar anywhere you like. Add this on functions.php:
add_filter( 'avf_content_search', 'avia_append_search_nav', 10, 2 );If you want the search icon to show on the single post content, edit single.php. Find this code on line 40:
//show related posts based on tags if there are any get_template_part( 'includes/related-posts');Below, add this code:
echo '<nav class="main_menu content-search"><div class="avia-menu"><ul id="avia-menu" class="menu">'; echo apply_filters('avf_content_search', "", 'fallback_menu'); echo '</ul></div></nav>';Add this on Quick CSS:
.main-menu.content-search { width: 100%; display: block; position: relative; margin: 0; }You’ll the search icon at the very bottom of the posts.
Regards,
IsmaelMarch 20, 2014 at 9:54 am in reply to: Possible to change icon color on specific icon boxes? #240587Hey!
Can you please give us a link to the website? Unfortunately, if you want to achieve something like this, you need to use CSS. Make use of the css pseudo selectors. Anyway, you can vote for the feature here: https://kriesi.at/support/enfold-feature-requests/
Cheers!
IsmaelHi Dracmaservice!
Please use this on Quick CSS or custom.css:
#top .widget_nav_menu ul ul li:before { content: ""; } #top .widget_nav_menu ul ul li a { padding: 6px 0px 7px 0px; } #top .widget_nav_menu .current-menu-item > ul, #top .widget_nav_menu .current_page_item > ul { padding: 0; }Remove browser cache then reload the page a few times.
Cheers!
IsmaelMarch 20, 2014 at 9:46 am in reply to: Hi guys, I'm confused the Easy Slider does not want to work at all #240584Hi!
Please try to empty the cache of W3 Total cache plugin. You have this error on the console “Uncaught ReferenceError: jQuery is not defined “, this is usually cause by plugin conflict. Please deactivate all plugins then empty or flush the cache settings.
Best regards,
IsmaelHi Jorge!
Can you please give us a link to the website? A screenshot of the issue will help. Deactivate all plugins, see if the issue is fix.
Best regards,
IsmaelHey 2-by-4!
Please edit single-portfolio.php, find this code on line 26:
get_template_part( 'includes/loop', 'portfolio-single' );Below, add this code:
//wordpress function that loads the comments template "comments.php" comments_template( '/includes/comments.php');This will add the comment template below the single portfolio view.
Regards,
IsmaelHey!
The code for the tab font will change the color and weight exactly like the body font. The issue with the google fonts has been fixed on Enfold 2.6.1, I’m not sure why it’s not working with your website. Please post the login details here and set it as a private reply. The google font link is not rendering inside the head tag.
Cheers!
IsmaelMarch 20, 2014 at 9:24 am in reply to: Enfold + WPML + Translated categories = Post slider not working properly #240567Hi aledef!
Did you translate the actual categories on Posts > Categories? Please post the login details here then set it as a private reply. We would like to check it.
Best regards,
IsmaelMarch 20, 2014 at 9:20 am in reply to: es_ES.po If you are not happy with the results BELLOW please do another search #240565Hey!
Please post the login details here. Set it as a private reply. We would like to check the es_ES.po file.
Cheers!
IsmaelHey unikumixx!
Thank you for using the theme. I hope you’re doing great.
Can you please give us a link to the website? Do you have the latest version 2.6.2?
Regards,
IsmaelHi!
The Enfold starting from 2.6 update has a new header options. You might want to remove all css modifications that you added for the header. Configure the header settings again on Enfold > Header. You’ll see more header options like header height, logo position, menu position, extra element etc.
Best regards,
IsmaelHi NovaCreative9!
Please try to deactivate existing plugins, see if the issue is fixed. Download version 2.6.2 on your themeforest account then update the theme again. The media upload process might take some memory so please increase the wordpress php memory limit. Refer to this link: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Cheers!
Ismael -
AuthorPosts

