Forum Replies Created
-
AuthorPosts
-
Hi
My client also wants his logo above the mobile menu. I have tried the code
ul#mobile-advanced { padding-top: 0; margin-top: 119px !important; }
both in the quick css and my child theme but I cannot get the logo to appear.
What am I doing wrong?
Many Thanks
Regards
ColinHi Ismael
That’s brilliant, thank you,.
You guys are fantastic as always.
Regards
ColinHi Ismael
Login details to a test version of the site are in Private content below
I’ve put a red box around my item so that you can see it. I want it next to “open an account” at the top.
Many Thanks
Regards
ColinHi Rikard
Thanks for the reply. That’s great but that puts the extra widget area into my main navigation bar which is handy to know. But what I would like it to appear in Header Secondary Menu that appears above the logo which is set under Extra Elements
Header Secondary Menu
Choose if you want to display a secondary menu and where to display it
Secondary Menu in top bar at the rightMany Thanks
Regards
ColinActually to put a div where the breadcrumbs usually are
Many Thanks
Regards
ColinHi Dude
Yes I did manage it. I coun’t place it in the header but with a bit of css I managed to make the basket icon visible and move it to the poition i wanted it.
Thanks
Regards
ColinHi Rickard
Link posted below. What I would like to do is add a basket icon which shows the number of items in the basket, similar to the one that floats but just in the header.
Many Thanks
Regards
ColinApril 17, 2018 at 2:02 pm in reply to: Automatically add current year to copyright in socket #943106Hi
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, 6 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 7 years, 6 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
Colin -
This reply was modified 7 years, 6 months ago by
-
AuthorPosts