• Resolved mickif

    (@mickif)


    Hi! I am loving your plugin and I have a few issues/questions…

    I just updated, and now I am seeing duplicate question entries, do you know why?

    I changed the question button color form default purple to one that matches my theme, plus other formatting 9title size, etc.), by way of css. The only browser, not changing is Chrome. Any suggestions? I did add !important. Sigh.

    Also, when I go to view a question, in Firefox and Edge the Submit Answer box is open by default, making any answers that have already been submitted, end up way down the page. It is closed by default in Chrome.

    I hid the Subcriber count box via css. It is not showing in Firefox or Edge, but still showing in Chrome.

    So basically, no css modifications are affecting Chrome, but are working in the other browsers…

    Is there a way to have the Submit an Answer box under the answers that have already been submitted? Are you sighing yet???

    Thank you!!

Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter mickif

    (@mickif)

    Shoots, more…

    Search by category returns all entries, regardless if they are in the category or not.

    Edge, Chrome, Firefox

    Thanks again.

    Plugin Author PickPlugins

    (@pickplugins)

    Thanks for your post.

    # did you mean ask question button at the right top?

    Please use following class

    
    .qa-breadcrumb .add-question {
      background: #f00 none repeat scroll 0 0;
    }
    

    # you can add following CSS to hide answer posting form on page load.

    
    .form-answer-post {
      display: none;
    }
    

    # please add following code on your theme functions.php file to remove Subscribers count area.

    
    remove_action('qa_action_single_question_subscriber', 'qa_action_single_question_subscriber_function', 20);
    

    # sorry, answers posting form can’t be placed bottom of answers list, it will affect on new answer posting, the issue is newly submitted answer will not showing after submit and you will need to page refresh to show new answer.

    # if you have installed any cache plugin cause css might not work immediately, try deactivating cache plugin or clear browser cache.

    # i just tested the category searching. I can see category filtering work fine, only issue is featured question aslo displaying at top. please send me your link I will take a test.

    Regards

    Thread Starter mickif

    (@mickif)

    Hi, and thanks. Yes, I did purge cache, no change. I just cleared browser history on two browsers, and still showing duplicate. I have no featured question(s).

    Yes, I made the button color change almost a week ago and I do notice that Chrome takes a while to make css changes show, but almost a week is a long time :).

    This happened right after update. I was thinking it might be a plugin conflict? I deactivated TML and a few others, no change.

    It is a test site… http://109.199.127.220/~pawsupha/newpropertystrategies.com

    I did deactivate the caching plugin, and still is deactivated, no change.

    Thanks!!!

    Plugin Author PickPlugins

    (@pickplugins)

    hi,

    I just tested in chrome, Firefox, opera, safari displaying same style for button color.

    Can you please make at least one question featured and let me know the update for duplicate issue.

    Regards

    Thread Starter mickif

    (@mickif)

    ok, yes, I did check the page yesterday on my phone from 40 miles from home, first time looking on my phone, and saw duplicate posts. Also, showed one (duplicated) that is pending/had not been approved.

    I just went in and made one featured. Now there is no duplicate and the pending question is no longer showing. So, what does this mean?

    Thanks so much!!!

    Thread Starter mickif

    (@mickif)

    oh and cleared history in Chrome and now the button shows correct/changed color :).

    Plugin Author PickPlugins

    (@pickplugins)

    I just update the plugin to add more color.

    I will check the issue of duplicate and update soon.

    Regards

    Plugin Author PickPlugins

    (@pickplugins)

    Please download version 1.2.4, i have fixed post duplicate issue on archive page.

    Regards

    Thread Starter mickif

    (@mickif)

    thanks for the update, but if I do not have a featured question marked, the posts duplicate still.

    yes, I cleared the history in browser and looked again. And I still have the caching plugin disabled…

    Uggg

    Thread Starter mickif

    (@mickif)

    I wish I could upload a screenshot…

    FYI – if I go back and assign a question as featured, it all works, except if I have only one question in a category and it is marked as featured, underneath the featured question, it says “No Question Found”.

    Sorry to be such a pain!

    Plugin Author PickPlugins

    (@pickplugins)

    Please deactivate cache plugin and the try again. also check you are using version 1.2.4, i have fixed the post duplicate issue on this version.

    Let me know the result.

    Regards

    Thread Starter mickif

    (@mickif)

    Hi, and thanks for your continued support.

    I have not reactivated the booster since you asked me to deactivate it a few days back.

    Same issue. If one question is featured, it seems to be ok. If none is featured, I end up getting duplicates.

    When I search by category, the correct posts now come up, but still in duplicate.

    What do you see if you go to: http://109.199.127.220/~pawsupha/newpropertystrategies.com/readers-forum

    Thanks again!

    Thread Starter mickif

    (@mickif)

    sigh, since I have not heard back from support yet, I deleted all questions and answers and started over. First question entered via backend, I get a duplicate on frontend.

    If marked featured, then no duplicate. Is this just me???

    Thank you.

    Plugin Author PickPlugins

    (@pickplugins)

    Please update verison 1.2.5, things should be fixed. i have also update some other things.

    Let me know the result.

    Regards

    Thread Starter mickif

    (@mickif)

    yay, it works. thank you!

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘a few things :)’ is closed to new replies.