GreenGo88
Forum Replies Created
-
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Tutor zastępuje moje style@wprashed If I disable the appoitment hour booking plugin, it looks ok, but that’s not the problem. I want the calendars I have on my site to look the way the graphic designer designed them. Because your plugin overwrites the global “.ui-datepicker” styles, the appearance of all calendars is broken. If you want to change the appearance of the calendar, can’t you customize it only in the elements inside the components you provide?
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Tutor zastępuje moje styleI also use the “appointment hour booking” plugin
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Tutor zastępuje moje style@urnafiz Were you able to take a look at my problem?
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Tutor zastępuje moje stylehttps://freeimage.host/i/2p60Ezu
https://freeimage.host/i/2p600be
https://freeimage.host/i/2p61BBj
I am posting screenshots. The first one is the basic appearance of the datepicker on the page. The second one is after connecting the Tutor LMS plugin, and the third one is what styles were added in the tutor.min.css file that override the default styles.Forum: Plugins
In reply to: [Weight Based Shipping for WooCommerce] Woocommerce 2.6 update@esmi from your link:
Unless you are using the same version of WordPress on the same physical server hosted by the same hosts with the same plugins, theme, and configurations as the original poster, do not post in someone else’s thread. Start your own topic.
So, if I use same version of wordress and same version of plugin and have same issue as the author has… I should post in this topic.
Forum: Plugins
In reply to: [Weight Based Shipping for WooCommerce] Woocommerce 2.6 updateSame issue here 🙁
Forum: Plugins
In reply to: [Post Type Archive Link] not working with WP 4.3post-type-archive-links.php
line: 164- 170 replace with:$has_archive_cps = get_post_types( array( '_builtin' => true ), 'object' );Forum: Plugins
In reply to: [Polylang Theme Strings] it seems not to work at allAdd ?> in all .php files or make a small change:
plugins/polylang-theme-string/mw-polylang-theme-string.php line: 162
replace for:
preg_match_all(“/\<\?.*?$/uis”, file_get_contents($v), $p);