Brian

Forum Replies Created

Viewing 15 posts - 10,846 through 10,860 (of 11,256 total)
  • Author
    Posts
  • in reply to: Previous month not showing #747490
    Brian
    Member

    Hello baynature,

    I can help you out with this.

    I took a look at the live site and saw in the list view there are only events for September 2014 and into the future.

    Can you please add an event with a August 2014 Date and then see if the Month View has a link to last month.

    Our default is to only show Month Calendars in the past if there are events in it.

    Let me know what you find out and we can go from there.

    Thanks

    in reply to: Updating Events Calendar PRO 3.6.1 #747475
    Brian
    Member

    Hello thedesigngym,

    I can answer your question. If you deactivate and delete The Events Calendar the events and setting should remain in the database until your reactive the plugin.

    I would recommend backing up your site before doing that just in case an issue might arise, although the chances are low it is better to be safe.

    Also, I am going to close this ticket as we try to keep one question per ticket as we can provide better support that way so pixie if you are still having a problem please create a new ticket and reference this one and we can help you out.

    Thanks

    in reply to: Include the "#" symbol before each tag #747473
    Brian
    Member

    Great, glad you were able to resolve it. I am going to close this ticket, but if a problem should arise or you have additional questions about this or anything else, please create a new ticket.

    Thanks

    in reply to: Featured image size in single event #747465
    Brian
    Member

    Hello soulofyoda,

    I can help you out with this customization. I looked at your site and came up with some css for the list view that you can add to your theme or through a plugin such as Simple Custom CSS.

    Here is the css:

    .tribe-events-list .tribe-events-loop .tribe-events-event-image {
    width: 100%;
    }
    .tribe-events-list .tribe-events-loop .tribe-events-event-image img {
    max-width: 100%;
    }

    That works just on the List View of the Plugin.

    Let me know if that works for you.

    Thanks

    in reply to: No Shopping cart or check-out page #747452
    Brian
    Member

    Hello,

    I can help out a little here.

    Shortcodes go in the content of a page and then will run the shortcode’s function.

    So the checkout page has a checkout shortcode.

    When you add the shortcode to a page you have to connect it in the WooCommerce Settings so it know which page to look for.

    Here is some information on WordPress Shortcodes:

    http://codex.wordpress.org/Shortcode_API

    Does that help?

    in reply to: Display Tweaks? #746528
    Brian
    Member

    Hello slayer91,

    I can help you out with your questions. I will go through them one by one.

    >How can I tweak the thumbnail image dimensions to meet the native aspect ratio of the Facebook imported image. Ie make the thumbnail landscape so none of the imported image is lost?

    What page are you talking about making it landscape? Can you please provide a link? Most likely it would mean adding css to make the height auto and then set the width.

    >The tool tip (pop up info) on events near the top of the calendar view sits behind the search bar covering information? How can i make the tool tip display over the top?

    By default the tooltops should be over the search bar, do you have a link where I can see this happening? It looks like again a css conflict, but hard to know without seeing it.

    >Reduce the amount of blur in the events list view?

    Not sure what you mean by this, do you have a link as an example?

    Sorry to be only asking for examples, but these are seem to be related to css and that means unique to your site and theme.

    Please let me know about the examples and I can take a look and help you out.

    Thanks

    in reply to: Automatically Adding Category Items to Non Category Menu Item #746515
    Brian
    Member

    Great, glad you resolved it. I am going to close this ticket, but if you have any other questions related to this or something else, please create a new ticket.

    Thanks

    in reply to: purchase tickets for when an event has passed #746509
    Brian
    Member

    Hello,

    I can answer your question, but I am afraid the answer is, there is no easy way to bypass that check without modifying the coding directly in the plugin.

    Sorry I could not be of more help.

    Thanks

    in reply to: How to show map by default? #746494
    Brian
    Member

    Adding those divs like that is one way to do it. I do not see why doing it with another method on that page would make much of a difference.

    You maybe able to add the div around the if statement to hide everything, such as:

    <div style=”display:none”>
    <?php if ( !tribe_community_events_is_venue_edit_screen() ) { ?>

    //... coding here

    <?php endif; ?>
    </div>

    Also for that second input the coding shows the closing tag </div> in the middle of the input. That could be causing the issue of the map not showing.

    The coding you added on the Community Add Event page is inline so it should not hide on the single event.

    I think it is close so if you play around with it just a little more it should get it to how you would like it.

    Thanks

    in reply to: Merging list and week views #746481
    Brian
    Member

    Glad you were able to figure it out.

    We are working on a new version of the site with more documentation, but I am not sure if that will include a step by step instruction on what each functions dos, that maybe something that developers are still going to have to figure out on their own.

    However, we maybe able to answer specific questions as they come up.

    I am going to close this ticket as it looks resolved. If you have any other questions related to this or something new, please create a new ticket.

    Thanks

    in reply to: Hide checkboxes in dropdown #746475
    Brian
    Member

    Glad we could be of some help, sorry we do not have anything else for you. I am going to close this ticket as the original question is resolved as far as we can take it. If you have any more questions or need help on something else, please create a new ticket.

    Thanks

    in reply to: License & Feature Question #746473
    Brian
    Member

    Your Welcome. I am going to close this ticket as we are going to help through email, but if you have any other questions you would like answered on the forum please create a new ticket.

    in reply to: Adding Ticket Description to Email #746392
    Brian
    Member

    Hello,

    I came up with some coding that you can add to the email.php

    I have done some tests and it shows additional fields for me with the same labels you have. If you change the labels, you will have to change the coding.

    Not sure how the styling is going to work out, so you will have to play around with it to get it how you would like it and in the location you would like as well.

    But to get the fields in all you have to do is drop the coding in with the other tables on the email.php file you moved to your theme.

    http://pastebin.com/QSc7Sp6h

    Let me know if you have an errors with the coding.

    Thanks

    in reply to: Styling not working #746282
    Brian
    Member

    Thank you for the graphics and the coding that helps out.

    I took a look at the source code and came up with this to add to your css or through a plugin such as Simple Custom CSS:

    .single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    padding-top: 3px;
    }

    .single-tribe_events table.tribe-events-tickets td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
    }

    .single-tribe_events table.tribe-events-tickets .button {
    border:none;
    }

    That will fix some of the content on different lines and remove all those black borders for the add to cart area and get it close to what you would like. As it is a css conflict there is not much more we can do with this, but if you have any questions we can help out some more.

    Thanks

    in reply to: No Shopping cart or check-out page #745531
    Brian
    Member

    Hi,

    Sorry for the troubles of not having the checkout page. That is something I can help you get working on your site.

    However, it maybe on the WooCommerce side to fix it.

    We use the WooCommerce Plugin for the Cart, Checkout, Accounts etc. All our plugin does is create a special product for tickets.

    So can you check with the WooCommerce Documentation and see if you have setup the Cart and Checkout Page and it is showing in the settings. For that plugin you should see the actual pages in the page list in WordPress.

    If you have all of those pages and it is still redirecting back to an event can you please let me know and if you can provide a link to the site(even as a private reply) so I can take a look that would be a big help in getting this resolved.

    Let me know.

    Thanks

Viewing 15 posts - 10,846 through 10,860 (of 11,256 total)