invokers
Forum Replies Created
-
Forum: Plugins
In reply to: [RabbitBuilder Global Central JS CSS] Way over my head.. but..Hello,
I can understand the frustration and I am currently working on some tutorials on how to use this plugin to Globally Style your entire website.
Unfortunately producing tutorials also requires another set of skills that I do not possess and all those tutorial that are ready is in “URDU” Language.
What I can do right now is that I can give you a complete clone of the theme I have developed with this plugin.
You do not have to install anything to learn it.
If you go the following URL:
https://rabbitbuilder.com/templates/theme10/
and sign up, It will instantly spin up a complete clone of the template and will send access to your email.
There is no better way to learn and understand how this comes into play. I have also used some advanced level of color functions using SCSS. When you see the code you will understand how it works.
————————————-
As for your other question.
This is not really/truly Elementor Addon. It just a regular plugin that add CSS/JS to your website. It only detects if Elementor is installed or not and simply replace Global Keywords.
Let’s say for instance my plugin is not really working well with a future version of Elementor. (Which I don’t think will happen) You just want to copy the generated CSS/JS – Put it in a child theme and remove this plugin, That’s it.
This plugin never adds/removes anything from the Elementor page itself. So removing it will have no effect on the Elementor itself.
I am also open to giving you a 10 – 15 min screenshare tutorial if you need it.
Kind Regards,
ErfanForum: Plugins
In reply to: [Limit Login Attempts Reloaded] Add option for trusted proxyI badly need this option!
Thanks mate. It worked perfectly!
Forum: Plugins
In reply to: [W3 Total Cache] Cannot redeclare wp_cache_xxxHello @vmarko
I have applied your patch and I still see some Warnings and WordPress database Error:
WordPress database error Table 'rb.wp_blogmeta' doesn't exist for query SELECT blog_id, meta_key, meta_value FROM wp_blogmeta WHERE blog_id IN (1) ORDER BY meta_id ASC made by include('phar:///usr/local/bin/wp/php/boot-phar.php'), include('phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/wp-cli.php'), WP_CLI\bootstrap, WP_CLI\Bootstrap\LaunchRunner->process, WP_CLI\Runner->start, WP_CLI\Runner->load_wordpress, require('wp-settings.php'), require('wp-includes/ms-settings.php'), ms_load_current_site_and_network, get_site_by_path, get_sites, WP_Site_Query->query, WP_Site_Query->get_sites, _prime_site_caches, update_site_cache, update_sitemeta_cache, update_meta_cache, W3TC\DbCache_Wpdb->query, W3TC\DbCache_WpdbInjection_QueryCaching->query, W3TC\_CallUnderlying->query, W3TC\DbCache_Wpdb->query, W3TC\DbCache_WpdbInjection->query, W3TC\DbCache_Wpdb->default_query
And the following warning:
PHP Warning: mysqli_num_fields() expects parameter 1 to be mysqli_result, boolean given in /usr/share/nginx/rb/wp-includes/wp-db.php on line 3283 Warning: mysqli_num_fields() expects parameter 1 to be mysqli_result, boolean given in /usr/share/nginx/rb/wp-includes/wp-db.php on line 3283
I am running my cron tasks from wp-cli command line.
Turned out the issue was “jQuery Migrate”, I did removed this script from loading.
Everything works fine except these check boxes do not send the status value of 1 to mark it disable.
Please remove this dependency of jQuery Migrate.
Thanks.