Forum Replies Created
-
AuthorPosts
-
CynthiaC
ParticipantHi Victor - never mind! I got it 🙂 Thank you so much!
CynthiaC
ParticipantHi Victor - thank you for your continued support.
Those lines of code aren't in the functions.php file?
Thank you
CynthiaCynthiaC
ParticipantHi Victor,
Thanks for this - it's great but in the wrong spot? http://bigbusinessinside.com/Thank you
CynthiaCynthiaC
ParticipantThank you! That worked perfect!
CynthiaC
ParticipantRight you are Victor. Thank you for taking the time to comment - I meant Academy Pro - I will start a new thread. Thank you for pointing out my error.
CynthiaC
ParticipantCynthiaC
ParticipantThis is exactly what I am looking for too 🙂
CynthiaC
ParticipantActually - figured out the modification of the box - but I don't see the button showing up - is this usual?
Thank youCynthiaC
ParticipantThank you for that 🙂
CynthiaC
ParticipantThanks to both of you,
Lots of food for thought.
I guess I will set up an 'experimental' site and see what I can come up with.
CynthiaC
ParticipantThat doesn't quite address the redirect issue.
I would like the website to automatically redirect to a different home page when it detects a mobile device.
Script would be something like this - but hoped for something to put in the function.php file instead?
<script type="text/javascript">
$(document).ready(function(){
if($(window).width() < 600){
window.location.href = "http://mywebsite.com/mobilehome/"
}
});
</script>CynthiaC
ParticipantI would say it would be most useful/practicable for the iphone/android or mini ipad. Everything else would be just fine using the regular home page.
CynthiaC
ParticipantCynthiaC
ParticipantIf you are moving your site I would suggest you follow the Google's guidelines
http://googlewebmastercentral.blogspot.ca/2008/04/best-practices-when-moving-your-site.html
CynthiaC
ParticipantCynthiaC
ParticipantYou are a genius Nick! Thank you - I owe you a Tim's 🙂
Cynthia
CynthiaC
ParticipantThanks anyway Chris 🙂
CynthiaC
ParticipantI think you covered it in the other post - re: make wrap transparent and add background where needed.
Thank you
CynthiaC
ParticipantYou are correct - thank you 🙂
CynthiaC
ParticipantAs far as I can tell it defaults for one post and if I change that in the coding it will change it no matter where I put it.
I want to be able to choose number of posts independently
-
AuthorPosts