Forum Replies Created

Viewing 30 posts - 1,831 through 1,860 (of 33,339 total)
  • Author
    Posts
  • in reply to: Layoutprobleme bei mobiler Ansicht der Seite #1439422

    Hi,
    Thank you for the link to your site, on the page that you have linked to the widths of the text in the cells now look good, so I guess the cell padding tip above helped.
    I see that you have two cells hidden on mobile, both are image backgrounds, if you want them to show you can change this:
    Enfold_Support_5350.jpeg
    you have one column with a background image that has no content and no min height so it will not show:
    Enfold_Support_5352.jpeg
    please add a min-height for it to show:
    Enfold_Support_5354.jpeg
    When I check the slider text is white on desktop & mobile, I check with Windows in Chrome, Firefox, & Edge Dev Tools and Android phone. If you see black text on your phone try clearing your browser cache following these steps for Safari and note step 4 where you will Clear the History.
    Those are the only issues that I see, please 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: Layer Slider background image on transition #1439419

    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: portfolio category page style changed #1439412

    Hi,
    Try this function instead:

    add_filter( 'avf_wc_before_shop_loop_item_title_img_size', 'avf_wc_before_shop_loop_item_title_img_size_mod', 10, 1 );
    function avf_wc_before_shop_loop_item_title_img_size_mod( $thumbnail_size ) {
        return 'fullsize';
    }

    Best regards,
    Mike

    in reply to: make the button in transparent square #1439408

    Hi,
    You can use the button element options to create this:
    Enfold_Support_5344.jpeg
    Enfold_Support_5346.jpeg
    The button element has many more options, please review them, as you choose “custom colors” in the drop down you will be given more options.

    Best regards,
    Mike

    in reply to: Always show add to cart and show more buttons #1439407

    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: Adding a button to the Accordion slider. #1439406

    Hi,
    Thank you for the link to your site and your patience, for your first slide with the button, it has a link so adding the button creates a nesting link, which typically wil cause issues, but it looks like this css will help:

    #main .aviaccordion-excerpt p > a {
        text-decoration: none;
    }
    
    #main .main_color a.my-accordion-button {
    	  text-decoration: none;
        background: blue;
        padding: 10px;
        border-radius: 2px;
        color: #FFF;
        position: relative;
        top: 135px;
    }
    #main .aviaccordion-slide-link .aviaccordion-title {
        top: -50px;
        position: relative;
    }
    #main .aviaccordion-slide-link {
        text-decoration: none;
    }

    this is the expected results:
    Enfold_Support_5342.jpeg

    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

    Hi,
    Oh I thought you were looking for something like this:
    Enfold_Support_5340.jpeg
    anyways try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .av-masonry-entry .avia-arrow {
        background-color: #fff;
    }

    Best regards,
    Mike

    Hi,
    I don’t see a white arrow:
    Enfold_Support_5338.jpeg
    I checked on Windows in Chrome, Firefox, & Edge

    Best regards,
    Mike

    Hi,
    I tested with both a Tabs element & Tab Section:
    Enfold_Support_5332.jpeg
    with two pages, tab one, tab two, and it works in both:
    Enfold_Support_5334.jpeg
    Enfold_Support_5336.jpeg
    It looks like the page you want to show in the tab is a color section, remember that I said you can’t use full width elements like color sections, grid rows, etc.

    Best regards,
    Mike

    in reply to: Can’t make grid row slim #1439392

    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: Always show add to cart and show more buttons #1439390

    Hey ballindigital,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .avia_cart_buttons {
        opacity: 1;
    }
    #top div.avia_cart_buttons a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
    #top div.avia_cart_buttons a.button.show_details_button:hover {
        color: black !important;
    }

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

    Best regards,
    Mike

    in reply to: WP Image Zoom #1439386

    Hey bemodesign,
    Thanks for the link to your site, the plugin support for lightboxes and sliders is a Pro Feature
    Enfold_Support_5328.jpeg
    It looks like it costs $78
    There is something similar called Magnificent.js, but the way it (and your Zoooom plugin) works is by showing two images, one small that you see on the screen and one very large that you only see a little of on hover, so you will need to manually create the element, you can’t use theme elements with it. So if you like the Zoooom plugin, paying for the Pro version would save you a lot of work.

    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

    Hi,
    Do you mean this example:
    Enfold_Support_5326.jpeg
    it is a link on a image, it is not the same as a masonry gallery, our masonry gallery doesn’t have this. If you see a masonry gallery that has it and is not a external link please point to it.
    Otherwise, link to your page and make the captain show on hover and perhaps we can get the arrow to show another way.

    Best regards,
    Mike

    in reply to: Header width and different logo on mobile #1439367

    Hi,
    I check your snippet and found that it was inactive:
    Enfold_Support_5320.jpeg
    so I enabled it and it now works, please check.

    Best regards,
    Mike

    Hey woogie07,
    The arrow is typically for external links, see the setting at: Enfold Theme Options ▸ Advanced Styling ▸ Linked Image Overlay on my demo the arrow doesn’t show on the masonry gallery images on hover, but I’m not using external links. If this doesn’t help link to your page and make the captain show on hover and perhaps we can get the arrow to show another way.

    Best regards,
    Mike

    in reply to: Header width and different logo on mobile #1439363

    Hi,
    If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
    Enfold_Support_2680.jpeg
    then add the this code and save.

    add_filter('avf_logo','av_change_logo');
    function av_change_logo($logo)
    {
        if(wp_is_mobile() ) {
        $logo = "/wp-content/uploads/2024/04/LogoMobile.png";
        }
        return $logo;
    }

    you may need to make the image url in the code your full path if this doesn’t work, I didn’t want to post your full url as I think you want it private.

    Best regards,
    Mike

    in reply to: Saving didnt work #1439362

    Hi,
    The theme works for WP 6.5, when I check the frontend the demo loads:
    Enfold_Support_5318.jpeg
    when I try to login the block message also says: “Servizi Internet” is that your webhost?
    Perhaps they are using mod_security in the server, try asking them. If they are blocking us from loging in they might also be cause a 403 (Forbidden) error in the backend on /wp-admin/admin-ajax.php and causing the “saving didn’t work” message.
    Try asking your webhost if they see any errors in the error log for the server, perhaps they can help solve.

    Best regards,
    Mike

    Hey klick.design,
    Try using this shortcode: [av_postcontent link='page,9999'] in the tab:
    Enfold_Support_5312.jpeg
    it will get a page for the ID that you enter:
    Enfold_Support_5314.jpeg
    and show it in the tab:
    Enfold_Support_5316.jpeg
    But you can not use any full width elements like color sections, grid rows, etc.

    Best regards,
    Mike

    in reply to: Full width easy slider – Caption title #1439358

    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: Styling Colour section – space issue #1439357

    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: Header width and different logo on mobile #1439356

    Hi,
    Perhaps I misunderstood your logo question, I thought that you wanted a different logo to show on mobile devices, but now I think that you want your logo to show larger so I did this for you, please check.
    The trick is to copy the logo url from your media library and paste it into the logo field and then save, not to use the “upload” button, this will always use the small version on the image.

    Best regards,
    Mike

    in reply to: Layoutprobleme bei mobiler Ansicht der Seite #1439355

    Hey Petra,
    Thanks for the link to your page, I see that you are using some grid rows and the cells have a Cell Padding of 150px like this:
    Enfold_Support_5308.jpeg
    Try using the icon for mobile devices and change the Cell Padding to zero, like this:
    Enfold_Support_5310.jpeg
    For each icon is a different setting for different device sizes, you may want to use zero for the three smallest sizes or at least much less than what you use for desktop.
    See if this helps, and if you want to include a admin login in the Private Content area so we can help more, just use any fake email address and post the user & pass in the Private Content area below.

    Best regards,
    Mike

    in reply to: Saving didnt work #1439354

    Hey danieleflacco,
    The message “saving didn’t work” can be giving for many different actions, please explain what you were tring to do when you saw the message.
    I tried to login but I was given a this message:

    Potentially malicious access detected. Access to the page has been blocked due to possible malicious activity

    please disable any security plugins or server settings that might be blocking our access.
    I think that you are tring to import the parallax demo, if so please ensure that the “frontpage” is set as the Frontpage Settings and the blog page is not set, like this:
    Enfold_Support_5306.jpeg

    Best regards,
    Mike

    Hey GWS,
    When I click the “load more” button I see the error “/wp-admin/admin-ajax.php 403 (Forbidden)” in the browser console. I also see a reference to “WordFence” have you tried disabling all of your plugins, including WordFence? Check your WordPress ▸ Dashboard ▸ Tools ▸ Site Health ▸ Info ▸ Server that your PHP max input variables is set to 10000.
    Also try setting your Max input time to 120 and your PHP memory limit to 768M
    Perhaps uping your WordPress Constants WP_MEMORY_LIMIT to 64M and changing your Database Max connections to 1000 will also help. These are the settings that I have on my test site.
    A admin-ajax.php 403 (Forbidden) can be caused by many issues, such as if mod_security is enabled on the server, try asking your webhost if it is, and to disable it as a test. It could also be caused by incorrect file permissions or a Corrupt .htaccess file. Please see this article for common fixes.

    Best regards,
    Mike

    in reply to: Layer Slider background image on transition #1439347

    Hey socross,
    When I check your slider when it is transitioning the background is white without a image, perhaps you have already found a solution?
    If not please include a admin login in the Private Content area so we can examine.

    Best regards,
    Mike

    in reply to: Change color in table cell #1439345

    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: Header width and different logo on mobile #1439344

    Hi,
    Thank you for your patience, right now your site is using a full width header and footer, to limit the width of the header you will need to use the “Boxed” layout
    so go to Enfold Theme Options ▸ General Layout ▸ Stretched Or Boxed Layout
    Enfold_Support_5302.jpeg
    and then set the width at Enfold Theme Options ▸ General Layout ▸ Dimensions ▸ Maximum Container width
    Enfold_Support_5304.jpeg
    To use a different logo on mobile try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_filter('avf_logo','av_change_logo');
    function av_change_logo($logo)
    {
        if(wp_is_mobile() ) {
        $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png";
        }
        return $logo;
    }

    then change the image url to the image you want to use.

    Best regards,
    Mike

Viewing 30 posts - 1,831 through 1,860 (of 33,339 total)