Flowrian
Forum Replies Created
-
Have the same problem.
Forum: Plugins
In reply to: [Ultimate Product Catalog] NoFollow Links for productsYes thanks, I guess I will use a custom field and put nofollow links in there.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Filter not working correctly / ErrorsHi,
yes – that′s it – working now – thanks!
Greetings,
FlowrianHi,
same problem – it′s working for “normal” posts from left to right but for woocommerce products it′s the opposite.
Greetings,
FlorianForum: Plugins
In reply to: [Redirection] Import: Regex value not correctly setThanks – works perfectly ??
Forum: Plugins
In reply to: [Redirection] CSV Upload defaulting to RegEx – change from previousI have the same problem – somebody an idea how to fix this?
Greetings,
FlowrianForum: Plugins
In reply to: [Comments Ratings] How to translate ?Hi,
i tried with loco translate – but many strings seem to be hardcoded – like “Your overall rating” etc..
I like the plugin – but I really need to be able to translate it – please advise.
Thanks and Greetings,
FlorianForum: Plugins
In reply to: [Affiliates Manager] Cookie tracking and use with gravity formsHi, I was able to drop the code with “php insert” plugin on that page, but how can txn_id be generated instead of being a fix value? I would do it as follows >>
$args = array();
$args[‘txn_id’] = ‘4JX55705JA6177943’;//TODO ???
$args[‘amount’] = ‘0.10’;//TODO
$args[‘aff_id’] = $_COOKIE[‘wpam_id’];
do_action(‘wpam_process_affiliate_commission’, $args);Would that work, if txn_id would be newly generated once a user hits that “thank you” – page?
Forum: Plugins
In reply to: [Affiliates Manager] Cookie tracking and use with gravity formsThanks, is there an easy way to implement that without writing a plugin. If a user is redirected to a thank you page (after submission of a form) the only thing i want is that on that page >>
– cookie is read ($aff_id = $_COOKIE[‘wpam_id’];)
– and according affiliate gets a defined “sale” recorded (i.e. ($args[‘amount’] = ‘0.95’;//TODO)Basically that′s a payment for qualified leads.
Forum: Plugins
In reply to: [Affiliates Manager] Cookie tracking and use with gravity formsDepends, does this Add-on support form submission in general or specically just sales via paypal . Is there a code-snippet I can trigger sales count of according affiliate manually?
Thanks,
Florian(x) done
Sure, please let me know what specifically you need (ftp user / wordpress admin access?)
Yes, all passed >>
PHP Support, Server Support, Permissions and Reserved FilesIn step 2 there is a “Warn” in “WordPress Settings”, but further info is all “green” >>
WordPress Settings
WarnWordPress Version: [4.0]
It is recommended to have a version of WordPress that is greater that 3.7.0
——————————————————————————–Core Files: [Found]
If the scanner is unable to locate the wp-config.php file in the root directory, then you will need to manually copy it to its new location.
——————————————————————————–Cache Path: —-removed— (1.77MB)
Cached data will lead to issues at install time and increases your archive size. It is recommended to empty your cache directory at build time. Use caution when removing data from the cache directory. If you have a cache plugin review the documentation for how to empty it; simply removing files might cause errors on your site. The cache size minimum threshold is currently set at 512KB.
Hi,
I installed the development version – still the same outcome.
Is there any parameter I should look out for in “Diagnostics”?
Maybe if that helps >> I had no problems migrating the site from xampp onto server (using Duplicator).
But if I try to duplicate the site on strato server – the database is created (at least this is what sql file size implies) – however – the actual files are not included within zip-file (just empty directory structure / folders without content).
I also tried to modify permissions according to suggestions etc. – no impact on the problem.