Tagged: ,

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #867623

    All the headings below cataloque elements are uppercase and footer is not fullwidth. This is the only page where I have that element, and the only page with these problems. Could this happen because of the catalogue element? How to solve this?

    #867681

    Hey tammiviestinta,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .av-catalogue-title {
        text-transform: none;
    }
    

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #869217
    This reply has been marked as private.
    #869814

    Hi,

    Thanks for the details, though they are not working. Could you check and verify please?

    Best regards,
    Rikard

    #869830

    Hi,
    the page is not working like it should…

    #869877

    Hi tammiviestinta,

    Can you post a few screenshot of the elements with the text issue?

    And credentials did not work for me either. Could you please update the credentials.

    Best regards,
    Victoria

    #869887

    Hi,
    I checked it and now it should work…

    #870758

    Hi,

    The last sections are outside the wrap_all container. Please try this script in the functions.php file.

    function ava_custom_script_fix(){
    ?>
    <script>
    (function($){
    	function a1() {
    		var grid = $('body').children('.avia-section, .av-layout-grid-container, #footer');
    		$(grid).appendTo('#wrap_all #main');
    	}
    
    	a1();
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'ava_custom_script_fix');

    Best regards,
    Ismael

    #870957

    Hi, Ismael,

    Unfortunately this didn’t helped… I made a child theme and put this code in the functions.php – and got HTTP 500 error. I had to change the functions.php back, but I left the child theme there just without any new code.

    How those last sections can be outside the wrap?

    Best regards,
    Heli

    #872368

    Hi,

    Please copy the code directly from this forum, not from your email. And make sure that there are no existing functions with the same name.

    Best regards,
    Ismael

    #873861

    Thanks, Ismael,
    Now all the fonts and headings are ok. But the footer is still too narrow, not fullwidth as it should be.
    – Heli

    #874022

    Hi,

    Thank you for the update. We modified the code a bit. Please remove browser cache or hard refresh before checking the page.

    Best regards,
    Ismael

    #874230

    Thank you very, very much! Now it is ok! :)

    #874485

    Hi,

    Great! Glad we could help. :)

    Best regards,
    Ismael

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Cataloque element’ is closed to new replies.