Campbell McArthur
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Customer Reviews] nofollow attribute for the review website linksIn regards to when Clients leave reviews and they list there website.
I have filed a bug report that the Reviewers Website Link does not link out at all to their website but, instead, it links to a page on my website that does not exist and it returns a 404 ERROR and I have also suggested that the outbound links from clients leaving reviews also be by default a NO FOLLOW Link.
Forum: Plugins
In reply to: [Breadcrumb NavXT] NavXT Still Fails Google Structured Data Testing ToolThank you very much John. I have used the XML file that you have provided and imported into NavXT and it is working wonderfully and it does indeed pass the Google Structured Data Testing tool even without the last crumb linked.
Beyond the XML Import, I had to change the selector to a class instead of the ID#. Thank you for your assistance John and I will go ahead and buy the Title Trixx seeing how it works on Pages now which is what mu site is primarily built with seeing how I run a local computer repair business
Thank you John.
-Cam
Forum: Plugins
In reply to: [Breadcrumb NavXT] NavXT Still Fails Google Structured Data Testing ToolIn reference to the latest testing release>>
I have installed that but the structured data testing tool does not detect breadcrumbs at all and wouldn’t this need to be changed below to reflect schema markup in lieu of RFD.DATA??
<div id=”breadcrumbs” xmlns:v=”https://rdf.data-vocabulary.org/#”>
Forum: Plugins
In reply to: [Breadcrumb NavXT] NavXT Still Fails Google Structured Data Testing ToolHey John and thanks for the quick reply back man.
When you say Title Trixx with work with “any” post type are you implying that it does indeed already work with WordPress (Pages)?
Last we had spoken in April or May, I had asked if the plugin supported wordpress pages and you had told me that it did not currently but you would be releasing a version in June 2015 that would Support the use on WordPress PAGES.
Thank you John.
Cam
Never mind, I found it! Using the Debug Bar & Debug Bar List Script & Style Dependencies add on I was able to locate the new handle.
To all of those that wish to know the Handle to DeRegister Scripts and CSS Style Sheet for Wp Customer Reviews Version 3.0 and above, the handle is below.
‘wp-customer-reviews-3-frontend‘
Forum: Plugins
In reply to: [WP Customer Reviews] Title for each review is too smallHere is the selectors to change the Title.
Here is my code just adjust it to your font-family that you are using or wish to use.
div.wpcr3_review div.wpcr3_review_title {
display: block !important;
font-family: “LeagueGothicRegular”;
font-size: 36px !important;
line-height: 38px;
font-weight: bold;
margin-bottom: 7px;
margin-top: 7px;
}Forum: Plugins
In reply to: [WP Customer Reviews] So…What happened to Version 3 of WP Customer Reviews???Heya Bompus,
What is the projection on release please?
Forum: Plugins
In reply to: [Breadcrumb NavXT] Remove Home Link from Breadcrumb Trail in Single Post PageHey John and Happy Easter,
Question, what do I do with the above code as in where does this go? You mentioned that is a plugin? Do I copy this code and save it as a php file and name it and upload this to the plugin folder or does this go into my custom.php (Thesis uses custom.php not functions.php)
EDIT: I have uploaded the PHP File to Plugins and what exactly should the current-item be replaced with?
//Check if we have a current item
I have changed “current-item” to “home” but that has no effect whatsoever?PLEASE ADVISE >>>>>
Thanks John.
-Cam
Forum: Plugins
In reply to: [WP Customer Reviews] So…What happened to Version 3 of WP Customer Reviews???thank you for the update bompus! Yes, life does have a tendency of getting in the way of many things. I like your plugin just fine and it has never given me any problems in 2 years so..all good on that front and I very much do want to be a paid version 3 user when that is released, as I do believe in buying quality code and support.
Cam
I am in the midst of talking with the developers on this matter directly through personal correspondence and it is being looked into.
Despite my .htaccess rules in wp-admin, I still see a plethora of these denials regardless and that is not possible because my .htaccess file permits only my ip and the wordfence server ip range.
Forum: Plugins
In reply to: [WP Customer Reviews] So…What happened to Version 3 of WP Customer Reviews???So, what is going on with the new version of this plugin please? This was supposed to be updated a year ago already and, 6 months ago you had stated that the complete rewrite of the core code was to be completed and sent out to beta testers within a couple of weeks…..that was half a year ago!
Can the developer please stop in and let all of us know what is going on with this plugin seeing how this plugin has not seen an update since 8/23/2013????
Really guys, it would be nice if you didn’t leave us in the dark on this!
Here is your solution if you run wordpress for a business website not a blogging website that allows users to create an account.
In your WP-ADMIN folder place an .htaccess file where you can ALLOW only the IP Addresses that you know are from trusted sources.
For my site, I run a computer repair business (a local service) so it is just me on the website so it is fairly simple and My .htaccess file allows only my IP Address to access the WP ADMIN LOGIN PAGE.
Here is an example of my wp-admin .htaccess file which allows only my ip address and YOU “WILL” Need to clear the IP Range for the WordFence Server as well in order to execute the scanning function of the plugin.
NOTE: All of the IP Addresses below the first (2) represent the WordFence Server IP Range which can usually be added with short hand expression like this (allow from 69.46.36.0/32) however, for some reason my server on Site5 hosting does not like that and I was forced to enter the whole IP Range manually one address at a time on its own line as you see below!
<Limit GET POST>
order deny,allow
deny from all
allow from 173.239.43.221
allow from 75.191.306.123
allow from 69.46.36.0
allow from 69.46.36.1
allow from 69.46.36.2
allow from 69.46.36.3
allow from 69.46.36.4
allow from 69.46.36.5
allow from 69.46.36.6
allow from 69.46.36.7
allow from 69.46.36.8
allow from 69.46.36.9
allow from 69.46.36.10
allow from 69.46.36.11
allow from 69.46.36.12
allow from 69.46.36.13
allow from 69.46.36.14
allow from 69.46.36.15
allow from 69.46.36.16
allow from 69.46.36.17
allow from 69.46.36.18
allow from 69.46.36.19
allow from 69.46.36.20
allow from 69.46.36.21
allow from 69.46.36.22
allow from 69.46.36.23
allow from 69.46.36.24
allow from 69.46.36.25
allow from 69.46.36.26
allow from 69.46.36.27
allow from 69.46.36.28
allow from 69.46.36.29
allow from 69.46.36.30
allow from 69.46.36.31
allow from 69.46.36.32
</Limit>So, what this does exactly is, it will dissalow the wp-admin url from resolving for any IP Address that is not cleared through the WP-ADMIN .htaccess rules.
P.S…In case you want to see an example of a standard business website that I am referring to that is developed using wordpress (not a blog site) this is my website https://www.pcmedicsoncall.com/
ENJOY!
Cam ??
OK. This is for the developer, my name is Campbell, how do you do and it is nice to meet you!
I have gotten to the bottom of the problem with the scanner running for 5 seconds and then stopping!
If an .htaccess is in place in WP-Admin allowing only certain IP Addresses, attempting to add the WORDFENCE Server IP Range into the .htaccess using short hand such as this.. (allow from 69.46.36.0/32) does NOT work and the entire IP Range will be needed to be entered manually one IP Address at a time until the whole range has been added!
@the Developer of WORDFENCE
Could you please look into this and correct it so that short hand expression of the WordFence Server IP Range can be added like this ( allow from 69.46.36.0/32 )???
EDIT: Despite the fact that the scanner now runs when the IP Range is put in place, when I run the scan, it does run and completes fine but, checking my Server ERROR LOG I get this at the exact same time I innitiate the scan with WORDFENCE .. error] [client 173.239.43.221] client denied by server configuration: /home/pcmedics/public_html/wp-admin/admin-ajax.php
What is that and why am I still getting an error on my server please?
P.S….just so you know, I am using Site5 Web Hosting.
Thank you,
Cam
Hey Baden and good afternoon,
I went ahead and purchased the PRO version of Collapse O Mattic today and I must tell you, the additional features are really nice and although I do appreciate that the PRO version was only $7.52 when I purchased it today, I would say that $15.00 would be more reasonable and still well worth the purchase price for your quality workmanship and the stellar support that you give. We all need to make a living right?
Just my thoughts anyway…
Thanks bro!
Cam
Thank you for the honest feedback and compliments Baden. I appreciate it very much!
I am currently reworking all of the content on the site. People are so damn wishy washy these days, I can’t call it anymore with what does work and what doesn’t work around here in Wilmington, NC man. Sad but true…
The S.E.O? yes, I am quite good at that as well as everything else and I am the one that designed the SEO Silo Site Architecture. I was #1 on front page on Google for anything and everything relating to all facets of computer repair for just about all keyword phrase searches and then came the shitty Hummingbird release and I got knocked down to #9 on the front page and a number of pages were on the 2nd page of Google Local Search.
The bad thing about that is that I was penalized for doing absolutely nothing and my competitors that do Adwords who were ranking #5–#7 of the front page miraculously took my hard earned #1 position that I broke my ass for because they Pay Google and well I don’t. I never practiced anything but white hat SEO and never purchased a single back link in my life nor did I ever build any for that matter either!….this B.S was all Ccompliments of Hummingbird and Google favoring paying high $ big brands and PPC customers in organic search. Took me 5 months to get back to #3 position so..this is getting exhausting to say the least!
None of said competitors (who I did not name) have touched or changed anything on their website in 3 years yet, they got bumped to #1. Just another instance of GOOGLE doing EVIL and being full of shit as usual!!!
Ah, I see that you are German? I have always gotten along fabulously with all German people.
If you are interested, this is a working example of the updated approach for page copy on the site. The page is not finished yet and, the copy does need to be long do to the fact that personal data exposure is involved in computer repair and that their is so much distrust in society anymore. I think you’ll find it enjoyable Baden and please..let me know what you think. https://www.pcmedicsoncall.com/virus-removal/adware-spyware/
Cam