Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1017039

    Friech
    Moderator

    Hi There,

    #2 The blog index page of the staging site is pulling the Blog sidebar that has only a text widgets which is the current text (address & email) that we are seeing now. But the sidebar that contains the widgets search, categories, and text is the Main Sidebar. To resolve this either you move/copy the widgets that is on the Main Sidebar to Blog sidebar that is under Appearance > Widgets. Or you disable the sidebar on blog index page option of the Blog sidebar that is under Appearance > Sidebars.

    #3 Your current x child theme folder is named x-child not x-child-icon. Can you confirm the FTP credentials above? seems not working anymore.

    Thanks.

    #1017051

    mathijs84
    Participant
    This reply has been marked as private.
    #1017518

    Paul R
    Moderator

    Hi,

    To make it the same height, you can add this under Custom > CSS in the Customizer.

    
    .blog .x-iso-container-posts .entry-wrap {
        min-height:490px;
    }
    

    Hope that helps

    #1017655

    mathijs84
    Participant

    That is a little to easy. Please check the other messages a little more carefull.

    The issue with the blog is a little more than that:

    If you see the blog before the update on http://www.slimliving.nl/blog you see it looks different then after the update.

    Please also see screenshots attached from before and after the update.

    On the staging site, after the update, the blog is incorrect.

    EDIT The Portfolio (under ERVARINGEN) Also missed some STYLES. I saw in the old chid theme i still needed to copy the files from FRAMEWORK -> VIEWS -> ICON.

    Portfolio is good now, Blog is missing images?

    #1017671

    Christopher
    Moderator

    Hi there,

    #2 The title is displaying under the image just like original URL. Please clear cache and check again. OR let us know what else you’re trying to achieve.

    #3 It’s working now, it redirect me to this page after logging in : http://www.staging12.slimliving.nl/private/pages/progress.php

    Thanks.

    #1017674

    mathijs84
    Participant

    Hi guys,

    Yes i edited the original message. Got the login working.

    I saw in the old child theme i still needed to copy the files from FRAMEWORK -> VIEWS -> ICON.
    Portfolio is good now, Blog is only missing the images?

    Blog is almost good but doesn’t seem to load the images. The link to the image is also still with x-child-icon in it and i need to change it to x-child. Can you see where i need to change that ??

    #1017709

    Paul R
    Moderator

    Hi,

    You can change it in wp-content/themes/x-child/framework/views/icon/content.php

    The url was hard coded making it break when changing the directory.

    http://screencast.com/t/X81AtGkhNk

    Please use this code instead.

    
    <img src="<?php echo get_stylesheet_directory_uri(); ?>/framework/views/icon/image.php?image=<?php echo $url; ?>&width=500&height=269&cropratio=1:0.538" alt="" />
    

    Kindly review topics under customization in our KB for your guide on how to properly customize your child theme.

    https://community.theme.co/kb/

    Thanks

    #1017795

    mathijs84
    Participant

    Thank a lot guys.

    All is working now 🙂

    Really happy !!!

    #1017807

    Paul R
    Moderator

    You’re welcome! 🙂