Forum Replies Created

Viewing 30 posts - 23,461 through 23,490 (of 66,702 total)
  • Author
    Posts
  • in reply to: Enable excerpt and read more link #1081220

    Hi,

    You have to reset the Settings > Reading options to default and then set your home page in the Enfold > Theme Options. Edit the home page, add a blog post element and then set its “Blog Content length” settings to “Excerpt with read more link”.

    Best regards,
    Ismael

    in reply to: Enfold Theme & Avia Builder Issue #1081217

    Hi,

    Could you ask the GoDaddy support to take a screenshot of their FTP settings? It doesn’t work on our end using FileZilla. We tried both SFTP and FTP plus multiple config combinations to no avail.

    Best regards,
    Ismael

    in reply to: How to change related posts in grid with 3 post #1081215

    Hi,

    Can you give us a screenshot of the related posts or grid? There are 3 posts in the grid already, so we’re not so sure which element you’re referring to.

    Best regards,
    Ismael

    in reply to: Google tracking via jQuery on a button #1081212

    Hey TJ,

    Thanks for the update.

    I’m not sure why they added it there because the last field should be the eventValue. You can remove the buttonText variable, but make sure that it’s also removed from the ga function.

    ga('send', 'event', { eventCategory: 'superpowers', eventAction: 'download', eventLabel: 'joinedup', eventValue: 1});
    

    Best regards,
    Ismael

    in reply to: mailchimp API key – cannot connect to server #1081211

    Hey richardhofer83,

    Thank you for opening a new thread.

    Have you tried authenticating the API key on another computer or network? Or try it while you’re on incognito mode. If it didn’t work, post the login details in the private field along with the API key, then we’ll try it on our end.

    Best regards,
    Ismael

    in reply to: Enfold 4.5.4 and Google reCAPTCHA / Button label issue #1081210

    Hi,

    That is possible but the submit button will contain the value “Authenticating..” instead of specified label setting for unverified users. If that is fine with you, add this css code.

    #top .avia_ajax_form input[type='submit'].avia-button-default-style {
        opacity: 1;
    }

    Best regards,
    Ismael

    in reply to: Menu Custom Link + Section ID #1081209

    Hi,

    Thanks for the update.

    We can’t access the site, forbidden. Please ask your hosting provider if there is an existing security option or firewall.

    Regarding the issue, you have to use the absolute url plus the anchor, therefore instead of using “#anchor”, you’re going to use “http://site.com/#anchor”.

    Best regards,
    Ismael

    in reply to: Mobile 'Burger' menu disappeared #1081208

    Hi,

    Thanks for the update.

    Use this css code to decrease the size of the logo and prevent the overlap.

    @media only screen and (max-width: 767px) {
    .responsive .logo img {
        max-height: 50px !important;
    }
    }

    This css code creates substantial padding at the right side of the main container leaving less space for the content.

    #top .container main {
        order: 2;
        flex-grow: 1;
        padding: 0 50px 0 0;
    }

    Why did you add that?

    Best regards,
    Ismael

    Hi,

    The background color of the main container shows through the color section. You have to set its background from #393939 to #ffffff or white.

    #main, .avia-msie-8 .av_header_sticky_disabled#header {
        background-color: #ffffff;
    }

    Best regards,
    Ismael

    in reply to: Change permalinks #1081196

    Hi,

    Thanks for the update.

    The url structure looks like that because the “workshop” page is a child of the “our-wedding” page as @rikard mentioned. You have to unset the parent page of the “workshop” page.

    // https://www.wpbeginner.com/beginners-guide/how-to-create-a-child-page-in-wordpress/

    Best regards,
    Ismael

    Hi,

    Yes, there’s a lot of Enfold users who are using WPML. There is actually a comprehensive documentation on building a multilingual site with Enfold.

    // https://wpml.org/documentation/theme-compatibility/enfold/

    We’ll close this thread now. Please don’t hesitate to open a new thread if you need anything else.

    Best regards,
    Ismael

    Hi,

    We are very sorry for not replying immediately. The forum is a bit swamped with inquiries the past few days. Would you mind providing the user account that you’re using to access the site? Or create a copy of the page with the issue and then set the sub menu to fixed so that we can inspect the element.

    Best regards,
    Ismael

    in reply to: Link from bottom and widgets #1081186

    Hi,

    Thanks for the update.

    The theme automatically appends the “#top” anchor to the active menu item or the item related to the current page. Why do you need to remove it? It doesn’t really affect your site or anything. It just allows the user to go back to the top of the page when they click on the active menu item. If you really want to remove it, edit the js > avia.js file, look for this code around line 230:

    matching_link = this.$body.find(this.selector + "[href='"+current+"']").attr('href',current+'#top');
    

    Remove the “#top” anchor.

    matching_link = this.$body.find(this.selector + "[href='"+current+"']").attr('href',current);
    

    Best regards,
    Ismael

    Hi,

    We would like to apologize for the delay.

    The latest version 4.5.5 has been released recently and it contains a fix for shortcodes used outside the advance layout builder. Please upgrade the theme to the latest version.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    It would be awesome if we can generate images on the fly or when the page load but that’s not possible with WordPress. However, there is a way to remove the predefined image sizes or thumbnails by using the remove_image_size function. This will prevent the creation of multiple versions of the source image. Example of the function can be found in the following thread.

    // https://kriesi.at/support/topic/responsive-content-images-retina-screens/#post-1077293

    This will eliminate all thumbnails but do note that this will cause the site to always use the full size or the source image instead of the smaller versions.

    Best regards,
    Ismael

    in reply to: Sort options by post tags in masonry grid #1081170

    Hi,

    We would like to apologize for the late response.

    Did you remove the masonry element? We can’t find it anywhere in the page. And the login page redirects us to the home page. What is the login url?

    Best regards,
    Ismael

    in reply to: Animated Numbers #1080927

    Hi,

    Thanks for the update.

    We tried to access the dashboard but it redirected us to the database repair page. Please repair the database first so that we check the page.

    Best regards,
    Ismael

    in reply to: Include a URL with PHP shortcode in a post #1080925

    Hi,

    Cool. We’ll close the thread now.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Masonry titles on mobile #1080924

    Hi,

    The test page is no longer available, so we can’t see the changes. Please bring it back so that we can inspect the items again.

    Best regards,
    Ismael

    in reply to: RSS feed and Responsive Behavior #1080923

    Hi,

    Thanks for the update.

    Yes, that is the issue that we are trying to fix with that css modification. Did you remove the browser cache after adding the css code or before checking the page?

    Best regards,
    Ismael

    in reply to: ENFOLD 4.5.X & WordPress 5.X | Feedback #1080922

    Hi,

    Thanks for the update.

    The characters are displaying properly in the front end and in the builder, they also render back if you update the element.

    Best regards,
    Ismael

    in reply to: Print Version – base.css #1080919

    Hi,

    Thanks for the update.

    Where are you testing this? This is what we get from Opera, Windows 7.

    Screenshot: https://imgur.com/a/Iyo0Wg0

    Best regards,
    Ismael

    in reply to: Full Width Submenu to be Sticky on Mobile #1080915

    Hi,

    Set the vertical position or the top margin of the submenu container to 68px.

    .responsive #top .av-submenu-container {
        position: fixed !important;
        top: 68px !important;
    }

    Best regards,
    Ismael

    in reply to: Enfold Mailchimp subscription widget Not working #1080913

    Hi,

    Thanks for the update.

    Looks like you’re using a different mailchimp widget called “Sidebar Mailchimp Form”. Unfortunately, we are not familiar with that plugin, so we added the theme’s actual mailchimp widget in the Footer 1 widget area. It seems to be working properly.

    Best regards,
    Ismael

    in reply to: Mega Menu format / look #1080909

    Hi,

    Thanks for the update.

    This css code should change the initial and hover color of the bullets.

    .header_color .avia-bullet {
        border-color: #9c1006;
    }
    
    #top .header_color a:hover .avia-bullet {
        border-color: #9c1006;
    }

    And add this code for the mega menu title.

    #top #header .avia_mega_div > .sub-menu > li > ul li.menu-item-has-children a, #top #header .mega_menu_title a, #top #header .mega_menu_title {
        color: #9c1006;
    }

    For new inquiries, please open a new thread or ticket.

    Best regards,
    Ismael

    in reply to: Nothing found search result issue #1080908

    Hi,

    You’re welcome. Glad we could help!

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Masonry grid inside colour block #1080907

    Hi,

    Thanks for the update.

    We won’t be able to inspect the issue without actually seeing it. Please create a copy of the portfolio page and replace the column with a color section so that we can inspect the elements.

    Best regards,
    Ismael

    in reply to: Blog Category Search Result Format #1080903

    Hi,

    You’re welcome. We’ll keep the thread open until then. Have a nice day.

    Best regards,
    Ismael

    in reply to: Google ReCAPTCHA not working on mobile #1080647

    Hi,

    Thank you for using Enfold.

    @mcdragon: Do you have a test page where we can see the issue? The authentication is working properly in the contact page, perhaps because the default captcha is disabled.

    @NikaKind: Please create a test page or provide a link to the page with the contact form so that we can check the issue.

    Best regards,
    Ismael

    in reply to: https issues #1080646

    Hi,

    We would like to apologize for the late response.

    There are 3 image elements right above the special headings under the “High Voltage & Low Voltage Services” section. We removed those elements.

    Best regards,
    Ismael

Viewing 30 posts - 23,461 through 23,490 (of 66,702 total)