Ankush Mehrotra
asked 10 years ago

Hello, I am using DW-minion theme 1.0.5 along with DW-QA plugin, on my website freshjob. I am facing some issues, they are as follows: 1- When i use any google plus button, anywhere on website, it creates a non-functional frame around the content, i.e. over (php the_content). So forcefully have to remove plus 1 buttons. 2- I have installed Q & A plugin, for testing, however, for questions page questions are displaying, but when we click on question, it takes us to 404 error page.  Kindly resolve these issues, i will be obliged.

Ankush Mehrotra
replied 10 years ago

Also, any link within the plugin, that is related to permalinks, like categories, tags are also redirecting to 404.
I just posted Question and it is displaying posted 13 hours ago.

Ankush Mehrotra
replied 10 years ago

I am getting same error in another

3 Answers
Kido D
answered 10 years ago

Hi Ankush,

I have checked your site and apparently the 404 problem on question pages was resolved.
About the iframe issue, can you reactive google plus button so that I can check and provide the solution for you?

Ankush Mehrotra
replied 10 years ago

Thanks Kido,
Could you please brief, what was the issue, why it was redirecting to 404?
And for iframe, i have activated the google plus button, kindly check and revert, as it is production site, i can’t put it intact for long.

DominicStaff
answered 10 years ago

1. Regarding the issue when you use the google plus in the DW Minion site. You can log in to Dashboard > Theme > Customize > Custom Code then add the following code to the “Header code”

 <style>
iframe[id^="oauth2relay"] {      position: fixed !important;
}
</style>

2.  when we click on question, it takes us to 404 error page. Please log in to Dashboard > Settings >Permalinks.
See the Screenshot:

Also, regarding the time issue when posted question, I have notified our developer, will let you know once we fix the issue.
Hope this helps!

Ankush Mehrotra
replied 10 years ago

Hello Dominic,
I tried to add the given custom code, but still, I am getting that frame. So had to remove it again.
As far as Q & A plugin is concerned. Please visit the links given above, to understand the problem. None of the issues are resolved.

DominicStaff
answered 10 years ago

To resolve the issue when you use the google plus in the DW Minion site. You can log in to Dashboard > Theme > Customize > Custom Code then add the following code to the “Header code”

 <style>
iframe[id^="oauth2relay"] {
    border: 0 none;
    z-index: -100;
}
</style>

Also, Please create a private question then send me username & password your site. I will help you resolve the issue when click on question, it takes us to 404 error page.

Ankush Mehrotra
replied 10 years ago

Dominic,
This one worked charm.
Thanks.

Ankush Mehrotra
replied 10 years ago

I have started a private question, kindly have a look.

Powered by DW Question & Answer Pro