Forum Replies Created
-
AuthorPosts
-
March 21, 2014 at 4:46 am in reply to: Add image or text at top of homepage between top logo and menu on right #241006
Hey!
If you don’t have the said file on includes folder then you’re using an old version of the theme. Please download 2.6.2 then edit helper-main-menu.php. Update the theme via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750
Cheers!
IsmaelHi JerryPignolet!
You’re using a very old version of the theme, 2.4.2. Please download version 2.6.2 from your themeforest account then update the theme via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750
Aside from that, you’re using a widget plugin which is not responsive. Please contact the plugin author. Anyway, the theme update should be enough.
Regards,
IsmaelMarch 21, 2014 at 4:41 am in reply to: Layer Slider width and height exaggerated after update #241002Hi JoshMetz!
The actual layer slider on the theme has been updated to 5.1.1 on the latest release of Enfold. You might want to check the slider settings and reconfigure them again. Anyway, the slider looks fine when I checked it.
Cheers!
IsmaelHey Tupolev!
Do you have the latest version of Enfold? Please download the theme again on your themeforest account then upload it via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/64927356
Cheers!
IsmaelMarch 21, 2014 at 4:35 am in reply to: After moving blog – the comments doesn't appear togehter with the post #241000Hi Kindbowebb!
What do you mean by “moving your blog”? Maybe, you can update the comments on Comments panel. Select all comments then choose “Approve”, click Apply.
Regards,
IsmaelHi!
Please try this:
.header_color .main_menu ul:first-child > li > a { color: white !important; font-size: 1.2em !important; } .header_color .main_menu .menu ul li a { color: white !important; }Remove browser cache then reload the page a few times.
Cheers!
IsmaelHi!
Kriesi upgrade the header options platform and all css modifications that you did for the header might not work as usual. Please remove those then reconfigure the header settings again. You’ll see a lot of options like header height, logo and menu position, extra elements etc.
Cheers!
IsmaelHey!
@Driekus: Thank you for the tip. :)
@Emmanuelppp: You can something like this on Quick CSS or custom.css:.av_textblock_section { margin-top: -15px; }Cheers!
IsmaelHey!
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 #240584 -
AuthorPosts

