Forum Replies Created
-
AuthorPosts
-
Nicsa
ParticipantBut it will only redirect when you press a button I want it to do it live but I tested the live search were it suppose to redirect but it doesn’t.
Please explain to me what I am doing wrong?Nicsa
ParticipantHEy,
the live serach doesn’t work do you want the login details to check if everything is setup right
this is what I did I created a page put the shortcode in that page.
I set the container as .traveltour-content-area
so when I select a field it still shows the results under the serach on the home page and not on the other page.
please let me know what I am doing wrong
https://holidayxentral.com/test-home/Nicsa
ParticipantHey,
I don’t want the serach input box and the settings to be displayed on the result page I just want the results.
is this possible?Nicsa
ParticipantHEy,
But then wont it display the search system on the result page and how does the system know that it has to redirect to the result page if there is not redirect link been specified?
as I don’t want the instance of the search to be displayed on the result page I just want the results?Thanks
Nicsa
ParticipantHey,
So when I do a live serach off my home page it will redirect to my the page I put the shortcode can it just be the result short code?
or must it be the hole instanceNicsa
ParticipantYou cannot access this content.
Nicsa
Participantwhen it comes to the results under the serach if i add the result shortcode it pushes the main container down is there no why of it just genrating to 100% of my main container and not to the element container such as the serach input or drop down
Nicsa
Participant[code]select::-ms-expand {
display: none;
}.asp_select_label:after {
content: ‘>’;
font: 28px "Consolas", monospace;
color: #999;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
right: 14px;
/*Adjust for position however you want*/top: 5px;
padding: 0 0 2px;
border-bottom: none;
/*left line */position: absolute;
pointer-events: none;
}.asp_select_label select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
/* Add some styling */display: block;
width: 100%;
max-width: 320px;
height: 50px;
float: right;
margin: 5px 0px;
padding: 0px 24px;
font-size: 16px;
line-height: 1.75;
color: #333;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
-ms-word-break: normal;
word-break: normal;
}[/code]This will change the arround on the select drop downs you can adjust the colors and the font and site.
it is easier to use a symbol over font awesomeNicsa
ParticipantHEy,
I have found a better solution for this when done with the css adjustments i will share it with youNicsa
Participanti will pull font awesome in on the page as a seprate.
you can use the code in your knowledge base if you want to:)Nicsa
ParticipantYou cannot access this content.
Nicsa
ParticipantOn my pervious serach form it has been targeted by css go to holidayxentral.com and have alook at my serach there you will see the arrow is a select feild and it has a back ground attached to them.
are you 100% sure we cant change itNicsa
ParticipantHey wont this help
[code]input:not([type="button"]):not([type="submit"]):not([type="reset"])[/code]Nicsa
ParticipantYou see in the serach settings the drop down arrows that point down that are in grey i need to change that background color
see the attachmentNicsa
ParticipantHey
one last thing the arrows in the drop downs how can i change the background color i can find the class and the editor dont have a option to customize the color background of the arround box in the dropdown feild -
AuthorPosts