Forum Replies Created

Viewing 30 posts - 12,691 through 12,720 (of 67,591 total)
  • Author
    Posts
  • Hi!

    Thank you for the additional info.

    Would you mind providing an S/FTP account? We will try to upload the upcoming version of the theme, which according to one of our developers, contains a fix for this specific issue.

    Cheers!
    Ismael

    in reply to: Cookie Conscent – how to disable the notification? #1331827

    Hey itguyonsite,

    Thank you for the inquiry.

    You can disable the notification or the privacy message bar in the Enfold > Privacy & Cookies > Cookie Handling panel. Set the Enable cookie consent messages settings to the first option.

    Best regards,
    Ismael

    in reply to: Bug in page #1331826

    Hey Annelies,

    Thank you for the inquiry.

    We cannot see any issues or broken layout in the page above. Did you manage to fix the issue? Please make sure that all html tags in the page are valid and that they are closed properly. Tags that are not closed could break the layout of the page.

    Best regards,
    Ismael

    in reply to: remove extraneous code from posts #1331824

    Hey sky19er,

    Thank you for the inquiry.

    Using this filter in the functions.php file might help.

    add_filter("the_content", function($content) {
    	preg_match_all('/<span style="font-weight: 400;">(.*)<\/span>/', $content, $matches);
    
    	foreach ($matches[0] as $key => $value) {
    		$content = str_replace($value, $matches[1][$key], $content);
    	}
    
    	return $content;
    }, 10, 1);
    

    Best regards,
    Ismael

    in reply to: Masonry Grid shows entries more than once #1331822

    Hi,

    It might be the same issue as discussed in the following thread, which has been fixed using the posts_orderby filter. Unfortunately, this may not work with the masonry element if the load more button is active. You may need to switch to the default pagination because the filter relies on a value stored in a session variable, which will stay the same when using the load more button.

    // https://kriesi.at/support/topic/randomise-posts-in-category-page/#post-1331323

    Best regards,
    Ismael

    in reply to: Logo cut off in mobile view #1331806

    Hey cab72,

    Thank you for the inquiry.

    Try to use this css code to adjust the size of the logo on mobile view.

    @media only screen and (max-width: 767px) {
        .responsive #top .logo {
            position: relative;
            height: 70px !important;
            width: 50%;
            top: 5px;
        }
    }
    

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings before checking the page or after adding the modification. This is how the header should look like afterwards.

    Screenshot: https://1drv.ms/u/s!AjjTfXSRbKTvvQ7BQVOMTXtf-Lg3

    Best regards,
    Ismael

    in reply to: accordion content color #1331805

    Hey aruizhuidobro,

    Thank you for the inquiry.

    Yes, the custom background color is going to be applied to both toggle title and the toggle content. To adjust the style of the toggle title directly, try to use this css code.

    #top .togglecontainer .av_toggle_section .single_toggle .toggler {
        background-color: #9cc2df;
        color: #fbf3e4;
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    in reply to: Product Grid / Product Slider Customization #1331804

    Hey Alex PS,

    Thank you for the inquiry.

    Try to use this filter in the functions.php file to modify the product description and limit it to a certain number of words.

    add_filter(" woocommerce_short_description", function($excerpt) {
        return wp_trim_words($excerpt, 10);
    }, 10, 1);
    

    Best regards,
    Ismael

    in reply to: add custom field to postslider.php #1331803

    Hi,

    Thank you for the info.

    Try to look for this code in the postslider.php file around line 924.

    if( ( $show_meta && ! empty( $excerpt ) ) || in_array( $show_meta_data, array( 'always', 'on_empty_content' ) ) )
    

    Above that line, add this code.

    $stock_availability = get_post_meta($the_id , 'stock_availability', true);
    
    				if ( ! empty ( $stock_availability ) ) {
    					$output .= "<div class='slide-meta-availability'>Availability: ". $stock_availability ."</div>";
    				}
    

    Please check the private field for the screenshot.

    Best regards,
    Ismael

    Hey Angelo,

    Thank you for the inquiry.

    You can use this css code to add another overlay to the caption text on hover.

    .av-overlay-hover-deactivate .avia-image-overlay-wrap:hover .av-image-caption-overlay-center p {
        background: rgba(0,0,0,.5);
    } 
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    in reply to: Change YouTube Icon in Header #1331801

    Hey advteksol,

    Thank you for the inquiry.

    We modified the filter in the functions.php file a bit. We just replaced entypo with entypo-fontello because that is the font set where the icon ue921 belongs.

    Best regards,
    Ismael

    Hey EL,

    Thank you for the inquiry.

    You have to adjust this css code before decreasing the space between the third and fourth menu items. This will also center align the main menu container.

    #header .main_menu {
        width: 100%;
        left: 53%;
        transform: translateX(-50%);
    }
    

    The left position or property should be set from 53% to 50%.

    Best regards,
    Ismael

    in reply to: Google Maps view options not working #1331793

    Hey Chris_85,

    Thank you for the inquiry.

    We cannot find the map anywhere in the page. Where did you place it? Please provide a screenshot using imgur or dropbox, or create a test page so that we can check the issue properly.

    Best regards,
    Ismael

    Hi,

    Thank you for the clarification.

    Specifically, go to the page you sent me and click on “New Tab”. Strangely enough, the first tab is duplicated,

    We will forward the issue to our channel and tag one of our developers to check.

    Best regards,
    Ismael

    in reply to: Fullwidth Easy Slider disappears #1331786

    Hi,

    Thanks for the update.

    Would you mind disabling the Performance > File Compression settings temporarily? The scripts are minified or compressed, so we cannot identify where the error actually occurs or in which file it originates.

    Nothing special about any of this.

    There should be a script that retrieves the value of the presbytery parameter from the URL and automatically selects the corresponding option in the select element. It is not going to happen automatically, not without a custom script. Are you using a plugin?

    The “Find a church” menu item redirects to a page containing form that filters different items, but it looks like an Angular website, not WordPress, which is probably why the hashtag is added after the site location, and the church is actually a route, not an anchor.

    Have you tried shortening the URL? (see private field)

    Best regards,
    Ismael

    in reply to: Search results Layout broken #1331785

    Hi,

    Thank you for the update.

    Can we remove the section located at the very bottom of the carnival-fun-fair-tents/ page temporarily? We would like to check if the section is actually causing the issue.

    Best regards,
    Ismael

    in reply to: Masonry isn't randomizing the entries #1331784

    Hi,

    Alright. Let us know when you found anything. We will keep the thread open.

    Best regards,
    Ismael

    in reply to: Show all categories in masonry gallery filter #1331783

    Hi!

    Is there a way to show all portfolio categories without having to click “load more”

    That is not possible, unfortunately. As we mentioned above, the sort category can only filter posts that are already visible in the page. It cannot load or retrieve posts that are not yet loaded. You may need to look for a plugin with the same filter option that can dynamically load or retrieve posts from the database.

    Regards,
    Ismael

    in reply to: Split Menu off on ipad 11 #1331782

    Hi,

    No problem! Glad it is working.

    Did you add this css to set the color of the header on mobile or tablet view?

    .html_mobile_menu_tablet #top #wrap_all .av_header_transparency {
        background-color: #002138;
        color: #ffffff;
        border-color: #001636;
    }
    

    The background color (#002138) is a bit different compare to the default one, which is #001636.

    Best regards,
    Ismael

    in reply to: round corners on video #1331781

    Hey julhobart,

    Thank you for the inquiry.

    You have to set the overflow property of the video container to hidden. Try to use this css code.

    .avia-video.avia-video-custom.round_corners {
        border-radius: 20px;
        overflow: hidden;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    in reply to: Issue with fullwidth easy slider displaying incorrectly #1331780

    Hey antilimited,

    (EDIT: solved! I found the same issue was documented in a post from October… the culprit is lazy loading in Smush. I’ve switched this off and am pleased to report the issue is no longer happening.

    Glad to know that you have found the issue. Please feel free to open another thread if you need anything else. We will close this one for now.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Flip icons #1331779

    Hey MarcassinFou,

    Thank you for the inquiry.

    How would you like the phone number to display once it is visible? There seems to be not enough space beside the other two icons.

    In the button row, you can set the Button Label of the phone number to only display on hover. Edit the icon, go to the Styling > Appearance panel, then set the Button Label display to “Display on hover”. You can then set the actual phone number as the Button Label in the Content > Button panel.

    Best regards,
    Ismael

    in reply to: add custom field to postslider.php #1331710

    Hey S-edwards,

    Thank you for the inquiry.

    Where did you add the code in the postslider.php file? You may need to replace the get_the_ID() function with the $the_id variable as shown below.

    $stock_availability = get_post_meta( $the_id , ‘stock_availability’, true);
    

    Best regards,
    Ismael

    in reply to: Show all categories in masonry gallery filter #1331709

    Hey emilconsor,

    Thank you for the inquiry.

    It is possible but clicking on the “empty” sort items will do nothing. It will not automatically load items that are not visible in the current page or items that are not yet loaded. If you want to continue or if you want to display the empty items, try to add this filter in the functions.php file.

    add_filter("avf_masonry_term_args", function($args) {
       $args["hide_empty"] = false;
       return $args;
    }, 10, 1);
    

    Best regards,
    Ismael

    in reply to: Blog Layout #1331706

    Hi,

    Great! Glad to know that it is fixed. Please do not hesitate to open another thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    Hi,

    No problem! You can also modify the includes > helper-main-menu.php file directly if you need to place the logo somewhere else, or create a copy of the file in your child theme to override it. Please feel free to open a different thread if you need anything else. We will close this one for now.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Split Menu off on ipad 11 #1331703

    Hey Corina,

    Thank you for the inquiry.

    This css distorts and disaligns the logo on screens narrower than 1284px.

    .responsive .logo img, #top .logo {
        max-width: 35% !important;
        width: 35%!important;
    }
    

    And this one removes the space between the menu items.

    .av-main-nav > li > a {
        font-weight: normal !important;
        font-size: 20px;
        text-transform: uppercase;
        padding: 0px!important;
    }
    

    We added a screenshot of the header in the private field after disabling the css rules above.

    Best regards,
    Ismael

    in reply to: Facebook likebox #1331699

    Hey sitadi,

    Thank you for the inquiry.

    We noticed that the site contains an older version (4.7.6.4) of the theme. Updating to the latest version (4.8.7.1) should help fix the issue with the facebook likebox. If the issue persists after the update, please toggle or temporarily disable the Enfold > Performance > File Compression settings, then update us here.

    Best regards,
    Ismael

    in reply to: popup_elements #1331669

    Hey Erdrol,

    Thank you for the inquiry.

    You may have to modify the select or the linkpicker function in the AviaHtmlHelper class. The code is located in the enfold/config-templatebuilder/avia-template-builder/php/class-html-helper.php file. Unfortunately, you will not be able to modify or override this class in your child theme.

    Or just make sure to use the correct selector to re-initialize the default select element as an s2select element. This is the markup of a linkpicker.

    
    <div class="avia_clearfix avia-form-element-container  avia-attach-templating avia-element-linkpicker" id="aviaTBlink-form-container">
    <div class="avia-name-description ">
            <strong>Button Link?</strong>
    <div>Where should your button link to?</div>
    </div>
    <div class="avia-form-element">
            <select class="" id="aviaTBlink" name="aviaTBlink" data-initial="">
    <option value="manually">Set Manually</option>
                <optgroup label="Single Entry">
    <option value="21">A Single Post</option>
    <option value="21">Another Single Post</option>
                </optgroup>
                <optgroup label="Another Option"></optgroup>
    </select></div>
    </div>
    

    Best regards,
    Ismael

    in reply to: Button on header issue #1331668

    Hi,

    Great! Glad we could be of help. Please feel free to open another thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 30 posts - 12,691 through 12,720 (of 67,591 total)