Hi,
I have installed wallpress theme in my site. (http://bit.ly/1geXFY8)
But if i open my site in minimized mode, i am unable to click on “readmore” & “comment” links. Like shown in the screenshot here
http://i59.tinypic.com/m8n1mu.png
One post is overriding the other post. How can i fix this issue.
How can i increase space between each post box.
PS: It works well if i maximize my window, but when opened the page directly in minimized window, the problem occurs.
Can you guys help me.
Hello Hart !
Regarding the overload & unable to click on “readmore” & “comment” links, we have checked your site and still work fine, I think you have resolved this issue.
– To increase space between each post box, you can add the following code to the Header code (“Dashboard > Appearance > Customize > Custom Code”)
<style>
.item .item-inner {
margin-top: 20px;
}
</style>
If you still face the issue, You can send me username & password of your site (via private answer) for further checking.
Hope this helps !
Hi Dominic,
Thanks for the reply. My issue was not resolved. I am just using small social icons instead of big ones. I have replaced with big social icons and added the javascript code as you said in the above.
But it is still showing the same problem. The problem occurs when the window was not maximized. I am unable to click on readmore & comment links. I have added the margin-top to 40px, but still same.
I just want to add more space between each post. Currently one post overrides the other one.
Any help would be appreciated.
Thanks
Hi Har !
Please add the following code to the Header Code:
<style>
.item .item-inner {
padding: 7px;
}
</style>
If you still face the issue, You can send me username & password of your site (via private answer) for further checking.
Hope this helps !
Hi @har123
I think you have resolved your issue, as I can see the read more button and am able to click on it too.
No, its not. I just gave the login info of my site to look into the issue to the dominic. But seems, he removed the addthis share buttons..
But i didn’t got any update from him.>>
Waiting for his update.
Hi @har123
It seems like a css issue. Dominic should have the answer very soon!
Regards,
Hi Har !
have double check on your site and see that you made some customs on your theme and now your theme is missing the “infinitive” file. Please send me your FTP, we will help you fix this issue.
Hey i see the tags are also not showing up. Anyways i have sent you the ftp details. Hope you will fix it soon.
Thanks
Hi Dominic,
Its been many days over. Can you please post any update on this issue?
Hi Har !
Apologies for the delay in replying to you. Please check your site now, We have helped you resolve the issue.
Hi Dominic,
Thank you very much for the help. But, i am unable to see tags in every post both in home page, category page, tag page.
I want to show the tags in every page for each post below the readmore link. How can i show them…
Thanks.
Hi har ! If you want to display the Tags in every post, You can open the content.php file in the folder path “\wp-content\themes\dw-wallpress”. Find the line 80, add the following code:
<?php $tags_list = get_the_tag_list( '', __( ', ', 'nex' ) ); ?>
<?php if ( $tags_list ): ?>
<span class="tags"><?php printf( __( '<span class="%1$s">Tagged:</span> %2$s', 'nex' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list ); ?></span>
<?php endif; ?>
Hope this helps !
Thanks dominic,
Everything was fixed. What a great support!
Hey Dominic,
Seems like i lost my themes responsiveness after i added the pagination. Can you tell me how to fix this issue?
Hi Har !
You can add the following code to the Header Code:
<style>
@media (max-width: 480px) {
.navigation12 {
left: 16px !important;
}
}
</style>
If you still face the issue, Please restore the username & password of your site that you sent me before.
Hope this helps !
Please login or Register to submit your answer
replied 11 years ago
Here is another screenshot, here in the below, the readmore
& comment links are totally missing
http://i62.tinypic.com/2cgfqko.png