- Posts: 33
COMMUNITY FORUM
howe move buttons share k2?
- marco
-
Topic Author
- Offline
- Junior Member
Less
More
12 years 6 months ago #106091
by marco
howe move buttons share k2? was created by marco
hello a question as I do in the file item.php to put buttons facebbok twitter and google plus article in the first practice on the same line to the right or rather next to the buttons of print and mail, and author's name.
Why I did like you said but I can not make this change, or rather I do not know what to edit ..
thanks in advance!
Why I did like you said but I can not make this change, or rather I do not know what to edit ..
thanks in advance!
Please Log in or Create an account to join the conversation.
- marco
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 33
12 years 6 months ago #106092
by marco
Replied by marco on topic Re: howe move buttons share k2?
please help!!!!!
Please Log in or Create an account to join the conversation.
- zecaffe
-
- Offline
- New Member
Less
More
- Posts: 19
12 years 6 months ago #106093
by zecaffe
Replied by zecaffe on topic Re: howe move buttons share k2?
Open item.php
Go to the line: 281
Cut the code from 281 - 325 , and paste it to the line 175 , right before <div class="clr"></div>
Let me know if it works. Also u can move the buttons editing its CSS.
Go to the line: 281
Cut the code from 281 - 325 , and paste it to the line 175 , right before <div class="clr"></div>
Let me know if it works. Also u can move the buttons editing its CSS.
Please Log in or Create an account to join the conversation.
- marco
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 33
12 years 6 months ago #106094
by marco
Replied by marco on topic Re: howe move buttons share k2?
does not work!
Please Log in or Create an account to join the conversation.
- zecaffe
-
- Offline
- New Member
Less
More
- Posts: 19
12 years 6 months ago #106095
by zecaffe
Replied by zecaffe on topic Re: howe move buttons share k2?
Maybe the line #175 is incorrect.
The correct place to paste the code from line 281 - 325 is the <div class="itemToolbar"></div>.
So, cut the code from 281-325 and paste it right before itemToolbar closing div (</div>).
It must work. Probably you will have to play a little bit with the css and widths of itemToolbar and itemSocialSharing divs.
but, it must work!
Cant help you more, because i dont have link.
The correct place to paste the code from line 281 - 325 is the <div class="itemToolbar"></div>.
So, cut the code from 281-325 and paste it right before itemToolbar closing div (</div>).
It must work. Probably you will have to play a little bit with the css and widths of itemToolbar and itemSocialSharing divs.
but, it must work!
Cant help you more, because i dont have link.
Please Log in or Create an account to join the conversation.