LoadBrain - Forum
Welcome, You do NOT have to register!!!
.   
Re:Dimension of RWCards (1 viewing) (1) Guest
Go to bottomPost New TopicPost Reply Favoured: 0
TOPIC: Re:Dimension of RWCards
#1893
Kurt VAN HOVE (Visitor)

Dimension of RWCards 7 Months, 2 Weeks ago  
Card is cropped.
My cards are greater than 300 pixels (400px). Where can I change the value of 300 pixels for the height of the card (rwcardsViewRapper and backcard)
 
Logged Logged  
  Reply Quote
#1895
Ralf (Visitor)

Re:Dimension of RWCards 7 Months, 2 Weeks ago  
search the forum, it is mentioned there
 
Logged Logged  
  Reply Quote
#1977
Kathy (Visitor)

Re:Dimension of RWCards 6 Months, 1 Week ago  
Go into the components folder and find the one for com_rwcards then go to the Views folder. There are about 5 sub folders. Under each of these folders is a "tmpl" folder. Without looking I think its in the "rwcards" folder, open the php file and look for the height and width and change it.

Not sure but the height and width may be in another file as well.
 
Logged Logged  
  Reply Quote
#2029
Ephi (Visitor)

Re:Dimension of RWCards 5 Months, 1 Week ago  
look for the height in
->Com Path->com_rwcard->views->rwcardssendcard->tmpl->rwcardssendcard.php

change the height twice line 30 and 32 default is 300px.

<div id="rwcardsViewWrapper" style="position:relative; width:auto; height:450px; text-align:center;">

and

<div id="backCard" style="display:none; width:400px; height:450px;">

hope it will work for you

reg. ephi
 
Logged Logged  
  Reply Quote
#2030
Ephi (Visitor)

Re:Dimension of RWCards 5 Months, 1 Week ago  
Change this file too, for the preview:
->Com Path->com_rwcard->views->rwcardssendcard->tmpl->rwcardsprelookcard.php

same parameter as abowe.

ephi
 
Logged Logged  
  Reply Quote
Go to topPost New TopicPost Reply