Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6376201
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:42:53+00:00 2026-05-25T01:42:53+00:00

Im creating a wordpress site with WP-Ecommerce. My client asked for a functionality that

  • 0

Im creating a wordpress site with WP-Ecommerce. My client asked for a functionality that i cant figure out how to make. He has a product with a long description and he wants multiple “read on” links to hide parts of it. It should be done in javascript so that client wont be redirected anywhere when he clicks on read more (extended content should just scroll open.)

it would be nice to find a plugin but i cant seem to find one.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T01:42:54+00:00Added an answer on May 25, 2026 at 1:42 am

    somhow i couldn’t get accordion() function to work but Steve pointed me in right direction and i got this going:

    function add_accordion_js() {
    ?>
    <script>
        jQuery(function() {
    
            jQuery(".accordion").hide();    
    
            jQuery(".opener").click(function (e) {
                jQuery(this).parent().next('.accordion').slideDown('fast');
                jQuery(this).slideUp();        
            }); 
    
        });
    </script>
    <?php
    }
    
    function jquery_accordion($atts, $content = null) {
        return '<span class="opener">(read more)</span><div class="accordion">' .   do_shortcode($content) . '</div>';
    }
    
    
    add_action('wp_head', 'add_accordion_js');
    add_shortcode('accordion', 'jquery_accordion');
    

    and things i needed to hide under read more link i wrapped in [accordion][/accordion]tags

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i am creating a related post article feature for my wordpress enabled site.being new
I'm creating a customized WordPress theme based on an existing site. I want to
I'm interested in creating an alternate version of a Wordpress site, specifically tailored for
I used a image gallery engine called prettyPhoto.js in a WordPress site that I
I'm creating a site in wordpress which holds information on television programs. I'm using
I have a fully updated wordpress site with some plugins that enqueue some styles,
I am creating a site much like a wordpress blog whereby the front page
I'm creating an accordion for wordpress and I can't seem to figure what I
I’m creating a site in wordpress which are using the jQuery scrolling function for
For creating common user modifiable site I've been forcing Wordpress to do the work

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.