mdaan
Forum Replies Created
-
Forum: Plugins
In reply to: [TinyPNG - JPEG, PNG & WebP image compression] Possible WooCommerce ConflictI’m having the same issue! I searched for hours what was causing the long wait time. I could not believe that TinyPng was thee issue :-O I’m using this plugin for all my clients and never noticed this problem, however on every page with woocommerce products on the site loads extremely slow!
I had to deactivate the plugin ??
Forum: Plugins
In reply to: [MaxiCharts Gravity Forms Source add-on] Survey fields have no dataWorks like a charm! Thanks!
I was able to add it to the discusion section under wp > settings but it is not working because of the UM settings
Any workaround?
add_filter( 'avatar_defaults', 'wpb_new_gravatar' ); function wpb_new_gravatar ($avatar_defaults) { $myavatar = 'https://example.com/wp-content/uploads/2017/01/wpb-default-gravatar.png'; $avatar_defaults[$myavatar] = "Default Gravatar"; return $avatar_defaults; }
Forum: Plugins
In reply to: [MaxiCharts Gravity Forms Source add-on] Survey fields have no datathere is a backend version of the plugin in gravity survey they calculate the time something is set on the first place and give a combined rank + a ranking:
https://www.dropbox.com/s/jzmy2w5tyr92gpd/Screen%20Shot%202018-03-20%20at%2010.59.12.png?dl=0
but whatever is in your reach is fine ??
Forum: Plugins
In reply to: [MaxiCharts Gravity Forms Source add-on] Survey fields have no dataThanks for the fast support Goodluck with everything and congrats!
Forum: Plugins
In reply to: [MaxiCharts Gravity Forms Source add-on] Survey fields have no dataHi, After the Update I have still the problem with the visual problems with the Ranking module that displays no information. I think this is also stil the case on your own website?
https://maxicharts.com/gf-survey-addon-simple-line/
One of those 4 is still blanc aswel.
Any news so far I was hoping to use your plugin in a project going live the 26thKind Regards
Forum: Plugins
In reply to: [MaxiCharts Gravity Forms Source add-on] Survey fields have no dataI’m Using the choice slider to order 6 words from most important to less important
nothing showing up so far for them.Forum: Plugins
In reply to: [MaxiCharts Gravity Forms Source add-on] Survey fields have no dataHello,
it looks like you have the same problem with your own website.
https://maxicharts.com/gf-survey-addon-simple-line/
Something broke in this plugin? ??
I can see the parameters but not the survey results on your page.Forum: Fixing WordPress
In reply to: hacked site, altered php files, revsliderI have faced this type of hacking today. all websites that had the same database User where infected.
I could trace this back to a few PHP files that where added to the include folder, they where loaded from post.php
the hack i faced included lines of codes at the beginning of each function.php file no matter how much themes where installed.
One suggestion for everyone that might face this same issue.
If you have backups compare them in terminal with dif and look for modified files.
I learned my lesson well, never use the same database user for all your websites.
Forum: Plugins
In reply to: [WooCommerce] Itemized Taxes not workingI’m having the same problems, by EU regulation webshops need to display vat % and vat amount on each line.
I have set the vat to itemized but it only displays the total amount on the end of the billing.
I need some help adding this.