• Resolved christinatodorova

    (@christinatodorova)


    Thank you for this great plugin!

    Is it possible to make the captions responsive? I set it with % values but still on mobile devices and smaller screens they are as big as on large screen.

    Thank you for your time and efforts!

    Regards,
    Christina

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter christinatodorova

    (@christinatodorova)

    And another question regarding css incompatibility…

    When I place a slide on one of my pages, the plugin adds another b style. It looks like this in the developer console:

    Inherited from b
    
    b, strong {
        font-weight: 700;
    }
    style.css?ver=2.3.0:84
    b, strong {
        font-weight: bolder;
    }
    style.css?ver=2.3.0:84
    b, strong {
        font-weight: inherit;
    }
    user agent stylesheet
    strong, b {
        font-weight: bold;
    }

    And all the paragraph text becomes bold.

    Plugin Author CeiKay

    (@ced1870)

    Hi
    please give me the url of the page to see the problem
    CEd

    Thread Starter christinatodorova

    (@christinatodorova)

    Thanks!

    beta.dasautoservice.com

    Plugin Author CeiKay

    (@ced1870)

    ok, by my side the caption is responsive and takes the half of the slideshow, even on small screens. May be that I don’t understand your request ?

    for your bold text, I see in your source code:

    <article class="post-4089 post type-post status-publish format-standard has-post-thumbnail category-novini tag-bentley entry"><b><b><a ...><img src="... width="300" height="200"></a><header class="entry-header[…]
    </p></div></b></b></article>

    so here you can see that your text is between 2 <b> tags which is bold. Nothing to so with the slideshow in my mind
    CEd

    Thread Starter christinatodorova

    (@christinatodorova)

    Thanks!

    Sorry, I didn’t explain properly. The text is really big on small screen. Here is a screenshot.

    About the bold text…
    If you open fore example this page, where no slideshow is present, the paragraph text is not bold.

    And if you open another page with slideshow on it, the paragraph text is bold.

    Plugin Author CeiKay

    (@ced1870)

    for the caption, you can use some mediaqueries in CSS to set up the caption font size depending on the resolution . SOmething like

    @media screen and (max-width: 480px) {
    		.camera_caption {
    			font-size: 0.6em !important;
    		}
    }

    for the bold, I see that you have disabled the slideshow and the <b> tags are gone. This is strange, I don’t see why this would happen

    Can you enable it again on a page so that I can check ?

    Thread Starter christinatodorova

    (@christinatodorova)

    Thank you!

    It’s on now.

    I have slideshows on these two pages:
    front page
    another page

    Page without slideshow

    And I found another css conflict – there is a youtube plugin on the front page (right sidebar). When the slideshow is active, the width of the youtube plugin is changed and it becomes smaller.

    Plugin Author CeiKay

    (@ced1870)

    ok, check in the slideshow caption, it seems that you have

    Създадени в заводите на <b>Volkswagen AG<b>.

    here you got 2 times <b> instead of <b> and </b>
    this is probably the cause

    Thread Starter christinatodorova

    (@christinatodorova)

    My mistake, sorry.
    Thank you for your great support!

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Responsive captions’ is closed to new replies.