Tagged: , ,

Viewing 29 posts - 1 through 29 (of 29 total)
  • Author
    Posts
  • #352334

    Hi,

    How to enable the search function on mobile mode?

    This is a nice theme and good work done!

    Best Regards!

    #352465

    I 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?

    #352470

    Hi!

    Can you post the link to your website please?

    Best regards,
    Yigit

    #352474
    This reply has been marked as private.
    #352477

    Labdien!

    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,
    Yigit

    #352482
    This reply has been marked as private.
    #352490

    Hey!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Regards,
    Yigit

    #352497
    This reply has been marked as private.
    #352505

    Hey!

    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 applied

    Cheers!
    Yigit

    #352516
    This reply has been marked as private.
    #352522

    Hi!

    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 caching

    Cheers!
    Yigit

    #352530
    This reply has been marked as private.
    #352541

    Hey!

    Yes, there should not be any other reason why css not being applied. Please contact them and let us know

    Best regards,
    Yigit

    #352611
    This reply has been marked as private.
    #352623
    This reply has been marked as private.
    #352651
    This reply has been marked as private.
    #353451

    Hey!

    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!
    Andy

    #353452

    Hey!

    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! 
    Josue

    #353504
    This reply has been marked as private.
    #353806
    This reply has been marked as private.
    #353840

    Hi,

    Can you please create us a temporary FTP account? post it here as a private reply.

    Regards,
    Josue

    #353892
    This reply has been marked as private.
    #356382

    Hey 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,
    Josue

    #356410
    This reply has been marked as private.
    #356415

    Hey Linards!

    Sure, once you gain access go to /wp-content/uploads/ and make sure the dynamic_avia folder has 755 permissions.

    Regards,
    Josue

    #356424
    This reply has been marked as private.
    #356426

    Hi 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, 4 months ago by Josue.
    #356434
    This reply has been marked as private.
    #356444

    Hey 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

Viewing 29 posts - 1 through 29 (of 29 total)
  • You must be logged in to reply to this topic.