Forum Replies Created

Viewing 30 posts - 5,701 through 5,730 (of 67,463 total)
  • Author
    Posts
  • in reply to: top and bottom smaller in px #1436922

    Hi,

    Thank you for the update.

    Yes, the css should also adjust the space above and below the map widget. If you want to adjust it further, add this css:

    #footer .widgettitle, #footer .widget {
        margin-top: 0;
    }
    

    The title is displayed in large font

    To display the widget title in normal case, please add this:

    .widgettitle {
        text-transform: none;
    }
    

    Best regards,
    Ismael

    in reply to: Blog Layout does not include featured image #1436921

    Hey downstreamproject,

    Thank you for the inquiry.

    The page is password protected so we were not able to check it. Did you apply featured images to your posts? Please check the documentation below for more info.

    // https://wordpress.com/support/featured-images/#set-a-featured-image
    // https://developer.wordpress.org/themes/functionality/featured-images-post-thumbnails/#setting-a-featured-image

    Best regards,
    Ismael

    in reply to: Custom Height (Or Max-Height) of Video Elements #1436919

    Hey Brad,

    Thank you for the inquiry.

    Have you tried adjusting aspect ratio of the image in the Styling > Video Format? Try to set a Custom Ratio to manually control the height of the video.

    Best regards,
    Ismael

    Hi,

    when All is selected, I want to see all of the images from each Portfolio Item

    It’s not possible, unfortunately. The category buttons can only sort Portfolio Items, but not their content. You can try using the AJAX Portfolio as suggested above or replace the Portfolio Grid element with a Gallery/Masonry element.

    Best regards,
    Ismael

    in reply to: Website reloads page on Mobiles over and over #1436917

    Hi,

    The scripts (HtmlInput.vue.9c1d3632.js and _preview/_id_.6162053e.js) are from the Leadconnector plugin. Please check the screenshot below.

    Screenshot: https://1drv.ms/i/s!AjjTfXSRbKTvgt0goWwYHLOeRRHaEQ?e=ZGwoYA

    iFrame script is ready!
    HtmlInput.vue.9c1d3632.js:1 formFieldsValue after fillDataForStandardFieldUri Proxy(Object) {}

    These scripts get called a few thousand times, which might be causing the error. Please contact the plugin developer for more info.

    Best regards,
    Ismael

    in reply to: Broken Enfold layout after updating a random plugin #1436916

    Hi,

    I like to know: have file names always been changed after updating a plugin? Or is this something that’s happening since a recent Enfold update?

    The theme adds timestamps to the merged files and this changes when the files are updated. If you want to test it without the timestamps, go to the Enfold > Performance panel, toggle the Show Advanced Options, then adjust the Unique Timestamp Of Merged Files And WP Object Cache Bug accordingly. Please make sure to read the description before proceeding.

    Best regards,
    Ismael

    in reply to: Change text color and text size #1436914

    Hey joschro,

    Thank you for the inquiry.

    Have you tried adjusting the color values in the Enfold > General Styling > Main Content tab? To adjust the default font size of the body text, go to the General Styling > Typography tab, then adjust the values of the Default Content Font Size.

    Best regards,
    Ismael

    in reply to: Layerslider Text content #1436913

    Hey dreamreader,

    Thank you for the inquiry.

    Are you trying to increase the length of the non-breaking space in your sentences or text? If so, try to edit the layer, then adjust the word-spacing in the custom css field.

    word-spacing: 10px;
    

    Best regards,
    Ismael

    in reply to: top and bottom smaller in px #1436912

    Hey schweg33,

    Thank you for the inquiry.

    You can add this css code to adjust the padding or space around the footer widgets.

    #footer {
        padding: 0;
        z-index: 1;
    }

    Best regards,
    Ismael

    in reply to: 1/1 column – limit line length – advice #1436911

    Hey Jason,

    Thank you for the inquiry.

    You can apply a custom css class name (e.g., av-custom-column-width) to the column element, and manually specify its maximum width with css.

    .av-custom-column-width {
       max-width: 400px;
    }

    Please check the link below for more info on how to apply custom css to the builder elements:

    // https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

    in reply to: Customize accordion elements #1436910

    Hi,

    Thank you for the inquiry.

    The color field is visible on our end. We manually specified the color as #fcf7f2 and updated the page accordingly. Please let us know if this is the correct color.

    If you can’t see the color field, try to toggle the element preview in the Enfold > Layout Builder > Disable Advanced Layout Builder Preview In Backend option.

    Best regards,
    Ismael

    in reply to: Can’t load the page #1436909

    Hi,

    Thank you for the inquiry.

    Is it working when you set a domain email address in the contact form element’s Content > Backend > Your Email Address field? If you really need to use gmail, try to setup an SMTP. Please check the plugin below.

    // https://wordpress.org/plugins/gmail-smtp/

    You can also try and install a different contact form plugin such as Contact Form 7 or WPForms.

    // https://wordpress.org/plugins/contact-form-7/
    // https://wordpress.org/plugins/wpforms-lite/

    Best regards,
    Ismael

    in reply to: Delay an image animation #1436711

    Hi,

    Thank you for the update.

    Looks like it is not possible to override the animation once it is specified. What you can do is disable the animation completely and apply a unique class name (av-custom-pop-up) to the Image element. Then add this css code to create your own animation.

    .av-custom-pop-up {
    	opacity: 0;
    	transform: scale(0);
    	animation: avia_image_appear_mod 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) 3s forwards;
    }
    
    @keyframes avia_image_appear_mod {
    	0% {
    		transform: scale(0);
    		opacity: 0;
    	}
    
    	100% {
    		transform: scale(1);
    		opacity: 1;
    	}
    }
    

    Best regards,
    Ismael

    Hi,

    Sorry for the delay. Have you made any modifications to the template files in the child theme? Please make sure that the template files are updated accordingly. In the future, we recommend cloning the site to a staging environment and address any errors, before pushing the changes on the live site.

    Best regards,
    Ismael

    in reply to: Use templates from other multisites #1436709

    Hey Monika,

    Thank you for the inquiry.

    1.) You can export the ALB Custom Elements in the Tools > Export panel and Import it back to another installation.

    2.) Did you create a custom post type? You may need to edit the template files of the custom post ype in order to automatically show the same contact box or element. Please check the link below.

    // https://developer.wordpress.org/themes/template-files-section/custom-post-type-template-files/

    Best regards,
    Ismael

    in reply to: Beiträge #1436708

    Hi,

    Thank you for the update.

    You can set the Enfold > Blog Layout > Blog Layout to Grid Layout to achieve the same post format and style on your category pages. The same modification will be applied to the category pages once the Grid Layout is activated.

    Best regards,
    Ismael

    in reply to: Google consent mode v2 #1436707

    Hi,

    You may need to look for another plugin plugin for now because there’s no ETA yet for the implementation of Google Consent Mode v2 in the privacy options. Please check the links below.

    // https://wordpress.org/plugins/cookiebot/
    // https://www.cookiebot.com/en/cookiebot-cmp-and-google-consent-mode/

    Thank you for your understanding.

    Best regards,
    Ismael

    in reply to: Updating Enfold #1436705

    Hi,

    Thank you for the update.

    You only need to update the header.php file. Copy the code from the latest version of the parent theme’s header.php file, then override the one in your child theme, and proceed with the modifications. You can compare the differences between the files using tools like https://www.diffchecker.com/.

    Best regards,
    Ismael

    in reply to: Advanced Layer Slider #1436704

    Hey dreamreader,

    Thank you for the inquiry.

    You can export a single slider and import it into another installation. Simply go to the main Layer Slider, which displays the list of available sliders. Hover over one of the Layer Slider items, then click the vertical ellipsis to export the item. You can then import it into another installation by clicking the Import Project button.

    Best regards,
    Ismael

    in reply to: main blog page #1436703

    Hey webmaintain,

    Thank you for the inquiry.

    You can use the avf_postgrid_excerpt_length filter in the functions.php file to adjust the length of the excerpts in the grid layout.

    Example:

    add_filter('avf_postgrid_excerpt_length','avf_change_postgrid_excerpt_length', 10, 1);
    function avf_change_postgrid_excerpt_length($length)
    {
       $length = 200;
       return $length;
    }

    Best regards,
    Ismael

    in reply to: Website Looked fine and now it doesn’t #1436702

    Hi,

    Thank you for the clarification.

    The site seems to be fine based on our recent check. Please check the screenshot provided in the private field. Did you figure out the issue? If the problem persists on your end, try to disable the Enfold > Performance > File Compression settings, purge the cache, and then check the site in incognito mode or do a hard refresh.

    Best regards,
    Ismael

    in reply to: Navigation Arrows to the side – Post Slider #1436701

    Hi,

    Thank you for the update.

    The arrows are not rendering correctly when we checked the About Page. Did you add this css code?

    #top .av-contentslider-style-2 .avia-slideshow-arrows.avia-slideshow-controls a.prev-slide:before {
        content: 'e874';
    }
    

    If you want to change the next and previous arrow, you can use the avf_default_icons filter in the functions.php file instead. Make sure to adjust the value of the icon attribute.

    function avf_default_icons_mod($icons) {
    	$icons['next'] = array( 'font' => 'entypo-fontello', 'icon' => 'ue879' );
    	$icons['prev'] =array( 'font' => 'entypo-fontello', 'icon' => 'ue878' );
    	return $icons;
    }
    add_filter('avf_default_icons','avf_default_icons_mod', 10, 1);
    

    To make sure that the arrows are visible outside the slider, add this css code:

    #top .avia-slideshow-arrows.avia-slideshow-controls {
        overflow: visible;
    }

    Best regards,
    Ismael

    in reply to: Open a Gallery (lightbox) from a button or hyperlink #1436700

    Hi,

    Glad to know that this has been resolved! Thanks to @Guenni007. Let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Broken Enfold layout after updating a random plugin #1436699

    Hi,

    The slider appears to be loading consistently on our end and we haven’t encountered a lot of reports about this, so this might not be the issue. If you suspect that the post css file is causing issues with the site, you can exclude it from WP Rocket caching. Please check the link below.

    // https://docs.wp-rocket.me/article/1576-exclude-all-css-files-in-a-folder-directory-from-optimize-css-delivery

    Best regards,
    Ismael

    in reply to: Change Image on Accordion Tab Click #1436698

    Hi,

    Thank you for the update.

    We are seeing a lot of errors in the console, generated from the avia-footer-script file. Please temporarily disable the Enfold > Performance > File Compression settings, then post the login details in the private field so that we can check the modifications further.

    Uncaught TypeError: Cannot read properties of undefined (reading 'value')
        at a (avia-footer-scripts-4446f5f720adf5f7e6dda8b47a7ba11b---65ea6d5d939f8.js:123:540)
    

    Best regards,
    Ismael

    Hey togetherconcept,

    Thank you for the inquiry.

    What do you mean by “post widget”? Are you using the Blog Posts element from the Advance Layout Builder? Try to edit the enfold/includes/loop-index.php file and look for this code around line 635:

    echo "<{$heading} class='post-title entry-title {$css}'>" . __( 'Nothing Found', 'avia_framework' ) . "</{$heading}>";
    

    Best regards,
    Ismael

    in reply to: Folder: dynamic_avia auto empties #1436696

    Hi,

    Thank you for the update.

    1.) We cannot reproduce the same issue on our end, so it is likely related to a plugin or a custom script on your server. Have you tried to temporarily disable the plugins? Did you install another compression plugin recently? Please try deactivating the Enfold > Performance > File Compression settings and see if the issue persists.

    2.) It’s possible that the plugin conflicts with the Select Your Editor settings. Have you tried disabling the plugin temporarily?

    Best regards,
    Ismael

    in reply to: Dropdown alignment #1436695

    Hi,

    Thank you for the update.

    We get an error when we visit the site:

    NET::ERR_CERT_COMMON_NAME_INVALID
    

    Please contact your hosting provider and ask them to renew the SSL certificate. We’ll check the site again once the the certificate is renewed.

    Best regards,
    Ismael

    in reply to: Category page do not showing the right categories #1436598

    Hey!

    Thank you for the info.

    We didn’t find any errors or anything unusual in the site. Did you add any modifications in the functions.php file? Please re-enable the Appearance > Theme File Editor panel, then try to disable the plugins temporarily, We will check the site again once the file editor is accessible.

    Cheers!
    Ismael

    in reply to: Compatibility with IDX MLS widget by FBS #1436597

    Hey swurban,

    Thank you for the inquiry.

    How do you add the plugin content into the ALB? You might need to use shortcodes or switch to the Classic or Block Editor because the theme doesn’t generate any widgets for the plugin. We tried to check the page above but it doesn’t seem to exist.

    Best regards,
    Ismael

Viewing 30 posts - 5,701 through 5,730 (of 67,463 total)