Forum Replies Created

Viewing 30 posts - 5,821 through 5,850 (of 67,591 total)
  • Author
    Posts
  • in reply to: Demo Installation #1437012

    Hey hector1069,

    Thank you for the inquiry.

    The site already has content and installed plugins when we checked. Is it alright if we reset the database and remove the existing content? We have to do this before manually importing the demo.

    If you want to try it yourself, please check this documentation: https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo

    Best regards,
    Ismael

    in reply to: how add to enfold theme #1437011

    Hi,

    Thank you for the update.

    That will probably break the site because the closing tags for the elements are already included in template files. Why do you have to add the closing tags?

    Best regards,
    Ismael

    in reply to: ALL subpages are just a white page and text/blue links #1437010

    Hi!

    Thank you for the inquiry.

    The subpages seem to be rendering correctly on our end (screenshot in the private field). Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:

    1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
    2.) Locate the option to upload a file or an image.
    3.) Select the screenshot file from your computer or device and upload it to the platform.
    4.) After the upload is complete, you will be provided with a shareable link or an embed code.
    5.) Copy the link or code and include it in your message or response to provide us with the screenshot.

    Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Cheers!
    Ismael

    in reply to: Dropdown alignment #1436927

    Hi,

    Thank you for the update.

    You can use this css code to adjust the style of the button.

    #top .hr.hr-invisible.av-2d6n9il-41fb061c500273b2b0ba4e2d011be596 + .avia_codeblock_section .avia_codeblock .dropdown {
        display: flex;
        min-height: 48px;
        justify-content: center;
    }
    
    #top .hr.hr-invisible.av-2d6n9il-41fb061c500273b2b0ba4e2d011be596 + .avia_codeblock_section .avia_codeblock .dropdown .avia_button_icon {
        padding-left: 0;
        margin-right: 10px;
    }

    If you want to target the text block element directly, try to apply a unique css class name to it. Please check the link below for more info:

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

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    We tried to login to the site but the account above doesn’t exist. Please check the info carefully or provide another admin account.

    Best regards,
    Ismael

    Hi,

    You can add this css code to adjust the width of the color section container on mobile view.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #section-container-width .container {
        width: 80% !important;
        min-width: 80% !important;
      }
    }

    You may need to adjust the styles of the following elements on mobile view. Instead of adding the styles inline, assign a unique class name to the < span > tag and define the css rules separately. This should allow you to adjust the style of the element for different screen sizes.

    <span style="color: #ffffff; font-size: 34px; font-weight: 600; padding-left: 20%;">Online translation services</span>
    

    Best regards,
    Ismael

    in reply to: Maintenance mode cannot be switched off #1436924

    Hey igaade,

    Thank you for the inquiry.

    Have you tried purging the cache? You should also check if the Maintenance Mode option is disabled in the Enfold > Theme Options panel. Please provide the site URL in the private field so that we can check the site further.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Where can we check the issue? Please post the site URL in the private field and provide a screenshot of the error.

    1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
    2.) Locate the option to upload a file or an image.
    3.) Select the screenshot file from your computer or device and upload it to the platform.
    4.) After the upload is complete, you will be provided with a shareable link or an embed code.
    5.) Copy the link or code and include it in your message or response to provide us with the screenshot.

    Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Best regards,
    Ismael

    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

Viewing 30 posts - 5,821 through 5,850 (of 67,591 total)