Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #771745

    HI everybody, i am in this situation: http://www.agevolaimprese.com/risorse-gratuite/
    trying to reach this thumbnails look: blog

    I tried the solutions I found in this forum, but nothing works for my case.

    Can you help me?

    Thank you very much!

    #773439

    Hey jacopocabianca,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.

    Best regards,
    Victoria

    #773444

    Yes, of course!

    thank you!

    #774961

    Hi jacopocabianca,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .post-entry.post-entry-type-page.post-entry-21 .template-blog .blog-meta {
        float: left;
        margin-right: 50px;
        width: 40%;
    }
    
    .post-entry.post-entry-type-page.post-entry-21 .main_color .small-preview {
         width: 100%;
        height: 100%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #775095

    Thank you for the answer, but that doesn’t work at all.
    Now the original website is visible, so I created a test installation.. The id page is 21 too, but…. I applied your code, and this is the result:

    I already tried to put the code also in the custom.css file, but nothing changed.

    You can access to this test space by visiting http://www.agenda161.com/test/wp-admin/
    and entering with the same credentials I’ve already sent you in the previews post.

    Can you help me to reach that thumbnails look that i asked in the first post?
    Thank you very much

    #775145

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .page-id-21 .blog-meta .small-preview {
        float: left!important; 
        margin-right: 50px!important; 
        width: 100%!important; 
        height: 100%!important;
    }

    postimage

    Best regards,
    Mike

    #775168

    Thank you very much, Mike, it works, but… there’s a problem… I’m making more han one of my customer buy “enfold theme”, because I want to find a sort of “standard configuration”, but I can’t find it, I find some problem with this.
    In the example your code works, but I have another website, with the exactly same configuration (it changes only the ID page).
    I tried to use that code in the other side, and this is the result:

    screenshot

    The website is http://www.ricevimentodafavola.it

    How is it possible?
    At the actual moment, to get closer to my goal, i added another css row, called “#top.page.page-id-4084 .fullsize .template-blog .blog-meta ” (that I found i one of my many attempts of finding the right code).
    The result is similar, but the thumbnails are not square like I wish. That’s wouldn’t be a big problem, except that I can’t work with Enfold if I can’t understand the logic behind this css code.
    My question is, how is it possible that the same identical configuration works different with the same css code? What I am doing wrong? What I can’t understand?
    Can you tell me where I am wrong in the second site, what’s the difference in the configuration between tha 2 sites, and what is the right CSS code that I can use in ANY website with enfold theme (except naturally changing the page ID) ?

    If you wish you can login to both sites with the same ID and password that you already have.

    Thank you very much and sorry for my bad english

    #775199

    Hi,
    The two sites are not the same, the first site had the images to the left side and the second one had the images above. You should compare the two post types to see which options are selected. I can see that two have different classes which means they have different options selected.

    Best regards,
    Mike

    #775370

    Thank you very much for your answer!
    But, can you tell me where I can find that setting (image above or on the left)? I searched it but I can’t find it….

    Thank you!

    Jacopo

    #777509

    Hi jacopocabianca,

    The settings are in Theme Options > Blog Layout.

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.