Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1421975

    bradmaclean
    Participant

    Hi There,
    I’m using a plugin called Eventson. Single events show up on a post page like this: https://will2walk.org/events/2017-mi-golf-scramble-fundraiser/ Question: What is the CSS required to change the background for all these event post pages?

    Also, it looks like the wpDiscuz comments box is not showing up instead of the default comment box. Do you know how I would enable it here like I do on my posts? here is an example post: https://will2walk.org/2017/03/will2walk-new-website-redesign/

    Any help would be greatly appreciated!

    Thanks,
    Brad

    #1421979

    bradmaclean
    Participant
    This reply has been marked as private.
    #1422335

    Friech
    Moderator

    Hi Brad,

    Thank you for writing in! #1 You can add this under Custom >Global JavaScript in the Customizer.

    jQuery(document).ready(function($){
    	$(".single-ajde_events .backstretch img").attr("src", "YOUR ALTERNATIVE BACKGROUND IMAGE URL HERE");
    });

    #2 It is showing up on my end (http://prnt.sc/ep9pat). Either way, we cannot provide support for third party plugins due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

    Thank you for your understanding.

    #1424137

    bradmaclean
    Participant

    Thank you! Regarding point #1, anything I need to add if I want the background image to be patterned? The background image will be a texture image, therefore need it to repeat instead of stretch.

    #2 Clarification of issue: the WP discuz comment box is not showing up on the same page I referenced is point #1: https://will2walk.org/events/2017-mi-golf-scramble-fundraiser/ Does this change your ability to help here? I understand if you can’t and will direct my question to WP Discuz.

    Thanks so much! You all are great!

    Brad

    #1424370

    Thai
    Moderator

    Hi Brad,

    It seems like the WP Discuz plugin doesn’t support for the custom post type.

    Regards!