-
AuthorPosts
-
August 7, 2014 at 6:37 pm #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,
MattiaAugust 8, 2014 at 4:52 am #301429Hi Mattia!
The website you posted is not using Enfold.
Cheers!
JosueAugust 8, 2014 at 8:33 am #301482This reply has been marked as private.August 8, 2014 at 8:45 am #301484Hi 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,
JosueAugust 8, 2014 at 8:55 am #301490Thank you very much Josue.
Do you know any tips for me also for the issue number 2?
It’s about 404 page.Best regards,
MattiaAugust 8, 2014 at 4:55 pm #301715Hi Mattia!
Two files are involved on showing the 404 page:
/404.php
/includes/error404.phpCheers!
JosueAugust 8, 2014 at 5:35 pm #301744This reply has been marked as private.August 8, 2014 at 6:37 pm #301773What do you want to change exactly?
August 8, 2014 at 6:42 pm #301777Hi Josue,
i would like change text and blog widget.Best regards,
MattiaAugust 10, 2014 at 4:16 am #302127Hi 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,
JosueSeptember 10, 2014 at 9:33 am #316385Hi Josue,
i would like erase the all that refer to blog, please watch my link here.
Thank you in advance.September 10, 2014 at 12:28 pm #316458Hey!
Try adding this code to the Quick CSS:
.error404 .entry-content-wrapper h3, .error404 .entry-content-wrapper .avia_combo_widget { display: none; }
Cheers!
JosueSeptember 10, 2014 at 1:50 pm #316546Hi 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.September 10, 2014 at 2:37 pm #316607Hi!
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,
JosueSeptember 10, 2014 at 3:45 pm #316672Hi,
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=provaRegards,
MattiaSeptember 10, 2014 at 4:19 pm #316707Hi 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!
JosueSeptember 10, 2014 at 5:33 pm #316796Thanks you very much, it works.
MattiaSeptember 10, 2014 at 6:31 pm #316831You are welcome Mattia, glad to help :)
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.