Shibbir Ahmed
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mega Menu] Menu items show while page loads in mobileHello @simont8386
I saw your site on a mobile device. It’s showing a toggle bar, not all the menu. Once I click on the toggle bar it’s showing the menu. Does it normal?
Kind Regards.
Forum: Plugins
In reply to: [WP Mega Menu] How to delete a rowHello @burotica
Which row are you referring to? Please send me some screenshots as well as your website URL (if possible).
Kind Regards.
Forum: Plugins
In reply to: [WP Mega Menu] Work with Elementor ProForum: Plugins
In reply to: [WP Mega Menu] Menu items show while page loads in mobileForum: Plugins
In reply to: [Tutor LMS Elementor Addons] Cant Edit the Archive Page?Hello @luxman
Currently, you can only build the layout of a single page of any course. There is no option for Course Archive.
Kind Regards.
Forum: Plugins
In reply to: [WP Page Builder] Header background image not shown completelyForum: Plugins
In reply to: [WP Crowdfunding] How do you change the layout?Hello @severisth
In that case, you may override the plugin in your currently active theme. Then you will not lose the update.
Kind Regards.
Forum: Plugins
In reply to: [WP Crowdfunding] How to alter the initial funds raised figure?Hello @severisth
Thanks for asking this question.
Unfortunately, there is no option to start the fundraising from a particular amount.
As you know that, on single campaign page this Fund Raised value is coming from this function:
<?php echo wpcf_function()->price( wpcf_function()->fund_raised() ); ?>So, I would request you to find the function and get familiar with the associated code as we do not provide any customization support.
Kind Regards.
Hello @mahdialajwad
Thank you very much for noticing that issue. For now, please go to wp-contents/tutor/templates/single/video/html5.php page and find the html source tag and replace the whole line with this code:
<source src="<?php echo $video_info->url; ?>" type="<?php echo tutor_utils()->avalue_dot('type', $video_info); ?>">let me know if it’s working for you.
Note: I already noted this issue.
Kind Regards.
Hello @tritongr
As the main container has the .tutor-wrap class and appplied 100% as width so try to override this style by using following CSS code:
.tutor-wrap { width: 1200px; margin: 0 auto; }let me know if it’s working for you.
Kind Regards.
- This reply was modified 5 years, 2 months ago by Shibbir Ahmed.
Hello @tonella
Can you contact with IThemes support team that why it’s affected the tutor registration system?
Kind Regards.
Forum: Plugins
In reply to: [WP Crowdfunding] Translation of page headersHello @davidoceans
So you mean the attachment URL of a particular lesson? If yes, then, as you know that the attachment is uploaded to the WordPress media library, and currently, in WordPress, there is no option to secure any media file.
We are finding a way to make it secure. Hopefully, we can.
Kind Regards.