har123
asked 10 years ago

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.

har123
replied 10 years ago

Here is another screenshot, here in the below, the readmore
& comment links are totally missing

http://i62.tinypic.com/2cgfqko.png

5 Answers
DominicStaff
answered 10 years ago

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 !

har 23
replied 10 years ago

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

DominicStaff
answered 10 years ago

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 !

Guru
answered 10 years ago

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.

har 21
replied 10 years ago

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.

Guru Ghantaal
replied 10 years ago

Hi @har123

It seems like a css issue. Dominic should have the answer very soon!

Regards,

DominicStaff
answered 10 years ago

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.

har 21
replied 10 years ago

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

har 21
answered 10 years ago

Hi Dominic,

Its been many days over. Can you please post any update on this issue?

DominicStaff
answered 10 years ago

Hi Har !
Apologies for the delay in replying to you. Please check your site now, We have helped you resolve the issue.

har 21
answered 10 years ago

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.

DominicStaff
answered 10 years ago

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 !

har 21
answered 10 years ago

Thanks dominic,

Everything was fixed. What a great support!

har 21
answered 10 years ago

Hey Dominic,

Seems like i lost my themes responsiveness after i added the pagination. Can you tell me how to fix this issue?

DominicStaff
answered 10 years ago

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 !

Powered by DW Question & Answer Pro