vee
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Editor Tools] compatibility to 5.8 wordpress versionCurrently error: wp_enqueue_script() was called incorrectly. “wp-editor” script should not be enqueued together with the new widgets editor
Forum: Reviews
In reply to: [Cookie Notice & Compliance for GDPR / CCPA] Hijacking our dashboards?This is most ugly+annoying WordPress adware plugin I’ve ever found.
Forum: Plugins
In reply to: [W3 Total Cache] Cannot set cookie when page cache was enabled.No, that constant once defined it will be affected all other plugins.
I just want only this plugin (my plugin) to working without cache because it must be set the cookie.I tried rejected cookies but that is not what how it should work. That reject cookies will work on skip caching but I want my plugin to set cookie every request whether there is reject cookie or not.
For example:
1. Guests enter the web page. My plugin should work and set cookie.
2. Logged in users enter the web page. My plugin should work and set cookie.But currently it is:
1. Guests enter the web page. My plugin work if cache was cleared or page cache was disabled, otherwise it will not working.
So, reject cookie can’t help with this.- This reply was modified 4 years, 5 months ago by vee.
Forum: Plugins
In reply to: [W3 Total Cache] Cannot set cookie when page cache was enabled.I see this document ( https://github.com/W3EDGE/w3-total-cache/wiki/FAQ:-Usage#which-textareas-for-file-entries-support-regular-expressions ) said.
To disable page caching of specific theme templates or plugin files you need to add
define('DONOTCACHEPAGE', true);
to it.But it is incorrect. With that constant, it will be affect all other plugins or maybe the whole site not just specific theme or plugin.
I can’t make my plugin working properly while page cache is enabled or not cleared the cache.
Forum: Plugins
In reply to: [W3 Total Cache] Cannot set cookie when page cache was enabled.Yes, it is.
Forum: Reviews
In reply to: [Bootstrap Basic4] Great but not enoughThank you very much for your review.
The concept of this theme is to keep it basic & simple (no rich features, no additional functions).
For the excerpt, I’m sure that you can use read more tag to display it in the listing page or main page.I hope that it will be easy & convenience for you to design your theme based on this theme. ??
Forum: Themes and Templates
In reply to: [Bootstrap Basic4] sub-sub menu item not showingBootstrap 3 & 4 itself did not support more level on sub menu. Just main > sub.
I did not add any functional to that as described on the theme description. Sorry.
Maybe you have to use any third party JS such as SmartMenus or another plugins to do this.Forum: Themes and Templates
In reply to: [Bootstrap Basic] order the stylesheet in child themeYes, it is safe to use on real website. I use this theme as based theme and a little modification on design on real website. There is no problem about security (as far as I know and for now).
However there are many security plugins for WP to use if you worry about that. I also use Sucuri Security plugin for my site and everything seems to be fine.
- This reply was modified 5 years, 1 month ago by vee.
Forum: Themes and Templates
In reply to: [Bootstrap Basic4] Approval for translations – TurkishHi,
I cannot do anything like that, maybe only mod can approved?
Forum: Themes and Templates
In reply to: [Bootstrap Basic] Reply button on commnt boxThis has been fixed here https://github.com/Rundiz-WP/bootstrap-basic/releases/tag/v1.1.3
It will be release on www.ads-software.com soon.
- This reply was modified 5 years, 7 months ago by vee.
Forum: Themes and Templates
In reply to: [Bootstrap Basic4] child theme chage the stylesheet‘s orderYou can use
wp_dequeue_script
andwp_dequeue_style
in your child theme’s functions.php to remove and enqueue again by your order.- This reply was modified 5 years, 7 months ago by vee.
Forum: Themes and Templates
In reply to: [Bootstrap Basic] Reply button on commnt boxNo, there is no conflict. I’m using Yoast SEO and reply button is working fine.
Here is the demo. https://demo.rundiz.com/wordpress/
Forum: Themes and Templates
In reply to: [Bootstrap Basic] change mobile menu breakpoint?Please create your child theme and you can do it anything you want to. I could not change things specific for you because it will break the others.
You can read more here. https://getbootstrap.com/docs/3.4/
- This reply was modified 5 years, 7 months ago by vee.
This is the source code of this theme. https://github.com/Rundiz-WP/bootstrap-basic
There is no mod-dm-custom.js and the file modernizr.min.js is also clean. Here is the virus scan result. https://www.virustotal.com/th/url/22c3c775b4884c9f9ffc9031851200d8f9391907858a5079c6556544d309e907/analysis/1552429764/
You can scan it on https://www.virustotal.com or any online virus scan website.
So, the malicious problem on your site is not from my theme. If you install this theme directly from www.ads-software.com or from https://github.com/Rundiz-WP/bootstrap-basic then there should be no problem.