Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author cubecolour

    (@numeeja)

    You should be able do this with custom CSS. It is best to follow the directions in the faq to stop the plugin’s stylesheet loading and copy the stylesheet’s css rules into your child theme’s stylesheet.

    You can create css rules to target all the tabs to hide the text
    eg

    .responsive-tabs-wrapper .responsive-tabs__list__item {
    	color: transparent;
    }

    and also target the tabs individually
    eg

    .responsive-tabs-wrapper #tablist1-tab1 {
    	background-image: url('image1.png');
    }
    
    .responsive-tabs-wrapper #tablist1-tab2 {
    	background-image: url('image2.png');
    }
    
    .responsive-tabs-wrapper #tablist1-tab3 {
    	background-image: url('image3.png');
    }

    Thread Starter allm

    (@realblueorange)

    @cubecolour

    Thanks for your quick answer. I see what you mean and will try to go that way. My tabs get generated, so it is not always fixed what tab is what. Which seems to make the css solution difficult to handle. I’ll look into it some further.

    I sent in another question, which seems to have gotten lost in the system. I’ll send it in again tonight…

    Plugin Author cubecolour

    (@numeeja)

    Please don’t post the same question more than once. It clutters the forum and makes more work for the volunteer moderators.

    Thread Starter allm

    (@realblueorange)

    @cubecolour
    I have posted this question about images in tabs only once.

    I did post another question (about lots of tabs in a row) twice, because the first time it did not make it into the forum, even after several hours of waiting. I posted it a second time, in different words, with a modlook tag so a moderator could look into it. I am not sure what else I could have done.

    Plugin Author cubecolour

    (@numeeja)

    Yes I was referring to the other one – it looks like the posts got into the spam queue, reposting won’t help, and modlooking posts for that reason won’t help either.

    When a post that is not spam gets in the spam queue it will be released when a volunteer moderator checks the queue. This happens very often throughout the day, but due to timezones and depending on who is around there is no guideline on how long it might be expected to take.

    I answered your other question at https://www.ads-software.com/support/topic/tabs-wider-than-website fourteen hours ago.

    Thread Starter allm

    (@realblueorange)

    Ok, thanks for telling me about the spam queue. Didn’t know that. Next time I’ll wait longer than a few hours if things don’t end up on the forum.

    I posted in the other thread you mentioned.

    This thread is set to resolved. Thanks for your time!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘images in tab?’ is closed to new replies.