Forum Replies Created

Viewing 30 posts - 12,481 through 12,510 (of 34,549 total)
  • Author
    Posts
  • in reply to: Caching Header? #1339226

    Hi,
    Thanks for the feedback, I checked again but the header looks transparent to me, please see the screenshot in the Private Content area, of where I scrolled down to a black area.
    Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    in reply to: Page Header – Avoid Transparency #1339225

    Hi,
    Glad that this helped, if you include an admin login I could take a look at where this is coming from.

    Best regards,
    Mike

    in reply to: use value from form field as subject. #1339219

    Hey Chris_85,
    Please give this a try:

    add_filter('avf_form_subject','avia_change_mail_subject', 10, 3);
    function avia_change_mail_subject($subject, $new_post, $form_params) {
    $subject = sprintf("%s", $new_post['5_1']);
    return $subject;
    }

    this assumes that the fifth field in the contact form is a select field:
    2022-02-06_006.jpg
    note that any spaces in the field will be replaced with %20 so use an underline or dash
    2022-02-06_007.jpg

    Best regards,
    Mike

    in reply to: search product result #1339215

    Hey eknyazyan,
    Thanks for your screenshot, it doesn’t look like a product search, it looks like a blog article search, so is the product image that you want to add like an advertisement above the search results?

    Best regards,
    Mike

    in reply to: Layout Builder no longer working #1339214

    Hi,
    You are getting the error:

    Failed to load resource:/wp-admin/admin-ajax.php the server responded with a status of 403 ()

    this could be due to Mod Security or even the sucuri that has been blocking access, you could also see this post, there are many this that can cause this so it’s hard to say, try the steps in this article.

    Best regards,
    Mike

    in reply to: More text in the socket? #1339210

    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: Masonry "load more" feature not working #1339209

    Hey neon2020,
    To fix the issue with the load more button, please replace the masonry_entries.php and the masonry_gallery.php with the files below. The files are located in their respective folders in the enfold > config-templatebuilder > aviashortcodes directory.

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_9/templatebuilder/masonry_entries.php
    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_9/templatebuilder/masonry_gallery.php

    Best regards,
    Mike

    in reply to: More text in the socket? #1339207

    Hi,
    Glad to hear this helped, you should not expect any future issues, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: problem registering #1339200

    Hi,
    Glad Rikard could 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: Custom ID images #1339198

    Hi,
    Thanks for the login, I adjusted your css to this:

    @media only screen and (max-width:989px) {
    .avia-image-container.greca {
    float: none;
    display:flex;
    justify-content: center;
    }
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Column Settings #1339197

    Hey markus-fischer,
    Thank you for the link to your site, but since your screenshot requires a login so we can not see it.
    Please try using an open image host to show your screenshots so we can see them.
    I looked at your page as mobile but I don’t see any extra space, please see the screenshot in the Private Content area below, perhaps try including a screenshot with some markup pointing out the extra space.

    Best regards,
    Mike

    in reply to: Page Header – Avoid Transparency #1339196

    Hey markus-fischer,
    Thanks for the link to your site, I’m seeing this in your stylesheet;

    #header {
        position: relative;
        z-index: 501;
        width: 100%;
        background: transparent
    }

    it looks like a custom rule but I’m not sure because your css is merged, so if you can’t find it to remove, try adding this css:

    #top #wrap_all #header {
    	 background: #fff;
    }

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

    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: Child Theme Settings don't work #1339192

    Hi,
    I went to the frontend, and it didn’t look right, then I went to the backend again and the theme settings button was blue as if it was not saved yet so I clicked it again, and then checked the frontend again and all was well.

    Best regards,
    Mike

    Hey Julio,
    When a featured image is added to the homepage or any page, that image is not included in the page source code, the image is requested by another function, such as when a featured image is shown on a post, but for pages this is not typical.
    You say that when the page is shared the image shows, but I don’t see any social sharing links on your site so I assume this is handled by something like your SEO Yoast plugin, I know of nothing in the theme that would do this, so I suggest looking at your SEO Yoast settings and perhaps cleared your cache?
    Perhaps it has something to do with your social site, for example on this forum the profile photo is added by linking your email address to a Gravatar account, this is connected to WordPress. Once you create an account and login you can add your profile photo and it will show on every WordPress site that you login to.
    So perhaps your old featured image is on FB somewhere? I don’t know, I don’t use FB 🙂
    When I add screenshots I copy the HTML Medium image (linked) code and paste it into the editor
    2022-02-06_002.jpg

    Best regards,
    Mike

    Hey Monika,
    I added this css to your Quick CSS:

    #top .avia-slideshow-arrows a:before {
        background: transparent;
        background: rgba(0,0,0,0);
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Caching Header? #1339187

    Hey Monika,
    Thanks for your login, for your homepage you have this css making the header white even though you have the transparent header set:

    .av-logo-container {
        background-color: #ffffff !important;
    }

    I added this css so that when you have the transparent header set the logo-container background will also be transparent:

    #top #header.av_header_transparency .av-logo-container {
        background-color: transparent!important;
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    Hey martinjuergens,
    Thanks for the login, but you are using a very old version of Enfold v4.0.5 which is not designed to work with WordPress v5+
    So you will need to manually update because the update API from that version no longer works.
    To update your version of Enfold you will need to download the latest 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

    Best regards,
    Mike

    in reply to: can I create a transparent overlay footer? #1339181

    Hi,
    Glad Guenni007 could 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, and thanks again Guenni007

    Best regards,
    Mike

    in reply to: Hiding Enfold logo when no logo uploaded #1339180

    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: Child Theme Settings don't work #1339179

    Hi,
    Thanks for the login, I enabled the child theme and the site looks the same to me, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Adapt Image Size for Mobile #1339177

    Hey markus-fischer,
    Thank you for the link to your site, but since your screenshot requires a login we can not see it.
    Please try not to require a login for your screenshots so we can see them.
    So I guess that you are talking about the light bulb image on your site for mobile, since it is for a “specific” image the WordPress image class for this image is wp-image-3399 so this css will reduce it’s size below 430px:

    @media only screen and (max-width: 430px) { 
    .wp-image-3399.avia_image {
    	max-width: 50%;
    	max-height: 50%;
    	margin: auto;
    }
    }

    After applying the css, please clear your browser cache and check.
    If you have a group of these images you can add a custom class in the advanced options of the image element and use it instead of the WordPress image class in the css.

    Best regards,
    Mike

    in reply to: Hiding Enfold logo when no logo uploaded #1339175

    Hi,
    For mobile try adding this:

    @media only screen and (max-width: 767px) { 
    	.responsive #top #header_main .logo a {
    		display: none;
    	}
    }

    But is this what you are trying for? Because in this case in both mobile and desktop you will have an empty white header bar, perhaps you plan to add text there?

    Best regards,
    Mike

    in reply to: Accordion/Toggles deeplinking #1339171

    Hi,
    Please include admin login in the Private Content area so we investigate further, the previous login doesn’t work anymore.

    Best regards,
    Mike

    in reply to: Editing social icons in the small bar above main menu #1339170

    Hi,
    Add 10px margin-right to the #top .av_extra_header_active .social_bookmarks li rule, like this:

    #top .av_extra_header_active .social_bookmarks li {
        border-right-style: none;
        border-right-width: 0;
        margin-right: 10px;
    }
    #top .av_extra_header_active .social_bookmarks {
    	padding-top: 4px;
    }
    #top .av_extra_header_active .social_bookmarks li a {
        border-radius: 25px;
        background: #c24e2d!important;
    }

    Best regards,
    Mike

    in reply to: Team member – wrong picture shown #1339167

    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: Manual Rotation of Logos #1339125

    Hi,
    I started to look into this for you, this is the page in the documentation for the core setup, and the demos are shown here, but after messing with it for a while I thought to look in the WordPress Plugins because typically open source projects have been turned into plugins, and I found it: Swiper Js Slider I tested this and the setup was very easy:
    2022-02-05_013.jpg
    I added the slider shortcode to a code block element inside a color section set to 100% height and a blue background
    2022-02-05_014.jpg
    the frontend results
    2022-02-05_015.jpg
    I linked to the test page below, please give this a try.

    Best regards,
    Mike

    in reply to: How to create a different table layout #1339114

    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: Child Theme Settings don't work #1339113

    Hey Katja,
    Thanks for the link to your site, right now it looks like the child theme is not active, if the site looks correct now then try these steps.
    ▸ disable all caching & minifying plugins
    ▸ disable Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression
    ▸ enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files
    ▸ save theme settings
    ▸ download Enfold Theme Options ▸ Import/Export ▸ Theme Settings file (to desktop as fallback)

    ▸ enable child theme
    ▸ go to Enfold Theme Options ▸ Import/Export ▸ Import Settings from your Parent Theme & import
    ▸ clear browser cache and reload front end a couple of times, this should solve.

    If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Accordion not opening #1339110

    Hi,
    Glad Nikko was 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

Viewing 30 posts - 12,481 through 12,510 (of 34,549 total)