Forum Replies Created
-
AuthorPosts
-
April 17, 2018 at 2:02 pm in reply to: Automatically add current year to copyright in socket #943106
Hi
That is perfect. Thank you for the solution Guenni007.
Regards
ColinHi Rikard
Thanks for your help but I don’t want you to spend time working out a fix for Windows 7, people should have moved on from Windows 7. Out of all the people that use the site there are only 2 with his problem. I have informed the customers of the issue so it’s down to them if they want to keep using Windows 7 with all its security issues.
Many Thanks
Regards
ColinHi All
I now have more information. It appears that those who are having issues are running on the old Windows 7 operating system. Probabaly not a lot I can do about that !!
Many Thanks
Regards
ColinHi Vinay
Yes that is the search box the customers are referring too.
What I will do is try and get them to do a screen shot so we can see what they are seeing. How do I post the screen shot in this post?
Many Thanks
Regards
ColinHI Rikard
It think it is only Chrome on a Windows PC. It could also be Microsoft Edge as well but I am waiting for my client to confirm this.
As the site is currently only for Trade users, they have to be logged in to be able to order any products. So who ever is having the problem would be logged in. If you need one I could give you a temporary log in?
One person is saying that the search bar disappearing half way through placing an order. and the other person is saying he has gone to search for a product and the search bar was not there.
I am trying to find out more information like Browser version and Windows version etc and as soon as i know I will post it on here
Many Thanks
Regards
ColinHi 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 7 years, 1 month 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 7 years, 1 month 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
Colin -
This reply was modified 7 years, 1 month ago by
-
AuthorPosts