Forum Replies Created

Viewing 30 posts - 24,211 through 24,240 (of 67,524 total)
  • Author
    Posts
  • in reply to: Mansory Title Text under Image #1082490

    Hi,

    Alright. You can adjust the values if necessary. Please don’t hesitate to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

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

    Hi,

    Thanks for the update.

    The request is connecting properly but the validation is failing. Have you tried using or generating another key? The current one is possibly inactive.

    Best regards,
    Ismael

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

    Hi,

    Yes, that is what I used in my Windows 8 host file but it didn’t work. Can you make the site publicly accessible temporarily?

    Best regards,
    Ismael

    in reply to: Problema with Google Search Console #1082487

    Hi,

    The files are still compressed using the option from the theme. Please try one of these plugins.

    // https://wordpress.org/plugins/autoptimize/
    // https://wordpress.org/plugins/fast-velocity-minify/

    Please note that site optimization and anything related to SEO other than the basics are beyond the scope of support. Please consult an expert or hire a freelance developer. You can contact our partner, Codeable.

    // https://kriesi.at/contact/customization

    Best regards,
    Ismael

    in reply to: How to show SKU on Product Category Pages #1082486

    Hi,

    @hunter75: Did you add the code in the functions.php file? That should render the sku right under the product title. Please make that html minification is disabled and purge the cache prior to checking the page.

    Best regards,
    Ismael

    in reply to: CSS file merging and compression breaking CSS-links #1082485

    Hi,


    @emilbroll
    : The site is running on version 4.5.4. Please upgrade to version 4.5.5 and then try to compress the css again.


    @crtdude
    : That’s not supposed to be happening. Please make sure that the site is running on version 4.5.5.

    Best regards,
    Ismael

    in reply to: Masonry grid inside colour block #1082483

    Hi,

    Thanks for the update.

    The spaces above the heading of both portfolio items look the same unlike in the screenshot. (see private field)

    Best regards,
    Ismael

    in reply to: Footer Widget, left and right not evenly aligned #1082480

    Hi,

    Thanks for the update.

    The stylesheets or css files are compressed, so you have to toggle the file compression after adding the css modification. You can find that option in the Enfold > Performance > File Compression section.

    Best regards,
    Ismael

    Hi,

    The real main problem however is that it is generating all images sizes for EVERY image in a post and not just the primary image.

    That’s how WordPress handles images. It’s going to generate the predefined thumbnails for every images uploaded to the site. The only way to stop it is by removing the thumbnails. Now, I understand what you’re saying about the CPU consumption but it should only happen once or while the image upload is processing and only in the back end. It shouldn’t be happening in the front end after the images have been uploaded.


    @goldengate415
    : Thanks for the confirmation.

    Best regards,
    Ismael

    in reply to: How to edit woocomerce product page layout #1082470

    Hi,

    The default product gallery is not going to be included in the ALB template. You have replace it with the default gallery or the image sliders, which are available under the Media Elements panel.

    Best regards,
    Ismael

    in reply to: Fullscreen Slider + multiple images + sort order #1082468

    Hi,

    Thanks for the update.

    The image sorting should be kept when adding multiple images and you can manually sort them using the drag arrows. Is the site running on the latest version of the theme, 4.5.5?

    Best regards,
    Ismael

    in reply to: Is Enfold compatible with Sensei? #1082463

    Hi,

    Thanks for the update.

    We don’t really see any errors on the page. Could you enumerate the issue on another thread or ticket? Some screenshots will help. Please continue on the next thread.

    Best regards,
    Ismael

    in reply to: 2 columns on mobile #1082462

    Hi,

    Thanks for the update.

    You can add this css code inside the css media query.

    .archive .entry-content-wrapper ul.products {
        width: calc(100% + 50px);
        margin-left: -25px;
    }

    Best regards,
    Ismael

    in reply to: Cart icon not working correctly on android #1082458

    Hi,

    The header is not supposed to shrink on mobile devices and the cart icon should stay at the top of the page because the header is not fixed or sticky. Please create a new thread if you have another inquiry.

    Best regards,
    Ismael

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

    Hi,

    Thanks for the update.

    Could you explain the issue further? The child theme is activated and there are no errors in the site. Is this fixed?

    Best regards,
    Ismael

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

    Hi,

    That is possible but you need to modify the includes > related-posts.php file. Unfortunately, that is not something we can help you with. Another workaround is to switch to the advance layout builder and manually add the blog posts element as a replacement for the default related posts section.

    Best regards,
    Ismael

    in reply to: Pages showing a sidebar #1081852

    Hi,

    Thanks for the update.

    We removed the widgets from the Sidebar Blog widget area. The sidebar is now empty. To change the font size of the socket menu items, use this css code.

    #socket li a span {
        font-size: 12px;
    }

    Best regards,
    Ismael

    in reply to: Masonry titles on mobile #1081848

    Hi,

    We don’t know why, but the login page is not loading properly on our end. What is the login url?

    Best regards,
    Ismael

    in reply to: Mansory Title Text under Image #1081846

    Hi,

    I see. Yes, that’s right. The image is not fully visible because the content container is covering parts of it. This css code should move the content container below the image.

    .av-fixed-size .av-masonry-entry .av-inner-masonry-content, .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content, .av-flex-size.av-caption-on-hover-hide .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content {
        position: absolute;
        bottom: -78px;
    }
    
    .av-large-gap.av-fixed-size .av-masonry-entry.post .av-inner-masonry {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 15px;
        bottom: 15px;
        overflow: visible !important;
    }
    
    .av-masonry-entry.post {
        padding-bottom: 78px;
        margin-bottom: 78px;
    }

    Best regards,
    Ismael

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

    Hi,

    Thanks for the update.

    That should not be happening. Do you have a test page where we can see the issue? Are you using a fullwidth sub menu element?

    Best regards,
    Ismael

    in reply to: Change permalinks #1081843

    Hi,

    Thanks for the update.

    You can manually set the url or permalink of the child pages, but you have to install the following plugin.

    // https://wordpress.org/plugins/custom-permalinks/

    After the plugin activation, just edit the pages and change their permalink.

    Best regards,
    Ismael

    in reply to: IP Adresse in Kommentar #1081841

    Hi,

    Thanks for the info.

    We’ll ask someone who can understand the language to check this thread and clarify things out. Please wait for their response.

    We are not in the position to give sound advice regarding these matters, so it is probably best if you consult someone who has more authority on the subject.

    Best regards,
    Ismael

    Hi,

    I’m just not sure what to add where you have “Add mobile styles here”.

    That is a css comment, so you don’t have to do anything about it. You can add more css code or declarations below that line.

    Best regards,
    Ismael

    Hi,

    Yes, you can query all existing posts and render them in the page if the search query is empty. I’m sure you’ll be able to find the code in the default themes.

    Best regards,
    Ismael

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

    Hi,

    Thanks for the update.

    You can combine the selectors if they are intended for a single event goal.

    function superpowers_script_event(){
    ?>
    <script>
    jQuery('.powers-btn-1 a, .powers-btn-2 a').on('click', function(){	
    	ga('send', 'event', { eventCategory: 'superpowers', eventAction: 'download', eventLabel: 'joinedup', eventValue: 1});
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'superpowers_script_event');
    

    Best regards,
    Ismael

    in reply to: image title in lightbox #1081831

    Hi,

    Awesome. Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Contact form sending me spam messages #1081830

    Hi,

    Awesome. Glad it worked. Let us know if the spam emails subsides.

    Best regards,
    Ismael

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

    Hi,

    Thanks for the update. You forgot the site url though. Please include it in the private field.

    Best regards,
    Ismael

    Hi,

    Yes, we understand the issue but the sub menu element on the page is not configured to be sticky. That is why we are asking for a clone or a copy of that page with the sub menu as a fixed element. You can setup an account with the following email. (see private field)

    Best regards,
    Ismael

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

    Hi,

    Can we access the site without setting the host file? We edited the host file but the login page is still not accessible.

    Best regards,
    Ismael

Viewing 30 posts - 24,211 through 24,240 (of 67,524 total)