Forum
Welcome, Guest
Please Login to access forum.
Styling Problem (1 viewing) 
Go to bottom
TOPIC: Styling Problem
#943
HDsports
Fresh Boarder
Posts: 2
User Offline
Styling Problem Karma: 0  
Hey,
i have joomla 3.3.6 with Purity iii Template (t3 framework)

When i use your plugin with position top, then i have a problem with the style:
http://www.directupload.net/file/d/3797/8awawi9p_png

The start of the text, is beside the buttons, but the should be under the buttons.
i looked in the css-file but dont found a solution for thath problem...

Can you help me?
 
Logged Logged  
  The administrator has disabled public write access.
#944
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Styling Problem Karma: 79  
Hello,

this is normal because the social buttons are float left, so you need to place a clear div after the buttons to make the text start a new row.

Greetings,

John
 
Logged Logged  
  The administrator has disabled public write access.
#946
HDsports
Fresh Boarder
Posts: 2
User Offline
Re:Styling Problem Karma: 0  
but i can't edit every from my 1000 articles...

ok, i have now solved the problem:

Open fastsocialshare.php

Go to
Code:

<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script> </div> JS; } $html = "<br><br>"; return $html; }
Replace that
Code:

} return $html; }
to thath:
Code:

} $html = "<br><br>"; return $html; }
 
Logged Logged  
  The administrator has disabled public write access.
#947
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Styling Problem Karma: 79  
Correct, the best solution is edit directly the main plugin file to propagate to all articles
 
Logged Logged  
  The administrator has disabled public write access.
Go to top