Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End woocommerce and zoom image Reply To: woocommerce and zoom image

#149128
laurent
Participant

Thank you for your reply how can i correct this please Paulie

i put this into the custom css style

headerMenuSystem { position:absolute; top:30px; right:40px; }

and this in the header.php

<?php global $q_config; if(is_404()) $url = get_option('home'); else $url = ''; echo '

<ul>';

foreach(qtrans_getSortedLanguages() as $language) { $link = qtrans_convertURL('', $language);

if($\_SERVER["HTTPS"] == "on") $link = preg\_replace('#^http://#','https://', $link);

echo '
*   <a><span>'.$q_config['language_name'][$language].'</span>'; }
      echo ''; ?>

what am i doing wrong (obviously a lot)