Forum Replies Created
-
AuthorPosts
-
Hey Guilherme!
Thank you for using Enfold.
The menu is not ordinary but not impossible. Unfortunately, that will require custom modifications that we can’t provide here. Is the site live? Please post it here. We would like to take a look. Maybe, you can start by switching the layout to boxed. Most header elements can be found inside the includes > helper-main-menu.php file. Hire a freelance developer to modify it.
Cheers!
IsmaelHey!
Please post the login details here. Did you replace the line of code or did you just copy the new code?
Best regards,
IsmaelHey endoradigital!
Thank you for using Enfold.
Edit functions.php, add this below below line 16 or 17:
add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Muli'] = 'Muli:300,400,300italic,400italic'; return $fonts; }Best regards,
IsmaelHey!
Thank you for the screenshot. The only issue there is the misplaced avia-menu-fx or line below the menu item. You can add the css above to fix it.
Cheers!
IsmaelHey bramblejam!
Thank you for using Enfold.
Please update the theme to 3.1.5. That should fix the issue.
Regards,
IsmaelHi!
Thank you for using Enfold.
Use this to disable the arrow:
.socket_color .avia-bullet { display: none; }And this to fix the border:
#socket .container { top: 1px; }Best regards,
IsmaelHey ccarberg!
Thank you for using Enfold.
What is the current version of Enfold on your installation? Please update to version 3.1.4.
Best regards,
IsmaelApril 30, 2015 at 11:54 am in reply to: Enfold theme – homepage always refreshing…can't edit #437337Hi safauset!
I’m sorry that you’re having this issue. What do you mean by “refreshing”? It reverts back? Please try to increase the wp memory limit to at least 128M: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Best regards,
IsmaelHi davidesieb!
Thank you for using Enfold.
This is fixed on the latest update of the theme. Please upgrade to 3.1.4.
Cheers!
IsmaelHey!
Adjust the gap with this on the Quick CSS field:
.av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry { right: 30px; bottom: 30px; }Best regards,
IsmaelHi edinc79!
Thank you for using Enfold.
There is no link for individual feature request. Only the Popular requests are being taken into consideration so there’s no point to check the request if they are not included in the popular category. If you want to add or edit anything on your previous post, you need to make a new request: https://kriesi.at/support/enfold-feature-requests/
Cheers!
IsmaelHey!
You can increase the max width of the post content:
#top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 800px; }Note that the content will inherit the size of the column width regardless of the max width value.
Cheers!
IsmaelHey!
Works fine on our installation. Please post the login details here. We’ll create an example.
Regards,
IsmaelHey!
I think a plugin or a custom script is causing the issue. When I checked the fifth column, a css inline styling is being applied to the widget when you decrease the browser size:
<section id="nav_menu-3" class="widget clearfix widget_nav_menu" style="position: fixed; width: 180px; bottom: 2929px;">The bottom property pushes the widget content out of nowhere. It also creates a clone:
<section id="nav_menu-3_clone" class="widget clearfix widget_nav_menu q2w3-widget-clone-sidebar-10" style="height: 155px; visibility: hidden;"></section>Please deactivate the plugin.
Regards,
IsmaelApril 30, 2015 at 11:10 am in reply to: URGENT – Theme causing WooCommerce product not to display #437315Hey tremblayly!
Thank you for using Enfold.
There’s an internal server error when I checked the page. I noticed that there are tons of plugins installed in the site, total of 45. Do you really use all those plugins? Please deactivate all plugins except for woocommerce then activate them one at a time to find the culprit. Please contact your hosting provider for more info concerning the internal server error issue.
Regards,
IsmaelHey!
Yes, you can add your own thumbnail size or use the existing thumbnail sizes. Regenerate the thumbnails afterwards. http://wordpress.org/extend/plugins/regenerate-thumbnails/
Cheers!
IsmaelApril 30, 2015 at 10:42 am in reply to: Enfold Google Maps Widget: Rand zu Widget-Titel zu klein #437298Hey aebli!
Thank you for using Enfold.
Please give us a link to the actual page. We would like to check it. Try to add a text widget above the map widget then add br tags as content or use the separator / whitespace shortcode.
Regards,
IsmaelHi joshuasr!
Thank you for using Enfold.
What is the code that you’re using? Is it from a plugin? Please contact the plugin author for additional help. Place the code on pastebin.com so that we can check it.
Regards,
IsmaelHey!
I tried the previous code (#436155) on my installation and it works. Please post the login details here. We would like to check it.
Best regards,
IsmaelHey!
What happens when you remove the empty selection? Or replace with a text that reads “Please select” or “Please select your answer below”.
Regards,
IsmaelHey Paul!
Thank you for using Enfold.
This is a common issue between SEO and drag/drop builders, the plugin can’t fetch the content of the ALB but google can still crawl the content in the frontend. This might put your mind at ease: https://kriesi.at/support/topic/new-yoast-seo-issue-on-the-new-v3-0-2-update-makes-theme-seo-unfriendly/#post-343601
Cheers!
IsmaelApril 30, 2015 at 9:15 am in reply to: How to disable caption sliding effect in fullwidth slider? #437251Hey Coco!
Thank you for using Enfold.
Add this in the Quick CSS field to disable it:
.avia-caption-title, .avia-caption-content, .avia-slideshow-button { -webkit-animation: 0s ease 0s normal none 1 running none !important; animation: 0s ease 0s normal none 1 running none !important; visibility: visible !important; }Best regards,
IsmaelHey microtool!
Thank you for using Enfold.
Please refer to this link for a possible solution: https://kriesi.at/support/topic/inline-content-in-magnific-popup/
Regards,
IsmaelHey!
I really have no idea what’s going on with the masonry element on your installation. I’ll ask the rest of the support team to check it. Please PATIENTLY wait for their response. Thank you.
If possible, please post the ftp credentials.
Regards,
IsmaelHi!
The section is outside the wrap all container that’s why it’s not working. I noticed that you use html codes inside the text elements. Please check if all tags are closed properly. Save the page layout as template then create a test page. On the test page, place all content (1/1 column for example), inside a color section even if you’re not planning to add any background to it. Maybe, that will fix the issue.
Regards,
IsmaelApril 30, 2015 at 8:38 am in reply to: Post Thumbnail Display Size 81px vs. Image Size 180px #437229Hey!
I checked the blog page but the images are still 180x180px in size. Did you try the fix provided above? Please regenerate the thumbnails after. We’ll check the other issue after you resize the images. Decreasing the image size to 81x81px should take care of the PageSpeed Insights Optimize images warning as well.
Cheers!
IsmaelHi!
There are no file permission errors when I checked the site. The site is CDN enabled. Try to purge the cdn cache.
Cheers!
IsmaelHi!
I’m sorry but that’s not possible without custom modification in the AviaSlider script. You need to hire someone to configure the script. Please contact codeable: http://kriesi.at/contact/customization
Best regards,
IsmaelHi!
The dummy widgets will only display if you didn’t use any widgets. You don’t have any widgets in the sidebars? You can create your own dummy widget in the functions.php file:
add_action('ava_add_custom_default_sidebars', 'ava_add_custom_default_sidebars_mod', 10); function ava_add_custom_default_sidebars_mod() { avia_custom_dummy_widget(1); avia_custom_dummy_widget(2); avia_custom_dummy_widget(3); avia_custom_dummy_widget(4); } function avia_custom_dummy_widget($number) { switch($number) { case 1: $title = apply_filters('widget_title', __('Interesting links','avia_framework') ); ?> <section class='widget'> <div class='widgettitle'><?php echo $title; ?></div> <span class='minitext'><?php _e('Here are some interesting links for you! Enjoy your stay :)','avia_framework');?></span> </section> <?php break; case 4: $title = apply_filters('widget_title', __('Archive','avia_framework') ); echo "<section class='widget widget_archive'>"; echo "<div class='widgettitle'>" . $title . "</div>"; echo "<ul>"; wp_get_archives('type=monthly'); echo "</ul>"; echo "<span class='seperator extralight-border'></span></section>"; break; case 3: $title = apply_filters('widget_title', __('Categories','avia_framework') ); echo "<section class='widget widget_categories'>"; echo "<div class='widgettitle'>" . $title . "</div>"; echo "<ul>"; wp_list_categories('sort_column=name&optioncount=0&hierarchical=0&title_li='); echo "</ul>"; echo "<span class='seperator extralight-border'></span></section>"; break; case 2: $title = apply_filters('widget_title', __('Pages','avia_framework') ); echo "<section class='widget widget_pages'>"; echo "<div class='widgettitle'>" . $title . "</div>"; echo "<ul>"; wp_list_pages('title_li=&depth=-1' ); echo "</ul>"; echo "<span class='seperator extralight-border'></span></section>"; break; } }Remove the default dummy widgets via css.
Best regards,
IsmaelApril 30, 2015 at 8:06 am in reply to: No way to advance to the next month: Enfold + Events Calendar Pro #437218 -
AuthorPosts
