Forum Replies Created
-
AuthorPosts
-
Hi!
Glad it works. You can actually apply a background on the menu. Use this:
.html_header_top #top .av_menu_left .main_menu { background: yellow; }Best regards,
IsmaelHi!
Again, we would like to thank you for translating the file. Try using the html entity of the percent symbol. Please refer to this link: http://www.freeformatter.com/html-entities.html
Cheers!
IsmaelHey!
You can decrease the font size of the menu items then decrease the padding further:
@media only screen and (max-width: 1140px) { .main_menu ul:first-child > li > a { padding: 0 7px; font-size: 12px; } }Cheers!
IsmaelHi Andrea!
Thank you for using the theme!
Please edit js > avia.js, find this code on line 1198:
if(transparent) { if(st > 50) { header.removeClass('av_header_transparency'); } else { header.addClass('av_header_transparency'); } }Replace it with this:
if(transparent) { if(st > 600) { header.removeClass('av_header_transparency'); } else { header.addClass('av_header_transparency'); } }Remove browser cache then reload the page a few times.
Regards,
IsmaelHi!
The iPad device has a screen resolution of 1024x768px. Please try this:
@media only screen and (max-width: 1025px) { /* Add your Mobile Styles here */ .hidden-desktop {display:block !important;} .visible-desktop {display:none !important;} }Cheers!
IsmaelHey two_worlds!
What is the plugin that you’re using? Please try this on functions.php:
add_filter('avf_load_google_map_api', 'disable_google_map_api', 10, 1); function disable_google_map_api($load_google_map_api) { $load_google_map_api = false; return $load_google_map_api; }I’m not sure if this is going to work. I’ll ask Dude to check the thread.
Regards,
Ismael-
This reply was modified 11 years, 10 months ago by
Ismael.
Hey!
Thank you for using the theme!
Not sure why the site is not loading on my end. I’ll ask the rest of the support team to check the page. Where are you hosting the site?
Cheers!
IsmaelJuly 3, 2014 at 6:04 am in reply to: I have a problem with the correct display on category pages #286502Hey!
I’m really sorry but we can’t provide any further support for this plugin. You may need to investigate this particular issue on your own or hire someone to fix the compatibility issues of the plugin with the theme.
Thank you for your understanding.
Best regards,
IsmaelHey!
Not sure why it’s not working by default but please add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { #advanced_menu_toggle, #advanced_menu_hide { right: 10px; display: block; } }Best regards,
IsmaelJuly 3, 2014 at 5:57 am in reply to: Firefox and IE do not correctly displa sidebar dotted border #286499Hey!
The border looks fine on Firefox 30.0. This is the screenshot on my end:

Best regards,
IsmaelHey!
Please post the login details here and set it as a private reply. We would like to check it.
Best regards,
IsmaelHi!
Did you modify anything on the theme files? The permalink structure is incorrect, you set it to custom then add /gallery on the field. I corrected it but it hasn’t affected the masonry gallery as expected. The elements is still not storing the gallery images. This is the test page: http://rebornhair.com.au/wp/gallery-test/
Best regards,
IsmaelHey!
Thank you for the update.
Must be a plugin conflict. Please deactivate all plugins then test it again. Try logging out. If possible, please create another user and give it administrator access. Test this user account.
Regards,
IsmaelHey DaddyDizz!
Thank you for visiting the support forum!
1.) You can disable the featured image for each post, just tick the option below the featured image metabox. Another thing that you can do is to add this on Quick CSS or custom.css:
.single div.big-preview.multi-big, .single .blog-meta { display: none; }2.) I’m not entirely certain what you mean. Can you please elaborate?
Best regards,
IsmaelHey P. Bert!
Thank you for using the theme.
Can you explain the issue further? A link to the page and screenshot of what you’re trying to do will help.
<div class="flex_column av_one_half first"> <p>Your Message 1</p> [textarea your-message-1] </div> <div class="flex_column av_one_half"> <p>Your Message 2</p> [textarea your-message-2] </div>Regards,
IsmaelHi!
If you don’t want to recreate it on a post or page using the shortcode wand. Please switch your advance layout builder to debug mode. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }You will be able to see the actual shortcode below the builder.
Regards,
IsmaelHi!
Thank you for the update.
The text on the layer slider are showing up fine on mobile view. They are small but they’re there. You can hide them on mobile device. Edit the layers then go to Attributes panel. Add a custom classes, “hide-on-mobile” for example. Add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .hide-on-mobile { display: none !important; } }Cheers!
IsmaelHi!
We’ll keep the thread open. I hope it fix the issues. Please let us know.
Best regards,
IsmaelHi!
The page http://www.breastcenterofacadiana.com/test does not exist. We haven’t tested it yet. Please create it again duplicating the content of the page with footer issue. Please don’t add the extra div.
Best regards,
IsmaelHey robertwood04!
Thank you for using the theme.
Just copy the shortcode then go to Appearance > Widgets. Place the shortcode on a Text widget.
Regards,
IsmaelHi TheBiZWeavers!
Thank you for visiting the support forum!
I’m sorry but the website is not using the Enfold theme. Please check.
Best regards,
IsmaelHey!
@melonmelon: Thank you for the explanation. Yes, that’s correct.
@revion: Please use a child theme in order to preserve the modifications on future updates. Refer to this link for more info: http://kriesi.at/documentation/enfold/using-a-child-theme/Regards,
IsmaelHey Jason!
Thank you for using the theme.
How do you schedule a blog post? Is this from a plugin feature? If so, regretfully, we won’t be able to provide support for third party plugins as stated on our support policy. You may need to direct the question on the plugin author. Please post the website url here.
Best regards,
IsmaelHey!
Thank you for the update.
You need to create the menu first on Appearance > Menus panel then set it as Enfold Secondary Menu. After that, go to the WPML panel. Look for the “Display the language switcher in the WP Menu” option. Select the secondary menu on the list.
Best regards,
IsmaelHey mikel!
Thank you so much for using the theme!
Please edit the image elements then apply an Image Link to them. The hover effect will be automatically added on images enclosed with a link tag.
Best regards,
IsmaelHey!
Thank you for the update.
You can add this on Quick CSS or custom.css if you want to remove the menu on the header:
.avia-menu ul li.menu-item { display: none; } #top #menu-item-search { display: block; }Regarding the masonry element, yes, you need to add featured images in order to show images on the masonry overview page. No, it can’t pick up the the images that you added on the editor. If you want it to work that way, please hire a freelance developer. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Cheers!
IsmaelHi!
Thank you for using the theme!
You can change the styling of the site on Enfold > Genera Styling panel. Look for the Body Background color. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Cheers!
IsmaelHey!
Thank you for using the theme.
The theme is set to static layout. If you want to make it responsive, go to Enfold > Theme Options > Responsive Layout active? settings. Enable the responsive layout. Regarding the table, please set the Table Purpose to tabular data and the Responsive Styling to scrollable.
Regards,
Ismael -
This reply was modified 11 years, 10 months ago by
-
AuthorPosts
