Forum Replies Created

Viewing 30 posts - 7,231 through 7,260 (of 34,988 total)
  • Author
    Posts
  • in reply to: Blog grid images ok for 3 columns, but not for 2? #1409743

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Thanks Guenni007, I think that I misunderstood, I thought the question was that the text element didn’t allow Guillemets.
    But I guess the question was how to make the keyboard type the Guillemets, thanks for explaining how to do this I’m sure it will be helpful to many people.

    Best regards,
    Mike

    in reply to: Slide show #1409741

    Hi,
    Try using the Horizontal Gallery instead, like the one at the bottom of your page. To add a zoom effect try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .av-horizontal-gallery-wrap.av-active-gal-item {
    	animation: zoom 7s;
    	animation-fill-mode: forwards;
    }
    @keyframes zoom {
      to {
          transform: scale(1.2)
      }
    }

    You can change the duration by adjusting the 7s to another number.

    Best regards,
    Mike

    in reply to: Problem with special header and avia characters #1409663

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Guenni007, do you mean that you also can not add these to a text element?
    I tried changing the language of my site to German and adding them again, and also tried editing again to ensure that they were not lost in the saving and editing process, but they are still there.
    Enfold_Support_2264.jpeg

    Best regards,
    Mike

    Hi,
    Thanks for your feedback, but unfortunately I don’t see another solution for this in the masonry gallery.
    Perhaps there is a masonry gallery plugin that will allow your to create rows with different number of columns per row, I have not looked but if you found one you could add to your page with it’s shortcode in a code block element.

    Best regards,
    Mike

    in reply to: Display Widgets side by side in Mobile View #1409656

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Slide show #1409655

    Hi,
    Did you write “check” to mean that you understand and agree, or that you want me to check the site?
    I will need a FTP login to check, a login to your site will not help.
    If I make the change and it also disable the swipe for mobile are you ok with that?

    Best regards,
    Mike

    in reply to: noas.com fullwidth easyslider not responsive #1409654

    Hi,
    Please login to the support forum and use this link to start a new thread
    I looked at your two sites and in both cases you will need to first manually update the theme because they are using old versions on the theme.
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg
    Then after you update you can create a Envato Token in your Theme Forest account so that future updates can be done easily.
    If you still have trouble after manually updating the theme as above then please start a new thread so we can help.

    Best regards,
    Mike

    in reply to: working solution for different logo on scroll #1409651

    Hi,
    Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Parallax viewing issues on mobile #1409620

    Hi,
    If you add customizations to the parent theme function it will be lost on updates, but with a child theme they will not be lost.
    To add the Microsoft Team logo, I assume that this is not available as a icon so you can add it like we do for TikTok, try following these steps and adjust for your logo.
    If you are not using a child theme I recommend the WPcode plugin this plugin supports PHP code snippets, JavaScript code snippets, & CSS code snippets and allows you to export and import your custom code snippets to other sites that you may have or as a backup.

    Best regards,
    Mike

    in reply to: Display Widgets side by side in Mobile View #1409619

    Hi,
    Ok, first you will need to change the width: calc(50%); to 43% or less as above so the two columns will be side-by-side and then you could add this css for text-align: right;

    @media only screen and (max-width: 767px){
    #footer .flex_column:nth-child(1) #text-4 {
    	text-align: right;
    	margin-right: 0;
        margin-left: 20px;
    }
    }

    Please see the screenshot in the Private Content area of the expected results.

    Best regards,
    Mike

    in reply to: Disabling popups #1409617

    Hi,
    Thank you, what I was tring to say is that the inline forms and the popups seem to be added by the same code snippet from getresponse, if there was a way to have two code snippets, one for the inline forms that we could add to the header for all pages, and one snippet for the popups that we could use in the “exclude_certain_pages_from_getresponse_popup” function above to only show on some pages, I believe this would work.

    Best regards,
    Mike

    in reply to: also put higher and title #1409616

    Hi,
    Glad that this helped, I removed the top border because I thought it didn’t look good once the slider was added, try removing this css from the Quick CSS:

    #top.single-product .container_wrap_first.container_wrap {
        border-top-style: none;
    }

    and clear your browser cache to see what you think.

    Best regards,
    Mike

    in reply to: Slide show #1409612

    Hi,
    Please include FTP login so we can take a look, but this solution may also disable the swipe for mobile which I don’t think you will be pleased with so the best solution may be to leave this alone.

    Best regards,
    Mike

    in reply to: Accordion slider not cliccable #1409604

    Hi,
    Glad we were able to help, sorry for the late repliy there are lots of people with lots of questions we are trying to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Parallax viewing issues on mobile #1409585

    Hi,
    To add the social icons to your burger menu to your burger menu try this solution.

    Best regards,
    Mike

    in reply to: Events Calendar Pro Conflict #1409584

    Hey Sievers,
    Thanks for the link to your page, if you disable your plugins the color section then shows correctly at full width?
    Please include an admin login in the Private Content area so we can try to investigate.

    Best regards,
    Mike

    in reply to: use some code before output text #1409577

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: use some code before output text #1409575

    Hi,
    Try using a plugin like Search Regex

    Best regards,
    Mike

    in reply to: also put higher and title #1409574

    Hi,
    Thanks for your patience, to add your Revolution Slider to the top of your shop, products, and woocommerce pages I added this code to your child theme functions.php:

    
    add_action('ava_after_main_container', 'ava_after_main_title_mod');
    function ava_after_main_title_mod() {
    	if(is_woocommerce()) {
    		echo do_shortcode("[rev_slider alias=\"titel-vorstand\"][/rev_slider]");
    	}
    }

    Then I added this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.single-product .container_wrap_first.container_wrap {
        border-top-style: none;
    }

    and now it is showing, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Problem setting up Loco Translate #1409571

    Hi,
    According to our documentation you would sync files before updating, then After syncing files, you are ready to update language files So once you have synced then update language files, then don’t sync again.

    Best regards,
    Mike

    in reply to: OnePager Menu doesn’t work #1409570

    Hey WriterTom,
    Please include an admin login in the Private Content area so we can see your site and be of more assistance.

    Best regards,
    Mike

    in reply to: Menü ausblenden #1409569

    Hey janbornemann44,
    Thanks for your question, to hide the menu on every page except the homepage, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top:not(.home) #avia-menu {
    	display: none;
    }

    After applying the css, please clear your browser cache and check.
    If this doesn’t help please include the url to your site so we can take a closer look.

    Best regards,
    Mike

    in reply to: WordPress updated to PHP 8.1 and Enfold Broke #1409568

    Hi,
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg
    Then after you update you can create a Envato Token in your Theme Forest account so that future updates can be done easily, but your current version will not work with the Envato Token

    Best regards,
    Mike

    in reply to: icon-list: change/control color for every icon #1409567

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Thanks for sharing your findings, I found this stackoverflow thread and added the lightbox-added class as a trigger:

    (function($){
        var $imgs = [];
        $('img').each(function(idx) {
          var obj = {
            src: $(this).attr('src')
          }
          $imgs.push(obj);
          var elem = $(this);
          elem.click(function() {
            console.log('clicked on img', idx);
            $('.lightbox-added').magnificPopup('open', idx);
          });
        });
        console.log($imgs);
    
        $('.lightbox-added').magnificPopup({
          items: $imgs,
          type: 'image',
          gallery: {
            enabled: true
          },
        });
    })(jQuery);

    When I test it by injecting it via the browser to your page it lists 21 of your images on the page as an arrayin the console, see: console.log($imgs); so this is promising, but they are not passing to the lightbox via items: $imgs,
    Unfortunately here it says there is a bug in magnificPopup that prevent the index.
    Here is a link to the Magnific Popup Documentation if it is helpful, give the script a try and perhaps you will be able to open the image array.

    Best regards,
    Mike

    in reply to: use some code before output text #1409558

    Hey mischael1,
    Thanks for your patience, can you explain further about this code and what it does, perhaps link to where you found it and is it for javascript or PHP?

    Best regards,
    Mike

    Hey DanielDM,
    Thanks for your patience, you would need to use a separate element for each row with a different number of columns selected.

    Best regards,
    Mike

    in reply to: Maintenance Mode: exclude page IDs? #1409556

    Hey BeeCee,
    Thanks for your patience but we don’t have a way to exclude pages from the maintenance mode feature, if you would like to request this feature the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.

    Best regards,
    Mike

Viewing 30 posts - 7,231 through 7,260 (of 34,988 total)