• Resolved gossipxyz

    (@gossipxyz)


    can you please send 1.8.2?
    ticket in my site appearing vertical after update.
    it was working perfectly for last 6 months. Only updated plugin today and ticker became vertical.

    I cant find older version with wp rollback or github.

    so can you provide me with 1.8.2 please?

    I cant keep the vertical ticker on my site since users wont be able to read the content.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Satinder Singh

    (@satindersingh)

    Please clear your website cache and check url after clearing your browser cache, everything will work perfectly. If there is any issue then share your website url i’ll check and provide you a solution.

    @gossipxyz
    Fix: (cryptocurrency-price-ticker-widget.php file) we add two divs to output.

      if ($type=="ticker"){
        $id = "ccpw-ticker-widget-" . $post_id; 
         if($ticker_position=="footer"||$ticker_position=="header"){
          $cls='ccpw-sticky-ticker';
          if($ticker_position=="footer"){
           $container_cls='ccpw-footer-ticker-fixedbar';
          }else{
           $container_cls='ccpw-header-ticker-fixedbar';
          }
          
         }else{
          $cls='ccpw-ticker-cont';
          $container_cls='';
         }
    
      
       $output .= '<div style="display:none" class="ccpw-container ccpw-ticker-cont '.$container_cls.'">';
       $output .= '<div class="tickercontainer" style="height: auto; overflow: hidden;"><div class="mask">';
       $output .= '<ul  id="'.$id.'">';
       $output .= $crypto_html;
       $output .= '</ul></div></div></div>';
    
     }else if($type == "price-label"){

    Latest version (1.8.3) breaks HTML.

    • This reply was modified 6 years, 5 months ago by zorcastudio.
    • This reply was modified 6 years, 5 months ago by zorcastudio.

    @satindersingh:
    Strange code )))

    			$output .= '<div style="display:none" class="ccpw-container ccpw-ticker-cont '.$container_cls.'">';
    			$output .= '<div class="tickercontainer" style="height: auto; overflow: hidden;"><div class="mask">';
    			$output .= '<ul  id="'.$id.'">';
    			$output .= $crypto_html;
    			$output .= '</ul></div>';
    Plugin Author CoolHappy

    (@narinder-singh)

    Hi All,
    Please update your plugin with latest version 1.9.2.We have fixed all these problems and added some new features.
    Thanks,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘can you please send 1.8.2?’ is closed to new replies.