alexwrld
Member
Posted 4 months ago #
Hi!
As per the rules, I quoted the source of the images I used on my blog. But it is showing among the title of all the posts. Please have a look into the front page (the index page) og the website: http://www.successstories.co.in/
Please have a look at the first two images under the black navigation bar.
I will appreciate your prompt help!
Best,
Alex
alexwrld
Member
Posted 4 months ago #
Also, if you could take a look in the posts in the box under "RecentStories"
You will find that each paragraph is starting with the image caption :-(
I will have to fix this error as well.
alexwrld
Member
Posted 4 months ago #
Anybody around?
I have been patiently waiting......Anybody please help!
as this is a custom theme, have a look how the excerpts in these locations are generated; (if you haven't made the theme yourself, try to contact the designer).
if you have located the code, and don't know what to edit, you can paste the full code into a http://pastebin.com/ and post the link to it here for someone to have a look at it.
alexwrld
Member
Posted 4 months ago #
Thanks for your prompt reply!
However, I could not understand which code you are talking about? Is it an error related to CSS?
This website theme was developed from scratch. I'm a new learner and just experimented with this theme in order to learn WP.
I will appreciate your help.
Alex
This website theme was developed from scratch.
who developed it and could you ask that person?
Is it an error related to CSS?
no - more likely in the code or in a fuction of your theme.
the excerpts with the thumbnails have to get created using some code, which is possibly in the front page template of your theme (index.php ?);
alexwrld
Member
Posted 4 months ago #
alexwrld
Member
Posted 4 months ago #
Thank you for tracking our question.
The theme was developed by my wife. In fact, she tried a lot but could not figure out how to fix it.
Here is the code of index.php
Let me know if it you any hold of the issue.
alexwrld
Member
Posted 4 months ago #
My mistake. Click Here is the link to Pastebin: http://pastebin.com/TQLR39B7
the error seems to be coming from this function:
<?php the_content_limit(40, ''); ?>
might be in functions.php of your theme, or from a plugin (?)
alexwrld
Member
Posted 4 months ago #
She tried on it but no luck. In fact, she uninstalled recent plugins but nothing is happening :-(
what is the code of this function the_content_limit() ?
(please use the pastebin again)
if it is not from a plugin, it is possibly to be found in functions.php of the theme.
there is nothing anyone here can help you with until you locate and post the code.
alexwrld
Member
Posted 4 months ago #
Sorry for not catching you up!
Here is the link to what you asked for: http://pastebin.com/rkfP6xNs
Thanks very much!
in the first few lines of the function, try to play with adding a line with strip_shortcodes()
http://codex.wordpress.org/Function_Reference/strip_shortcodes