Forum Replies Created
-
AuthorPosts
-
Hi Basilis
I use Chrome on a Mac and I don’t have that problem, I couldn’t reproduce the error and neither can a few people i have asked who use Chrome on a PC so I am unsure why some people experience it and others do not.
Regards
ColinHi Mike
Yes that worked perfectly. I will remember to delete the enfold folder content first rather thantoverwriting it. Thanks for your help
Regards
ColinHi
I always upload via FTP and over write what is there. I can try and delete everything first and then upload if you think that will make the difference.
Many Thanks
Regards
ColinFebruary 24, 2018 at 10:55 am in reply to: Pixelated Text in Content Slider / Testimonial Slider #917044Hi Yigit
Brilliant, that works perfectly, much appreciated.
Best Regards
ColinFebruary 6, 2018 at 1:53 pm in reply to: Different logo on different-pages when using transparent header #908580It’s OK I have worked it out. If I add the following it works.
if(is_single(array(4343, 4337, 4336, 4330, 4329, 4326, 4319, 4315, 4310, 4307, 4303, 4296, 4294, 4289, 4285, 4282, 4280, 4277, 4276, 44, 3857, 3617, 3919, 3925) )) { $logo = "https://domainname.co.uk/wp-content/uploads/company-logo-2.png"; }
You learn something every day !
Colin
February 5, 2018 at 2:36 pm in reply to: Different logo on different-pages when using transparent header #908005The code above doesn’t seem to work for portfolio-item pages.
Is there code that I can use for changing the logo on portfolio-item pages?
Many Thanks
Regards
ColinJanuary 24, 2018 at 3:50 pm in reply to: Different logo on different-pages when using transparent header #902200Hi Ismael
Thanks for the info. This is very similar to the code I used to get it to work OK, which I posted above. Can the header filter be used for multiple pages?
Many Thanks
Regards
Colin- This reply was modified 6 years, 10 months ago by waveseven.
January 24, 2018 at 3:48 pm in reply to: Enfold 4.2 update caused missing Mobile menu (Plugin issue) #902198Hi Rikard
I sometimes use widgets in the header using that exact ncode. It allows me to add text/images into the header which is great. I don’t know how I would be able to replace the navigation on different pages using the header code though.
Regards
ColinJanuary 22, 2018 at 10:24 am in reply to: Enfold 4.2 update caused missing Mobile menu (Plugin issue) #900722Hi Rikard
My menus are in the header not the sidebar. So I have different menus in the header for different pages. That is why I am using the plugin “Dynamic Menu Manager” I don’t know another way of doing it.
Regards
Colin- This reply was modified 6 years, 10 months ago by waveseven.
January 21, 2018 at 3:33 pm in reply to: Enfold 4.2 update caused missing Mobile menu (Plugin issue) #900363Hi Rikard
We definitely need 3 different menus but if there is another way of doing it with widgets I don’t mind doing it that way if it means we can upgrade to version 4.2
How do you create different menus with widgets? Is there a tutorial?
Many Thanks
Regards
ColinJanuary 19, 2018 at 2:30 pm in reply to: Different logo on different-pages when using transparent header #899707It would be interesting to know of any solutions via $addition or the filter ‘avf_header_setting_filter’
I am not really a coder and found the code that I used above in a different post.January 19, 2018 at 11:29 am in reply to: Different logo on different-pages when using transparent header #899592Thanks for your replies,
I have managed to work it out….
If a logo is already set in Theme Options>Header>Transparency Options it seems to override any code you add to functions.php in your child theme. If you remove the logo set in “Transparancy logo” and use the following code it all works as expected:
add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if(is_page(array(3944,3948,3514,3532,3654.3899,3435,3603,3447,3506,3484) )) { $logo = "https://domainname.co.uk/wp-content/uploads/company-logo-1.png"; } if(is_page(array(3686,3694,3696,3705,3707,3812,3891,3703,3699,3882,3819) )) { $logo = "https://domainname.co.uk/wp-content/uploads/company-logo-2.png"; } return $logo; }
Many Thanks
Regards
ColinHi Guenni007
That’s very helpful, thank you.
Regards
ColinHi Rikard
Everything is working OK thanks. The ticket can be closed.
Many Thanks
Regards
ColinHi Rikard
Ah yes, I managed to work it out after I had updated the post.
Thanks for your help
Many Thanks
Regards
ColinTo be clear I have created the widget area HEADER1 and I can see the text I have entered on the home page in the header. but I just cannot format it at the moment
Many Thanks
Regards
ColinHi Rikard
That’s great thanks. I now have two widget areas. But for some reason I cannot format the new widget with CSS
The original header widget is targeted with:
#header .widget { left: 50%; padding-top: 15px; position: absolute; top: -120px; width: 50%; height: auto; padding-right: 60px; }
but if I target the second widget area with
#header1 .widget { padding-top: 15px; position: absolute; top: -120px; width: 50%; height: auto; padding-right: 0px; } #header1 .widget p { font-size: 27px; line-height: normal; text-align: left; color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 600; float: left; }
nothing happens
Do I need to do something else aprt from adding the code to functions.php
Many Thanks
Regards
ColinHi
Just in case anyone else wanted to have a minimum height of their layer slider (version 6.4 >) – I managed to achieve it by adding the following to my css
@media only screen and (min-width: 480px) and (max-width: 767px) {
.ls-wrapper, .ls-container {
min-height: 250px !important;
}
.ls-wrapper > .ls-layer,
.ls-wrapper > a > .ls-layer
.ls-wrapper > .ls-bg {
height: 100% !important;
width: auto !important;
margin-left: -30px !important;
}
}You can us “margin-left: -30px !important;” if you want to shift it to the left a bit
Regards
ColinHi Rikard
Yes I’m just looking for some css which on a mobile device would make the layerslider only display the left 50% of the slide. I was able to do it before with “min-width: 600px !important;” but that doesn’t work anymore.
I don’t want the slider to disappear as on other pages I want to show just the left side as well which is the left part of the image.
Many Thanks
Regards
ColinHi Rkard
I have put the link below.
I would like it so that when you view it on a mobile only the text part of the banner in the orange is visible. (so only the left hand side)
Many Thanks
Regards
ColinHi
I have tried this….
The background colour becomes the size i would like but the content (images etc) still scale to the width. I would like it so the height is 256px so that only the left hand side of the slide is visible. It used to work OK before I updated enfold and layslider by putting “min-width: 600px !important;” in the layerslider custom css, but that doesn’t work anymore.
Is there a way of doing this now?
Many Thanks
Regards
ColinJuly 17, 2017 at 8:42 pm in reply to: Enfold update 4.1.1 effected my @font-face loads and mobile menu style #822911Hi Yigit
Ah that is great. Thanks you very much.
Regards
ColinJuly 17, 2017 at 1:36 pm in reply to: Enfold update 4.1.1 effected my @font-face loads and mobile menu style #822587Hi Yigit
Yes the @font-face was working OK until I updated to Enfold 4.1.1 and the font files and still in the same place on the server as they were before the update.
FTP access to my test server is below.
Many Thanks
Regards
ColinJune 12, 2017 at 11:15 pm in reply to: Hide Mobile Menu Submenu Items ticked but submenu sill displays #807144Hi Yigit
That is great, thank you for the solution, much appreciated.
Many Thanks
Regards
ColinJune 12, 2017 at 8:15 pm in reply to: Hide Mobile Menu Submenu Items ticked but submenu sill displays #807054Hi John
Yes how do I upload a screen shot to you?
Many Thanks
Regards
ColinJune 12, 2017 at 5:13 pm in reply to: Hide Mobile Menu Submenu Items ticked but submenu sill displays #806966Hi Jordan
I couldn’t turn off the active plug-in on the live site as out=r client is currently using it but went back to the test site on the test server and turned them off there. If I turn them all off, including WooCommerce plugin. the sub navigation items disappear all together. If I turn on the Woocommerce plugin they re-appear but it is the same on the mobile in that they don’t collapse down. Below is a link to the test site with all plugins turned off apart from WooCommerce
Many Thanks
Regards
ColinJune 12, 2017 at 3:34 pm in reply to: Hide Mobile Menu Submenu Items ticked but submenu sill displays #806922Hi Jordan
I have just tried it and it works OK for me. I’ll put it in the private section again, in case I missed something the first time
Many Thanks
Regards
ColinJune 12, 2017 at 1:55 pm in reply to: Hide Mobile Menu Submenu Items ticked but submenu sill displays #806882Hi Sarah
I put the login in the private content field. Let me know if you didn’t get it
Many Thanks
Regards
ColinJune 9, 2017 at 4:52 pm in reply to: Hide Mobile Menu Submenu Items ticked but submenu sill displays #806143Hi Jordan
I would like them to appear but when you click he main navigation item, then the sub navigation item would appear. It works on other websites I have developed with Enfold (by checking “Hide Mobile Menu Submenu Items”) but for some reason, even though this is checked in the admin panel. It still does not hide the sub navigation items
Many Thanks
Regards
ColinJanuary 27, 2017 at 12:37 pm in reply to: Display parent category name followed by sub category name as h1 title ? #739337Hi Rikard
Everything seems to be working as we wanted it, thank you. The ticket can be closed.
Many Thanks
Regards
Colin -
AuthorPosts