how to delete extraneous line in tags section ~ resolved

General questions pertaining to how certain issues can be resolved
Forum rules
1. No offensive language and no mocking
2. Please do a thorough search before you post something. Trust us, there is a high probability that the question you are asking has been asked previously.
3. No soliciting. You cannot post here soliciting bids for people offer you quotes, or even offer money to people for some work. You will be moderated if you do so. If you are looking for help, please post your request on http://jobs.wordpress.net or http://codepoet.com
4. Please be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you.
5. Please do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents.
6. Please post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"

how to delete extraneous line in tags section ~ resolved

Postby The Mad Swede » 22 May 2012, 05:48

Curious how to delete the extraneous line cutting off the tops of words in the tags section of all blog posts.
It was not present before this morning.

Nothing seems out of the ordinary in the source code. I deactivated plugins but nothing changed.
I restored earlier post versions but it does not go away.

Attached find a screenshot. The line is slicing through the tags "digestion, EFAs."
Each word below it is fine.

Suffusion v4.2;
Minima theme;
WordPress v3.3.2;
Blog >> http://thewholisticedge.com/the-mad-swede/

Thank you for your assistance.

~jsk
Attachments
Suffusion Forum ~ blog.PNG
Suffusion Forum ~ blog.PNG (173.59 KiB) Viewed 166 times
Last edited by The Mad Swede on 22 May 2012, 10:19, edited 1 time in total.
The Mad Swede
 
Posts: 69
Joined: 30 Dec 2010, 18:37

Re: how to delete extraneous line in tags section/date box a

Postby drake » 22 May 2012, 06:04

See this solution of Sayontan from this morning: viewtopic.php?f=2&t=10251#p39229
drake
 
Posts: 3804
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania

Re: how to delete extraneous line in tags section/date box a

Postby The Mad Swede » 22 May 2012, 08:33

Drake~

Thank you for the reply.
Sorry I missed the previous entry.

I need your help determining what I botched.

Please find sandwiched below the code I replaced [in bold] in cpanel >>wp-content/themes/suffusion/custom/pullout.php:
Please see my blog to note the missing tags section >>http://thewholisticedge.com/the-mad-swede/ or the attached screenshot.
Sorry for the trouble.

Thank you!

if ($post_show_cats != 'hide') {
$categories = get_the_category($post->ID);
if ($categories) {
echo "<li><span class='category'><span class='icon'>&nbsp;</span> ";
the_category(', ');
echo "</span></li>\n";
}
}

if ($tags != '') {
echo "<li class='fix'><span class='tags tax'><span class='icon'>&nbsp;</span>";
the_tags('', ', ');
echo "</span></li>\n";
}



if (isset($suffusion_cpt_post_id) || $is_cpt) {
do_action('suffusion_add_taxonomy_bylines_pullout', $suffusion_cpt_post_id, $is_cpt, '<li>', '</li>');
}
Attachments
Suffusion - cpanel code error - jsk.PNG
Suffusion - cpanel code error - jsk.PNG (157.95 KiB) Viewed 157 times
The Mad Swede
 
Posts: 69
Joined: 30 Dec 2010, 18:37


Return to Support Requests

Who is online

Users browsing this forum: Google [Bot], spansavouxugs and 6 guests