Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter asanti75

    (@asanti75)

    Unfortunately I have to uninstall your plug in in order to be able to get pretty photo, and I decided to install a different plug in for the weather. Thanks anyway.

    what should you do if you want to add 4 columns?

    Thread Starter asanti75

    (@asanti75)

    Hi, and yes, when you want add a pic you go to media bottom in a page or a post. So I did it. And yes when you choose media you have three option that are the following,

    1. Insert Media, with that option you only add a picture, video or audio in your page, and of course you can link this image with a page.

    2 create Gallery, with that option you can add a image with fade in, that I have, and you have multiples options there, like add 3, 4 etc. write a caption for the image but it hasn’t link each image with a page.

    3 set feature image, that option is for the circles.

    And finally No I don’t know a site that does that I want with this theme, if I knew one i probably could figure out scratching the code.

    I know that the gallery function is a Shortcode, but I am pretty knew I have some problems trying to make a Shortcode function.

    Thread Starter asanti75

    (@asanti75)

    Hi ElectricFeet,

    Probably I didn’t explain myself clearly, but I am not looking only link a image with a page or post, because that is something your instructions make. My intention is that the image that I created in a gallery, because the image is show with this small increase in the picture very slow, like slow motion. I am not sure if you got it.

    Thank you for your advise.

    Thread Starter asanti75

    (@asanti75)

    Hi

    For example, if you go to my site here you can see at the bottom after the circles, that I have a gallery with three image. I like this feature in which the image pop up, but when you click one of those image it opens a page with the image only.

    My intention is when you click in one image goes to a page, or post, and when you click to the next image go to another link, and so on.

    But I like your pop up galley, is that a plug in? Could you tell me which one? Thanks for your help.

    Thread Starter asanti75

    (@asanti75)

    Thank you, I didn’t know that restriction in the CSS Manager in Customizr theme, on the other hand I made those changes in a CSS manager plug in, that is easy to use too.

    Hi but this version has some bugs that need to be fixed, I installed but later I have to deinstalled because those problem and I couldn’t get the favicon at the end, but it was fixed with a plug in.

    Thread Starter asanti75

    (@asanti75)

    I didn’t get any answer I don’t know why, but here is my solution for those who are dealing with the same problem.

    You have to change to part, the first one is

    `.navbar .nav > li > a {
    padding: 5px 20px 5px 20px;
    font-size: 30px;
    }`

    and the second one is

    `.navbar .nav > li > a:first-letter {
    font-size: 30px;
    } `

    Remember use a CSS manager or a child theme.

    Hi

    There is a problem with the new version because I installed the 3.0.2 trying to fix the favicon issue, but every time when I was changing something with my plugins, or updating a page, the screen went white.

    Xbackfire I don’t undestand, I need to detect the CSS code to modified the font in the heater and in the circle. Using the WP google font plug in.

    Hi, I have the same problem, but I am using google font, it changed most of the text but no the header title. Anyone can help us?

    Hi, probably there were a misunderstood with all back and forth with this issue because I was trying to do the same and I followed all the discussion, but I had the same problem, then I realized that it was a code missing or I am not sure if that was missing but I wrote in the child css file this

    .blog .hentry span.hometitle {
     position: absolute;
     top: 70px;
     width: 100%;
       color: #FAFAFA;
        display: table-cell;
        font-family: Baskerville,"Playfair Display","Times New Roman",serif;
        font-size: 3.2rem;
        font-style: italic;
        height: 180px;
        line-height: 32px;
        overflow: hidden;
        text-align: center;
        transition: background 0.4s ease-in-out 0s;
        vertical-align: middle;
        width: 180px;
        word-wrap: break-word;
    }
    
    .blog .hentry {
     position: relative;
    }
    
    .blog .hentry span.hometitle {
     position: absolute;
     top: 73px;
     width: 100%;
     text-align: center;
    }
    
    .blog .hentry {
     position: relative;

    so it worked well.

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