Upgrade 4.2 and tags gone and design move

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?"

Upgrade 4.2 and tags gone and design move

Postby LordStyphon » 10 May 2012, 06:43

Hi Sayontan,

after upgrade to 4.2.0 all the post dont show tags anymore.

Further after changing from custom style to fixed 1000 px, the widget above header dont align rest of the site.

Please can You help?

Kind Regards and thanx for a super theme,

8-) LordStyphon

http://www.ucos.dk
Kind Regards
LordStyphon

http://www.ucos.dk
LordStyphon
 
Posts: 20
Joined: 10 May 2012, 06:29
Location: Denmark

Re: Upgrade 4.2 and tags gone and design move

Postby LordStyphon » 15 May 2012, 11:56

Nobody to help me :o
Kind Regards
LordStyphon

http://www.ucos.dk
LordStyphon
 
Posts: 20
Joined: 10 May 2012, 06:29
Location: Denmark

Re: Upgrade 4.2 and tags gone and design move

Postby sayontan » 15 May 2012, 12:24

I am not able to replicate the problem with tags at my end. What options have you selected for tags under Other Graphical Elements -> Post and Page Bylines?

As for your second question, how is it supposed to look?
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: Upgrade 4.2 and tags gone and design move

Postby insideamerica » 16 May 2012, 21:41

Got the same issue after upgrading to 4.2.0. The meta in posts (date and tags) that used to display on the left of each post disappeared and the post now takes the full width.
Looking into Suffusion Options, the Post Format (Other Graphical Elements > Post Formats > Position for Meta Informations) are still properly set (Pullout on the Left, will reduce your main column width). You may have a look at http://insideamerica.net/?p=5839 (post date used to show up on the left, aligned under the title, with a reduced column width).
Thanks for your tremendous theme... and support!

Jean
insideamerica
 
Posts: 2
Joined: 16 May 2012, 21:32

Re: Upgrade 4.2 and tags gone and design move

Postby sayontan » 17 May 2012, 01:37

insideamerica wrote:Got the same issue after upgrading to 4.2.0. The meta in posts (date and tags) that used to display on the left of each post disappeared and the post now takes the full width.
Looking into Suffusion Options, the Post Format (Other Graphical Elements > Post Formats > Position for Meta Informations) are still properly set (Pullout on the Left, will reduce your main column width). You may have a look at http://insideamerica.net/?p=5839 (post date used to show up on the left, aligned under the title, with a reduced column width).
Thanks for your tremendous theme... and support!

Jean

This is probably a problem at your end. I see that you are using a child theme, and I guess you are using some template files there that use the "div" element for posts. That will not work - you have to use "article". See this post: http://aquoid.com/news/2012/03/upcoming ... suffusion/
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: Upgrade 4.2 and tags gone and design move

Postby insideamerica » 17 May 2012, 20:09

Oops :? Did think about this lost child! (user rule: always blame it on the developer first!)
I went back to the standard theme and the layout went back to normal. Thank you so much for your guidance!
I guess I have now to work on upgrading my child theme to get my bells and whistles back ;-)
insideamerica
 
Posts: 2
Joined: 16 May 2012, 21:32

Re: Upgrade 4.2 and tags gone and design move

Postby LordStyphon » 18 May 2012, 13:48

Hi again,
my options for posts are - Theme Default, Show permalink above footer left, always show, Show categories under tittle left, hide comment link, hide posted by, posted by author, SHOW TAGS under tittle right - this is ok for tags, but before we have them at the end of the post. When we choose the two - above footer - no tags are showing, same if we choose show author above footer then no author ! !

The other thing about our widget above header - the on with the banner from CoolShop - this area was allways align the rest of the design - same width - but no its align to left and dont fill out and dont set it center !!

I really hope you can help us - we love your theme and have used it for several years.
Kind Regards
LordStyphon

http://www.ucos.dk
LordStyphon
 
Posts: 20
Joined: 10 May 2012, 06:29
Location: Denmark

Re: Upgrade 4.2 and tags gone and design move

Postby drake » 18 May 2012, 22:58

For aligning the widget area above header, add at Suffusion Options -> Backend -> Custom Includes -> Custom Styles:
Code: Select all
#text-331397793 {width:1020;margin-left:-10px;text-align:center;}


Your image have 980 px width, and the wrapper, with 10 px on the left and right have 1020px width.
drake
 
Posts: 3805
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania

Re: Upgrade 4.2 and tags gone and design move

Postby LordStyphon » 19 May 2012, 02:01

Hi, just tried that but it didnt help !! :o
Kind Regards
LordStyphon

http://www.ucos.dk
LordStyphon
 
Posts: 20
Joined: 10 May 2012, 06:29
Location: Denmark

Re: Upgrade 4.2 and tags gone and design move

Postby drake » 19 May 2012, 04:16

Grrrr... Another typo, I forget to say what are those 1020 - maybe kilometers!!!.... Put the right code:
Code: Select all
#text-331397793 {width:1020px;margin-left:-10px;text-align:center;}


If not work that way, add !important directive, like this:
Code: Select all
#text-331397793 {width:1020px !important;margin-left:-10px !important;text-align:center !important;}
drake
 
Posts: 3805
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania

Next

Return to Bug Reports

Who is online

Users browsing this forum: Google [Bot] and 4 guests