THIS THREAD HAS BEEN CLOSED.

Plugin does not work
Updated on August 18, 2014 in Easy Custom Auto Excerpt
5 on August 9, 2014

Hi,

i have premium version and last wp version, in my portfolio page, your plugin does not work (php code page is 

<?php echo excerpt()?>

i try to check “special method” but not work :-/

in wp reading setting, i check : full text.

can u help me ?
Check <a href=”http://trafic.www6.produweb.be/produits-pas-cher/”>here</a>

  • Liked by
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Moderator 0 on August 11, 2014

HI Sylvain !

If you are a PREMIUM USER, please use your premium account to ask your question so we can answer with our premium support.

We have modified our plugin (easy-custom-auto-excerpt/easy-custom-auto-excerpt.php) in your website to show the read more button:

//iki tambahan
if(is_page(‘produits-pas-cher’))
{
return tonjoostudio_ecae_excerpt($content, $width, $justify);
}


but its not work properly because you have your own excerpt in your website (template-portfolio-4.php) :

echo excerpt(20)

so we disabled our modified plugin code.
If you have modify your portfolio page theme to a standard show content code (not use your own excerpt function), please re-enable our added code.

regards,

  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Message :
0 on August 14, 2014

Hi, i replace

echo excerpt(25)
 by  
the_content();
in template-portfolio-4.php but still does not work why ? :-/

  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Message :
0 on August 14, 2014

in fact, it”s work but not really, i see html code in my page why ?

  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Message :
0 on August 14, 2014
  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Message :
Moderator 0 on August 18, 2014

Hi Sylvain!, it’s working now!

we will update the plugin so you don’t need to set the “is_page(‘produits-pas-cher’)

i have captured the settings here:

  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Message :
Loading more replies
You are not logged in

Please login here or simply sign up here .