Ibrahim
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Page Builder] Sticky Sidebar?Hello @lukemccoy!
Sorry! No, this type of default option is available. But if you want, you can do this with custom CSS.
Thanks!
Hello @thecodeteam!
Check your CSS and JS loading properly. Also, You can try this:
Check that if the site is using a child theme. Access the folder from the website server and navigate to the file that you overrode. Open the file with an editor.on the top and bottom, you can see this function called get_header() and get_footer(). To fix the broken dashboard issue replace the get_header() function with $is_by_short_code = isset($is_shortcode) && $is_shortcode===true; if(!$is_by_short_code && !defined( 'OTLMS_VERSION' )) { get_header(); } and replace the get_footer() function with: if(!$is_by_short_code && !defined( 'OTLMS_VERSION' )) { get_footer(); }
Thank you!
Hello @thecodeteam!
Did you try wordpress default export? You can try the default export.
See the attachment, please:
https://prnt.sc/1w2vlhoThank you!
Hello @blasyfeel!
You can try this CSS, using this CSS you can change the icon.
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks a::before {
content: “X”;//here can set your icon
}Can Add CSS in Appearance => customize => additional CSS
Thank you!
Hello @ubheamar!
Thanks for solving the issue yourself and we have noted your suggestion.
Thanks for your suggestion!
Hello @frfvipy!
For the dashboard broken issue, you can follow the documentation:
https://docs.themeum.com/tutor-lms/troubleshooting/yoast-rankmath-compatibility/
Thank you!
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Quiz correct not showingHello @ubheamar!
Can you share a screenshot, please? that may help us to understand your issue.
Or can direct mail to support.And, Thanks for your suggestions! We will in the future.
Thank you!
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Quiz correct not showingHelo @ubheamar!
01.
It has reveal mode , if enabled then it will show the correct answer after attempts, see the attachment:
https://prnt.sc/1vov90402.
For security reasons, direct code formate input will not work.
But, It has an option, you can set code as image formate, it will work.
See the attachments, pleasehttps://prnt.sc/1voiqxk
https://prnt.sc/1vojmwd
https://prnt.sc/1vojowqThank you!
Hello @ubheamar!
For security reasons, direct code formate input will not work, it escaped.
But, It has an option, you can set code as image formate, it will work.
See the attachments, pleasehttps://prnt.sc/1voiqxk
https://prnt.sc/1vojmwd
https://prnt.sc/1vojowqThank you!
Forum: Plugins
In reply to: [Qubely - Advanced Gutenberg Blocks] Improve css loading when use a blockHello @hozefasmile!
Thank you for your suggestions. We have noted this issue.
We will try to implement this feature in our future updates.Thanks again for your great suggestion!
Hello @vandung93!
It can be other scripts or plugins and theme conflicting issues. Need to check the issue step by step.
These steps will help rule out a possible plugin conflict. 1. Disable all the other third-party plugins and check whether that solves the issue 2. If that solves the issue, please activate the plugins one by one to rule out the conflicting plugin 3. If that doesn't work, please check it by activating the parent theme 4. If the issue still persists, please activate a WordPress default theme like Twenty Twenty and check Please also make sure that your platform and theme are up to date.
Thank you!
Forum: Plugins
In reply to: [WP Crowdfunding] Modify Product pageHello @rmiroslav !
Yes, You can do the custom modification.
You have to override the plugin template.
For more details, to override, follow the documentation, please: https://docs.themeum.com/wp-crowdfunding/customizing-theme/Thank you!
Forum: Plugins
In reply to: [WP Crowdfunding] TwitterHello @akswer!
We are exactly not clear about your issue. Did you mean twitter share?
If mean social share then, we have the option you can follow the documentation, please: https://docs.themeum.com/wp-crowdfunding/addons/social-share/
Thank you!
Hello @davidspade!
It is really unfortunate that is not working for your site.
Can you try this, plugin please: “LoginWP (Formerly Peter’s Login Redirect)”
Thank you!
Forum: Plugins
In reply to: [WP Crowdfunding] translate the date on the single product pageHello @aminaz!
We have noted this issue, We will fix those ASAP
You can change the string which not changing with “Real-Time Find and Replace” plugin, see this:https://prnt.sc/1uc6223Also, the date-time formate issue we noted, we will resolve ASAP.
Thank you!