just0nequestion
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Reviews] Malware.best practice is to not include any scripts from third party domains at all and
best practice, is to keep your WordPress version and installed plugins up to date!
both is very true!It surely had something to do with querying the posts the wrong way in the first place. On some headers the function was broken because I unintentionally copied only a part of the function which resulted in not calling wp_load within another part of my code.
To make it more confusing, sometimes calling wp_load doesn’t seem to affect site reviews and sometimes it does.
Not sure why this might be the case?!
Thank you very much for your time and effort to help me. I really appreciate it and I’m one step closer to buying the premium version as soon as I can afford it.
Keep up the good work!
Forum: Plugins
In reply to: [Site Reviews] Malware.I’m glad that the malicious intent from the chinese company came to life years after the vast majority of site reviews users has updated their plugins. however…
this really is a good example why the best practice is to not include any scripts from third party domains at all.
there always might be someone taking over a domain or ip in one way or the other.
- This reply was modified 1 year, 6 months ago by just0nequestion.
thank you. you are right, the snippet is from a very old wordpress installation and I will modify the query thing to meet modern standards.
Do you have any idea why some reviews were shown in the correct way and some have been mangled?
I can’t recitate the error that was in some of the headers. It was some minor error in a php function I created and didn’t copy over to the other headers properly.
Alright. I had an error elsewhere in some of the headers that didn’t break anything except the review ratings I wanted to include. Now all reviews are shown as they should including the rating.
I’m still curious why some of the review ratings have been shown correctly while others on the same page showed the 0.0 ratings and no stars. Even on the same page. With the same header.
How is that possible?
Forum: Fixing WordPress
In reply to: Can not add caption to photos inserted from flickrHave you copy & pasted the picture / url within the post editor?
Maybe you should try to create a new picture block and use the “from url” function.
Forum: Plugins
In reply to: [WP Customer Reviews] Are there any solutions to be found here?Yeah I can feel you. You have to chose which review-item should get displayed. You can do so by specifying the POSTID=
[WPCR_SHOW POSTID="ALL" NUM="5" PAGINATE="1" PERPAGE="5" SHOWFORM="1" HIDEREVIEWS="0" HIDERESPONSE="0" SNIPPET="" MORE="" HIDECUSTOM="0" ] Explanation below: POSTID="ALL" to show recent reviews from ALL posts/pages or POSTID="123" to show recent reviews from post/page ID #123 NUM="5" will show a maximum of 5 reviews. PAGINATE="0" will disable pagination of reviews. PERPAGE="10" will show 10 reviews at a time. SHOWFORM="1" will show the form to add a new review. This only works if POSTID is not set to "ALL". HIDEREVIEWS="1" will hide the review output. Can be used to show the form only. HIDERESPONSE="1" will hide the admin response to all reviews. SNIPPET="140" will only show the first 140 characters of a review. MORE="view more" will show "... view more" with a link to the review. Only displayed when the review has been trimmed using SNIPPET. HIDECUSTOM="1" will hide all custom fields in the shortcode output.Forum: Fixing WordPress
In reply to: Using same category slug within different categoriesStill unsolved :/ How can I achieve my goal?
Forum: Fixing WordPress
In reply to: Using same category slug within different categoriesI know and I’ve setup %category%postname% but this doesn’t solve my problem
Forum: Fixing WordPress
In reply to: Change color of hyperlinks without using html codeopen your style.css in the folder wp-content/themes/name-of-your-theme/ and add
a {color:red;} to the very end. Save the file and reload the page.
Forum: Fixing WordPress
In reply to: SEO issuesThis isn’t an error related to the plugin. Google behaves just like that. No one knows when and why they use your descrition or make up their own based on the content.
This basically was introduced to fight fraud / spam but even high quality sites suffer from this from time to time
But why has it never happened before? Especially with the timestamps of folders that haven’t been altered all the years before.
Thank for your time @vijayhardaha !
Basically I just need to be able to modify
value a
value b
service a
service band have these values loaded into my wordpress posts and pages every time someone opens the post / the loop is running.
Forum: Fixing WordPress
In reply to: white blank space in left of mobile viewI can’t see the big blank space on my device
Forum: Fixing WordPress
In reply to: Mobile Site Menu Not ShowingHave you assigned the header menu?