Support Forum
is the theme dev active? that version of jquery is quite outdated...
but to keep it working, you could do instead
<?php if (!sp_is_forumpage()) { ?>
<script src="http://www.travelovergreece.com/wp-content/themes/GeoPlaces/js/jquery-1.4.2.js" type="text/javascript"></script>
<?php } ?>
that way you still load the old version on non forum pages... no need to wp enqueue as we will do that anyways...
Visit Cruise Talk Central and Mr Papa's World
<script src="http://www.travelovergreece.com/wp-content/themes/GeoPlaces/js/jquery-1.4.2.js" type="text/javascript"></script>
i made it
<script src="http://www.travelovergreece.com/wp-content/themes/GeoPlaces/js/jquery-1.7.2.js" type="text/javascript"></script>
and inside folder i put the 172 version
now its does not load a white page but still thumb problem
do you suggest any newer version of js? where can i find it?
otherwise i will try your way!!
thanks
did you try my suggestion??
I would only use the version of jquery that wp ships with...
Visit Cruise Talk Central and Mr Papa's World
i replaced the whole line
<script src="<?php bloginfo('stylesheet_directory'); ?>/js/jquery-1.4.2.js" type="text/javascript"></script>
with yours
<?php if (!sp_is_forumpage()) { ?>
<script src="http://www.travelovergreece.com/wp-content/themes/GeoPlaces/js/jquery-1.4.2.js" type="text/javascript"></script>
<?php } ?>
and now everything is perfect!!
thanks for your fast response!
i will inform theme developer to update the js!!
couple different options...
you can use the font resize plugin if you like to allow users to increase or decrease the font size to their liking... you can see it in use here at the top of our forum - the three different size A character links...
or yes, you can modify the css font size or font family within the sp theme itself...
if you do the latter, we highly recommend - no strongly advise - that you make your own theme to keep from losing changes on updates... see: http://codex.simple-press.com/.....g-a-theme/
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)