Okay
  Public Ticket #854872
Lots of questions (blog and other stuff)
Closed

Comments

  •  1
    NikkiEz started the conversation

    Hello !

    I have a lot of questions to ask !
    First of all I'm using the Photography demo content.

    1 : I would like on my blog page to have a text preview of the content in the blog post like in your Blogging demo. But i don't see any options or where to do it... Maybe I haven't seen the option. Should i check something ?

    2 : When i put an image in an article in Blog, can I make the image full width in the article ? Like as the main picture's article in the top ? I mean the image can go from on side of the screen to the other side and not being limited by the "square" of the blog content ?

    3 : In the blogging theme, in some article the picture is in the small size but when you click on it there is a cool "pop up" that zoom on the image. How to do it ?

    4 : And this kind of "zoom" is it possible to do the same for portfolio when you are on the home page ? Because I would like something simple and minimalist to just show my images or video when you click on it. And not the big black "player" around.

    5 : Is it possible to put a logo (or small image) instead of text under the portfolio items ? 

    6 : And is it possible to put a search bar on the top of the website ? Like next of the menu ?

    Thank you for answers :)

  • [deleted] replied

    Hi NikkiEz,

    1—  I can see that you already have this option http://drops.laborator.co/1fk5S

    2— I'm sorry but, this is not possible. 

    3— I've just made a video for you to understand this simple procedure http://drops.laborator.co/3AJE

    4— That is not possible for the moment. 

    5— Can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answer. 

    6— Currently this is not possible, we will implement this feature in future versions of Kalium.

  •  1
    NikkiEz replied

    Thank you for all your answers ! I will check everything.

    5 : This is an image that explain what i would want : http://imgur.com/a/THJVx
    The logo/image is under the portfolio item.

    Thanks

  •  1
    NikkiEz replied

    And about the blog preview, you are on the wrong website :p
    The good one is www.leobigiaoui.com.

    And I did a blog post with lot of text inside but there is no preview... Did i missed an option or something to check ?

    Thanks !

  • [deleted] replied

    Hi NikkiEz,

    5. To achieve the desired change, here is what you need to do:

    5.1 Use "Visible Titles" Portfolio items layout:


    (view large version)

    5.2 Then set the following option:


    (view large version)

    5.3 Add this Custom CSS:

    .portfolio-holder .item-box .info h3 {
    display: none;
    }

    p.sub-title .item-logo {
    display: block;
    text-align: center;
    }

    p.sub-title .item-logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: inline-block;
    }

    To apply Custom CSS, on WP admin panel menu click Custom CSS link (as shown here).

    5.4. To add item logo, go to Portfolio Item Edit page, and here add the logo image (HTML markup):


    (view large version)

    The HTML markup to add your image is this:

    <span class="item-logo"><img src="{image-url}" /></span>

    You need to replace that {image-url} with original image url you want to show below the item thumbnail.

    Thats it.


    1. Please enable excerpts in post edit page:


    (view large version)

    Then:


    (view large version)

    This should work for you.

  •  1
    NikkiEz replied

    Hi !

    Thank for you answers !

    I will try your option for the image in portfolio later.

    But for now, I need to put excerpts on blog page.

    I used what you told me about, and it still not working. Nothing is here... I don't understand why.

    I tried to edit an old one and create a new one with text in excerpts before posting and there is the same result.

    Here two screenshots to show you that I did exactly what you told me.

    Thanks !

  • [deleted] replied

    Hi Nikki,

    Can you send me the page URL of this blog and also include WP credentials for that page.

    Make sure to choose "Private Reply" when you send us sensitive information!

  •   NikkiEz replied privately
  •   NikkiEz replied privately
  • [deleted] replied

    Hi Nikki,

    I was logged in successfully however the changes I made in the FTP doesn't reflect in leobigiaoui.com

    What am I doing wrong here?