Forum Replies Created
-
AuthorPosts
-
Hi!
Thank you for using the support forum!
I’m sorry if we didn’t ask the enfold version. The code above will only work for enfold 2.6.2 which is way off the current version that you have, 2.4.5. We suggest that you update theme if there is a new release. Please download the latest version from your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
The update should take care of the issue. If not, please follow Dude’s advice above. Sadly, the update might cause some of the content to not function properly. You might need to recreate some of them from scratch.
Thank you for your understanding.
Regards,
IsmaelHey!
Thank you for the info and your patience.
Unfortunately, we’re still not sure about the issue so if you don’t mind posting the login details here we we would like to check your installation on our end. Please set it as a private reply.
Cheers!
IsmaelMarch 30, 2014 at 8:36 am in reply to: Advanced layout editor to build your own blog layout? #244981Hi!
Thank you for the feedback. I was just wondering if you could or any other users here having the same issue to set up a fresh installation of wordpress with the enfold theme. I’ll check the theme options from your server. I really don’t like to mess up with your current website so the trouble shooting on my part is quite limited.
Thank you for understanding. :)
Regards,
IsmaelHi blauwoog!
Thank you for using the support forum!
Unfortunately, I can’t see the issue no my end when I try to resize the browser which tells me that this is a specific mobile device issue. If you don’t mind, please post a screenshot of the submenu. Add this on Quick CSS or custom.css:
.header_color .main_menu .menu ul li a { background: #aebe36 !important; color: #5C601F; } .header_color .main_menu .menu ul li a:hover { background: #53b7c6 !important; }I’m not certain if this is going to fix the transparency issue but please give it a try. Don’t forget to remove browser cache then reload the page a few times.
Regards,
IsmaelMarch 30, 2014 at 8:26 am in reply to: Language flags from WPML at the top header right disappeared after update #244979Hi!
Thank you for using the support forum!
Make sure that you added the code for each language on the wp dashboard. You can add it on Enfold (CURRENT LANGUAGE) > Styling > Quick CSS:
#avia-menu > li.language_it, .avia_current_lang { display: none !important; opacity: 0 !important; }You can also add it on css > custom.css file via FTP to avoid the hassle about Quick CSS.
Cheers!
IsmaelHi!
Thank you for the info about the issue.
As of now, I’m not entirely certain of the cause of the problem but I can see that there are javascript errors (Uncaught TypeError: Cannot read property ‘inline’ of undefined ) which in many case is cause by another plugin. If you don’t mind please deactivate the Woocommerce Customizer or all of the plugins if possible then we’ll check the issue again.
Thank you for your understanding.
Best regards,
IsmaelHey!
Thank you for using the support forum!
I’m sorry but we’re not entirely sure what is causing this issue. If you don’t mind resetting the menu and logo position options on Enfold > Header > Header Layout that would be great. Change the settings to another option then change it back. Additionally, I noticed that your installation has a memory limit of 40M which might cause the Advance Layout Builder and the Layer Slider to hang on some circumstances. You might want to increase the wordpress php memory limit to at least 128M. The first thing you can do to remedy this is to enter the following lines in your wp-config.php file at the root of your installation:
define( 'WP_MEMORY_LIMIT', '128M' ); define( 'WP_MAX_MEMORY_LIMIT', '256M' );You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
IsmaelHi Keith!
Thank you for using the theme!
Please configure the header options to show the social icons, top menu and phone number under Header > Extra Elements. Add this on Quick CSS to remove the logo and menu container.
#header_main { display: none !important; opacity: 0 !important; visibility: hidden !important; }You might need to adjust the main container top padding on some case so add this one:
.html_header_top.html_header_topbar_active.html_header_sticky #top #main { padding-top: 29px; }I hope that helps.
Cheers!
IsmaelHey jdrakeproductions!
Thank you for using the support forum!
Unfortunately, we will need the previous code that you used to disable the pop up. If I am not mistaken, you’re talking about the title attribute. Please post the link to the actual website along with a screenshot if possible. We’ll be happy to assist you with the problem once we have a better understanding of the issue.
Cheers!
IsmaelHi stu_art!
Thank you for using the support forum!
Those are nested subpages of a certain page, you can enable the option on Enfold > Sidebar > Page Sidebar Navigation. They will appear if the page you’re currently viewing has the same parent page. I hope this helps.
Best regards,
IsmaelHey!
Thank you for all the info that you provided. It might take some time before we can finally figure out the problem. The fix might suddenly be available on the next update but we’ll notify you in case.
Regarding the login details, I tried to access the website through ftp but I don’t see any files or directory. The only file on the list is the .ftpquota file.
Cheers!
IsmaelMarch 30, 2014 at 7:52 am in reply to: logo slightly to the left and header background not showing in IE8 #244963Hi!
Thank you for using the theme!
I checked the website on mobile view by resizing the screen and all the pages that you mentioned shows up fine. I haven’t tried on an it actual device but I’ll ask Devin and Josue to check it. If you don’t mind as asking, what kind of mobile device are you testing this with?
On the other hand, the background on IE8 is rendering properly and the logo is properly centered.
The only thing that I think needs fixing is the logo on mobile view. You can add this on Quick CSS or custom.css:
@media all and (max-width: 767px) { .responsive .mobile_slide_out .logo img { margin: 0 0 0 150px; } }I hope this helps. Please wait for Devin and Josue to respond.
Regards,
IsmaelHey wacky32!
Thank you for using the support forum! We’re sorry that you’re having this issue.
Note that the latest version of Enfold is 2.6.2, please download the latest version of the theme from your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Regarding the 404 error, if the update doesn’t fix the issue, please go to Settings > Permalink. Flush the permalink settings by clicking the “Save” button once. Another thing you can do is to delete the .htaccess file from wp root directory then flush the permalink settings again. This should take care of the 404 issues. For more info about the permalink troubleshooting, refer to this link: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems
Cheers!
IsmaelHey!
Thank you for using theme!
Glad you figured it out. Some of the header modifications through css might not work properly on the latest update because a lot of header markup has been changed. You can now find most of the header element codes on includes > helper-main-menu.php.
Cheers!
IsmaelHi!
Thank you for using the theme! Glad you figure it out yourself.
Unfortunately, the wpautop function is not a theme related issue and you may choose to disable it or not depends on how you use the editor. This function is useful for a lot of purposes, but if you are switching back and forth between the visual and text editors, it may be useful to disable it on a post by post basis. In your case, we suggest that you disable it when using shortcodes or html tags.
Thank you for your understanding.
Cheers!
IsmaelMarch 30, 2014 at 7:22 am in reply to: The title in the breadcrumbs section isn't linking to the right page #244959Hey bakbek!
Thank you for using the support forum!
In order for us to clarify the issues you’re having, we would like to ask some things about how you set your theme options. Did you set the home page using the Enfold > Theme Options > Frontpage? After setting the front page, please set the blog on Where do you want to display blog? option. Reset the default options on Settings > Reading panel. I hope this helps.
Regards,
IsmaelHey!
Please let us know if you’re still experiencing the issue. You might want to contact your hosting provider to clarify the issue at hand.
Regards,
IsmaelHey!
Thank you for clarifying the issue.
Please edit the layer within the layerslider then look for the Styles panel. On the Custom style settings, add an inline style. This will make sure that you get the correct style for the current layer. In your case, you can add something like this:
color: red; font-weight: bold;Best regards,
IsmaelHey tangcslanyu!
Thank you for using the theme! You got a nice website there.
You can add this on each languages’ Enfold > Styling > Quick CSS field.
.avia_current_lang { display: none !important; }You can also add it on the custom.css.
Regards,
IsmaelHey beven!
Thank you for using the support forum.
I checked the site on Chrome Windows 8 and the smooth scroll works perfectly fine for the anchor menus. On what browser version and OS are you testing this with?
Best regards,
IsmaelHi!
Thank you for doing as suggested above. Please add this on Quick CSS or custom.css to resize the table:
@media (max-width: 767px) { .avia-data-table .avia-pricing-row td, .avia-data-table .avia-pricing-row th { text-align: center; font-size: 20px; line-height: 1.3em; max-width: 147px; word-break: break-word; } }Best regards,
IsmaelHi!
I think the plugins got a bad review because they’re quite complicated to use compareto other social plugins but gives you extensive control over the social buttons. I hope the socialize plugin suit your needs. :)
Cheers!
IsmaelHey!
Will you mind posting a screenshot of the menu after installing the child theme? In order to correctly switch your theme to a child theme, make sure that you imported the parent theme settings on Enfold > Import/Export panel. Click the button saying “Import Parent Theme Settings”.
I hope this helps. :)
Best regards,
IsmaelHey AntonNovikov!
You add something like this for the color section:
.avia-section { content: url('IMAGE URL HERE'); }This will cover the background image that you set for the color section.
Best regards,
IsmaelHey chiummog!
Please add this code below line 3 on functions.php:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Bree Serif'] = 'Bree Serif'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Bree Serif'] = 'Bree Serif'; return $fonts; }The new font Bree Serif should be visible below all the fonts on the selection.
Cheers!
IsmaelHi!
The codes’ suggested above should work but I think they’re not working on your end because you have a cache plugin. Please try to empty cache and make sure that you have added the suggested code above. Remove browser cache then reload the page a few times.
@media all and (max-width: 989px) and (min-width: 768px) { .av-main-nav > li > a { font-size: 12px !important; padding: 0 5px !important; } }Best regards,
IsmaelMarch 29, 2014 at 9:08 am in reply to: Title & Breadcrumbs vanished in second language version #244724Hey!
Thank you for using the theme!
I can see the issue for both languages. In order to assist you with this issue, we’ll first need you to provide us with some information below (don’t forget to select Set as private reply to ensure that your data is private:
Your WordPress login credentials.
Your FTP credentials in case we need to check the theme core files.Once we have all of this, we’ll be happy to take a deeper look into things.
Cheers!
Ismael -
AuthorPosts

