Forum Replies Created
-
AuthorPosts
-
Hey tylerjmorrison!
Thank you for using Enfold.
Try to add this to the Quick CSS field:
.gform_wrapper { max-width: 100% !important; }Cheers!
IsmaelHi!
Try to import the demo data manually: https://kriesi.at/support/topic/demo-content-error-2/#post-415879
Best regards,
IsmaelHi Stefano!
Thank you for using Enfold.
Did you set the page as child of any page? https://en.support.wordpress.com/pages/page-attributes/
Best regards,
IsmaelMay 29, 2015 at 6:14 pm in reply to: Fullwidth menu (shortcode) dosnt open in mobile devices #451743Hey!
Please update the theme to 3.1.5 and upgrade to WordPress 4.2.2. If the issue persists, try to deactivate all plugins
Regards,
IsmaelHey good4cat!
Thank you for using Enfold.
You can use this plugin to improve the search index: https://wordpress.org/plugins/relevanssi/
In order to integrate the plugin to the ajax search, refer to this link: http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/
Cheers!
IsmaelMay 29, 2015 at 5:47 pm in reply to: position menu with transparant header and image with hotspot in boxed lay-out #451726Hey!
Please look for this code in the Quick CSS field:
.responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header { width: 1310; max-width: 90%; }The width property unit is missing. In this case “px”. If you can’t find, try to add this code:
.responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header { width: 1310px; max-width: 90%; }Cheers!
IsmaelHi!
Alright. Please edit the .htaccess file inside the wp-content folder then follow the instruction here: http://www.kavoir.com/2009/01/htaccess-deny-from-all-restrict-directory-access.html
You can also delete it. Create a back up of the file before doing so.
Best regards,
IsmaelHey Cris!
Thank you for using Enfold.
Please refer to this link for a possible fix: http://kriesi.at/documentation/enfold/enable-cors/
Cheers!
IsmaelHi sky19er!
Thank you for using Enfold.
Please try this:
header_color .header_bg { background-color: red !important; }Regards,
IsmaelHi!
Please post the code of the .htaccess file on pastebin.com, we would like to check it. You can also delete that file then resave the permalink settings. Make sure to create a backup of the file just in case. The link to the stylesheet is still set to the cached version:
<link rel="stylesheet" id="avia-dynamic-css" href="http://vitree.com/newsite/wp-content/uploads/dynamic_avia/vitree.css?ver=5566e27cc6c68" type="text/css" media="all">What is the folder name of the parent theme?
Best regards,
IsmaelHi!
Add this in the Quick CSS field to fix the thumbnails:
.lightbox { position: relative !important; }The lightbox plugin overrides the default thumbnail style.
Regards,
IsmaelHey!
You can add this in the Quick CSS field to force the grid to resize on ipad, same as the iphone view:
@media only screen and (max-width: 989px) and (min-width: 767px) { .responsive #top .av-masonry-entry { width: 49.90%; } }Remove browser cache then reload the page.
Regards,
IsmaelHi!
Please follow the steps provided here: http://smallbusiness.chron.com/display-hebrew-wordpress-43797.html
You need to install this version of WordPress: https://he.wordpress.org/
The WordPress dashboard should be translated automatically but if you expect the theme options to be translated to hebrew, unfortunately, it’s not translatable at the moment because translations messes up with the options. If you want to translate the frontend, use this plugin: https://wordpress.org/plugins/loco-translate/
Best regards,
IsmaelMay 28, 2015 at 11:19 am in reply to: Wierd behavior in default editor with image alignment & editing toolbar #451105Hi!
It’s just a little bug in the editor styling. Nothing to worry about. Maybe, this will help:
add_action( 'admin_head', 'ava_custom_admin_style' ); function ava_custom_admin_style() { echo '<style type="text/css">.mce-arrow-left { width: 500px !important; min-width: 0 !important; }</style>'; }Best regards,
IsmaelHey!
The image element is aligned to the center by default. Did you add any css modifications? Try to edit the image element then set the Image Alignment to left.
Cheers!
IsmaelHi pkunzipula!
Thank you for using Enfold.
I’m sorry but we don’t provide support for third party plugins. If you want to modify the masonry gallery shortcode, edit the masonry_gallery.php file inside the config-templatebuilder > avia-shortcodes folder. Contact codeable for further modifications: http://kriesi.at/contact/customization
Cheers!
IsmaelHi!
It’s possible to have the same testimonial element but you need to add the shortcode directly to the template files. Use the do_shortcode function. https://codex.wordpress.org/Function_Reference/do_shortcode
The element that can get you as close as possible to the layout that you want is the grid row element. Add two grid row elements, set the cell size to 2/3, 1/3. Add the first large image in the first grid row’s 2/3 cell and I’m sure you’ll know what to do next. You can set the padding to 0. The problem with this is that grid rows are automatically set to full width so you need to add custom css customizations in the Quick CSS field. You might also need to adjust the height on different screen sizes so css media queries will come in handy.
If it doesn’t work, play around with the layer slider.
Cheers!
IsmaelHi!
Did you set the Blog Layout > Blog Style to use the advance layout builder? If not, please set it then edit the blog page. Insert the blog posts element plus the additional content that you want to add.
Best regards,
IsmaelHi!
I checked the page but I didn’t see the code anywhere. Please add it again. Make sure that the code is exactly the same as here:
.avia-mozilla .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text { margin-left: 0 !important; }Regards,
IsmaelHey!
The code above should increase the height of the “orange line” but it should remain at the bottom. Can you please test it again? If possible, please provide a screenshot after you add the code so that we can see the issue.
Cheers!
IsmaelHey!
Unfortunately, there is no element in the advance layout builder that can display the product categories, same as the default shop page. What you can do is to manually create a grid, use the column layouts, and then add the category images manually by using the image element. Set the link to your custom category pages. In your custom category pages, use the product grid element to show products from a specific category.
If you don’t want to do this manually, just follow the suggestions above but the custom category pages will be limited to the default options.
Regards,
IsmaelHi alex5252!
Thank you for using Enfold.
You can try this in the Quick CSS field:
.av-main-nav > li { line-height: 30px; width: 16.66%; } .avia-menu-text hr { margin: 10px 0 0 0; }Then adjust the menu label to something like this:
<hr style="border-top: dotted 1px;"><span class="menu-label">Home</span>Use css media queries to adjust the menu style on smaller screens.
Best regards,
IsmaelHi!
You can use this to hide the fallback tooltip:
@media only screen and (max-width: 767px) { .av-hotspot-fallback-tooltip { display: none !important; } }Regards,
IsmaelHi Vincent!
Thank you for using Enfold.
You can modify framework > php > class-framework-widgets.php, look for this code:
echo $before_widget; echo "<div class='tabcontainer border_tabs top_tab tab_initial_open tab_initial_open__1'>"; echo '<div class="tab first_tab active_tab widget_tab_popular"><span>'.__('Popular', 'avia_framework').'</span></div>'; echo "<div class='tab_content active_tab_content'>"; avia_get_post_list('cat=&orderby=comment_count&posts_per_page='.$posts); echo "</div>"; echo '<div class="tab widget_tab_recent"><span>'.__('Recent', 'avia_framework').'</span></div>'; echo "<div class='tab_content'>"; avia_get_post_list('showposts='. $posts .'&orderby=post_date&order=desc'); echo "</div>";Replace it with:
echo $before_widget; echo "<div class='tabcontainer border_tabs top_tab tab_initial_open tab_initial_open__1'>"; echo '<div class="tab first_tab active_tab widget_tab_recent"><span>'.__('Recent', 'avia_framework').'</span></div>'; echo "<div class='tab_content'>"; avia_get_post_list('showposts='. $posts .'&orderby=post_date&order=desc'); echo "</div>"; echo '<div class="tab widget_tab_popular"><span>'.__('Popular', 'avia_framework').'</span></div>'; echo "<div class='tab_content active_tab_content'>"; avia_get_post_list('cat=&orderby=comment_count&posts_per_page='.$posts); echo "</div>";Best regards,
IsmaelHey dnikitiuk!
Thank you for using Enfold.
Yes, it’s possible but you need to modify the productslider.php file. It is located in the config-templatebuilder > avia-shortcodes folder. Unfortunately, this kind of customization is not something we can provide here. Please hire a freelance developer or contact codeable: http://kriesi.at/contact/customization
Best regards,
IsmaelMay 28, 2015 at 9:48 am in reply to: Changing Out Curent Clients Child/Multisite Theme to Enfold #451028Hi Joshua!
Thank you for using Enfold.
We really can’t answer that here because it will depend on the current theme that you’re using. You should ask the theme author. Of course, the first thing that you need to do is to create a backup and a restore point just in case.
Best regards,
IsmaelHi!
Remove the 1/5 columns, place all icons inside a 1/1 column. Set them to align left. Use css to center align the buttons.
Regards,
IsmaelMay 28, 2015 at 9:43 am in reply to: Customizing breadcrumbs for custom post types (part 2!) #451022Hi raisonbrands!
Thank you for using Enfold.
Try to change the is_singular() function to is_category. https://codex.wordpress.org/Function_Reference/is_category
Make sure to use another function name for “avia_change_breadcrumb_cat”.
Regards,
IsmaelHey!
The layer slider plugin automatically resize the slide background to make it responsive. You need to set the Layers Container and Responsive Under field values in the Slider Settings. Default value is around 1140. Regarding the heading tags, the styles are being overwritten by the theme defaults. Edit the layer then go to the Styles panel. Set the font size.
Best regards,
Ismael -
AuthorPosts
