Forum Replies Created
-
AuthorPosts
-
Hey emin!
Thank you for using Enfold.
You can generate the icon shortcode on a post or page then add it beside menu item label on Appearance > Menus panel. It is also possible to use html tags on the Navigation Label field if you want to use images instead of icon shortcodes.
Regards,
IsmaelHey jrw023!
Thank you for using Enfold.
Looks like you figure this out. The title is now beneath the images.
Best regards,
IsmaelHey Joe!
Thank you for using Enfold.
I’m sorry but we don’t usually provide support for third party plugins as stated on our support policy and I don’t know any premium themes who officially support or locally configured with the plugin. I’m not sure where the line breaks are coming from but you can remove them with this on the Quick CSS file:
table.ccbpress-group-search br { display: none; }Use this to fix the dash icons:
.dashicons { float: left; margin-right: 5px; } .dashicons + p { margin-top: -5px; }Best regards,
IsmaelNovember 20, 2014 at 11:58 am in reply to: Avia Builder Stopped Working – JQuery Elements Not working. Can't edit homepage #354225November 20, 2014 at 11:56 am in reply to: how to make fullwidth easy slider look okay on mobile #354223Hey!
You should probably replace the fullwidth slider with the full screen slider when viewing on mobile device. Please refer to these links how:
https://kriesi.at/support/topic/replace-slider-on-mobile/
https://kriesi.at/support/topic/displaying-another-slider-on-mobile-devices/The example on the link is using the layer slider but you can do it with the full screens slider.
Regards,
IsmaelHey!
Please enclosed the product grid on 1/1 column layout to prevent it from going full width.
Regards,
IsmaelHi!
I’m sorry but I tried it on your functions.php and the white screen does occur. Did you remove the function on the child theme? I didn’t check. Please override the parent theme functions.php file. Sorry for the inconvenience.
Cheers!
IsmaelHey mdmllc!
Thank you for using Enfold.
Can you please provide a screenshot of the issue? I can’t see anything wrong with the page.
Regards,
IsmaelHi Kim!
Thank you for using Enfold.
If you’re using version 3.0 and higher, you can find it on Enfold > Import/Export panel.
Regards,
IsmaelHi!
Looks like you almost got it. Just modify the border radius modification, replace it with this:
.avia-content-slider .slide-image, .avia-content-slider .slide-image img { border-radius: 0px !Important; width: 100%; }Cheers!
IsmaelHey!
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Regarding the tooltip, use this on functions.php:
function avf_text_tooltip() { ?> <script> (function($){ $(window).load(function() { //creates text icon tooltip new $.AviaTooltip({'class': "avia-tooltip avia-text-tooltip", data: "avia-text-tooltip", delay:0, scope: "body"}); }); })(jQuery); </script> <?php }Then add a text like this:
<a class="avia-text-tooltip" href="#" data-avia-text-tooltip="TOOL TIP HERE">Tooltip</a>You can add the tooltip content on the data-avia-text-tooltip attribute. We’ll close this thread now.
Cheers!
IsmaelHi!
I checked the site and the background is being added to the home page only. Try to change the background to red, for example:
.page-id-47 #header { background: red; }Regards,
IsmaelHey!
I answered your inquiry here: https://kriesi.at/support/topic/table-not-fully-responsive/
Best regards,
IsmaelHey!
Check the site now. Hard refresh the page or remove browser cache. We added some css media queries for the main menu: http://www.kau-hawaii.com/wordpress/
Best regards,
IsmaelHi!
If you can provide us with the FTP access, we’ll add the .htaccess file for you. For security purposes, please contact your hosting provider. I’m sure they can handle it.
Cheers!
IsmaelHi!
You can set the default width of the masonry entry:
@media only screen and (min-width: 990px) and (max-width: 1024px) { .av-masonry-entry { width: 33.33%; } }This will actually depend on the number of items that you have. What if you have 7 items in there? This modification will only create a third row and another gap on the right side. Use css media queries to adjust the size on different screen sizes until you’re satisfied.
Regards,
IsmaelHi Renvato2!
Thank you for using Enfold.
If you don’t want to use the cropped version of the images, edit the sliders then look for Slideshow Image Size. Use the No Scaling option.
Best regards,
IsmaelNovember 20, 2014 at 10:37 am in reply to: Menu Not Saving Structure, Adding menu items messes up CSS #354174Hi!
@linus303: Have you tried increasing the max_input_vars as yigit suggested? Please refer to this link: https://wordpress.org/support/topic/menu-size-limitCheers!
IsmaelHi kyabroudi!
Thank you for using Enfold.
You can use this plugin: https://wordpress.org/plugins/widget-logic/
Refer to this link for conditional tags and functions: http://codex.wordpress.org/Conditional_Tags
Regards,
IsmaelNovember 20, 2014 at 10:30 am in reply to: Video does not play when uploaded to media library #354170Hey vsfisher!
Thank you for using Enfold.
You can’t add videos on the media library without using the VideoPress plugin. We recommend that you upload the video on youtube or vimeo then use the Video element to embed the videos. Please refer to this link for more info regarding VideoPress:
http://en.support.wordpress.com/videopress/
http://en.support.wordpress.com/editors/media-icons/Best regards,
IsmaelHey DROR!
Thank you for using Enfold.
You can use this filter on functions.php to change the blog style of archive pages:
add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2); function avia_change_archive_blog_layout($layout, $context){ if($context == 'archive') $layout = 'single-small'; return $layout; }Different blog styles are (single-small, single-big, blog-grid, multi-big).
Best regards,
IsmaelHey!
@elbnetz: I’m sorry but you’re using an old version of the theme, 2.9.1. Please download the latest version 3.0.2 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/If the issue persist after the update, please send us a screenshot.
Cheers!
IsmaelHey!
After installing the plugin, did you go to the Tools > Regen. Thumbnails panel? Click regenerate thumbnails. Please post the login details here and set it as private reply. You can try these plugins:
https://wordpress.org/plugins/recent-posts-with-excerpts/
https://wordpress.org/plugins/recent-posts-widget-extended/
https://wordpress.org/plugins/ultimate-posts-widget/Regards,
IsmaelHey!
You added the code with an extra closing curly brace. Please remove that. If possible, give us admin rights to edit the functions.php file.
add_action('init', 'avf_add_flags'); function avf_add_flags() { add_action( 'ava_inside_main_menu', 'avia_wpml_language_switch', 10); }}Replace it with:
add_action('init', 'avf_add_flags'); function avf_add_flags() { add_action( 'ava_inside_main_menu', 'avia_wpml_language_switch', 10); }Cheers!
IsmaelHey!
You can use the Text widget. Add the image using html or shortcodes generated from a temporary post / page using the shortcode wand. You can also add inline css styling to change the color of the text and title. Please refer to this link on how to use inline css styling: http://www.w3schools.com/css/css_howto.asp
Best regards,
IsmaelHi!
I’m sorry but you’re using an old version of the theme. Please download the latest version 3.0.2 from your themeforest account which includes the new header layout. Update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
After the update, go to Enfold > Demo Import panel then select from the available demos.
Best regards,
IsmaelHey!
We’re sorry that you’re having this issue. We’re trying our best to locate the problem. Please go to wp-content folder then rename the plugins folder to something else, pluginsdeactivate for example. We would like to test it after all possible plugin conflicts have been totally remove. I’ll ask the rest of the support team to check.
Best regards,
Ismael -
AuthorPosts
