TOPIC: recomendation isnt showing email field and

recomendation isnt showing email field and 9 years 4 days ago #7303

  • edensan
  • edensan's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 43
  • Karma: 0
the envelope on the product detail page isnt showing the right textcolor (isnt readable.
the productpicture is over the emailfield

see screencapture:



This image is hidden for guests. Please log in or register to see it.




gr
Last Edit: 9 years 4 days ago by edensan.
The administrator has disabled public write access.

Re: recomendation isnt showing email field and 9 years 1 day ago #7317

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Can you send me your url to that page ? cause i did not see that problem from your site.

Regards
The administrator has disabled public write access.

Re: recomendation isnt showing email field and 9 years 1 hour ago #7324

  • edensan
  • edensan's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 43
  • Karma: 0
The administrator has disabled public write access.

Re: recomendation isnt showing email field and 8 years 11 months ago #7327

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hi,

It's blank page.

Regards
The administrator has disabled public write access.

Re: recomendation isnt showing email field and 8 years 11 months ago #7337

  • edensan
  • edensan's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 43
  • Karma: 0
you tell me...but it isnt emty the text is the wrong color.

i didnt change a thing on this.. so its in the core omegathemetemplate!
the textcolor isnt white so not readable

but... if you are logged in you see the page as shown as above.

greetz
The administrator has disabled public write access.

Re: recomendation isnt showing email field and 8 years 11 months ago #7345

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
It's not the template core, just a problem with your url sef.

I think it's must be: www.superkadootje.nl/index.php/bedankjes...as1-detail/recommend

So you can try rename/delete folder templates\ot_swizcake\html\com_virtuemart\recommend

Regards
Last Edit: 8 years 11 months ago by trungdt.
The administrator has disabled public write access.

Re: recomendation isnt showing email field and 8 years 11 months ago #7357

  • edensan
  • edensan's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 43
  • Karma: 0
no change at all..

if the blanc screen pops up try cntrl + A (select all)
then you can see there is text but the wrong color..

gr Edensan
The administrator has disabled public write access.

Re: recomendation isnt showing email field and 8 years 11 months ago #7360

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
So please send us your ftp, so i can fix it by edit and implement css.

Regards
The administrator has disabled public write access.

Re: recomendation isnt showing email field and 8 years 11 months ago #7376

  • edensan
  • edensan's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 43
  • Karma: 0
Okay i have the textcolor changed to yellow now but the productimage is stil way to big

change preset-style-1.css

r 37 from
body{

	color:#877260;

	background-color: #FFFFFF;

to
body{

	color:#F2B702;

	background-color: #FFFFFF;
Last Edit: 8 years 11 months ago by edensan.
The administrator has disabled public write access.

Re: recomendation isnt showing email field and 8 years 11 months ago #7384

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello,

You should replace body = body#ot-body (preset-style-1.css and preset-style-2.css )

and edit file templates/ot_swizcake/html/com_virtuemart/recommend/form.php online 63
change this code
echo $this->product->images[0]->displayMediaThumb('class="modal product-image"',false);

to this code
echo $this->product->images[0]->displayMediaThumb('class="product-image"',false);

Regards
The administrator has disabled public write access.
Time to create page: 0.101 seconds