Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #301254

    Hi,
    i have two issues:

    1) the search bar doesn’t works, it’s not possible to write within.
    2) when someone write a wrong link appears a page, where i can find the page in the list of pages in backend?

    Thank you in advance,
    Mattia

    #301429

    Hi Mattia!

    The website you posted is not using Enfold.

    Cheers!
    Josue

    #301482
    This reply has been marked as private.
    #301484

    Hi Mattia!

    it’s because of this code you have in Quick CSS:

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select, input[type="submit"] {
        width: 100% !important; 
    }

    Try adding this on top of that:

    input#searchsubmit {
        width: 40px !important;
    }

    Best regards,
    Josue

    #301490

    Thank you very much Josue.
    Do you know any tips for me also for the issue number 2?
    It’s about 404 page.

    Best regards,
    Mattia

    #301715

    Hi Mattia!

    Two files are involved on showing the 404 page:

    /404.php
    /includes/error404.php

    Cheers!
    Josue

    #301744
    This reply has been marked as private.
    #301773

    What do you want to change exactly?

    #301777

    Hi Josue,
    i would like change text and blog widget.

    Best regards,
    Mattia

    #302127

    Hi Mattia!

    To change the opening text (“Spiacenti, articolo che stai cercando non è disponibile. Vuoi provare ad effettuare una ricerca?”) you’d need to alter that string in the Italian translation file, you can use this plugin for that.

    What do you want to change in the blog widget? i guess you are referring to this.

    Best regards,
    Josue

    #316385

    Hi Josue,
    i would like erase the all that refer to blog, please watch my link here.
    Thank you in advance.

    #316458

    Hey!

    Try adding this code to the Quick CSS:

    .error404 .entry-content-wrapper h3, .error404 .entry-content-wrapper .avia_combo_widget  {
        display: none;
    }

    Cheers! 
    Josue

    #316546

    Hi Josue,
    i add more detail to my issue, i see this screenshot when only the search does not have result.
    I added your css code but i have the same issue.
    Thank you in advance.

    #316607

    Hi!

    The code i suggest has not ben added here (Quick CSS generated stylesheet).

    Alternatively you can put the code in your child theme style.css

    Regards,
    Josue

    #316672

    Hi,
    i have added, as you can see here, in css and also i have tried to add it in theme style.css but in any case does not work it.
    http://s532234671.sito-web-online.it/?s=prova

    Regards,
    Mattia

    #316707

    Hi Mattia!

    Try with this code instead:

    .error404 .entry-content-wrapper h3, .search .entry-content-wrapper h3, .error404 .entry-content-wrapper .avia_combo_widget, .search .entry-content-wrapper .avia_combo_widget  {
        display: none !important;
    }
    

    Cheers!
    Josue

    #316796

    Thanks you very much, it works.
    Mattia

    #316831

    You are welcome Mattia, glad to help :)

    Regards,
    Josue

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