Viewing problems when updating the plugin + short codes

Home Forums Calendar Products Events Calendar PRO Viewing problems when updating the plugin + short codes

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #988955
    Jorge
    Participant

    Hello.

    Excuse my bad English.

    Update the plugin.

    The first, is making me a red background in the url of the calendar that I can not remove. There is a choice of my subject. Nowhere I have a band like that.

    on the other hand.
    Supposedly the update now allows you to insert the calendar via short codes.

    So, we can put the calendar on the web site that we want.

    Where are those short codes?
    Where I access them?

    I have two problems to solve:
    1 The red stripe that. Remove or change color.
    2nd Where are the short codes to insert the calendar?

    Link event: http://mindfulnessypsicologia.com/actividades/

    Thank You

    #989090
    Barry
    Member

    Hi Jorge,

    Thanks for posting and I’m sorry to hear you have experienced difficulties.

    Please note that we do generally stick to one issue per topic. Let’s focus on the red stripe problem here and if you need help using shortcodes please create a new topic for that (however, please do look here first of all 🙂 ).

    The first, is making me a red background in the url of the calendar that I can not remove. There is a choice of my subject. Nowhere I have a band like that.

    Is this something that – for other pages – you can control through settings made available by your theme?

    In this case it may be that you need to perform a small customization to change this for event pages. I’d recommend starting by asking the theme author how to make such an adjustment, we can then probably help you to narrow it down to event related pages only, ie:

    add_action( 'wp_head', 'set_background_for_event_pages', 1 );
    
    function set_background_for_event_pages() {
        if ( ! tribe_is_event_query() ) return;
        else {
            /* Code to change the theme header! */
        }
    }
    #993868
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Viewing problems when updating the plugin + short codes’ is closed to new replies.