image(s) in tab content don’t show in front-end

Home Page Forums WooCommerce Custom Tabs image(s) in tab content don’t show in front-end

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author

    Posts

  • #1395

    mark

    Participant

    Hi,

    I can’t get images to show up into content. All fine in backend but not visible in website.

    Any Ideas?

    Thanks in advance.

    Mark

    #1396

    WebshopLogic

    Keymaster

    Hi Mark!

    There is no any limitation of displaying images on tabs. For example you can see a lot of images and screenshots on our own product tabs on webshoplogic.com

    Maybe you have some css code or other custom settings that make images invisible on your site.

    If you send us your site URL to info@webshoplogic.com we will have a look at it.

    Peter Rath
    WebshopLogic

    #1398

    WebshopLogic

    Keymaster

    Hi!

    You have a display: none; css declaration in .woocommerce-tabs a css attribute, that is why the images is hidden:

    .woocommerce-tabs a {
    padding: 7px 20px;
    float: left;
    font-size: 12px;
    font-family: Lato,serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #999;
    margin-right: 2px;
    margin-bottom: -1px;
    display: none;
    }

    You should eliminate this, or overwrite it with another css attribute (you may use !important css declaration for this purpose).

    You can get more information about it from your site designer or theme developer (if this css attribute is in your theme).

    I will send you screenshots about the css settings via e-mail.

    I hope you can solve this behavior according to this information.

    Peter

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.