Hunter

Forum Replies Created

Viewing 15 posts - 3,991 through 4,005 (of 4,025 total)
  • Author
    Posts
  • in reply to: Call the title #938900
    Hunter
    Moderator

    I think I had some incorrect syntax, but no matter what I try I can’t get it to display the title. Can you provide me the revised snippet of my code you recommend I try and share it via pastebin?

    in reply to: Call the title #938891
    Hunter
    Moderator

    I got an error when I tried that. Here is my paste bin code for a link: http://codebin.org/view/18b7694f

    in reply to: Call the title #938864
    Hunter
    Moderator

    I tried what you provided and still got the code showing rather than the current event page title. The code I originally posted turned into a link, but it looks like this:

    < a href=”‘ . get_field(‘instagram’) . ‘” target=”_blank” >

    in reply to: Map scrollwheel #812878
    Hunter
    Moderator

    It’s a little frustrating you guys make it this difficult to disable the scrollwheel. It’s usually the first “feature” included with essentially every other theme and plugin utilizing Google Maps.

    in reply to: Events root page doesn't display events #797216
    Hunter
    Moderator

    Great, thanks for the help. I think it stopped working correctly after a theme update. Any reason why this would occur?

    in reply to: Events root page doesn't display events #797099
    Hunter
    Moderator

    So I’ve deleted the /events page, ran my database optimizer to remove it from my database, “Emptied All Caches” – I’ve tested it logged in and logged out and it seems to be working.

    I think the difference may have been the database optimization and clearing the entire cache. Can you check and see if it’s working for you?

    in reply to: Events root page doesn't display events #797059
    Hunter
    Moderator

    The reason you’re not seeing a 404 is because I restored the /events page. I also tried flushing the permalinks before replying the first time.

    I am using W3 Total Cache, but it doesn’t seem to be affecting any other aspect of my site other than this particular issue.

    in reply to: Events root page doesn't display events #797025
    Hunter
    Moderator

    I’ve deleted that page, /events now returns a 404.

    in reply to: Include the "#" symbol before each tag #740405
    Hunter
    Moderator

    Brian,
    I think I’ve figured out how to solve my question. But to point you in the right direction, the event tags a.k.a. hashtags are seen near the bottom of every event page: http://familyoffestivals.com/event/bayfest-music-festival-2014
    I’ll let you know if I run into any problems. Thanks!

    Hunter
    Moderator

    I got it working correctly by putting it in my theme’s functions.php file. Had to update permalinks and I also forgot I had overwritten templates in my theme’s tribe-events -> views -> modules folder. Thanks for the help… great addition to the plugin.

    Hunter
    Moderator

    Yes it does. Do I put it in my theme’s functions.php file? Thanks for the help.

    Hunter
    Moderator

    Hallelujah! Thanks for the help 🙂

    Hunter
    Moderator

    Unfortunately it doesn’t. I am trying to wrap the fontawesome social media icons with it’s corresponding customer field. The code I have is:

    <div class=”one_fourth”>
    <div class=”website-fourth”>
    <p style=”float: center;”><span style=”color: #597798;”><i class=”fa fa-globe fa-5x”></i></span></p>
    <?php echo tribe_get_custom_field(‘Website’); ?>
    </div>
    </div>
    <div class=”one_fourth”>
    <div class=”facebook-fourth”>
    <p style=”float: center; color: #3b5998;”><i class=”fa fa-facebook-square fa-5x”></i></p>
    <p style=”float:center;”><?php echo tribe_get_custom_field(‘Facebook’); ?></p>
    </div>
    </div>
    <div class=”one_fourth”>
    <div class=”twitter-fourth”>
    <p style=”float: center;”><span style=”color: #55acee;”><i class=”fa fa-twitter-square fa-5x”></i></span></p>
    <?php echo tribe_get_custom_field(‘Twitter’); ?>
    </div>
    </div>
    <div class=”one_fourth last”>
    <div class=”instagram-fourth”>
    <p style=”float: center;”><span style=”color: #3f729b;”><i class=”fa fa-instagram fa-5x”></i></span></p>
    <?php echo tribe_get_custom_field(‘Instagram’); ?>
    </div>
    </div>

    in reply to: Events don't display in order (again) #102508
    Hunter
    Moderator

    Let’s do this, I would love to get this issue addressed. Let me know what you need from me to get going and we can go from there.

    Thanks for your help.

    in reply to: Events don't display in order (again) #101067
    Hunter
    Moderator

    And can you please change the tag from Eventbrite Tickets to The Events Calendar Pro please? I apologize for creating it under the wrong category.

    Thank you.

Viewing 15 posts - 3,991 through 4,005 (of 4,025 total)