• Resolved iok

    (@iok)


    Hello, good theme, but when choosing a post of “image” class does not show the image on the text input in the same way that if you show videos or sliders.

    Thank you!.

Viewing 5 replies - 1 through 5 (of 5 total)
  • So to be clear, what you’re wanting to do is have a single image above the paragraph content of the post? If so, you could use the gallery, but only place a single image into it? That would allow you to have a single photo in that area.

    Or if I’m misunderstanding the question please do let me know and I’ll look into it again.

    hope that helps.

    Thread Starter iok

    (@iok)

    First, thanks for answering so quickly. But if we use the gallery with a single image browsers Carousel right and left are. Like I said if you choose the type of post type image picture is displayed prominently. Deputy screenshots to understand me better.

    Thank you!!.

    https://dl.dropboxusercontent.com/u/24012902/imagen.png

    https://dl.dropboxusercontent.com/u/24012902/cms.png

    https://dl.dropboxusercontent.com/u/24012902/imgagen2.png

    Thread Starter iok

    (@iok)

    Sorry the screenshot as a result of the configuration of the second screenshot

    https://dl.dropboxusercontent.com/u/24012902/imgagen2.png

    Alright, I was able to get a single image to appear in that spot with no arrows on the sides by going into the post, and setting it to “Gallery.”

    I then added the single image to the gallery (leaving it set to “Gallery Post Default), and used this cusom CSS to remove the arrows.

    a.flex-next.flex-disabled {
        display: none;
    }
    
    a.flex-prev.flex-disabled {
        display: none;
    }

    Just copy and paste it into Appearance> Theme Options> Custom CSS, and you should be good to go. Let me know if that works for you!

    Just be aware that this CSS will effect future blog posts using the slider as well, so you’ll have to edit the CSS more later to be page specific if the slider is something you decide to use.

    Thread Starter iok

    (@iok)

    Hey there!! the solution is good because I had not thought, but obviously the slider will be used in other post … I’ve been reviewing the code but can not find the error …

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

The topic ‘image blog post’ is closed to new replies.