Forum Replies Created

Viewing 30 posts - 22,021 through 22,050 (of 67,485 total)
  • Author
    Posts
  • in reply to: Alternate Content background color not changing #1126150

    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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: WPML displays posts in wrong language #1126138

    Hi,

    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,
    Ismael

    in reply to: Caption not showing #1126133

    Hi,

    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,
    Ismael

    Hey 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,
    Ismael

    in reply to: I don't know how rss feed works. #1126129

    Hi,

    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,
    Ismael

    in reply to: Shorten animation on Fullwidth Easy Slider #1125969

    Hey 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,
    Ismael

    in reply to: Replace slashes #1125968

    Hey 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,
    Ismael

    in reply to: setting menu display #1125966

    Hi,

    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,
    Ismael

    in reply to: Footer menu links cut #1125893

    Hi,

    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,
    Ismael

    in reply to: Box Grid resizes and looks horrible #1125891

    Hi,

    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,
    Ismael

    in reply to: Grid row boxes don't line up #1125890

    Hi,

    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,
    Ismael

    in reply to: Information Removal/Amendment For Post Category Types #1125887

    Hey 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,
    Ismael

    in reply to: Contact Form Submit Button Not Visible With Captcha #1125878

    Hey 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,
    Ismael

    in reply to: Table display problem on mobile #1125874

    Hi,

    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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: Masonry Gallery Grid Lines #1125870

    Hey 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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: Strange behaviour when loading pages with masonry grid #1125860

    Hi,

    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,
    Ismael

    in reply to: Header – Logo mittig und beidseitig Links #1125859

    Hi,

    Danke fur das Update.

    Wo konnen wir das Problem sehen? Haben Sie versucht, CSS hinzufügen, um die Elemente im Widget anzupassen?

    Best regards,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: 4.5.7 update broke my sidebars #1125853

    Hi,

    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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: Problems with one-page-menu #1125846

    Hi,

    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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: Subnav #1125843

    Hi,

    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,
    Ismael

    in reply to: Rollover content not displaying after update #1125840

    Hi,

    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,
    Ismael

    in reply to: 4.5.7 update broke my sidebars #1125466

    Hi,

    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,
    Ismael

    in reply to: Fullscreen slider #1125461

    Hi,

    You’re welcome. Please don’t hesitate to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: tab links scroll upward #1125460

    Hi,

    Glad it worked.

    Yes, we can see the issue. Please look for this line on the same file.

    window.scrollTo(0, container.offset().top - 70);
    

    Replace it with:

    window.scrollTo(0, 0);
    

    Best regards,
    Ismael

Viewing 30 posts - 22,021 through 22,050 (of 67,485 total)