New Landing How can we help? Themeforest Theme Support Neighborhood Images not appearing on Blog page (masonry layout)

Viewing 11 posts - 1 through 11 (of 11 total)
  • #27574
    smp
    Member
    Post count: 5

    Hello,

    First of all, thank you for this superb theme!

    Here is my blog page: http://www.sophiemonapages.com/?page_id=107

    These are all picture posts. I cannot access them when clicking and I don’t see the pictures from the Blog page. Also, how can I have the Masonry layout with no sidebar occupying the full page width?

    Thank you for your help. Sorry if I missed something obvious. I’ve been away from WordPress for a while ๐Ÿ™‚

    Sophie

    #27914
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi Sophie,

    1. Make sure you set featured image for each of those posts..
    2. On the page meta -> Sidebar Options -> Make sure you choose No Sidebar (it is below the post editor)

    Let me know, what you got.

    Thanks,
    laranz.

    #27938
    smp
    Member
    Post count: 5

    Hi Laranz,

    Thank you.

    I have added the following to the function.php file to set up the featured image for all posts (I have more than 800).

    function auto_featured_image() {
        global $post;
    
        if (!has_post_thumbnail($post->ID)) {
            $attached_image = get_children( "post_parent=$post->ID&post_type=attachment&post_mime_type=image&numberposts=1" );
            
    	  if ($attached_image) {
                  foreach ($attached_image as $attachment_id => $attachment) {
                       set_post_thumbnail($post->ID, $attachment_id);
                  }
             }
        }
    }
    // Use it temporary to generate all featured images
    add_action('the_post', 'auto_featured_image');
    // Used for new posts
    add_action('save_post', 'auto_featured_image');
    add_action('draft_to_publish', 'auto_featured_image');
    add_action('new_to_publish', 'auto_featured_image');
    add_action('pending_to_publish', 'auto_featured_image');
    add_action('future_to_publish', 'auto_featured_image');

    As for the sidebar, I actually chose “no sidebar”. I tried with “left sidebar” and it doesn’t change anything neither.

    Thank you for your help.

    Sophie

    #28112
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    1. Glad you found a solution.

    2. Make sure, there is no sidebar given in Theme Options -> Default Meta Options.

    Let me know, what you got.

    Thanks,
    laranz.

    #28138
    smp
    Member
    Post count: 5

    Hi Laranz,

    Thank you for your reply.

    There is no sidebars given in Theme Options.

    Sophie

    #28553
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Pass me the WP Login details in a private reply, I will check those.

    Thanks,
    laranz.

    #28559
    smp
    Member
    Post count: 5
    This reply has been marked as private.
    #28586
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Gotcha..

    This is a page that you set in Settings -> Readings? And that should have a sidebar by default.

    I created a page for you http://www.sophiemonapages.com/?page_id=2762 , using the swift page builder, you can edit it’s option in that page.

    Let me know, what you got.

    Thanks,
    laranz.

    #28588
    smp
    Member
    Post count: 5

    Hi Laranz,

    Thank you so much ๐Ÿ™‚

    Best regards,

    Sophie

    #28596
    smp
    Member
    Post count: 5

    Hi Laranz,

    Sorry to bother you again but pictures are not showing here: http://www.sophiemonapages.com/?page_id=2762&paged=5

    Best regards,

    Sophie

    #28757
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Make sure they have featured image.

    Thanks,
    laranz.

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register