Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Hi, Can you please try some other template just to make sure problem is not with the current template?

    Thread Starter FireFlyWebs

    (@fireflywebs)

    Sorry for the delay, I expected the reply to come to my email but thought to check back here today.

    NO the issue is not caused by the theme.

    I have applied one of the carousel styles now so to see the text (but in my case – no text) requires scrolling over. Can you take a look for me? The carousel is on the main page, on the right column, single image.

    https://tangledgardenherbs.ca/tangledgardenherbs.ca/

    Thread Starter FireFlyWebs

    (@fireflywebs)

    Also, the image is not keeping with the size settings for ‘medium’ media settings which is set to 350x525px. The image is distorted. If I set the below to auto (in developer tools) it looks correct.

    .wcp-carousel-main-wrap .slick-track img {
    width: auto;
    }

    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Can you please tell me what you’re using in the title field?

    Thread Starter FireFlyWebs

    (@fireflywebs)

    You mean the WP post title field?
    I have a typical title.
    As I said I am using Page Builder by Site Origin
    and I am not putting anything in THEIR title field.

    Thread Starter FireFlyWebs

    (@fireflywebs)

    But I used all the WP title fields and have text there. Or do you mean something else?

    • This reply was modified 6 years, 10 months ago by FireFlyWebs.
    • This reply was modified 6 years, 10 months ago by FireFlyWebs.
    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Yes, I mean heading field in the carousel settings. Make sure its empty, or put post_title there without extra spaces.

    Thread Starter FireFlyWebs

    (@fireflywebs)

    OK- so now I see that. Thank you.
    But can you also help me with the sizing of the photos. I have them set to medium (wp settings are 350×525 as I wish the carousel to use) but the carousel image is displaying distorted. I unchecked the setting to make all the same size…. that made it worse, and also the max height. My post images all the same size so was hoping the ‘medium’ would look proper but it doesn’t.
    You can compare the images with the carousel by looking at the post page; https://tangledgardenherbs.ca/tangledgardenherbs.ca/home/blog-updates/

    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Hi, Please paste following code in custom css box. I hope it will fix it.

    .wcp-slick.slick-initialized {
        max-width: 350px;
        margin: 0 auto;
    }
    • This reply was modified 6 years, 10 months ago by rameez_iqbal.
    Thread Starter FireFlyWebs

    (@fireflywebs)

    Thank you.
    That resolves it.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Title and Description not showing’ is closed to new replies.