• Resolved J

    (@paradox_designs)


    If i have the More info toggle on, when clicked it displays the entire context/text/images of the individual store’s page. Is that supposed to happen?

    I thought it was meant to show just the extra info fields (phone, hours, etc’). Is there a way to show just those fields and ignore the Text/Description segment of the store?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    It shouldn’t happen by default, you may have included this line in the functions.php in your active theme folder in the past?

    
    add_filter( 'wpsl_include_post_content', '__return_true' );
    

    If it’s not there, then add it but change '__return_true' to '__return_false'

    Thread Starter J

    (@paradox_designs)

    I haven’t included that, and it seems adding the version with false does not work. Anything else I could check/do?

    Plugin Author Tijmen Smit

    (@tijmensmit)

    Try and add this code to the functions.php inside your active theme folder.

    It will overwrite the existing more info template.

    Thread Starter J

    (@paradox_designs)

    Thanks, this one worked!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘More info toggle shows entire store page content’ is closed to new replies.