Forum Replies Created

Viewing 30 posts - 11,821 through 11,850 (of 34,910 total)
  • Author
    Posts
  • Hi,
    I believe you are referring to this setting, if so then no, there would not be a way to toggle this based on screen size.
    2022-05-17_001.jpg
    If this is not the setting you mean please include a screenshot of it, thanks.

    Best regards,
    Mike

    in reply to: Too big space on right side of main content #1352114

    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

    in reply to: Hover Image Catalog #1352113

    Hi,
    Thanks for the screenshot and the login, I changed your hover css to this:

    a.av-catalogue-item:hover img {
    	transform: translateX(-3rem);
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Glad to hear that you have this sorted out, shall we close this then?

    Best regards,
    Mike

    in reply to: Theme Update doesn't work #1352073

    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: demo download don't work #1352070

    Hi,
    Sorry we don’t have this, the import file is a WordPress xml file, see our documentation on How to manually import a theme demo. You could import the demo on your localhost and export it’s SQL, but the duplicator plugin would also do this and include the images and be easier, I would recommend trying this method.

    Best regards,
    Mike

    in reply to: Footer/widgets not shown #1352011

    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

    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: Blog Grid Posts with left and right borders #1352008

    Hi,

    Try this css

    #main .changely-widget.avia_codeblock {
        height: 508px;
    }

    You won’t be able to change the background color because it’s in an iframe, it must be changed at the source.
    See the source link below, the larger background color is light gray.
    You could try making the iframe the exact size of the inner white background color of the iframe:

    #main .changely-widget.avia_codeblock {
        max-width: 568px;
        height: 474px;
        margin: auto;
    }

    Best regards,
    Mike

    in reply to: Blog Grid Posts with left and right borders #1351984

    Hi,
    I see that this is an iframe inside a code block, you could use this css:

    #main .avia_codeblock {
        height: 508px;
    }

    the first issue is that you should add a custom class to the code block element so this doesn’t effect other code blocks on other pages, add it like this:

    #main .custom-class .avia_codeblock {
        height: 508px;
    }

    the second issue is that this height is not dynamic so if the iframe height changes often you will want to guess what the tallest height might be and use that.
    With iframes you don’t have control of the inner content.
    You could try a javascript solution.

    Best regards,
    Mike

    Hi,
    Thanks for the link, the post author was having issues with the height, you are having problems with the width so this solution doesn’t apply to you.
    When you build the Hype element are you able to use position: relevant; for the inner containers? Or are you able to set brake points so the right hand text will be under the image?

    Best regards,
    Mike

    in reply to: Grid Row Element Not Filling Page Correctly #1351952

    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: Masonry Gallery caption #1351951

    Hey Kate,
    Please try this css instead:

    #top .av-masonry-entry .av-masonry-entry-content {
    font-size:12px;
    font-family: 'Encode Sans Expanded', sans-serif;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    }

    After applying the css, please clear your browser cache and check.
    Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    in reply to: Change "Load more" text in gallery in Child theme? #1351948

    Hey Alwin,
    I believe that you are referring to the Masonry Gallery, if so this css will change the button text:

    #top #main a.av-masonry-pagination.av-masonry-load-more {
    	font-size: 0px;
    }
    #top #main a.av-masonry-pagination.av-masonry-load-more:before {
    	content:"See all photos";
    	font-size: 13px;
    }	

    adjust to suit, then clear your browser cache and check.
    If this is not the gallery you ment please link to your page so we can correct.

    Best regards,
    Mike

    Hi,
    Thanks for the feedback, so originally your question seemed to be about the minimum height and you pointed to this class and css:
    .minheight400 { min-height:400px; }
    but from your screenshots I believe that you are referring to the container width and how the text is off the screen, is this correct?
    If so then you would want to set the max-width instead.
    I tested this css:

    #raumschematadeslongitudinalbausdiebasilika2_hype_container-2,
    #raumschematadeslongitudinalbausdiebasilika2_hype_container-2 > .HYPE_scene {
    	max-width: 90vw !important;
    	width: 90vw !important;
    }

    but found this will not work because the inner elements such as:
    HYPE_element_container
    HYPE_element

    that create the image on one side and the text on the other have position: absolute; with a transform so they are independent of the outer container. This is why in your slider container the text shows on the second slide.
    I believe your best option will be to create a second version of this element with the text below the image for tablets and show it on tablet sizes while hiding the desktop version on tablet, then hide the tablet version on desktop.

    Best regards,
    Mike

    in reply to: demo download don't work #1351936

    Hi,
    Yes this is because the set_time_limit() disabled on your server is not allowing the WordPress import to complete.
    The only other solution that would probably work is for you to import the demo on a localhost and use the plugin duplicator and then install the clone on your OVH server.

    Best regards,
    Mike

    in reply to: Masonry Element Image spacing #1351931

    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: Cookies message #1351929

    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: Product slider slide transition #1351882

    Hey laboiteapixels12,
    Thank you for your patience and the link to your site, unfortunately, at this time the product slider doesn’t offer other animation options.
    To display 2 products at a time on tablet instead of 3 try creating a second product slider under your current one with these options selected and set the visibility to tablets and set the desktop version to only show on large screens.
    2022-05-15_005.jpg

    Best regards,
    Mike

    Hi,
    Thanks for your patience, but I have not heard of this plugin Tumult Hype Animations and I don’t understand what it is, but I see an image on the page that you linked to and it is 600px high on all devices, I don’t have an iPad but in Chrome dev tools iPad emulator the image is full height in landscape and portrait.
    Please include some screenshots so we will better understand what you are trying to achieve, also try placing the image on the page without it in the third-party slider plugin “slide anything” perhaps this element is causing a conflict.

    Best regards,
    Mike

    in reply to: import demo files didn't work #1351879

    Hi,
    Sorry we don’t have that, the import file is a WordPress xml file, see our documentation on How to manually import a theme demo
    But your server setting won’t allow the import to complete, in my experience, but you can give it a try.
    The only other solution that would probably work is for you to import the demo on a localhost and use the plugin duplicator and then install the clone on your OVH server.

    Best regards,
    Mike

    in reply to: Error Messages #1351878

    Hi,
    Thanks for the login, your WordPress ▸ Appearance ▸ Theme File Editor seems to be disabled, but I believe if you add this function to your child theme functions.php it may help:

    function custom_avf_post_css_create_file( $create ) {
    	return false;
    }
    add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );

    I see that you already have a few Email Template for your Participants Database Email Expansion Kit plugin, did this error just start?
    I’ve never heard of this plugin so I’m not sure what it is doing, but I believe the Email Templates are saved as a post-type in WordPress because the error:
    get_default_post_to_edit() #6 {main} thrown in /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 385
    points to the function handler_wp_save_post.

    Best regards,
    Mike

    in reply to: transparent areas on webside #1351875

    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: Add footer content to all product category pages #1351874

    Hey laboiteapixels12,
    Thank you for your patience and for the login, to add this red area above your footer on all pages I added a “before_footer” widget above your footer with this function in your child theme functions.php:

    add_action('ava_before_footer','avia_above_footer');
    function avia_above_footer(){
    dynamic_sidebar( 'before-footer' );
    }

    and then in your widgets I added a HTML widget with the element shortcode:
    2022-05-15_004.jpg
    Then I added this css in the WordPress ▸ Customize ▸ Additional CSS field:

    #before_footer {
    	background-color: #a25442;
    	border: none;
    }
    #before_footer .container {
    	padding: 20px 50px;
    }
    #custom_html-5 {
    	padding: 0;
    }

    and now it shows on all of your pages including the product pages, but a couple pages like your homepage now shows this red area twice, you just need to remove the element from the page if you like the widget version that I created.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: transparent areas on webside #1351870

    Hi,
    Try this instead:

    #main > .alternate_color.title_container {
    	background-color: rgba(255, 255, 255, 0.5);
    }
    #main > .container_wrap.container_wrap_first {
    	border-top-style: none;
    }

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

    Best regards,
    Mike

    in reply to: Realigning Elements Across Multiple Columns #1351869

    Hey Timothy,
    Thanks for the link to your page, I think I understand, try adding this code to the end of your functions.php file in Appearance ▸ Editor:

    function custom_equal_height_script() { ?>
        <script>
    (function($){
      	$('.home .entry-content-wrapper').each(function(){  
         var $columns = $('.flex_column.av_one_fourth>.av-special-heading>.av-special-heading-tag',this);
         var maxHeight = Math.max.apply(Math, $columns.map(function(){
             return $(this).height();
         }).get());
         $columns.height(maxHeight);
        });
         $('.home .entry-content-wrapper').each(function(){  
         var $columns = $('.flex_column.av_one_fourth>.av-special-heading>.av-subheading_below',this);
         var maxHeight = Math.max.apply(Math, $columns.map(function(){
             return $(this).height();
         }).get());
         $columns.height(maxHeight);
        });
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_equal_height_script');

    this will adjust all of the av-special-heading-tag & av-subheading_below to match the height of the tallest one, please see the screenshot in the Private Content area.
    Note that your last column has a different bottom padding, you should correct in the element.

    Best regards,
    Mike

    in reply to: transparent areas on webside #1351865

    Hi,
    Thanks for your patience, to make the title container (TANZ MIT UNS) transparent, please try this css:

    #main > .alternate_color.title_container {
    	background-color: transparent;
    }
    #main > .container_wrap.container_wrap_first {
    	border-top-style: none;
    }

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

    Best regards,
    Mike

    in reply to: import demo files didn't work #1351863

    Hi,
    Thank you for your patience, I see that you are using OVH hosting which has the set_time_limit() disabled by default on the server, please ask OVH hosting to enable this setting, otherwise you will continue to get the cURL error.

    Best regards,
    Mike

    in reply to: iframe video background #1351862

    Hi,
    Thanks for the link to your page but you can not apply css to the inner html of an iframe, this must be done at the source url. It is a web security restriction for the same-origin policy.

    Best regards,
    Mike

    in reply to: How delete LayerSlider? #1351860

    Hi,
    Since the start of this thread in 2015 there are more options to disable or remove the LayerSlider in the theme options at Enfold Theme Options ▸ Layout Builder ▸ Integrated (Bundled) LayerSlider Plugin,
    2022-05-15_002.jpg
    You can also read in our documentation that the bundled version of the LayerSlider is only updated with theme updates due to the license for the bundled LayerSlider. If you wish to purchase and use a standalone version to update more often, please deactivate the bundled version.
    Since this thread is from 2015 and it covers multiple topics, if you have questions about the current version that is not explained in our documentation please open a new thread and describe the issue that you are having so we can assist.

    Best regards,
    Mike

Viewing 30 posts - 11,821 through 11,850 (of 34,910 total)