Minima Meta Information Issue since 4.2.0

Reports about issues that you encounter in Suffusion
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?"

Minima Meta Information Issue since 4.2.0

Postby PixelBruncher » 15 May 2012, 00:47

Hey there!

Since the last update 4.2.0, there is a small cosmetic problem with the left pulled out meta information in the minima theme:

Image

For live check: www DOT pixelbrunch DOT com

You're doing a great job, Dude!
PixelBruncher
 
Posts: 6
Joined: 22 Oct 2011, 12:46

Re: Minima Meta Information Issue since 4.2.0

Postby sayontan » 15 May 2012, 10:23

Open the file wp-content/themes/suffusion/custom/pullout.php. You will see this code:
Code: Select all
   if ($tags != '') {
      echo "<li><span class='tags'><span class='icon'>&nbsp;</span>";
      the_tags('', ', ');
      echo "</span></li>\n";
   }


Change it to:
Code: Select all
   if ($tags != '') {
      echo "<li class='fix'><span class='tags tax'><span class='icon'>&nbsp;</span>";
      the_tags('', ', ');
      echo "</span></li>\n";
   }
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10159
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Minima Meta Information Issue since 4.2.0

Postby PixelBruncher » 22 May 2012, 00:41

Thanks, it worked!

Will it be fixed with the next update, so i don't have to put it into my child theme?
PixelBruncher
 
Posts: 6
Joined: 22 Oct 2011, 12:46

Re: Minima Meta Information Issue since 4.2.0

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

I have the same issue...but I did something to botch it.
It may be a bracket or something else...I cannot see it.
Please find sandwiched below the code I replaced [in bold] in cpanel >>wp-content/themes/suffusion/custom/pullout.php:
Please see screenshot or http://thewholisticedge.com/the-mad-swede/ of missing tags section ~ thanks to my error.
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
cpanel error - jsk.PNG
cpanel error - jsk.PNG (158.39 KiB) Viewed 1628 times
The Mad Swede
 
Posts: 69
Joined: 30 Dec 2010, 18:37

Re: Minima Meta Information Issue since 4.2.0

Postby The Mad Swede » 22 May 2012, 10:22

Sayontan | Drake~

Please note that my issue has been resolved.
I missed a "}" in the copy/paste [hack job] effort.

Thanks for your help!

~jsk
The Mad Swede
 
Posts: 69
Joined: 30 Dec 2010, 18:37


Return to Bug Reports

Who is online

Users browsing this forum: No registered users and 4 guests