Philipp von Schulthess

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: cannot create event with an image #1334399

    Hi Courtney

    Thank you for your great support.

    In the meantime, I found the source of the issue. It is a plugin conflict with the plugin W3 Total Cache https://de.wordpress.org/plugins/w3-total-cache/

    If this plugin is activated, I cannot upload an event with an image.

    What are the next steps? How can the problem be solved?

    Thank you for your support

    Regards
    Philipp

    Thank you for your feedback. Issues solved.

    Hi Jennifer,

    Thank you for your support. It works fine.

    Regards
    Philipp

    Hi Jennifer,

    Thank you for your feedback. You understand my need correctly.

    I copy/pasted your code in the function.php file as described and as a result, the whole platform goes down. I cannot access to any page of Soldoona any more. Even click on the back button as an administrator in the backend and delete or undo the copy and save, is not possible to bring back the platform. As a result, we had to restore Soldoona with a backup.

    I had this with your first codes as well. I saw that it is something because of missing of two characters && at some places.

    But with the new code, I do not know where is the error and what needs to be changed.

    Thank you for your help

    Regards
    Philipp

    Hi Jennifer

    Concerning displaying content above and below pages of the event calendar, I still struggle. Although I tried varies codes in the editor, I do not get the desired result.

    On the calendar page https://www.soldoona.com/events/, I would like to post content A and B above and below the table. (works)
    On single event pages such as https://www.soldoona.com/event/hidden-voices/, I would like to post content C and D above an below the table. (works)
    On all other pages, I do not like to show any content above and below default plugin content. Like here https://www.soldoona.com/events/community/hinzufuegen or here https://www.soldoona.com/events/community/liste

    How can I hide the content on the two described pages?

    Thank you for your feedback

    Regards
    Philipp

    Here my current lines in the CSS editor:

    // Text über/unter Ausstellungskalender (The Event Calendar)

    function tribe_custom_content_before() {

    //Before content (all views except single)
    if( ! is_single() ) {
    echo ‘

    Ausstellungskalender

    Finde hier Angaben zu Kunstausstellungen und Vernissagen einzelner Künstler oder Künstlergruppen, welche Bildern, Gemälden, Grafiken, Fotografien oder Skulpturen öffentlich ausstellen. Der Eintrag in den Ausstellungskalender ist kostenfrei und kann von Künstlern, Galerien, Kunstvereinen oder anderen Personen / Gemeinschaften vorgenommen werden. Neben einer Beschreibung können auch Bilder sowie Links zur jeweiligen Webseite eingetragen werden. Soldoona unterstützt Aktivitäten rund um Kunst.<br>’;
    }

    //Before content (single event)
    if ( is_single() ) {
    echo ‘ ‘;
    }

    }
    add_filter( ‘tribe_events_before_html’, ‘tribe_custom_content_before’ );

    function tribe_custom_content_after() {

    //After content (all views except single)
    if( ! is_single() ) {
    echo ‘

    Fehlt im Ausstellungskalender deine Ausstellung?

    Trage deine Ausstellung jetzt kostenlos im Kalender ein. Profitiere von:

    • einem kostenlosem Ausstellungseintrag
    • einer Verlinkung zu deiner Ausstellungsinternetseite
    • der Steigerung der Bekanntheit deiner Ausstellung
    • der Steigerung der Besucher deiner Ausstellung
    • einer Beschreibung deiner Ausstellung in Text und Bild
    • einem jederzeit editierbaren Eintrag

    Jetzt Ausstellung kostenlos eintragen‘;
    }

    //After content (single event)
    if( is_single() ) {
    echo ‘

    Fehlt im Ausstellungskalender deine Ausstellung?

    Trage deine Ausstellung jetzt kostenlos im Kalender ein. Profitiere von:

    • einem kostenlosem Ausstellungseintrag
    • einer Verlinkung zu deiner Ausstellungsinternetseite
    • der Steigerung der Bekanntheit deiner Ausstellung
    • der Steigerung der Besucher deiner Ausstellung
    • einer Beschreibung deiner Ausstellung in Text und Bild
    • einem jederzeit editierbaren Eintrag

    Jetzt Ausstellung kostenlos eintragen‘;
    }

    }
    add_filter( ‘tribe_events_after_html’, ‘tribe_custom_content_after’ );

    Hi Jennifer,

    Thank you for your feedback. I implemented it and it works. Great.

    – On the add event page, it shows the content above and below the form as well. How can I hide the two content blocks there? Please see https://www.soldoona.com/events/community/hinzufuegen as well as print screen.

    – How can I hide on the add event page the button “Meine eingetragenen Ausstellungen anzeigen”? I use this link in the navigation

    – How can I hide on the event page the first link/button which goes to the next event? There is a second link at the bottom of the page. This one I like to continue using. See print screen

    Thank you for your feedback

    Regards
    Philipp

    Hi Jennifer

    Thank you for your feedback. I could copy/paste the default template and edit in the theme. Great.

    “To make sure I understand correctly are you trying to add two different blocks of content: 1 for the calendar view, and 1 for the single view?”

    > Yes. Correct. Two different kind of blocks on content. One will be shown at the calendar view, the other to all single views. In total will be 4 different blocks of content (above & below calendar view, above & below single event pages)

    “You can hook into ‘tribe_events_single_event_before_the_content’ to add content to single events only (I can help you out with this),…”

    > can you tell me how that works. I would like to show on single event pages some copy above and some below the calendar content.

    Thank you

    Regards,
    Philipp

    in reply to: Add new event (frontend users) #1299065

    Hi Courtney

    I could find the plugin which generates the problem. It is WooCommerce Simple Auction.

    If this plugin is activated, this link does not work: https://www.soldoona.com/events/community/hinzufuegen (nor …community/liste)

    What is the next step to solve the problem?

    Thank you for your support

    Regards
    Philipp

Viewing 8 posts - 1 through 8 (of 8 total)