Forum Replies Created

Viewing 30 posts - 22,501 through 22,530 (of 93,423 total)
  • Author
    Posts
  • in reply to: General Theme Edit Issues #1290030

    Hi,

    Thanks for the update, and sorry for the late reply. The login token you posted previously has expired, could you renew it please? Also, are we allowed to disable plugins temporarily on your installation, for debugging purposes?

    Best regards,
    Rikard

    in reply to: cannot update #1290028

    Hi,

    Thanks for the login details, and sorry again for the late reply. The update indication seems to be working as it should now, but when I try to actually update, I get the same error as you did. I’m not sure why that is unfortunately, but I’m guessing that it’s a server setting which is blocking the update.

    We can install the new version manually for you instead. If you want us to do that, then please include FTP login details in private as well, and verify that you have backups of the site.

    Best regards,
    Rikard

    in reply to: Unwanted cookie text below checkout form #1290027

    Hi,

    Thanks for the update, and sorry again for the late reply. I see that you have header.php in the child theme, could you try copying the content from the parent theme file in your child theme, then add your customisations back after that? If that is not the problem, then please try to remove all functions from functions.php, then add them back on by one to see which one is causing the problem.

    If you should need further help with this problem, then please include FTP login details with your next reply as well.

    Best regards,
    Rikard

    in reply to: Woocommerce missing notices wrapper #1290023

    Hi,

    Thanks for the update, and sorry for the late reply. So when exactly does the notice in question appear? Like I wrote before, I can’t see it on either of the pages you linked to. In order to give you an answer, we would have to be able to at least know when and how the notice appears.

    Best regards,
    Rikard

    in reply to: margins of sections (blank spaces) #1289867

    Hi,

    Sorry for the late reply. I saved the front page, and cleared the cache from your caching plugin, and that seems to have helped. Please review your site.

    Best regards,
    Rikard

    in reply to: Opening portfolio links in new tab #1289864

    Hey icphillips,

    Sorry for the late reply. Please try this in your functions.php file:

    function ava_add_target_blank_masonry() {
    ?>
    <script>
    	jQuery(document).ready(function($) {
    		$('a.av-masonry-entry').attr('target', '_blank');
    	});
    </script>
    <?php
    }
    add_action( 'wp_footer', 'ava_add_target_blank_masonry');

    Best regards,
    Rikard

    in reply to: Managing Tags #1289814

    Hey karel,

    Sorry for the late reply. Are you referring to the Tag Cloud widget? If so then that should be available for you in the sidebar, under Appearance->Widgets. If you need to edit the actual tags, then you can do so under Posts->Tags.

    Best regards,
    Rikard

    in reply to: grid geometry #1289813

    Hey Nicola,

    Sorry for the late reply. The easiest way to achieve that would likely be 3/4 + 1/4 layout, then create custom divs inside the 3/4 layout, in order to apply the background colours. If you need further help with this, then please link to where we can see your layout so far.

    Best regards,
    Rikard

    in reply to: Images and Text NOT Resizing for Responsive Design #1289808

    Hi Scott,

    Sorry again for the late reply. You can create different layouts for different screens sizes by simply copying the existing element, and make the necessary changes to the new element. Then you can select for which screen sizes you want to show or hide them for in the Advanced->Responsive tab in the element options.

    The grey background is set to the container_wrap element:

    .container_wrap.sidebar_left {
        background: -webkit-gradient(linear,left top,right top,color-stop(red,0.295),color-stop(white,0));
        background: -webkit-linear-gradient(left,#f8f8f8 31.5%,white 0%);
        background: -moz-linear-gradient(left,#f8f8f8 31.5%,white 0%);
        background: -o-linear-gradient(left,#f8f8f8 31.5%,white 0%);
        background: linear-gradient(left,#f8f8f8 31.5%,white 0%);
    }

    That is likely why you are seeing it, even though the sidebar is not visible. Please try removing or alter that CSS as well.

    Best regards,
    Rikard

    in reply to: Can't enter into advanced builder anymore #1289791

    Hey rvga,

    Sorry for the late reply, and thanks for the login details. I get the same problem are you are when activating the new version of the theme. I tried uploading a fresh copy of the theme, but I can’t connect to your FTP account after that for some reason. Please see private. Could you try activating that yourself to see if you get different results with that, compared to the version which you uploaded please?

    Best regards,
    Rikard

    in reply to: Title should be displayed above video #1289788

    Hi Gabi,

    My answer above applies to your question as well. It might be possible, but it would be out of scope of theme support.

    Best regards,
    Rikard

    in reply to: Issue with header logo (disappears/resizes improperly) #1289787

    Hi Stéphane,

    Sorry for the late reply. Please open a new thread and include WordPress admin login details in private so that we can have a closer look at your site.

    Best regards,
    Rikard

    Hi David,

    Sorry for the late reply. You can set the transparency colour of the menu items under Enfold->Header->Transparency Options. In the normal state the settings come from either the main theme settings, or Advanced Styling settings.

    Best regards,
    Rikard

    in reply to: Drop Down Menu – Change border radius? #1289784

    Hey designyvr,

    Please try to apply it to the sub menu ul:

    #menu-item-1337 ul.sub-menu {
        border-bottom-right-radius: 5px;
    }

    Best regards,
    Rikard

    in reply to: Unable to add text to buttons, custom menus, etc. #1289783

    Hey ESWEENEY113,

    Sorry for the late reply. Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    in reply to: Video Popup Auto Start Not Working #1289781

    Hi Michael,

    Sorry for the late reply. I don’t know if there is a solution for that unfortunately, but I’ve asked the rest of the team for help. Please reply to this thread so that it gets added back to our support queue.

    Best regards,
    Rikard

    in reply to: Ajax Search Search WP doesn´t work #1289780

    Hi,

    Thanks for sharing, and for helping out @SearchWP :-)

    Best regards,
    Rikard

    in reply to: Ajax live search and SearchWP #1289778

    Hey SearchWP,

    Thanks a lot for sharing, it’s much appreciated :-)

    Best regards,
    Rikard

    in reply to: Missing titles in footer widget #1289777

    Hi mclweb,

    Sorry for the late reply. Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    in reply to: Images are out of alignment #1289776

    Hey flfeadmin,

    Sorry for the late reply. I checked the page on a 1440 x 900 screen, but it looks good there. How big does the screen have to be in order to reproduce the results in your screenshot?

    Best regards,
    Rikard

    Hi Yvonne,

    Thanks for the update, and sorry again for the late reply. Did you also try to activate a different theme? If the same thing happens when another theme is active, then the problem is most likely plugin related, rather than theme related.

    Do you have a staging site already? If so, then please give us access to that as well. Also, which version of the theme were you running before this problem started happening? We can help you to roll back to that version, so that your live site will work as intended. After that, then we can update and debug the problem on the staging site, or on our test site.

    Best regards,
    Rikard

    Hey hallco,

    Sorry for the late reply. I can’t load your screenshot, but you should be able to add your new content in a widget in the header: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area. We can help you out with placing it in the correct position, after you have added the content.

    Best regards,
    Rikard

    in reply to: Reducing vertical spacing between 2 content elements #1289773

    Hi Ryan,

    Sorry for the late reply. Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-6963 #av_section_2 .togglecontainer {
        margin: 10px 0;
    }

    Best regards,
    Rikard

    Hi Vera,

    I’m not sure if I understand the problem you are having. Could you try to explain a bit further, or post a screenshot highlighting it please?

    Best regards,
    Rikard

    in reply to: Editing Pages – Critical Error on this website #1289771

    Hey vanosome,

    Sorry for the problem, and sorry for the late reply. I see that you are running an old version of the theme, could you try to update to the latest version (4.8.1) to see if that helps please? The update to 4.8.x has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541

    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or use a plugin to upload the theme zip file: https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/

    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.

    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    Hi Henrik,

    I’m not sure exactly what is going on there, but the same thing happens if you try to navigate to the permalink of the page in private. Could you try to reset your permalink settings on the other page in private, to see if that helps please? Also make sure that all caches are cleared, or disable your caching plugin.

    Best regards,
    Rikard

    in reply to: Enfold Child functions.php ignored #1289768

    Hey maxh_muc,

    Great, I’m glad that you found the problem, and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    Hey CarletonTorpin,

    Please try the following in Quick CSS under Enfold->General Styling:

    1.

    .slideshow_align_caption {
        vertical-align: bottom;
    }

    2.

    .slideshow_align_caption h2 a {
        color: red;
    }
    
    .avia-featureimage-slideshow .slideshow_caption h2 {
        margin: 0;
        text-shadow: 0px 0px 3px rgb(0 0 0 / 50%);
    }

    3. I’m not sure I understand what you mean by this, could you try to explain a bit further or post a screenshot highlighting your intentions?

    Best regards,
    Rikard

    in reply to: Woocommerce Bundles: Add to Cart Button Location Help #1289766

    Hey creativecrowddigital,

    Please try this in your functions.php file:

    remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );
     add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 1);

    Best regards,
    Rikard

    in reply to: Add a category page style page banner to regular page #1289765

    Hi,

    You would have to insert the breadcrumbs as shortcode if you want a layout like that, please refer to the documentation here: https://kriesi.at/documentation/enfold/breadcrumbs/#insert-breadcrumbs-as-shortcodes

    Best regards,
    Rikard

Viewing 30 posts - 22,501 through 22,530 (of 93,423 total)