Forum Replies Created
-
AuthorPosts
-
Hey andyux,
Thank you for using Enfold.
Did you enable the Performance > File Compression settings? The changes may not be taking effect because the stylesheets are compressed. Please toggle the file compression.
Best regards,
IsmaelAugust 9, 2019 at 9:22 am in reply to: button link option display error after copy to other language [using WPML] #1126139Hi,
Thank you for the update.
Odd. It doesn’t happen on our end. We selected the “TRANSLATED WPML CHINESE” again and it didn’t revert back to the first option (aNOTHER TEST). Have you tried it on a different computer? (see private field)
Do you actually click “Save” after selecting a page?
Best regards,
IsmaelHi,
Thank you for using Enfold.
We set the “News” page to use the advance layout builder (ALB) in the Blog Layout panel, edited the “News” page and switched to ALB but it reverts back to the default editor once we update the page. Did you notice that issue? We also selected the categories manually to exclude posts created from the SV language. Unfortunately, we are not yet sure what is actually causing the issue.
Best regards,
IsmaelHi,
We would like to apologize for the delay.
Try to apply a minimum height for the slider using css.
@media only screen and (max-width: 767px) { #full_slider_1 .avia-slide-wrap { min-height: 75vw; background-repeat: no-repeat !important; background-size: cover !important; } }Or replace the current slider with the Fullscreen Slider.
Best regards,
IsmaelAugust 9, 2019 at 8:56 am in reply to: Unable to display Woocommerce Category ID's in a grid as I used to #1126130Hey Craig,
Thank you for the update
You can add the orderby parameter and set its value to “include” in order to sort the categories based on the order they are added in the ids parameter.
// https://docs.woocommerce.com/document/woocommerce-shortcodes/#product-category-attributes
[product_categories ids="1,2,3" orderby="include" hide_empty=0]Best regards,
IsmaelHi,
Thank you for using Enfold.
Do you want to display your own posts in that widget? You can use the default feed URL of the site. (see private field)
Best regards,
IsmaelHey guru1081,
Thank you for using Enfold.
You have to adjust the transitionSpeed parameter of the aviaSlider function in the js > shortcodes.js file. Look for this code around line 180:
$('.avia-slideshow:not(.av_fullscreen)', container).aviaSlider();Replace it with:
$('.avia-slideshow:not(.av_fullscreen)', container).aviaSlider({transitionSpeed: 100});Default value is 900ms.
Best regards,
IsmaelHey SarahKunterbunt,
Thank you for using Enfold.
You can modify the config-templatebuilder > avia-shortcodes > portfolio > portfolio.php, look for this code around line 802:
$output .= "<span class='text-sep ".$category->category_nicename."_sort_sep'>/</span>";Replace it with this:
$output .= "<span class='text-sep ".$category->category_nicename."_sort_sep'>|</span>";Let us know if you need further assistance.
Best regards,
IsmaelHi,
Thank you for the update.
You can hide the full screen slider on mobile view in the element’s Screen Options, then use this css code to revert the top margin of the header back to default.
@media only screen and (max-width: 767px) { #header { margin-top: 0; background-color: #ffffff !important; } }Best regards,
IsmaelHi,
Thank you for the update.
This css code should help.
socket .sub_menu_socket div { overflow: visible; } #socket .sub_menu_socket div ul, #socket .sub_menu_socket div ol { margin-bottom: 0; }You may have to remove the previous css.
#socket .sub_menu_socket li a { line-height: 16pt; }Best regards,
IsmaelHi,
We’ll close this thread now. We replied here: https://kriesi.at/support/topic/grid-row-boxes-dont-line-up/
@Guenni007 is right. The “dehaas” site is not responsive.Best regards,
IsmaelHi,
Thank you for using Enfold.
You can apply the image as the column background instead of using the Image element. Make sure to set the Background Repeat or size to “Stretch to Fit” and that the columns in the row are set to have equal height.
Best regards,
IsmaelAugust 8, 2019 at 11:14 am in reply to: Information Removal/Amendment For Post Category Types #1125887Hey antiguanice,
Thank you for using Enfold.
You can configure or toggle the post meta info in the Enfold > Blog Layout > Blog meta elements section.
Did you create a custom post type (CPT) for the course posts? What is the slug or name of the CPT? Maybe we can use css to hide the meta info container.
Best regards,
IsmaelAugust 8, 2019 at 11:04 am in reply to: Contact Form Submit Button Not Visible With Captcha #1125878Hey csrey,
Thank you for using Enfold.
You can show the button but the label will be shown as “Authenticating…” instead of “Submit”. You can install the beta version of the theme, which contains the improved version of the spam protection. You will then be able to configure more options. (see private field)
Best regards,
IsmaelHi,
Thank you for the update.
You can configure the column layout on mobile view in the elements’ Screen Options. Have you tried that?
Can we access the site without adding the host file? Please let us know once the site is ready so that we can inspect the issue.
Best regards,
IsmaelAugust 8, 2019 at 10:49 am in reply to: Removing the zoom icon in WooCommerce single product page #1125873Hi,
Thank you for the update.
Did you happen to toggle the Peformance > File Compression settings while doing that? The previous css code might not have taken effect because the stylesheets are compressed or merged.
Best regards,
IsmaelHey mgould,
Thank you for the update.
Looks like the isotope script fails to calculate the left position of the middle items. You can try this css code.
.av-masonry-col-3 .av-masonry-entry { width: 32.9%; }If the css didn’t change anything, please post the login details in the private field so that we can inspect the issue further.
Best regards,
IsmaelAugust 8, 2019 at 10:31 am in reply to: I cannot Preview Advanced Layer Slider after update wordpress #1125868Hi,
Thank you for the update.
The wp-content\themes\enfold\config-layerslider\LayerSlider\wp\notices.php file was corrupted or incomplete. We just updated the file. You can now access the dashboard.
Best regards,
IsmaelAugust 8, 2019 at 10:19 am in reply to: Strange behaviour when loading pages with masonry grid #1125860Hi,
Thank you for the update.
Have you tried using the script above? That should re-adjust the position of the items while the images are loading.
Best regards,
IsmaelHi,
Danke fur das Update.
Wo konnen wir das Problem sehen? Haben Sie versucht, CSS hinzufügen, um die Elemente im Widget anzupassen?
Best regards,
IsmaelAugust 8, 2019 at 10:06 am in reply to: Overwritten CSS files after enabling CSS file merging and compression #1125856Hi,
Thank you for the update.
We can access the style.css file now. Odd.
We moved the css in the Enfold > Quick CSS field and re-enabled the compression. This time it works.
Best regards,
IsmaelHi,
Thank you for the update.
You should remove your browser cache or try to check the site on another browser.
This is what we see on our end: https://imgur.com/a/w3sLolq
Best regards,
IsmaelAugust 8, 2019 at 10:00 am in reply to: How to display parent page title on postslider on homepage? #1125852Hi,
Thank you for the update.
We adjusted the code in the postslider.php file a bit.
$term_children = array(); $terms = wp_get_post_terms( $entry->ID, 'category' ); foreach ($terms as $term) { if( $term->parent == 0 ) { continue; } $term_children[] = $term->name; } $output .= "<div class='slide-entry-excerpt entry-content' $markup>".$excerpt."</div><div class='fav-cats'><span class='cal-icon avia_button_icon avia_button_icon_left aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></span> ".$term_children[0]."</div>";It should now display the first sub category.
Best regards,
IsmaelHi,
Thank you for the update.
The first four items in the footer menu are set as “current menu item” because they are anchors, which point to the same URL but different sections. Use this css code to adjust the default font weight of the current menu item.
.widget_nav_menu .current-menu-item > a, .widget_nav_menu .current_page_item > a { font-weight: normal; }Best regards,
IsmaelAugust 8, 2019 at 9:44 am in reply to: Import "Default Demo" into WordPress / Doesn't Look Like It Should #1125845Hi,
Thank you for the update.
The advance layer slider in the front page looks fine. What is missing? If you’re looking for the logo slider, you can add it manually in the advance layout builder. Just look for the Media Elements > Partner/Logo element.
Best regards,
IsmaelHi,
Thank you for the update.
This css code overrides what we suggested previously.
#top .content .flex_column .widget_nav_menu #menu-community li:first-child a, #top .content .flex_column .widget_nav_menu #menu-community li a, #top .content .flex_column .widget_nav_menu #menu-vison-and-values li, #top .content .flex_column .widget_nav_menu #menu-vison-and-values li:first-child { padding: 4px 0 5px; text-align: right; padding-right: 50px; color: #919191; }Try to add the !important rule to give the css priority.
#top #wrap_all .main_color .widget_nav_menu ul.menu .current-menu-item a { color: #005daa !important; }Best regards,
IsmaelHi,
Thank you for the update.
Where can we see a working example of the “rollovers”? The portfolio grid element doesn’t have that option by default. Maybe you’re using the Masonry element before. In the Element Captions panel, the title and excerpt can be set to display on mouse hover.
Best regards,
IsmaelHi,
Thank you for the update.
We can’t see any issue with the sidebar in the following page. Is it fixed? (see private field)
Best regards,
IsmaelHi,
You’re welcome. Please don’t hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
Ismael -
AuthorPosts
