Viewing 15 replies - 1 through 15 (of 35 total)
  • Theme Author Daniel Tara

    (@pseudoxiah)

    Not exactly what you’re looking for, but see the topic: Products instead of posts

    Hi daniel

    I am using minimatica – I love it!
    Just editing my posts so all my images from past posts appear.
    However, can you help.
    On the slider, the images appear blurred, too zoomed in. How do I correct this?
    I have changed the embed media settings to 600×400 but this hasnt helped.
    Can you help?
    (Also, I tried to create an account on your theme site but it wouldn’t let me even though I had completed all the fields correctly.)

    Also, any advice you can give me on creating page links under my header would be great too! πŸ™‚

    Thanks ever so.
    http://www.vickiclarkephotography.com

    Theme Author Daniel Tara

    (@pseudoxiah)

    Use the AJAX Thumbnail Rebuild plugin.

    excellent, thanks! it worked!

    Hopefully I’ll ask this correctly, but on the homepage gallery, on the posts about 55 words currently show up. Is there any way to change the number of words that appear as a caption at the bottom of each gallery post?

    I’d rather there be about 25 words instead.

    http://multimedia.dowjonesnewsfund.com/bgsmokingban/

    Theme Author Daniel Tara

    (@pseudoxiah)

    Add this to functions.php:

    function minimatica_excerpt_length( $length ) {
    	return 25;
    }
    
    add_filter( 'excerpt_length', 'minimatica_excerpt_length' );

    Wonderful! Worked like a charm. You rock. πŸ™‚

    Hi Daniel

    In spite of using AJAX Thumbnail Rebuild plugin I still see zoomed images on my slider. I activated the plugin and regenerated the thumbnail but the slider did not get updated.
    Can you jot down a step- by – step process of loading pictures on the slider correctly, please!

    Many Thanks
    Pooja

    Hi Daniel

    I have downloaded AJAX but can you tell me from where do I change the embed media settings? In which part of the code I need to specify the pixel size as 600 x 400?

    I manually resized and uploaded pictures on the slider and they look perfect but when I click to widen them, they do not enlarge to its normal size. I guess this is because I don’t know where to put the code.
    Please revert asap as I really need to get my website started asap!!
    Please help. Thanks

    Pooja.

    Help. Can you add more than 4 gallery formatted images to the minimatica theme on the home page?

    hello,
    I need help πŸ™

    how do I render images on the home page?
    I have included more articles and uploaded a picture (600 * 400) but does not appear on the home page (http://www.cesalsnc.it)

    I have to set something?

    thank you very much

    Hi, I was wondering if there was a way to instead of the home page showing thumbnails of recent posts. If there was a way to show thumbnails of pages.

    I just changed my theme from Delicious Magazine to Minimatica because I love the way the it displays the images on the homepage.

    However, I can not find a way get to the editing of the slider that is suppose to appear on the main page. Where do I add the image to show up as the slider on the main page?

    Click on Posts and you can add a image to the post that way. I dont know of any other way unless someone else does, please chime in. Im new to wordpress and it’s taking me days to figure it out.

    i think to solve this you need the lightbox gallery plugin
    then in posts, when you add a photo, you need to click ‘set as featured image’
    you may also need the AJAX thumbnail plugin too depending on whether your pics look a little zoomed in on/distorted due to sizing

Viewing 15 replies - 1 through 15 (of 35 total)
  • The topic ‘[Theme: Minimatica] how to show images on homepage’ is closed to new replies.