Forum Replies Created
-
AuthorPosts
-
January 22, 2018 at 10:24 am in reply to: Enfold 4.2 update caused missing Mobile menu (Plugin issue) #900722
Hi 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, 8 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
ColinJanuary 26, 2017 at 11:19 am in reply to: Display parent category name followed by sub category name as h1 title ? #738835Hi Ismael
The adjusted code works perfectly. Thanks again for all your help.
Regards
ColinJanuary 25, 2017 at 3:09 pm in reply to: Display parent category name followed by sub category name as h1 title ? #738394Hi Ismael
I’ve added in the code to the functions.php file and it works great. However, when I click on a Category from the menu that doesn’t have a subcategory it displays the Category name twice.
e.g Outdoor Range: Outdoor Range (see link in private content field)
Is there a way to fix this?
Many Thanks
Regards
ColinJanuary 25, 2017 at 11:31 am in reply to: Display parent category name followed by sub category name as h1 title ? #738281Hi Ismael
Thanks for your reply. That is BRILLIANT !!! Just what I needed.
I LOVE THIS THEME !!!
Many Thanks
Regards
ColinHi
Brilliant !!!
Thanks for the diagram, that is the bit I didn’t understand on other posts. The diagram really helps. And it works perfectly :-)
Many Thanks
Regards
ColinHi Guenni007
Yes true, so I just want the two columns with links on them, not a color section..
Regards
September 19, 2015 at 8:44 am in reply to: Highlight Main Menu Item when Sub Menu level 2 is clicked? #505889Hi Ismael
That is fantastic, thank you so much. You guys are brilliant !!
Many Thanks
Regards
ColinSeptember 18, 2015 at 3:14 pm in reply to: Highlight Main Menu Item when Sub Menu level 2 is clicked? #505581Hi Elliot
Yes when you click a sub menu link it opens a new page. I want to be able to click on the sub menu link and when the page opens the parent links of that page are the active page link colour.
Many Thanks
Regards
ColinI have the same problem. Waiting in anticipation for the fix, need to show someone the blog in the footer. Will you post here when it’s fixed so I can receive an email.
Many Thanks
Regards
Colin -
This reply was modified 7 years, 8 months ago by
-
AuthorPosts