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

Re: Upgrade 4.2 and tags gone and design move

Postby LordStyphon » 20 May 2012, 11:38

Hi Drake, I used the last code and et moved a little, but if you se the site, you can see its still not align with the rest a
of the site as before upgrading to 4.2.
Before it has the same with as the main page and was correctly centered.
Why are the widget above header build in as the rest of the site, its like the widget is a object standing alone !!
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 » 20 May 2012, 11:49

Your widget area is aligned centrally with your site - I am not seeing any issues. Can you please post a screenshot to explain what you are seeing as a discrepancy.
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 drake » 20 May 2012, 12:14

Now the widget area is aligned with the wrapper and the ad is centered, what is the problem? If you wish that your ad have the same width as the wrapper, you can't, I already said, your ad have 980 px but the wrapper have 1020...

You can also hide the background of widget, maybe this look closest to what you wish. Complete the definition for #text-331397793 with: "background:none;border:none;".
drake
 
Posts: 3794
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania

Re: Upgrade 4.2 and tags gone and design move

Postby LordStyphon » 21 May 2012, 07:05

Hello, the image is here http://www.ucos.dk/ucos-top-not-ok.jpg

as you can se the widget with black background hasnt the same width as the rest of the page - dont mind the header photo, it has to be bigger after going from custom style to the default 1000px.

Further the contens in the widget isnt in center - the CoolShop banner.

Stil having problem with getting the tags showing just above footer, only works for us in top or to the side.
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 » 21 May 2012, 07:25

Here photo without banner and the back-end from Drake, just plain text.

http://www.ucos.dk/ucos-top-without-code.jpg

Normaly there is this code:

<script type="text/javascript">
var uri = 'http://impdk.tradedoubler.com/imp?type(img)g(18864076)a(2077943)' + new String (Math.random()).substring (2, 11);
document.write('<a href="http://clk.tradedoubler.com/click?p=52026&a=2077943&g=18864076" target="_BLANK"><img src="'+uri+'" border=0></a>');
</script>
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 » 21 May 2012, 08:03

Just a thought, the header has a photo 960 px width and think thats ok.
If the site default is the 1000 px, could it be down the site there is a problem with width and the margens ??
As I remember I set all to default !
When use 1000 px witdth is it then total 1000 px or 1020 px ?
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 » 22 May 2012, 10:59

Now I used this code

.form-allowed-tags {visibility:hidden;display:none;}
#text-331397793 {width:1020px;background:none;border:none;}

+ a <div align="center"> </div> in the text Ive in the widgetarea.

and it seems to look nice, but still I think Ive a problem somewhere regarding the above header problems.
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 » 17 Jul 2012, 15:16

Hi there, this is after upgrading to 4.2.4 and moved the javescript from widget above header to custom include javascript.
I dont put <script> in the code. In the custom include css I tryed with and without this #text-331397793 {width:1020px;margin-left:-10px;text-align:center;} and again with and without important.
Still my problem are the affiliate banner in top which dont follow the design but are tol the left instead center.
I have uploaded a picture of the problem here http://www.ucos.dk/theme.jpg
Hope someone can help with this.
NB all tags ok with the new upgrade !
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 » 17 Jul 2012, 15:42

You loose #text-..... because that represented your deleted widget.

Go back at Custom Includes where you paste the javascript and change this line:
document.write('<a href="http://clk.tradedoubler.com/click?p=52026&a=2077943&g=18864076" target="_BLANK"><img src="'+uri+'" border=0></a>');

with:

Code: Select all
document.write('<div style="width:100%;text-align:center;"><a href="http://clk.tradedoubler.com/click?p=52026&a=2077943&g=18864076" target="_BLANK"><img src="'+uri+'" border=0></a></div>');


(I copied the line from your post and I assumed that you write here the correct code)
drake
 
Posts: 3794
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania

Re: Upgrade 4.2 and tags gone and design move

Postby LordStyphon » 17 Jul 2012, 16:35

Hi drake, thanx for your time. Sorry but it is still the same www.ucos.dk/theme.jpg, so my problem isnt solved :o
Kind Regards
LordStyphon

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

PreviousNext

Return to Bug Reports

Who is online

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