Viewing 30 results - 6,271 through 6,300 (of 10,101 total)
  • Author
    Search Results
  • Light color thumbnails with arrows are showing on both sides now. Please check http://xandrianoir.com/portfolio-item/concept-1-oc-27-2/ and also http://xandrianoir.com/portfolio-item/con-1-oc-27/

    xa1970
    Participant

    I wish there was some phone number I could have contacted for all the problems I have facing in Enfold. It is taking so much time, waiting for replies and reply back and still my point is not understood well.

    Here’s a new problem.

    I have made several portfolio entries for my art section. I kept making new by taking draft of the previous one so I don’t have to make the format/layout again. Now when I am making a new one with new layout for other category, there is a faded horizontal thumbnail of previous item appearing on the left of every new item I am creating.

    Sidebar is set to No Sidebar. But this horizontal thumbnail is not showing on the sidebar area anyway.

    This problem came when I was making my News page too but after making and deleting thousands of time, it disappeared. (that can’t be the solution.)

    [ I requested to solve my category opening too. When I open portfolio item through category, it opens with a sidebar with all the pages mentioned on the right (even the ones that are not published and are of default enfold pages.) I know that I should write one problem a thread but I am just mentioning this one here too. (perhaps someone can respond further to my this issue thread to solve the problem.) ]

    PLEASE reply quick because I am almost to my deadline.

    Thanks
    X

    #490999

    Hi!

    you can control image sizes with this plugin: https://wordpress.org/plugins/simple-image-sizes/
    Don’t forget to regenerate the thumbnails you have modified.

    Regards,
    Andy

    #490866
    blankonblank
    Participant

    Hi –
    I use the latest news widget on our blog. Since updating to the latest version of Enfold, the thumbnails no longer appear. Looking at the actual widget I see an option to select a category but nothing happens when you click. No categories actually appear so I can’t choose a category.

    #490628

    Thankyou, the code worked.

    The thumbnail images still appear to be stretched. Any idea how I can fix that?

    #490482
    dabellator
    Participant

    Hey there,

    Love my new enfold theme! I’m trying to do something fairly unique, so I’m hoping you can help me out. I want to use the masonry gallery, but have each thumbnail open a new gallery in a lightbox.

    To clarify, the way it works right now is I have one gallery with 6 images. Each thumbnail opens that image in a lightbox, and the user can navigate through all 6 images in the lightbox.

    What I want to do is have 6 different galleries, each one with a main image. Those man images would show up in the masonry gallery, but when it’s clicked the user would navigate through the associated gallery instead of just those images.

    Any idea how it could be done? Thanks for the help!

    #490287

    Hi Yigit,

    I do get that it’s not so simple keeping layouts tight when some entires have an element and others don’t (though I can’t seem to find an option to not show any featured images in news summary elemnts either).

    Link to test site in private section below – guess best option here would be to somehow keep an element with the appropriate height (believe this is set by the thumbnail size of any existing post with a featured image) – but have it as transparent space – ie no icon, no background & no border).

    Many Thanks.

    #490199

    Hi!

    You need to add a itemprop = “image” to the tag like so.

    <img itemprop="image" src="thumbnail1.jpg" alt="thumbnail 1 summary"/>
    

    Or add this inside a codeblock element in the page.

    <div vocab="http://schema.org/" typeof="NewsArticle">
      <meta property="image" content="thumbnail1.jpg"/>
      <meta property="datePublished" content="2015-02-05T08:00:00+08:00"/>
    </div>
    

    Best regards,
    Elliott

    #489970
    M1000000
    Participant

    HI,

    This issue has been raised numerous times and none of the responses so far (that I have found) resolve it.

    Simply – if a post has no featured image don’t replace it with a boxed icon – shjow nothing instead!

    This applies to all content elements – here’s an example using the Blog Posts element:

    Before: Currently default pencil icon shown with post excerpts that have no featured image:

    After: Posts with no featured images show NOTHING in place of the thumbnail.

    Hope that clarifies – important to note that if there IS a featured image it should show so there needs to be some logic here, ideally a snippet for function.php.

    Thanks.

    • This topic was modified 10 years, 8 months ago by M1000000.
    #489927

    Hi Andy,

    That’s not exactly what I mean. I want the thumbnails that appear on the search results page bigger. They are now 44 x 44px, but I want them 180px x 180px. When I changed the CSS code, they got bigger, however, the title and excerpt don’t move to the right, which results in the thumbnail on top of the text. Please take a look at this screenshot:

    I used this code:

    .search-result-counter {
    padding: 0;
    width: 180px;
    height: 180px
    }

    .search-result-counter img {
    width: 180px;
    height: 100%;
    }

    The image also appears stretched, how can I fix this? The other thumbnails in my blog posts are cropped, not stretched..

    • This reply was modified 10 years, 8 months ago by dvwdj.
    #489713

    thanks, but the issue wasn’t getting the shortcode to work. the shortcode is working, because it put the title of the image below the thumbnail. however when used in the previous version of the theme, the shortcode also deleted the rollover affect. since updating the theme, the rollover is still appearing.

    thanks
    paul

    #489626

    Hi,

    As written before, this is standard behavior in enfold, as seen on
    http://kriesi.at/themes/enfold/blog/masonry-blog/
    As you can see the white boxes with title/excerpt cover the thumbnail, they are not positioned below.

    #489523

    you don’t need columns for that.
    Take a galery and thumbs are small enough to get 9 images beside each other (perhaps portfolio-small as thumbnails)
    on galery-columns you choose 9 – thats it

    edit : no – it does not work with links to different places ( not the images)

    Parner-Logo Element only got 8 columns if this is enough it makes sence to not choose an odd number of columns for responsive design.

    • This reply was modified 10 years, 8 months ago by Guenni007.
    #489075

    Hi,

    No, because for now I use the blog grid. Ideally I want to use masonry.
    I think it is very clear what the problem is?
    http://kriesi.at/themes/enfold/blog/masonry-blog/ also has this. The white boxes are covering a big part of the thumbnails. In many occasions this is very disruptive to the images.
    So how can I force them below the thumbnail instead of them covering the thumbnail.

    Thank you,

    S

    #488838

    Hi!

    what do you mean with full width? are you talking about the distance between the thumbnails? if yes you could control it using this code:

    #top #wrap_all .avia-gallery-3 .avia-gallery-thumb {
    margin-right: 50px;
    }
    

    which will effect other images in other galleries as well. So if you really need it you would need to give the gallery in question a unique CSS class.

    Best regards,
    Andy

    #488738

    Thankyou, the code worked. This is how the search results page looks like:

    Screenshot search results

    Is it possible to make the image thumbnails bigger, 180px x 180px?

    • This reply was modified 10 years, 8 months ago by dvwdj.
    #488634

    Hey siteraum!

    Thank you for using Enfold.

    Please edit the gallery element then select the thumbnail size in the Gallery Preview Image Size setting. Use the best possible thumbnail for a 9 column gallery. Since the column width is 100px, I think the best option is the Shop Thumbnail.

    Regards,
    Ismael

    #488582

    Hi!

    Please edit the blog post element then set the Preview Image Size to manual. You will then be able to select the thumbnail that you want to use. If you select the Portfolio thumbnail for example, all the post featured image should be larger than 495x400px, and preferably with the same ratio or proportion. In the demo, you’ll notice that the posts are using images with the same size and proportion:

    New electric cars are getting really fast

    New studies show: Vacations are needed

    Cryptocurrencies are booming

    Cheers!
    Ismael

    #488269
    jordandsa
    Participant

    First, I love this theme so much!

    Just wondering how I would keep file names from appearing when they display? I’m using the GALLERY module to show thumbnails and then the LIGHTBOX option is selected. When an image thumbnail is clicked and the lightbox image pops up, in the lower left is the image name, i.e., img_0472, and in the lower right is the number of images, i.e. 5/200.

    How do I remove these, or at least just the file name?

    Thanks so much.

    — Jordan

    • This topic was modified 10 years, 8 months ago by jordandsa.
    #488211

    Hi,

    see link. I don’t understand why the white box with text and title is covering the thumbnail on “always display” option.
    It doesn’t make sense. How can I put it below the thumbnail, see we see the full thumbnail image?
    I can’t figure out the css behind this.

    Thank you!

    #488091

    In reply to: Image size -lightbox

    Hi!

    You can set the max width and height of the lightbox image in the Settings > Media panel. Adjust the dimension of the Large Size thumbnail and make sure that the images you’re uploading are bigger than the preset dimension. Regenerate the thumbnails after: https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    #488003
    Spiv
    Participant

    Hi,

    How can I force the title and excerpt of a blog nicely below the thumbnails in masonry (so only the arrow up covers the image)?
    Now it almost covers every part of the thumbnail, which looks pretty odd.

    Thank you

    S

    #487831

    This is how it looks, but I think its not responsive:
    Capture

    I need some features like that and others fullwidth like in the home of my web.
    I pasted you mi link in the private content.

    I also have other question, how can I change the height of the masonry thumbnails?
    capture1
    I need them to have the double of that height and I also want to reduce the padding in the figcaption,

    Thanks!

    #487599

    Thanks, it worked! I want to change the size of the thumbnail to 180px x 180 px, in a square. I tried changing the code, which made the image a square image of 180px, but the text didn’t show next to the image.

    Please take a look at this screenshot:

    Hi Josue,

    I have re-thought the portfolio in the sidebar to a less complex solution. I can put a gallery shortcode (copied from the default editor) in the sidebar widget and get the layout I prefer. I do have two questions, though, about the formatting. The default is a white border around the gallery image. I was able to remove it for the main content area in the CSS with

    }
    .avia-gallery img {
    border-width: 0 !important;
    }

    I was not able to remove the white border from the thumbnail in the sidebar widget. I tried this, but it did not work
    }
    .avia-gallery-thumb {
    border-width: 0 !important;
    }

    The link to the test page showing the issue is in the private content area..

    How would I remove the border in the thumbnail? I also would like to reduce the space between images. Is that coded in the padding?

    Thanks so much for your help!

    Valerie

    #487273
    dvwdj
    Participant

    Hello,

    Is it possible to display the featured image of a post on the search results page?

    #487217
    Paul M
    Participant

    hi
    i had this fix applied:
    https://kriesi.at/support/topic/making-title-visible-on-gallery-without-rollover/

    but when updating the theme, the rollovers re-appeared (still have the titles below the thumbnails, so that part is ok)

    thanks

    #486961

    Hi!

    I checked the page and the the slider images are using the correct thumbnail which is set to Shop Catalogue (450x450px). Why did you place the slider inside a 3/5 column? Was that intended? Note that the “Slideshow-Bildgröße” option will not affect the actual width of the slider. The slider will inherit the width of the parent container.

    Regards,
    Ismael

    #486698
    jArtibise
    Participant

    Hey guys. Quick question!

    I’m using the default editor for my blog posts. With my current default settings it displays the title, thumbnail, content, ‘share this entry’ bar and then at the bottom it has the ‘You might also like’ posts.

    I am trying to tweak the layout of the posts in Avia Layout Builder but have been unable to put the ‘You might also like’ section at the bottom. I don’t see a premade element to enter this.

    Is there a way I can achieve this?

    #486624
    emeraldwave
    Participant

    Hi,
    Some images are not displaying in the demo install – just blank space instead of images, such as those beside Feature A, B and C on this page:
    http://bellabosphoruscruise.com/wordpress/pages/landing-page/

    However the image itself is uploaded and works for example Feature A, if I right click the blank space where the image should be does show it at http://bellabosphoruscruise.com/wordpress/wp-content/uploads/2011/12/imac_big_demo.png. And if I temporarily remove the class on that image it shows the thumb on the page, so it seems to be to do with the class or scripts perhaps.

    I’ve checked permissions with my host company and everything is in order they say. All plugins disabled. WordPress at latest version. I reinstalled latest theme version today also. Also tried regenerating thumbnail plugin. but no change with any of these.

    Please advise. Thanks.

Viewing 30 results - 6,271 through 6,300 (of 10,101 total)