smbotans
Forum Replies Created
-
Hi Mark,
thank you for that. I will refer the link you mentioned to my client as the plugin I mentioned above is one we purchased.
Serge
Hi Mark,
that is what I thought to ie it should work but it doesn’t
I did some more investigation:
1. there is no EDIT PRODUCTS button on the vendors page by setting the settings as shown in the video you linked
BUT
2. if i login as a vendor and then go to mysite.com/wp-admin, then i can see the limited backend of WP whereby I can edit the products but I am not able to create new ones
SO
it all works except that there is no button to take the vendors to the limited backend of WP for them to access their products
am i missing something?
Serge
Hi Mark,
thank you for that, I have just tried all the combinations and the only one that works is PLAIN … GGRR!!!
Serge
Forum: Plugins
In reply to: [WP Social Post And Widget] Invalid request options.i have the same problem too
Forum: Plugins
In reply to: [WooCommerce] Shipping Regions & Local Pickup / Flat RateI have just solved my problem, i needed to click twice on the + sign for the relevant zone name, select flat rate and then select local pick up. This means that my relevant zone has 2 shipping methods listed next to each other. Now i have both showing up as options for my clients.
Forum: Plugins
In reply to: [WooCommerce] Shipping Regions & Local Pickup / Flat RateI have the same problem and have tried and tried to find a solution for a client
Forum: Plugins
In reply to: [Event Registration] Configuration Settings – Notify URLthe page in question is not to be used as you are using it ie. by clicking on it … it is to be used by your ‘customers’ who receive a registration email with a link that is something like https://rockrecoveryed.org/event-payment/?id=2&fname=bill as it will get info from the database as to the event they have registered for, names of registrants, outstanding payment and so on … it needs the ?id=2&fname=bill to work properly … it works fine when used the way it should ??
Forum: Plugins
In reply to: Beat diabetes) beatdiabetes.us footer link, hack activitythat is an excellent question which i was asking myself and which needs to be addressed
Forum: Plugins
In reply to: Beat diabetes) beatdiabetes.us footer link, hack activityfor me the offending plugin is WP RANDOM POST WIDGET
on more thing, you will need to enter the url correctly with https:// and www. as the part of the code altered deals with omitted https://
serge
just noticed an error and cannot edit the post … ggrr!!!
in 5. above,the first // should not be there in your original code
i have also found a way to change google.com ranking check to google.com.au or google.co.uk as i needed to do this for 2 customers
if interested to know how i changed it, let me know
serge
i had the same problem and after experimenting a bit, this is what i did and it seemed to work
1. go to PLUGIN, look for SEO RANK REPORTER and click on EDIT
2. on the right where it says PLUGIN FILES, make sure that seo-rank-reporter/seo-rank-reporter.php is highlighted
3. look for: function kw_rank_checker($target_key,$entered_url,$first_time)
4. replace:
$original_entered_url = $entered_url;
with
$original_entered_url = $entered_url;
$entered_url_www = $entered_url;5. replace the following:
//if (substr($entered_url, 7, 4) == “www.” && substr($entered_url, 0, 7) == “https://” ) {
$entered_url_www = $entered_url;
$entered_url = substr_replace($entered_url_www, “”, 7, 4);
} elseif (substr($entered_url, 7, 4) != “www.” && substr($entered_url, 0, 7) == “https://” ) {
$entered_url_www = substr_replace($entered_url, “www.”, 7, 0);
}
if (substr($entered_url, 8, 4) == “www.” && substr($entered_url, 0, 8) == “https://” ) {
$entered_url_www = $entered_url;
$entered_url = substr_replace($entered_url_www, “”, 8, 4);
} elseif (substr($entered_url, 8, 4) != “www.” && substr($entered_url, 0, 8) == “https://”) {
$entered_url_www = substr_replace($entered_url, “www.”, 8, 0);
}with
//if (substr($entered_url, 7, 4) == “www.” && substr($entered_url, 0, 7) == “https://” ) {
// $entered_url_www = $entered_url;
// $entered_url = substr_replace($entered_url_www, “”, 7, 4);
//} elseif (substr($entered_url, 7, 4) != “www.” && substr($entered_url, 0, 7) == “https://” ) {
// $entered_url_www = substr_replace($entered_url, “www.”, 7, 0);
//}
//if (substr($entered_url, 8, 4) == “www.” && substr($entered_url, 0, 8) == “https://” ) {
// $entered_url_www = $entered_url;
// $entered_url = substr_replace($entered_url_www, “”, 8, 4);
//} elseif (substr($entered_url, 8, 4) != “www.” && substr($entered_url, 0, 8) == “https://”) {
// $entered_url_www = substr_replace($entered_url, “www.”, 8, 0);
//}6. click on UPDATE FILE button
and you are done!
i STRONGLY suggest that you do a CTRL-ALL to select the whole file content first and then do a COPY into a blank text file (eg. notepad) so you can restore it just in case you made a mistake or it did not work for you
of course, i take no responsibility for the consequences of this ‘hack’ ??
hope this helps
serge
Forum: Plugins
In reply to: Jetpack: multiple websites, 1 wordpress.com accounti did a test run with 2 of my sites by registering both into the 1 wordpress.com account and it appears ok to do so