Forum Replies Created
-
AuthorPosts
-
Hey Groeier!!
Thank you for the update.
We’ll report the issue to Kriesi. For the meantime please use the fix provided on the link.
Regards,
IsmaelHi!
The actual youtube video that you use doesn’t have the correct aspect ratio. It should be 16:9 or 4:3.
This is a good example of the video that you should use: http://www.youtube.com/watch?v=5guMumPFBag
Regards,
IsmaelHi!
Yigit’s code should work. You need to remove the browsers history or cache:
.header_color .main_menu .menu ul li a:hover { background-color: transparent !important; }Regards,
IsmaelHey!
I don’t think you need to attend classes for this subject. Just search google and you’ll find a lot of tips and tricks regarding optimization:
https://www.google.com.ph/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=optimizing%20wordpress%20websites
http://codex.wordpress.org/WordPress_OptimizationCheers!
IsmaelHey tocal!
Thank you for visiting the support forum.
Set the position property of the anchor section to relative. Something like this:
#home_anchor2 { margin-top: -23px; z-index: 99999 !important; position: relative; }Regards,
IsmaelHey!
Thank you for the update.
I checked the website and it loads considerably fast, I have a slow internet connection. Consider applying to MaxCDN or improve your hosting plan.
Cheers!
IsmaelHey!
@designbar1: Please use this:add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Shadows Into Light'] = 'Shadows Into Light'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Shadows Into Light'] = 'Shadows Into Light'; return $fonts; }Cheers!
IsmaelHi!
Thank you for the update.
This works on my end. Did you add any more code other than google font filter? Please get a fresh copy of functions.php then replace the old one. Find the code on line 16 then add the google filter. Maybe, you accidentally edited the file.
Best regards,
IsmaelHi alphateddy!
Thank you for using the theme.
Edit config-templatebuilder > avia-shortcodes > portfolio.php, remove everything then replace it with this code: http://pastebin.com/6CSX9DBv
Best regards,
IsmaelHi venessanolan!
Thank you for using the theme.
I clicked the General Discussions forum and I was able to see the topics there. I can’t see the actual post since I’m not logged it but the topics are listed on the forum.
Regards,
IsmaelHi danwinckler!
Thank you for using the theme.
The layer slider transition on the 5th slider is set to 2D transition example number 1 which is the Slide from right transition. I’m not sure how he added the fade effect while sliding from the right. I’ll ask the rest of the support team to check.
Regards,
IsmaelHey alphateddy!
Thank you for using the theme.
I checked the website but I don’t see the left border. A screenshot will help.
Best regards,
IsmaelHey!
Thank you for the info.
Unfortunately, the POST does not support the advance layout builder. You need to create the template on the post itself using the shortcode wand. You can actually use the advance layout builder for post but it is not advisable. Edit wp-content > themes > enfold > config-templatebuilder > avia-template-builder > config > meta.php, find this code on line 5:
array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),Replace it with:
array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page', 'post'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),If you don’t want to do this, just use the shortcode wand.
Regards,
IsmaelHey Ship-ST!
Thank you for visiting the support forum.
Please check the Appearance > Widgets panel. Try to remove the widgets on the “Displayed Everywhere” widget area. Also, disable the Page Sidebar navigation on Enfold > Sidebar Layout panel.
Best regards,
IsmaelHi!
Sorry about that, please use this instead:
span.pagination-meta { left: 50%; position: absolute; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); }Cheers!
IsmaelHey!
Actually, the transparent header demo is not using the layer slider. It is using the fullscreen slider but you can also use the layer slider if you prefer. Enable the transparent header on the Activate Header transparency option under Layout metabox when editing the page.
Best regards,
IsmaelHi Kayzel!
Thank you for using the theme.
Please disable the plugin that disables the mouse right click. We need to inspect the website. There should be a default hover style for menu items. Try to deactivate all plugins then test it again. Make sure that you’re running the latest version of the theme.
Cheers!
IsmaelHi edenclark!
Thank you for using the theme.
Did you set the home page on Enfold > Frontpage settings? Reset the settings on Settings > Reading to default.
Best regards,
IsmaelHey stu_art!
Thank you for using the theme.
Please download the latest version 2.9.1 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/
I checked the site on IE8 and 9 and the icons are there. Please refer to this link for a possible fix: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems
Best regards,
IsmaelJuly 22, 2014 at 4:36 am in reply to: Issues with the Fullscreen Slider displaying vimeo videos #294150Hey lidiamrius!
Thank you for using the theme.
Please create a test page with the same fullscreen slider options. We need to see the actual issue. Also, you don’t have the latest 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/
Regards,
IsmaelJuly 22, 2014 at 4:34 am in reply to: Child functions.php Not Overriding Parent functions.php #294146Hi!
Gunter’s code should work. Did you upload the image again or regenerate the thumbnails? Use can use the suggested plugin above to regenerate the thumbnails or use this one: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelHi!
If you want to move the google analytics code inside the head tag, remove the ga code on the theme options then add this on functions.php:
function ava_ga() { $uacode = "UA-33354906-1"; // Set the UA code here, example "UA-33354906-1" $gacode = " <script type='text/javascript'> var _gaq = _gaq || []; _gaq.push(['_setAccount', '".$uacode."']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> "; echo $gacode; } add_action('wp_head', 'ava_ga');Get your ga UA code, replace the default $uacode value. You can find it on this line:
_gaq.push(['_setAccount', 'UA-33354906-1']);Regards,
IsmaelHi daza84!
Thank you for visiting the support forum.
Try adding this on Quick CSS or custom.css to fix it:
header#header { -webkit-transform: translate(0); }Regards,
IsmaelHi!
Add this on Quick CSS or custom.css to change the background color of the html document:
html { background-color: #ffffff; }Cheers!
IsmaelHi Frank!
Thank you for using the theme.
They should be horizontally and vertically centered by default. Mind giving us the url to the actual page with the tables? We would like to check it.
Cheers!
IsmaelHi nicolasweh!
Thank you for the screenshot.
You’re using an old version of the theme, 2.4.2, which is not compatible with WP 3.9.1. 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/
Note that upgrading to 2.9.1 from 2.4.2 might break some of the elements on the theme so you might need to reconfigure the options or create them from scratch.
Cheers!
IsmaelHey!
Instead of copying the HTML code of the google map, try to use the do_shortcode function with the help of a plugin. Refer to this link: https://kriesi.at/support/topic/jquery-needed-for-animations-to-work-on-viewpoint/#post-294123
Cheers!
IsmaelHi!
Thank you for the update.
No, unfortunately you can’t see the HTML code on the advance layout builder. You can use the do_shortcode ( http://codex.wordpress.org/Function_Reference/do_shortcode ) function then use a plugin to enable php on the editor. Install this plugin: https://wordpress.org/plugins/insert-php/
Best regards,
IsmaelHey pbennion!
Thank you for using the theme.
Do you mind if we take a look at the actual website? Please post it here. Make sure that you’re running Enfold 2.9.1 with the latest version of WordPress.
Best regards,
IsmaelHey tonyiatridis!
Thank you for visiting the support forum.
Do you have the latest version of the theme? I’m sorry I can’t seem to open the website. Please refer to this link for a possible fix: https://kriesi.at/support/topic/layer-slider-problem-before-update/#post-260563
Best regards,
Ismael -
AuthorPosts
