articeu
asked 8 years ago

Hi, I have star ratings at the end of every blog post and I’ll like to add reactions directly underneath star ratings. Now, reaction buttons are spaces below star ratings. Can you please tell me how can I accomplish this desire?

3 Answers
DominicStaff
answered 8 years ago

If you want to resolve this issue, you can open the single.php file and find the code of the Star rating section and add the following code under this section: 
<?php if (function_exists('dw_reactions')) { dw_reactions(); } ?>

articeu
replied 8 years ago

Hi, thank you so much for getting back to me. I’ve checked 4 times back-to-back single.php for code of the star rating section, but I could not find it.

Dominic Staff
replied 8 years ago

Please send me username & password of your site, I will check and help you resolve this issue.

articeu
replied 8 years ago

Thank you, Dominic. Details sent privately.

articeu
replied 8 years ago

Hi Dominic, its been two weeks now since I sent you the login details. Have you had a look?

DominicStaff
answered 7 years ago

I have helped you fixed this issue. Please check your site now. 

articeu
replied 7 years ago

Hi Dominic,

Thank you for helping with that, but unfortunately it is not fixed and is now glitchy. I have taken some screenshots for you of how it looks now.

http://prnt.sc/d8v603
http://prnt.sc/d8v700
http://prnt.sc/d8v7jr
http://prnt.sc/d8v7v2

As you can see, the reaction buttons are now within the related posts area. For some posts, the buttons do not show at all.

Dominic Staff
replied 7 years ago

I have fixed it. Also, our plugin only shows in the single page and can not show in the Related post, because, the plugin does not compatible with the Related post plugin.

articeu
replied 7 years ago

It is definitely fixed. 🙂
Thank you so much for your time, Dominic.

Dominic Staff
replied 7 years ago

My pleasure, let me know if you have any issue or question, my friend.

articeu
replied 7 years ago

I sure will, and thank you again. 🙂

articeu
replied 7 years ago

Hi Dominic, is it possible you can tell me the codes you used and placements?

articeu
replied 7 years ago

I’m so sorry, Dominic. We added a CDN service to our site, but it messed a few things up. One of those things were the display of dw reactions button. It now shows the display twice of reaction buttons next to each other. I’ve tried many different things, but I cannot seem to get it back to where it was after your fix. Please, I need you one more time and I will even donate if you have option for that. DW Reactions are disabled now, and login still works.

articeu
replied 7 years ago

I would like for the reaction buttons to be placed in posts only.

Dominic Staff
replied 7 years ago

I have helped you fixed this issue, please check your site now.

articeu
replied 7 years ago

Hi Dominic, thank you again for looking into this issue. It seems to be half way fixed.
Here is a screenshot of what I see: http://prnt.sc/dfl9ld

articeu
replied 7 years ago

Plugin has been deactivated for now.

articeu
replied 7 years ago

Hi Dominic, I’ve removed DW Reactions and started using a different reactions plugin. One of the reasons is that I do not want to keep taking up too much of your time. So, I want to leave you with my last concern. You moved star ratings widget from original placement to underneath related posts, but I would like to move it back to above related posts. What is the code you used to move it to underneath related posts and where can I find it, so that I can remove it?

Dominic Staff
replied 7 years ago

I have add the shortcode of the ratting plugin to to single.php file, I don’t remember the code line. you can try to find it in this site. if you still face their issue, you can let me know, I will access your site help you check it.

articeu
replied 7 years ago

Hi Dominic,

Thank you for doing that for us. However, rating widget still shows underneath related posts. I’ve tried looking for your code, but do not know what to look for exactly. Here is a link to a post, so that you can see: http://www.solvibrations.org/how-to-select-right-taps-for-making-your-bathroom-look-catchy/

DominicStaff
answered 7 years ago

To resolve this issue, you can try the following code in the style.css file:

.single_post_content {
position: relative;
}
.wpautbox-below {
padding-top: 90px;
}
.ratting-star-section {
position: absolute;
bottom: 16%;
right: 0;
left: 0;
margin: 0 auto;
}
articeu
replied 7 years ago

I’ve added the code to style.css file, but no change as of yet. I did however accidentally add to Edit CSS at first and I noticed the star ratings was moving closer to above related posts, but it was getting stuck inside the related posts. Also, I believe you added code to Edit CSS before because there was code there for dw reactions and star ratings. The code was deleted as I was trying to fix star ratings with your new code here. Hope I didn’t make anything more difficult.

Dominic Staff
replied 7 years ago

Yes, I have removed all my codes that I have added to your site. I have checked and see that you are using the plugin to show the section (author + related post). At this point, to resolve this issue, I can custom your site to add the shortcode to the single post. If you want to have it, we are ready to help you as a custom work with a charge of fee.
In case that you are still interested in the feature, please kindly let us know, we will check and estimate the time.

articeu
replied 7 years ago

How much would you charge?

Dominic Staff
replied 7 years ago

We are ready to help you as a custom work with a charge of fee (about $50).

articeu
replied 7 years ago

Thank you for the offer and for all of your help, Dominic, but I will have to pass.

Powered by DW Question & Answer Pro