-
AuthorPosts
-
October 23, 2017 at 2:32 pm #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?
October 23, 2017 at 4:24 pm #867681Hey 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,
VictoriaOctober 26, 2017 at 2:47 pm #869217This reply has been marked as private.October 28, 2017 at 6:17 am #869814Hi,
Thanks for the details, though they are not working. Could you check and verify please?
Best regards,
RikardOctober 28, 2017 at 10:31 am #869830Hi,
the page is not working like it should…October 28, 2017 at 12:54 pm #869877Hi 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,
VictoriaOctober 28, 2017 at 1:07 pm #869887Hi,
I checked it and now it should work…October 31, 2017 at 6:45 am #870758Hi,
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,
IsmaelOctober 31, 2017 at 7:39 pm #870957Hi, 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,
HeliNovember 4, 2017 at 4:09 am #872368Hi,
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,
IsmaelNovember 7, 2017 at 7:21 pm #873861Thanks, Ismael,
Now all the fonts and headings are ok. But the footer is still too narrow, not fullwidth as it should be.
– HeliNovember 8, 2017 at 6:05 am #874022Hi,
Thank you for the update. We modified the code a bit. Please remove browser cache or hard refresh before checking the page.
Best regards,
IsmaelNovember 8, 2017 at 4:12 pm #874230Thank you very, very much! Now it is ok! :)
November 9, 2017 at 7:18 am #874485 -
AuthorPosts
- The topic ‘Cataloque element’ is closed to new replies.