-
AuthorPosts
-
November 17, 2014 at 11:57 am #352334
Hi,
How to enable the search function on mobile mode?
This is a nice theme and good work done!
Best Regards!
November 17, 2014 at 3:42 pm #352465I have tried this custom css, however nothing has changed and the search icon isn’t appearing.
@media only screen and (max-width: 767px) {
.responsive #header .main_menu ul, .main_menu, #header_main_alternate {
display: block;
}
#top #menu-item-search {
display: block;
margin-top: -90px;
}
.av-main-nav > li { display: none; }}Any suggestions?
November 17, 2014 at 3:44 pm #352470November 17, 2014 at 3:49 pm #352474This reply has been marked as private.November 17, 2014 at 3:57 pm #352477Labdien!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) { .main_menu, #header_main_alternate, .responsive #header .main_menu ul, li#menu-item-search { display: block; } .av-main-nav > li { display: none; } li#menu-item-search { margin-top: -88px; } nav.main_menu { float: right; margin-right: 10%; }}
Best regards,
YigitNovember 17, 2014 at 4:04 pm #352482This reply has been marked as private.November 17, 2014 at 4:15 pm #352490Hey!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Regards,
YigitNovember 17, 2014 at 4:24 pm #352497This reply has been marked as private.November 17, 2014 at 4:32 pm #352505Hey!
Please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions
Custom css code is not being appliedCheers!
YigitNovember 17, 2014 at 4:44 pm #352516This reply has been marked as private.November 17, 2014 at 4:49 pm #352522Hi!
Can you try adding the code to Custom.css file inside Enfold/css folder via FTP and check if that helps?
If it does not, please contact your service provider. There could be a server side cachingCheers!
YigitNovember 17, 2014 at 4:57 pm #352530This reply has been marked as private.November 17, 2014 at 5:08 pm #352541Hey!
Yes, there should not be any other reason why css not being applied. Please contact them and let us know
Best regards,
YigitNovember 17, 2014 at 6:51 pm #352611This reply has been marked as private.November 17, 2014 at 7:06 pm #352623This reply has been marked as private.November 17, 2014 at 7:41 pm #352651This reply has been marked as private.November 19, 2014 at 3:21 am #353451Hey!
Can you post a link to your website to assist you with some custom CSS? In your post https://kriesi.at/support/topic/enable-search-bar-when-on-mobileiphone-etc/#post-352474 there is no link anymore …
Cheers!
AndyNovember 19, 2014 at 3:24 am #353452Hey!
Hmm, that code you just quoted is used to change the dynamic stylesheet name, try adding it again then go to the Theme Options, make a little change and click the Save button so the new dynamic stylesheet gets generated.
Cheers!
JosueNovember 19, 2014 at 8:18 am #353504This reply has been marked as private.November 19, 2014 at 5:29 pm #353806This reply has been marked as private.November 19, 2014 at 6:17 pm #353840Hi,
Can you please create us a temporary FTP account? post it here as a private reply.
Regards,
JosueNovember 19, 2014 at 7:13 pm #353892This reply has been marked as private.November 23, 2014 at 11:18 pm #356382Hey Linards!
Unfortunately as this seems to be a permissions issue there is no way to attempt to fix it without FTP access, you would need to stick to the default dynamic stylesheet name.
Best regards,
JosueNovember 24, 2014 at 1:41 am #356410This reply has been marked as private.November 24, 2014 at 1:51 am #356415Hey Linards!
Sure, once you gain access go to /wp-content/uploads/ and make sure the dynamic_avia folder has 755 permissions.
Regards,
JosueNovember 24, 2014 at 2:33 am #356424This reply has been marked as private.November 24, 2014 at 2:56 am #356426Hi Linards!
That should work but when i log-in to your installation there is no “***” theme installed nor activated, only parent theme Enfold and i’m unable to change anything – http://screencast.com/t/Ptk3Zgxs
Cheers!
Josue- This reply was modified 9 years, 11 months ago by Josue.
November 24, 2014 at 3:29 am #356434This reply has been marked as private.November 24, 2014 at 4:15 am #356444Hey Linards!
No, that’s not necessary, actually if you use a child the dynamic stylesheet name would automatically be the name of the child theme.
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.