Tagged: x
-
AuthorPosts
-
May 30, 2016 at 4:21 pm #1017039
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.
May 30, 2016 at 4:34 pm #1017051This reply has been marked as private.May 30, 2016 at 11:54 pm #1017518Hi,
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
May 31, 2016 at 2:24 am #1017655That 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?
May 31, 2016 at 2:42 am #1017671Hi 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.
May 31, 2016 at 2:45 am #1017674Hi 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 ??
May 31, 2016 at 3:13 am #1017709Hi,
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
May 31, 2016 at 4:26 am #1017795Thank a lot guys.
All is working now 🙂
Really happy !!!
May 31, 2016 at 4:33 am #1017807You’re welcome! 🙂
-
AuthorPosts