Treadhouse
Forum Replies Created
-
On the admin side.
Forum: Themes and Templates
In reply to: [Lugada] Lugada sliderKaren,
I’m having similar trouble. I can’t get the slider to show up on my homepage, only on my ‘posts’ page.
I don’t know PHP, really, but have been trying to feel my way through it. Your suggestion has been among the most helpful. I think I have the right line of code that I need to edit, do you mind helping me understand what edits I need to make to get the site to recognize the home page. The line currently reads:
<?php if (is_home() || is_archive() ) : ?>The site is http://www.friendsofria.org.
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Google Maps zoomI just did my first word press install this weekend and I ran into this same problem. To my excitement, I was able to fix it!
If you go to Plugins > Editor > and open the file:
the-events-calendar/admin-views/event-map.phpAbout the 10th line of code gets to this part:
function initialize() { var myOptions = { zoom: 14, center: event_address, mapTypeId: google.maps.MapTypeId.ROADMAPthe zoom # is what you want to play with. I think the default is 8. 4 is roughly showing the entire US, 14 gets you about 4 blocks in Washington, DC.