Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
October 11, 2017 at 9:39 am in reply to: filter to change classes and divs on different page templates #399971
That user customised his site a lot, we do not provide customisations, your best bet would be to ask that user how he did it and if he will share.
My question would be why not just use Supreme Directory theme?
Stiofan
You can add multiple like this
jQuery(document).ready(function(){ $price_id = jQuery('[name="package_id"]:checked').val(); if($price_id==3 || $price_id==4 || $price_id==10){ jQuery('#gd_placecategory.chosen_select').val('8').change(); } });Or if its all the one CPT you can just use
jQuery(document).ready(function(){ jQuery('#gd_placecategory.chosen_select').val('8').change(); });Stiofan
Please check now, i have added this CSS code to GD>Design>script>customs css
.chosen-drop input[type="text"]{float:none;}Your theme floats all inputs left, this fixes it for the selects.
Thanks,
Stiofan
October 10, 2017 at 5:27 pm in reply to: filter to change classes and divs on different page templates #399861!I have supreme directory as plugin” where id u get this plugin?
Stiofan
Yes, it must be the exact title, if you are copy/pasting you are likely copying the HTML version of the ‘
'which differ slightly, but if typing you will always have the same.
Stiofan
Please check now, i made a fix that will be in the next release.
Stiofan
October 10, 2017 at 3:17 pm in reply to: filter to change classes and divs on different page templates #399848Hello,
I doubt changing one class would provide a solution, there are ways to change the classes in the theme compatibility settings but as i said i doubt that will give you what you want.
Stiofan
Hi Carin,
I have not tested that one, it might work ok, but as with any of these products it might cause some problems.
Stiofan
You can find it here:
Stiofan
Added.
Stiofan
It protects the registration part not the login part.
Stiofan
Hi Gene,
I know how frustrating it can be, i’m glad you got there in the end.
If you have any further problems just let me know.Thanks,
Stiofan
Glad to hear you found a way to work it 🙂
Maybe i am misunderstanding the problem, can you try to fully explain it again?
Stiofan
I’m sure we could improve it in someways, for the images we thought about it and being folder agnostics overall seems to be the best solution. I’m not sure what we would do for Authors though.
Stiofan
-
AuthorPosts