Forum Replies Created
-
Wonderful – that worked! Thanks for the quick support!
Cheers
Jen
This reply has been marked as private.This reply has been marked as private.in reply to: Portfolio Custom Fields not workingActually – I think I just worked out that “PROJECT DETAILS” is just a sub-heading for the custom fields. I will restyle it to stand out like that.
Thanks
in reply to: Portfolio Custom Fields not workingI found this post and worked out how to add content to my custom fields (this is not at all intuitive – nor is it explained in your documentation). https://support.codeless.co/forums/topic/project-details-i-e-custom-fields-not-showing-up/
BUT – I still cannot work out how to add content to Project Details. Please help
in reply to: Can’t edit Revoltion SliderFYI – I have a separate license for Revolution Slider so I downloaded a copy and updated to the latest version 5.2.5.4 and now the issue is resolved.
in reply to: Child Theme doesn’t workOh that’s terrific. So the child theme zip was missing the includes directory.
Thanks Mihalia – all good now :)
in reply to: Child Theme doesn’t workThis reply has been marked as private.in reply to: Child Theme doesn’t workThis reply has been marked as private.in reply to: Child Theme doesn’t workThis reply has been marked as private.in reply to: Child Theme doesn’t workThis reply has been marked as private.in reply to: Child Theme doesn’t workI just worked out that because I copy and pasted my modified header.php file from the parent theme directory to the child theme directory – that’s what was breaking the child theme.
Any suggestions how I can get my customisation to the header into the child theme? I want to move the search icon down under the menu (as per screenshots). Any function I can use?
I basically moved
<?php codeless_header_tools(); >from line 168 to 194.
Thanks
in reply to: How to get logo to appear on mobile with left menuThat works thanks.
in reply to: Can’t click on sub-menu – left margin wrongI can’t show you the demo as I am developing in maintenance mode behind a coming soon page. I have just used the css above from your demo in the custom css and also added #logo img to that list (refer to my other ticket re: logo alignment) and all looks okay. The logo isn’t centred nice on mobiles, but it will have to do.
eg.
#logo img, .header_7 #navigation.pos_left nav .menu > li > ul.sub-menu, .header_7 #navigation.pos_left nav .menu > li > ul.sub-menu ul, .header_7 #navigation.pos_left nav .codeless_custom_menu_mega_menu { margin-left: -60px; }in reply to: How to get logo to appear on mobile with left menuI just realised I had set the following custom css to move the logo over left when viewing on large screens and this had affected the mobile view.
.header_7 #logo { left: 35% !important; }So how can I move the menu left (reduce left margin) when viewing the left header on large screens?
Refer https://imgur.com/lLoNjU8
Thanks