*

iqcta

  • *
  • 2 posts
Zara responsive contact seller on mobile devices
« on: February 15, 2024, 02:10:56 AM »
1-)   I have zara theme completely customized and working great, fantastic display and appeal. Removed many things, chopped code with an axe and added a ton.
all that, I am still STUMPED: the contact seller button is not displayed, only on portrait mode, mobile device. that said, a visitor, must click on seller's info, and there, click on contact seller button which does not run the same script: this specific contact, pulls the public profile contact seller, (<?php if($type == 'pub_contact') { ?>)  not the item contact seller, <?php if($type == 'item_contact') { ?>.
although the form may look the same, the script is not. what important here, if a visitor initiates a contact this way, what is skipped, is the "item" information, which a visitor would assume are in there, and the seller, receives a message now knowing, what is the potential buyer referring to, out of 100's of items. The item-contact-seller form however does the job perfectly, but is not visible (or available) in zara responsive mode.
customizing the Email templates has no effect on this, as each template works with what the script allows.
any ideas on: how to make the main "item_contact" button available in responsive mode? or how to merge, make the public profile contact the same as the item contact? changing the code around does not work, too many hidden variables that I could not find. I am sure there some code changes that would get this done, I just do not know where to look. ( I tries the responsive.css to see if there is a {display:none} flag, the php pages which is the send to friend as all forms are, and could find nothing. Not in the JS either, not sure what I missed.

2-) website title: is there a way to make it "go away"? basically do not display it at all?

thanks