Forum Replies Created

Viewing 30 posts - 13,861 through 13,890 (of 34,601 total)
  • Author
    Posts
  • in reply to: Code is not visible on frontend #1316731

    Hi,
    Oh I see, please try changing the css to this instead:

    .realEstateRatingContainer {
        width: 100%;
        float: left;
    }

    Best regards,
    Mike

    in reply to: Images not appearing in masonry gallery #1316730

    Hi,
    Glad to hear that you remembered that and was able to test it by removing it. So it would seem that I didn’t write the script strict enough to only apply to the masonry gallery, as on the /preschool-kindergarten/ page, but as I go back to rewrite I find that you are no longer using the lightbox linking to the images, thus there is not a larger image for the script to use. I then realize we should have changed the image size option to No Scaling (Original Width X Original Height) to solve that thread instead of using the script, I made this change for you.
    2021-08-14_001.jpg
    Since the masonry element on the /community/ page is using the full size images this solves both issues. Sorry for the round-about solution and the extra headache.

    Best regards,
    Mike

    in reply to: Misaligned hotspot tooltips #1316728

    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: Code is not visible on frontend #1316638

    Hi,
    Sorry I’m not understanding, the screenshot is what I see on my desktop, is it different on your desktop? If so please add a screenshot so I can see how you see it.

    Best regards,
    Mike

    Hi,
    Thank you for the link, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #main .togglecontainer .single_toggle .toggler {
    	padding-right: 52px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Upload and activate theme setting file #1316621

    Hi,
    Glad to hear this helped, this change will be included in the next update. 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: Code is not visible on frontend #1316617

    Hi,
    Do you mean move the “Haus” button over? Please see the screenshot in the Private Content area.
    This can’t be done because it is inside the iframe, you can’t control content inside an iframe.

    Best regards,
    Mike

    in reply to: Accordion element not showing text in the backend #1316614

    Hey sasha,
    Thank you for your patience and for the login, I see that you have v4.8.6.1 installed but your child theme is loading v4.8.6 please try correcting.
    I found that you had the Avia Layout Builder Debugger enabled so I copied your page to my test install and the accordion content showed in the backend, please see the screenshot in the Private Content area.
    please try disabling your plugins to see if that helps.

    Best regards,
    Mike

    Hey S.,
    Thank you for your patience, I couldn’t find your accordion element on the /referenzen/ page as displayed in your screenshot, is that the correct page?

    Best regards,
    Mike

    in reply to: Code is not visible on frontend #1316608

    Hi,
    Glad this helped, your iframe is aligned under your button group and fills the column, so it is not centered, your KONTAKT column is holding this column to the right. So I’m not sure how you want to see this, perhaps you can include a screenshot of what you would like to see.

    Best regards,
    Mike

    in reply to: Images not appearing in masonry gallery #1316602

    Hey jaimemerz,
    Thank you for your patience, the links to the background images on your page for the masonry items do not point to images, they point to pages. Please see the screenshot in the Private Content area.
    The featured images for your portfolio items, when you try to change the featured image from the portfolio page backend, points to a .jepg image but if you go to the link and try to download the image it is actually a .webp image. From the same featured image dialog box, you can not choose any other existing images you can only upload new images.
    I believe these issues are related to your SiteGround Optimizer plugin but deactivating it doesn’t stop the site from linking to .webp images in the featured image dialog box or start linking to the actual .jepg images in the masonry element.
    I exported your portfolio items to my test site and none of the images were included, this was my first clue, on my site if I add a new featured image your masonry portfolio items show correctly, this was my second clue.
    So I don’t believe this is related to the masonry element or the latest version.
    I tried adding a new image to one of your items but it didn’t work, even with the SiteGround Optimizer plugin deactivated perhaps this is only a frontend for your server settings, can you disable all caching and optimization on your server? I see the WordPress Importer plugin is activated, did you build this site here or imported it somehow?
    I can not view your child theme functions.php, is there any functions or scripts that are related?

    Best regards,
    Mike

    in reply to: Code is not visible on frontend #1316592

    Hey rixi,
    Thank you for your patience, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .realEstateRatingContainer {
    	width: 100%;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Menu description in different menu layout #1316588

    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: Avia image caption overlay #1316586

    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: Avia image caption overlay #1316450

    Hi,
    The screenshot above is from Windows 10 ▸ Chrome, I also see the same with Mac ▸ Safari, what are you using for a desktop?

    Best regards,
    Mike

    Hi,
    Thank you for the link to your site and the screenshot, I’m not seeing your custom icons on Windows 10 ▸ Chrome or Mac ▸ Safari
    2021-08-12_002.png
    I see you have a CORS policy, where your icon font is loaded from your live domain and shown on your testing domain:

    Access to font at 'https://live-domain/wp-content/uploads/avia_fonts/flaticon/flaticon.woff2' from origin 'https://test-domain' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

    please try ensuring all resources for your testing domain are from your testing domain, I also recommend either adding a https certificate to your testing domain or removing the https from the links, that is change them to http, also most of your menu items point to your live site.
    On your live site the ones not showing do not have the corresponding css, please link to the zip file that you uploaded to your Iconfont Manager so I can test. Sometimes icon sets from flaticon do not contain the actual icon font and only contain svg images, these icon packs will not work, they must be the actual icon font. Other times the zip file uploaded have the icon font nested in directories inside the zip file and must be extracted and sorted out and then re-zip’ed

    Best regards,
    Mike

    in reply to: Create a Pop Up at Enfold #1316421

    Hi,
    Thank you Guenni007, that is a good tip.

    Best regards,
    Mike

    Hi,
    Glad to hear that you have this sorted out, 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: Avia image caption overlay #1316418

    Hi,
    I see that you made the change that I recommended and it is showing correctly for me:
    2021-08-12_001.png
    please clear your browser cache and checking again.
    I see that you are using W3 Total Cache so there is a good chance that right after making a styling edit you will need to clear the cache to see it immediately.

    Best regards,
    Mike

    in reply to: Upload and activate theme setting file #1316412

    Hi,

    @honighut
    & @BeeCee
    the dev team has released this temp fix for theme settings import, please give this a try, via FTP save your current function-set-avia-ajax.php as a fallback and replace it with this one:
    https://www.dropbox.com/sh/8fsahv7a6y7er1z/AAC7zyDWptD4HGL2r_p_5Y1Za?dl=0
    you will find it at:
    \wp-content\themes\enfold\framework\php\function-set-avia-ajax.php
    you may need to clear any server caching first, then you may also need to use the WP Reset plugin on your new site that you are importing to if you had a previous failure during the process.

    Best regards,
    Mike

    in reply to: Create a Pop Up at Enfold #1316262

    Hey saludesencial,
    Please see this thread for an example.

    Best regards,
    Mike

    in reply to: Avia image caption overlay #1316261

    Hi,
    Thank you for the link to your site, for this last item the color in the options is red while your other ones are white, please try changing the setting:
    2021-08-11_001.png

    Best regards,
    Mike

    in reply to: Upload and activate theme setting file #1316255

    Hi,
    Thank you for the feedback, I examined your theme setting file by decoding it and compared it to a newly created new install theme setting file and the main difference I found was that the new theme setting file had no line breaks where yours had about 100, yours also had html entities that I didn’t find in the other. I tried removing the line breaks and recoding it, and it passed the install to my test site but no changes were actually made, so while there was no error message it didn’t work. I believe there is an error in the coding of your theme setting file. You can try decoding and examining it but I don’t believe that it can be repaired because the data is serialized so when the values are changed the character length is not updated thus the serialization is broken.
    Unfortunately, I believe you will not be able to use this file.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, you will find the most up-to-date child theme included with the latest version if you download the full zip from Theme Forest and extract it on your desktop, 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: Hide Tags Woocommerce Product #1316242

    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: Preistabellen anpassen – bitte um Hilfe! #1316047

    Hi,
    I see that in the css you added the arrows were converted to entities, so instead of > you have > please check the css again, this typically occurs when someone copies the code from an email, if you are having trouble copy & paste the code I posted in the forum then please include an admin login in the Private Content area and I will correct for you.

    Best regards,
    Mike

    in reply to: Image Caption Overlay Text Color Changed with Update #1316045

    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,
    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: Menu description in different menu layout #1316039

    Hi,
    Thanks for the feedback, I examined this further and found that the element is available in the top menu layout, it is hidden with this css:

    .avia-menu-subtext, #top .sub-menu .avia-menu-subtext {
        display: none;
    }

    so you can easily override it with some css such as display:block; or display:inline; , but it will require some more css to get it to work well.
    Here is some css I came up with as a starting point for you, but it depends on your layout:

    #avia-menu > [id*='menu-item-'] > a {
    	line-height: 14px !important;
        padding-top: 36px !important;
    }
    #avia-menu > [id*='menu-item-'] > a .avia-menu-subtext {
        display: inline;
    }
    #avia-menu > [id*='menu-item-'] > a .avia-menu-subtext::before { 
    	content: "\A"; 
    	white-space: pre; 
    }

    2021-08-10_001.png

    Best regards,
    Mike

    in reply to: Website taken over/theme updates #1316030

    Hi,
    Thank you for using Enfold and have a great day

    Best regards,
    Mike

Viewing 30 posts - 13,861 through 13,890 (of 34,601 total)