Forum Replies Created

Viewing 30 posts - 22,651 through 22,680 (of 93,420 total)
  • Author
    Posts
  • Hi,

    Thanks for the update, and sorry for the late reply. I tried out the form on the page in private, and it seems to be working fine on my end. Did you manage to find a solution for the problem? If not, then please let us know how we can reproduce the problem on our end.

    Best regards,
    Rikard

    Hi Carsten,

    Sorry for the late reply. I can’t see the results as in the screenshot in private, it look like the second screenshot on my end, both when the header is transparent and solid. Did you manage to find a solution for that? If not, then please let us know how we can reproduce the problem.

    Best regards,
    Rikard

    in reply to: PROBLEM: Can't update v3.5 to 4.8 in WordPress5.6 #1288696

    Hi,

    Sorry for the problem, and for the late reply. 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/

    If you need help with the update, then please include FTP login details as well in private.

    Best regards,
    Rikard

    in reply to: Support #1288680

    Hi,

    Sorry for the late reply. The theme has no support for Elementor unfortunately, but I’ve seen installations where it seems to run without any problems. I’m not sure if the theme is to blame for the problem you are having, but it doesn’t “overwrite jQuery”, it’s using the default WordPress version of jQuery. I wanted to check your plugins, but the account you sent us doesn’t have admin rights. If you want us to have a closer look, then please upgrade the account to have administrator rights.

    If you don’t absolutely have to use Elementor, then I would advise that you stick to the Enfold Layout builder. It can handle most types of layouts, and is easy to use. If you want to make minor changes to your layouts, then we can hopefully help you out on the support forum.

    Best regards,
    Rikard

    in reply to: Site Is not excepting my Advance styling setting #1288675

    Hi,

    Sorry for the late reply. I tried checking your example page, but it gives me a 404 error. I created a new page, and previewed it. I can’t see any error messages on either the front or backend though.

    If you should continue to have problems, then please update the theme to the latest version (4.8.1) to see if that helps: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If not, then try to disable all plugins, to check for a conflict coming from any of them.

    Best regards,
    Rikard

    in reply to: CSS issues #1288663

    Hi Pelle,

    Thanks for the update, and sorry for the late reply. You had invalid CSS comments in your Quick CSS box:

    /* Hoover effect på länkade bilder /*

    I corrected that for you in all languages, and the theme settings are now applying. Please review your site.

    Best regards,
    Rikard

    • This reply was modified 4 years, 11 months ago by Rikard.
    in reply to: Semi Transparent background for sub menu in the header #1288657

    Hey Matjaz,

    Please try this CSS as well:

    .main_menu ul ul {
      background-color: transparent;
    }

    Best regards,
    Rikard

    Hi,

    Sorry for the late reply. What exactly did you add to function.php? I’m asking since the mobile menu is working fine when I activate version 4.7.6.4, which is also installed.

    Best regards,
    Rikard

    in reply to: Lightbox show everything and more… #1288652

    Hi Jean,

    Sorry for the late reply. I’ve added this to your function.php file, in order to stop those videos which looks to be added by a playlist:

    function popup_no_gallery() {
    	if( is_single(7538) ) {
    		?>
    		<script type="text/javascript">
    		(function($){
    		$(window).load(function(){
    			$('a.lightbox-added').magnificPopup({ 
    				type:  'image',
    				mainClass: 'avia-popup mfp-zoom-in mfp-image-loaded anchor-link',
    				preloader: true,
    				midClick: true,
    
    				gallery: {
    					enabled: false
    				},	
    			}); 
    		});
    		})(jQuery);
    		</script>
    		<?php 
    	}
    }
    add_action('wp_footer', 'popup_no_gallery');

    This will only apply to the post in private, please review it.

    Best regards,
    Rikard

    in reply to: Woocommerce sorting option #1288647

    Hi,

    Sorry for the late reply. Could you please try reaching out to the plugin developers and ask what is required in order to implement their sorting? Please note that our support for third party plugins is limited.

    Best regards,
    Rikard

    in reply to: "Comments Off" despite being enabled #1288645

    Hi Kate,

    Sorry for the late reply. I tried adding a comment to the post in question, but I’m seeing the same problem on my end as well unfortunately, but I’m not sure why it’s happening. I’ve asked the rest of the team to have a look as well. Please reply to this thread once you have read it, so that it gets added back to our support queue.

    Best regards,
    Rikard

    Hi Verena,

    Sorry for the late reply. Could you post admin WordPress login details in private, so that we can have a closer look please? Also please try reaching out to the authors of the code you are trying to use, to see if they can help you out. Our support is limited when it comes to third party code.

    Best regards,
    Rikard

    Hi Verena,

    Sorry for the late reply. Could you post admin WordPress login details in private, so that we can have a closer look please? Also please try reaching out to the authors of the code you are trying to use, to see if they can help you out. Our support is limited when it comes to third party code.

    Best regards,
    Rikard

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

    Hi again,

    Screenshot iPad_AboutWhyUs_portrait.jpeg; I can’t see that happening on the page in private. On which page is the screenshot taken from?

    Please try this in Quick CSS to adjust the captions in relations to the arrows on the front page:

    @media only screen and (max-width: 1400px) {
    .avia-fullwidth-slider .caption_container {
        max-width: 90%;
    }
    }

    Sidebar offset; this CSS coming from your Quick CSS box seems to be causing that to happen:

    .container .av-content-small.units {
        width: 78% !important;
    }

    Best regards,
    Rikard

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

    Hi Scott,

    Sorry for the late reply. I would strongly advise that you take out all text elements from your background images, as background images will never scale exactly as anticipated on all screen sizes. Some loss of image data is inevitable, when setting background images to cover the container element. If you want better control of the backgrounds, then I would recommend that you use separate sections for desktop and mobile, and use images which are better adapted for smaller screens in the sections which are shown on mobile.

    If you don’t want to use separate sections, then you would have to use custom CSS. This should adjust the first section on the about page for example:

    @media only screen and (max-width: 1024px) {
    .page-id-31 #av_section_1 {
        background-position: top left;
    }
    }

    And this will adjust the second section:

    @media only screen and (max-width: 1024px) {
    .page-id-31 #av_section_2 {
        background-size: cover;
    }
    }

    You have added BR elements to your texts, that is why your text is breaking like that. Here’s an example:

    How can we help your project’s success?

    If you want to hide your added code for mobile and tablets, then you would need to use CSS like this:

    @media only screen and (max-width: 1024px) {
    h2 br, p br {
        display: none;
    }
    }

    You might be better off removing the BR elements in your text though, and use CSS to align the text instead.

    Best regards,
    Rikard

    in reply to: Problems with magazines and multi lingual #1288636

    Hi Mike,

    I’m very sorry for the late reply. I’ve tried setting up a test environment, so that I can try to reproduce the problem on your site. I’m no WPML expert unfortunately, and I think I’m missing something in the settings. When I edit something in language 1, and I click the update icon for language 2, it takes me directly to the portfolio item edit screen, instead of the side by side editing screen like in your video. Would you be able to check the installation in private, to see which setting I’ve missed? If we can reproduce it on the test installation, then we can assume that this is bug. If we can’t, then the problem might be a local one on your site.

    Edit; English is the main language on the site, and Swedish is the second language.

    Best regards,
    Rikard

    • This reply was modified 4 years, 11 months ago by Rikard.
    in reply to: Edit post arrows #1288528

    Hi,

    The box which flies out when you hover over the arrow has a semi transparent background, I’m asking if you want to make that background solid.

    Best regards,
    Rikard

    in reply to: Simple Full Width Accordion. #1288526

    Hi,

    Thanks for the update, and sorry for the late reply. The Accordion is not a full width element, so it will always stay within the container width setting. If you should need further help, then please post a link to where we can see the element in question.

    Best regards,
    Rikard

    in reply to: General Theme Edit Issues #1288524

    Hi,

    Thanks for the update. Did you try to disable all plugins? I’m asking since I cannot reproduce the problem on a local installation. The likely problem is that one or more of your plugins are adding items or columns, which takes all the space.

    Best regards,
    Rikard

    Hi cindybird52,

    The warning message is only that, a warning. If you read the message which @guenni007 quoted, you won’t see anything about HTML not being allowed. It only tells you to close any markup you add properly.

    Best regards,
    Rikard

    in reply to: WooCommerce Pictures Still Disappear when Clicked #1288512

    Hey EWBailey354,

    Sorry for the late reply. The login details you posted are not working, please check and verify.

    Best regards,
    Rikard

    Hi,

    Thanks for the login details, and sorry for the late reply. Could you upgrade the account you posted for us, to have administrator rights as well please?

    Best regards,
    Rikard

    in reply to: Enfold Contact-Form #1288496

    Hi,

    Thanks for the update. I tried logging into your site again, but the login details are no longer working. Please check and verify, and post working login details in private.

    Best regards,
    Rikard

    Hi fecanimedia,

    You can change the canonical URL for the page in question, in the Advanced Options in Yoast: https://imgur.com/a/B8ksiPB

    Best regards,
    Rikard

    in reply to: Postcontent element with background-color #1288488

    Hi,

    Thanks for the update. Since you need different results on different pages, then a custom class wouldn’t help you much. You would need to use the page-id class, then followed by whatever the class or ID is for the section or element you are trying to target.

    If you can’t even provide us with a link to where we can see the elements in question, then this is all the help we can provide you with.

    Best regards,
    Rikard

    Hey Eleina_Shinn,

    You have selected the font to be 35 pixels in the element options:

    Font Size for medium sized screens (between 768px and 989px – eg: Tablet Landscape)

    If you need to target other screen sizes, then please try adjusting your media query.

    Best regards,
    Rikard

    in reply to: Category image ogg tag #1288484

    Hey Lidia,

    The theme doesn’t have built in functionality for setting which image is to be used on social media platforms, you would have to use a plugin like you mentioned.

    Best regards,
    Rikard

    in reply to: Multi Language Website #1288483

    Hi,

    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. Also please try to explain a bit further which texts you would like to change, and to which font.

    Best regards,
    Rikard

    in reply to: Need help with GTranslate Plugin #1288426

    Hi,

    Thanks for the update. You can select to hide the breadcrumbs for each individual page in the Layout menu, on the page in question. I changed that for you on the home page.

    Best regards,
    Rikard

    in reply to: Accordion Custom Styling Not Working #1288425

    Hi,

    Yes you should be able to use custom markup in the title, just remember to close it properly.

    I’m not sure what you are referring to on the documentation page, could you try to explain a bit further please?

    Best regards,
    Rikard

Viewing 30 posts - 22,651 through 22,680 (of 93,420 total)