wongpk
Forum Replies Created
-
Does the site keep refreshing? Or does the site crash (show blank page)?
Check if you can get an error log from your hosting and see if we can check into it.
Forum: Themes and Templates
In reply to: [Adelle] Feature Image Not AppearingSince your blog is hosted with wordpress.com. You should check with wordpress.com support ??
Forum: Themes and Templates
In reply to: [Adelle] Keep the post date but removing the circle1- Activate Jetpack Custom CSS features
2- Add in these code:.article .post-date { background: #fff; } .article .post-date a { color: #000; }
Hope that helps.
Forum: Themes and Templates
In reply to: [Adelle] Removing Drop Down Menu1- Activate Jetpack Custom CSS feature.
2- Go to Appearance -> Edit CSS
3- Paste in these code:@media all and (max-width: 680px) { .tinynav {display: block; width: 100%; margin: 0 auto; background: #fff;} } @media all and (min-width: 1025px) { .tinynav {display: none;} }
Hope that helps.
Forum: Themes and Templates
In reply to: [Zinnia] How do I get rid of the "ZUNNIA" graphic?@wpneophyte
1- The slider pull the image from Featured Image of the post. The slider itself is sliding the sticky post.You may need to alter the theme file to remove the image.
2- Don’t sticky any post.
3- As for the home page image, once you un-sticky the post (Ideas post), it should disappear.
Forum: Themes and Templates
In reply to: [Zinnia] Make slider skip non image posts?I don’t think there is anyway to skip the non-image post. All slider should be using the Featured Image, you can add a related image for the Featured Image for the post.
Forum: Themes and Templates
In reply to: [Zinnia] FATAL ERRORHi there,
Did you try to edit the file first?
Forum: Themes and Templates
In reply to: [Zinnia] FATAL ERRORHi there,
Try these steps:
1- Go to Appearance -> Editor
2- Find full-page.php file, click on it
3- Find this line: <?php echo ace_get_link_pages() ?>
4- Replace it with: <?php echo zinnia_get_link_pages() ?>Hope that helps.
Forum: Themes and Templates
In reply to: [Adelle] Comments not appearingCan I have the site URL?
Kindly deactivate all your plugins first, to check if the comment is working.
Try to use More Tag instead, as the Feature Image is showing on top of the listing. Or you can remove the Feature Image too if necessary.
Forum: Themes and Templates
In reply to: [Adelle] remove space before header and contentTop margin for both
.section
and.aside
Forum: Themes and Templates
In reply to: [Adelle] changing color of adelle menu bar and bottom borderThis should do it:
.nav {background: #color;}
Forum: Themes and Templates
In reply to: [Adelle] Center Header ImageHere are a few steps you can try:
1- Install Jetpack plugin
2- Activate Jetpack and Custom CSS
3- Go to Appearance -> Edit CSS
4- Use this CSS:.header-title { display: block; margin: 0 auto; }
Forum: Themes and Templates
In reply to: [Adelle] Problems loading in Chromehttps://stackoverflow.com/questions/22011139/google-fonts-are-not-rendering-on-google-chrome
Here are a few steps:
1- Install Jetpack plugin
2- Activate Jetpack and Custom CSS
3- Go to Appearance -> Edit CSS
4- Copy and paste the CSS provided in the above linkForum: Themes and Templates
In reply to: [Adelle] Follow Me Buttons Open in a new windowPlease check with your plugin setting / support.