Hello,
It has been solved immediately. Thank you so much!
It’s accurate working. Thank you so much.
I could solve it by myself. The reason is that added wrong nested column set on page editor.
Thank you for your helping!
Hello,
Your provided code;
<?php echo $this->current_post->get_excerpt(25);?>
the word count doesn’t work correctly because of under 2 byte languag(Japanse, Chinese and Korean)
So I would like to use “mb_substr” in your code.
<?php echo mb_substr(get_the_excerpt(), 0, 25); ?> is sama mean as <?php the_excerpt(25); ?> but for 2 byte.
Then what can I modifiy <?php echo $this->current_post->get_excerpt(25);?> to use “mb_substr” in your customized code?
Lucian,
I’m sure to put your CSS code as your sample, into custom CSS field as usual.
However it didn’t work on my home page. I don’t know why. I didn’t put the 2nd ad banner by myself.
Would you like to login my site as admin?
Here is the link from patebin.com where I’ve pasted the code
Regards,
Hi Lucian,
I sent my home page content. I checked my page settings/configurations, but nothing wrong. I’ve just copied and pasted your ad sample code into theme panel/ads field.
Unfortunately, your CSS didn’t work. Still the duplicated header ad has been on the home page.
Regards,
Hi Alin,
http://www.nimbusworks.net/ujp/03/
You see a second duplicated header ad at Company News /PR background.
Alin, you are so great. Thank you!
Thank you, Alin!
Thank you for the link.
One more thing-
>And apply some css to make it white – http://screencast.com/t/MEITPzjS
I added this CSS and it worked. But it also changed all another body section expcerpt made white-out…
Should I add custom class? Could you please advise?
Dear Alin,
It’s perfect! Much appreciate for your support for this issue!
Dear Alin,
Thank you so much your quick and perfect support! I give you 5 stars on themeforest review.
Thanks Emil, it completely work properly. But I would like to have an excerpts only one large image.
Can I hide them on another four medium thumbnail?