Viewing 30 results - 9,391 through 9,420 (of 10,094 total)
  • Author
    Search Results
  • Well my problem is with the image thumbnails in the gallery inside a portfolio post when using ajax version. No matter what number of columns I set it is always 5. They look blurry and I guess it is because theme convert them to 80×80 and they showed bigger.

    The original settings in the functions-enfold.php are 80x80px so I change it to 160x160px and then I regenerate thumbnails with plugin, but nothing.
    update_option( 'thumbnail_size_h', 80 ); update_option( 'thumbnail_size_w', 80 );

    They are still 80×80. I even create a new portfolio post with a new gallery and still it creates the thumbnails 80x80px. May be this is not the line to fix.

    The solution in this code for the css – #top .avia-gallery .avia-gallery-thumb a{ width: 10% !important; } reduce the size of the thumbnails to half and shows 10 thumbnails instead of 5, but does not fix the problem.

    #173413

    Hey alvinhy!

    You can add this on your custom.css or Quick CSS:

    .attachment-portfolio_small.wp-post-image {
    min-height: 192px;
    }

    I don’t think we can use the same trick to your blog. The images have different proportions. Please upload images with almost the same height and width.

    Best regards,
    Ismael

    #173286

    Try changing them to 301 by 214. In functions.php look for:
    $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns

    Since you have a bigger width/area you can increase the size and then re-generate all the thumbnails with : http://wordpress.org/extend/plugins/regenerate-thumbnails/

    #173261
    JaredBurnett
    Participant

    I looked through the other topics and I could not find echo $sliderHtml; in my loop-index.php

    I want to have the featured image be the thumbnail for recent posts but I do not want it visible in the blog post itselt because I want an image at the end of the post. How do I accomplish that?

    #173159
    alvinhy
    Participant

    Hello, my thumbnails in portfolio and blog are not cropping to the correct size.
    I want them to be a fixed sized instead of having different sized thumbnails.

    Is this possible?

    http://whysocreative.com/blog/
    http://whysocreative.com/portfolio/

    #173085
    pcastell
    Participant

    I’ve uploaded a logo into my header bar, it looks fine when I view it on a pc using oldish version of mozilla. A friend using a mac [with version 24 of firefox, and with safari 5.1.9.] sees only a thumbnail version of the logo on the ‘home ‘ page, whereas it’s fine on the other pages.[originally I accidentally ticked ‘thumbnail’ box for size when putting logo in, then amended this when I realised my error] We’re baffled. I can get him to send a screenshot if it helps.
    My site is http://www.movementsense.com.
    This is my first attempt at making a website so when replying don’t assume much grasp of technology!
    i’m delighted with the theme so far and how easy it’s been for a newbie like me to make something I’m happy with.

    Hey!

    1.) There is no 12 column option for the portfolio. The maximum is 5 columns.

    2.) What is the size of the portfolio featured image that you’re trying to upload? This is the thumbnail size use for the portfolio 4-5 columns:

    $avia_config['imgSize']['portfolio_small'] = array(‘width’=>260, ‘height’=>156 ); // images for portfolio 4 columns

    Best regards,
    Ismael

    #172937
    SonicCube
    Participant

    Hallo

    Ich versuche gerade eine Video Gallery zu erstellen, bei der beim Start ein Video gezeigt wird, und die Thumbnails der restlichen Videos darunter angezeigt werden. So wie bei einer Bilder Gallerie, aber die Video sollten nicht in einer Lightbox oder neuen Seite geöffnet werden, sondern Direkt (normaler video embed).

    Das einzige was gehen würde, wäre den Layer Slider dafür zu nutzen, ist aber doch eher etwas umständlich.
    Hat jemand eine andere Idee ?

    Vielen liebe Dank

    Gruss Dani

    • This topic was modified 12 years, 5 months ago by SonicCube.

    Could you fix these two problems?

    #172847

    Hi!

    Try to upload a large image as product thumbnail. You’re uploading an image with 350x350px in size. WP doesn’t have the chance to crop it. You can edit the single product thumbnail size on config-woocommerce > config.php, find this code:

    $avia_config['imgSize']['shop_single'] = array('width'=>450, 'height'=>999, 'crop' => false);

    Regenerate the thumbnail using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    #172797

    Hi sletts02!

    You can do so in Functions.php file inside Enfold folder http://i.imgur.com/odEw0st.jpg

    Regards,
    Yigit

    #172779
    tiffinity22
    Participant

    Hi,
    I noticed that my slideshow on my front page has been getting stuck on the 2nd picture. I’ve clicked on the arrow button to prompt slides show to continue and also click on various thumbnails but the large image does not change. I also added new photos to slideshow to see what would happen, slideshow played 1st and 2nd picture but remains stuck on 2nd.

    I tried creating another page with slideshows but encounter the same problem when I previewed it.

    Please help ASAP as I need to prepare the site for an application (and laymen’s term is appreciated as I am not tech savvy).

    Many thanks in advance! Tiffany

    #172775
    #172217

    Topic: Enfold Portfolio Grid

    in forum Enfold
    cannonballb
    Participant

    Hi guys,

    I have started creating portfolio items across a number of categories.

    I have a portfolio grid page, where I want all of the items to show in a sortable manner – like in your demo – so when a category is selected, the thumbnails are animated and shift around to only display items from that category.

    My problem is that only one of the items is currently showing on the portfolio grid page. Please help?

    I currently have 3 items set up.

    http://www.realwiredmusic.com/artists/

    (I have the maintenance mode on, so please let me know if you’d like the admin details, and how I can get them to you privately)

    Thanks!

    #172213
    EPDeu
    Participant

    Hi,
    Is there a way to completely turn off the ‘You might also like’ module for posts, or to modify it to show only the titles and not the thumbnails?

    Thanks!

    #172092

    Hi,

    Try adding this code to the Quick CSS area in the Theme options page:

    #top .gallery a, #top .gallery a img{
    display: inline-block !important;
    }

    Regards,
    Josue

    #172089
    sletts02
    Participant

    How can I change and/or add a new thumbnail dimension?

    Thanks!

    #171967

    and…

    • possibility to use your social icons with a widget in sidebars or inside the widget-elements from Avia Layout Builder
    +++++ Youtube +++++ :)

    • Thumbnail for Videos

    • Possibility to add classes to widget areas and Layout Elements

    Edit (Dude): Already supported – see: https://kriesi.at/support/topic/custom-css-class/#post-169149

    • This reply was modified 12 years, 5 months ago by Dude.
    #171881

    But in the meantime you can check your thumbnail and featured image sizes, and change values in Functions.php file http://i.imgur.com/LFdXdPD.jpg”

    Which of these lines in the php file is the featured image on product detail page in commerce?

    #171642

    Hi bongoman!

    Can you post the link to your website?

    Regards,
    Yigit

    #171565

    Hey!

    You should add these css codes into Quick CSS that is in Enfold theme options under Styling tab, or into Custom.css file which is inside Enfold CSS folder.
    We are going to need to see your website live. But in the meantime you can check your thumbnail and featured image sizes, and change values in Functions.php file http://i.imgur.com/LFdXdPD.jpg
    Please note that you need to remove all images then upload them again or changes will not be effective

    Cheers!
    Yigit

    #171525

    Hey!

    Yes this should be possible. Open up /wp-content/themes/enfold/includes/loop-index.php and replace

    
    $current_post['slider']  	= get_the_post_thumbnail($the_id, $size);
    

    with

    
    $current_post['slider']  	= get_the_post_thumbnail($the_id, 'full', array('class'	=> "attachment"));
    

    Cheers!
    Peter

    #171523
    bongoman
    Participant

    I’m finding the thumbnails too small for the blog archive using “Single author, small preview pic” layout.

    I’m usng a child theme and wondering the best way to go about changing this.

    #171422

    Hey!

    The video disappears when you hover over the thumbnail. Can you please send in the login details?

    You can email it to //…

    Include the word “Kriesi” on the subject. Add the link of this thread on your email.

    Regards,
    Ismael

    #171404

    Hey!

    Please add following code to Quick CSS in Enfold theme options

    #top #wrap_all .avia-gallery-2 .avia-gallery-thumb a { width: 111px; }

    Regards,
    Yigit

    #171329
    This reply has been marked as private.
    #171328
    This reply has been marked as private.
    #171276
    abmich
    Participant

    For some reason on a post I can’t get gallery thumbnails to display correctly. They are only showing up in a single column even when I add columns=”5″ to the shortcode:
    http://eatdrinktc.com/farm-market-gallery-october-5-2013/

    #171210

    Hey slui!

    Can you post the link to your website?

    Regards,
    Yigit

    #171119

    Hey DavyE!

    No, the responsive layout is only based on css code and the browser will scale the original images based on the screen size. The theme won’t replace the original images with smaller thumbnails if the user reduces the viewport/screen size.

    Regards,
    Peter

Viewing 30 results - 9,391 through 9,420 (of 10,094 total)