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

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #149116
    laurent
    Participant

    Hi i am designing a website for my disable sister who is very creative. the website uses artificer and woocommerce. everything was fine until i set up the multilingual qtranslate. i put the following code in their place advised on this site. #headerMenuSystem { position:absolute; top:30px; left:40px; } and also but i would like to have the flags under or next to the cart on top right and also a problem appeared. when you zoom on a selected product it is out of screen at the bottom. please your help would be very much appreciated. here is the site: http://www.artizanne.com/boutique

    #149125
    Paulie_D
    Member

    As far as I can see this is not a CSS issue…it’s an HTML one.

    Somehow the main content of your page has been inserted into the menu system UL.

    That doesn’t seem correct to me.

    #149127
    laurent
    Participant

    How can i correct this please Paulie

    #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)

    #149132
    Paulie_D
    Member

    Oh, PHP…in that case, I will have to pass you over to the experts.

    #149134
    laurent
    Participant

    Thank you Paulie but may be there is a way to write it in css I don’t know. and my appology if i put this in the wrong place. thank you for your help

    #149136
    Paulie_D
    Member

    It’s not a CSS issue, at least as far as I know, the HTML structure appears to be broken.

    Since this seems to be a PHP issue I moved it to the appropriate section.

    Once we have everything in the right place we can turn to the other display issues you mentioned.

    #149139
    laurent
    Participant

    thank you very much

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘Back End’ is closed to new topics and replies.