XplodedThemes
Forum Replies Created
-
Forum: Plugins
In reply to: [WPIDE - File Manager & Code Editor] Multiple Bugs / IssuesHi Oliver,
Yes, I have seen the video and clearly see the issue from your end, however, still not able to reproduce it from my end. Also, we did not get any other complaints concerning this issue, which is really weird.
Can you please try this custom css code:
#wpbody-content .wpide-editor { --wpide-editor-scroll-height: calc(100vh - var(--wpide-header-height, 0px) - var(--wpide-adminbar-height, 0px) - var(--wpide-tabs-height, 0px) - var(--wpide-toolbar-height, 0px) - 5px)!important; }
Also, try playing with the last value, 5px. Try less or more and see which value fixes the issue. Increasing the value will reduce the editor height relative to the window height.
Let me know how this goes.
The reason why we block access to the wpide directory, is actually the same reason why we can’t edit core files or the config.php. It’s because you can easily crash the site after saving a PHP file that contains errors, and our Custom Error Handler & Recovery Wizard wouldn’t be able to work correctly, which means the only way to recover is via FTP.
There is also the fact that most WordPress host providers will have strict read only permissions on the wp-config.php file, so it won’t be possible for WPIDE to edit them.
Forum: Plugins
In reply to: [WPIDE - File Manager & Code Editor] Unable to edit a fileGlad you found the issue, and thanks for letting us know, we will add a description under that option.
Forum: Plugins
In reply to: [WPIDE - File Manager & Code Editor] Too many bugsHi @helgatheviking,
The overflow: hidden on the body is set by design to avoid scrolling the header along the content.
Can you please check if the editor scroll speed setting has any value:
https://d.pr/i/0tNY3hIf the value is undefined, simply click the reset icon.
Let me know if this fixes the scrolling issue.
Thanks
Forum: Plugins
In reply to: [WPIDE - File Manager & Code Editor] Multiple Bugs / IssuesYes please, it might help visualising the issue. Thank you
Forum: Plugins
In reply to: [WPIDE - File Manager & Code Editor] Multiple Bugs / IssuesHi Oliver,
Sorry for the delay!
- The setting page, is actually a page, not a modal. To get back, simply use the following: https://d.pr/i/UBTHxA
- The –wpide-tabs-height is dynamic and calculated automatically. From my end, setting this manually to 49px will make the editor height less than the actual window sometimes, leaving a white space at the bottom.
Forum: Plugins
In reply to: [WPIDE - File Manager & Code Editor] Plugin doesn’t actually work?Hi @ereller,
Please let me know the name used within the ticket, so I can check it out.
The error that you pasted does not seem to be coming from our plugin.
Also note that a new version was released today, V3.4.4, please let me know if that version works for you.
Thanks
Forum: Plugins
In reply to: [XT Points & Rewards for WooCommerce] Messages diisappearedHi there,
I just tested using v1.5.0 and the messages are showing correctly.
As you can see on our demo:
https://demos.xplodedthemes.com/woo-points-rewards/Please make sure that they are visible within the settings:
https://d.pr/i/qsGIwdMake sure that the category or product level points are not set to 0.
Hope this helps
Forum: Plugins
In reply to: [XT Floating Cart for WooCommerce] plugin translationHi Angelo,
Are you sure you are translating Floating Cart ? Maybe you are looking at the Freemius package instead:
Forum: Reviews
In reply to: [WPIDE - File Manager & Code Editor] No content in opened filesHi there, sorry for the trouble!
It looks like the issue is very specific to your site. It could be a conflict with your theme or another plugin.
I would love to help you resolve the issue, so I suggest opening a support thread over here:
https://www.ads-software.com/support/plugin/wpide/#new-topic-0
Please let us know if you see any errors within your browser console? Or within your php error logs?
Thank you
Forum: Reviews
In reply to: [WPIDE - File Manager & Code Editor] NaggingThanks for your feedback and sorry about this. Note that the review message only shows 7 days afer activating the plugin, and once an option is selected, the message dissapears forever. I hope you can only base your review on the plugin itself. Cheers
Thank you for taking the time to rate our plugin! Glad you enjoy it!?
Forum: Reviews
In reply to: [XT Floating Cart for WooCommerce] Floating cartThanks for leaving a 5-star rating, it’s truly appreciated!
Forum: Plugins
In reply to: [WPIDE - File Manager & Code Editor] Multiple Bugs / IssuesHi Oliver,
Thanks for the feedback!
A new version (3.4.3) has been released with several fixes.
Please take a look at the changelog:
https://www.ads-software.com/plugins/wpide/#developersPlease note:
Can we have an option to turn off auto closing of quotes and brackets?
This was previously resolved. You simply need to disable the behaviours option.
https://d.pr/i/M8kopyYou still can’t scroll down because the editor is too close to the bottom of the page and requires some CSS like …?
This was also previously resolved by adding the css you provided.
https://d.pr/i/s7Ki8sLet me know if we missed anything.
Cheers
Forum: Plugins
In reply to: [WPIDE - File Manager & Code Editor] Edit SVG CodeHi Kyle,
A new version (3.4.3) will be released soon and will support editing SVG by simply selecting it within the settings.
Cheers
Hi there,
In general, the plugin does not affect your site load speed. Adding a product to the cart usually takes the same time as reloading a product page.
In most cases, the speed is affected by how many active plugins you have on your site, as well as hosting resources.
As you can see on our demo, the add to cart pretty fast:
https://demos.xplodedthemes.com/woo-floating-cart/I suggest trying to disable plugins to see if one of them might be causing this.
Hope this helps