Forum Replies Created

Viewing 30 posts - 22,441 through 22,470 (of 67,491 total)
  • Author
    Posts
  • in reply to: Height of the product info container. #1119342

    Hi,

    I didn’t remove those, just the PHP snippet that’s in the Quick CSS field. You can’t add PHP snippet in the Quick CSS field. It won’t work and it will break the style.

    Best regards,
    Ismael

    in reply to: My login to Kriesi support does not work #1119340

    Hi,

    Great! Let us know if you have any questions. Have a nice day!

    Best regards,
    Ismael

    Hey msirakis,

    Thank you for using Enfold.

    Where can we see this? It looks like the checkout page. Please provide the link to the actual page.

    Best regards,
    Ismael

    in reply to: Can I change the position the arrow? #1119336

    Hi,

    Please explain why I need to update the theme regulary FYI, Haven’t update for 2 years.

    You have to update the theme regularly because the latest version contains improvements, security fixes and code that keeps it compatible with the latest version of WordPress and/or PHP including all their dependencies.

    What do you mean by “company site”? Can we see it?

    Best regards,
    Ismael

    in reply to: Monthly calendar not working #1119333

    Hi,

    Thank you for the update.

    Looks like jQuery is not defined or it’s loaded after the script. Please go to the Enfold > Performance panel, look for the “Change WordPress defaults” section, then check if jQuery is currently set to load in the footer.

    Best regards,
    Ismael

    Hi,

    Thank you for using Enfold.

    The site doesn’t exists. Are you sure it’s the correct URL? Please check it carefully.

    Server Error in Application “ALLWEBSITES”

    HTTP Error 404.0 – Not Found
    The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

    Best regards,
    Ismael

    in reply to: Three Items #1119325

    Hi,

    Thank you for using Enfold.

    Where did you add the layer slider? You should be able to remove the circle timer from the Slider Settings > Navigation Area panel. Looks for the Slideshow Timers section.

    Best regards,
    Ismael

    in reply to: problems with "load more" mansory #1119022

    Hi,

    Thank you for the update.

    Those items look different because they’re showing the excerpt. Did you add those manually?

    You can completely remove the excerpt container with this css code.

    .av-masonry-entry-content {
        display: none !important;
    }
    

    Best regards,
    Ismael

    in reply to: Can't access Enfold theme #1119021

    Hey magenta764,

    Thank you for using Enfold.

    The site is probably using an old version of the theme and so you have to upgrade it to v4.5.7.

    // https://kriesi.at/archives/the-complete-guide-to-updating-enfold

    Once you’re on the wp-content > themes directory, delete the current “enfold” folder before uploading the latest version to avoid file conflicts.

    You may have to upgrade WordPress too, after. The latest version is 5.2.1.

    Best regards,
    Ismael

    in reply to: Image dimension too small when open #1119020

    Hi,

    Thank you for the update.

    We are not seeing the issue with the masonry gallery anymore. Is this fixed? The thumbnails or images look consistent now.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    You will have to use the WooCommerce shortcode for that as shown in the previous thread. That is the easiest and probably the only way to display the top level product categories.

    Best regards,
    Ismael

    in reply to: page edits are not saving #1119017

    Hi,

    This seems to be the same issue as the following thread where the pages fail to update when there is a “.pdf” string in any elements.

    // https://kriesi.at/support/topic/cannot-update-post-with-pdf-contained-in-the-text-showing-404-error/#post-1112218

    Unfortunately, we are not really sure what’s causing it.

    Temporary solution is to shorten any URL with .pdf in it.

    // https://bitly.com/

    Best regards,
    Ismael

    in reply to: Adding schema to Enfold #1119014

    Hi,

    Thank you for the update.

    The theme provides very basic schema markup and so it’s up to the site owner to improve it. Unfortunately, we can’t help you with the schema markup generated by Yoast.

    You can actually install plugins that can generate schema.org JSON-LD syntax markup instead of the default inline schema markup, which is what the theme is adding to the template.

    // https://wordpress.org/plugins/wp-structuring-markup/

    You have to disable the theme’s schema if you chose to install the plugin.

    Best regards,
    Ismael

    in reply to: WP Theme Enfold "Church" #1119013

    Hey Renaud BOULANGUE,

    Thank you for considering the theme.

    Yes, it’s possible to create a full width page without sidebars. The layout option can be toggled throughout the site or for a specific page when necessary.

    Best regards,
    Ismael

    in reply to: Create simple slider with arrows #1119012

    Hi,

    Thank you for the update.

    The login details are invalid. Please check it carefully. Where did you add the css code? Please try to add it in the child theme’s style.css file.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Looks like you’ve managed to add the star icons. It’s in the top rated section. Is that what you need?

    Best regards,
    Ismael

    in reply to: 3 and 4 column full page layout #1119010

    Hey kaveshanchetty,

    Thank you for using Enfold.

    You should be able to create that layout using the grid row element. Add 2 grid row elements and set both to contain 2 cells. You can then apply the images as the cells’ background.

    Best regards,
    Ismael

    in reply to: Advanced Page Builder Not Saving on Update. #1119006

    Hi,

    Thank you for the update.

    Can you set the user role to admin? We can’t access the post revisions.

    I think this part is the problem.

    
    <p style="text-align: center;"><strong><span style="color: #f05a1a;"><font size="4">I AM THE ONLY INSPECTOR IN LOUISVILLE KY THAT LIMITS THEIR WORKLOAD TO ONE INSPECTION A DAY.  THIS ALLOWS ME TO TAKE THE NECESSARY TIME NEEDED TO GIVE YOU A HOME INSPECTION THAT IS SECOND TO NONE.</span>  </strong></p>
    
    

    The font tag is not closed properly.

    <font size="4">
    

    Best regards,
    Ismael

    in reply to: Tab Border #1119002

    Hi,

    You can use this css code to change the fullwidth breakpoint.

    @media only screen and (max-width:1300px) {
    .responsive #top #wrap_all .flex_column.av-break-at-tablet, .responsive #top #wrap_all .av-break-at-tablet .flex_cell {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
        display: block;
    }
    }
    

    Best regards,
    Ismael

    in reply to: Farbsektion Anzeigefehler unter IE11 #1119001

    Hi,

    Glad it helps. I can’t reproduce the issue with the animated numbers though — testing it on Edge running on IE11 mode.

    Yes, that patch is going to be included in the next version.

    Best regards,
    Ismael

    in reply to: Height of the product info container. #1118997

    Hi,

    Thank you for the update.

    There are snippets in your Quick CSS field that were not supposed to be added there. We removed those and moved the css modification in the child theme’s style.css file. Please remove the browser cache before checking the page.

    Best regards,
    Ismael

    in reply to: Mobile layout tablets #1118996

    Hi,

    Thank you for the update.

    I am able to access the site but I can’t get in using the login credentials above. It seems to be invalid. Please check it carefully.

    Best regards,
    Ismael

    in reply to: Private post made public after update #1118995

    Hi,

    What’s the difference between these headers? Just remove those extra files and insert the snippet in the default header.

    The following post is set to “noindex nofollow”, so the snippet actually works. (see private field)

    Best regards,
    Ismael

    in reply to: Enfold Video loading irregular #1118994

    Hi,

    That’s the default behavior of Youtube videos and there’s no way to disable that according to the documentation.

    // https://developers.google.com/youtube/player_parameters

    You can possibly cover the video with another container and then hide that container as soon as the video starts playing. Unfortunately, we can’t help you with that.

    Best regards,
    Ismael

    in reply to: Revolution slider #1118991

    Hey!


    @webcitymedia
    : This modification should take care of that error.

    // https://kriesi.at/support/topic/revolution-slider-9/#post-1118183

    Please let us know if that changes anything.

    Cheers!
    Ismael

    in reply to: Blog page sidebar edit #1118988

    Hi,

    can we please make the “market sectors” (Category page with feed) be 3 colums to match the other blog pages?

    That’s the grid layout. You can replace the previous filter with this:

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); 
    function avia_change_category_blog_layout($layout, $context){
        if($context == 'archive') $layout = 'blog-grid';
        return $layout;
    }

    Not really sure what you meant with the “highlights”. Could you provide a screenshot?

    If you have any additional questions, please open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    in reply to: Monthly calendar not working #1118986

    Hey Cherryadvertising,

    Thank you for using Enfold.

    Did you set jQuery to load in the footer? Please provide the link to the actual page with the date picker element so that we can check the issue.

    Best regards,
    Ismael

    in reply to: H1 Heading not shown correctly #1118984

    Hi,

    SEO Tools detect Just Text1 as H1 Heading. Why?

    What do you mean by that? The SEO tool detects duplicate h1 because there are more than one h1 in your page. You can only add a single h1 per page.

    Best regards,
    Ismael

    Hey rhae,

    Thank you for using Enfold.

    1.) Looks like you’ve managed to adjust the position of the title and the excerpt.

    2.) Use this css code to change the bottom border color to orange on hover.

    #top .av-masonry-entry:hover .av-inner-masonry {
        border-bottom: 1px solid #ff5100;
    }
    

    Best regards,
    Ismael

    in reply to: Field not displaying in payment gateway #1118980

    Hi,

    Thank you for the update.

    The state field is there but its display property is set to “none”. You can use the following css code to override the inline style.

    #billing-state_text {
        display: block !important;
    }
    

    Best regards,
    Ismael

Viewing 30 posts - 22,441 through 22,470 (of 67,491 total)