Forum Replies Created
list of topics you have created till now.
-
-
Hi,
Thank you for reaching out.
This is a common question when using YouTube embeds in Tutor LMS (or any LMS). Unfortunately:
✅ YouTube does not allow removing their branding elements (“Watch later,” “Share,” YouTube logo) when using their player. These elements are enforced by YouTube’s API to maintain their branding and platform functionality, and there is no built-in Tutor LMS option to remove or hide them.
Best regards,
SerkanHi,
I hope you have found a solution to the issue I reported. I can see a transparent header on the About page. Wishing you a good evening.
ThanksHi,
Since you are using a license issued through us, I will reach out to Tutor LMS support on your behalf with all the details you have provided to request a resolution.It is possible that:
– There is a known limitation or additional step required on multisite setups for the Certificate Builder to appear.
– A conflict or hook issue may require a fix from their side.✅ What I will do:
I will open a ticket with the Tutor LMS support team describing:
– Your environment (Tutor LMS 3.6.2, Pro 3.6.2, Certificate Builder 1.1.3)
– Multisite configuration
– The exact issue (no Create Certificate button, only Legacy Certificate Settings)
– Troubleshooting steps already completedOnce I hear back from them, I will inform you immediately with the resolution steps.
Best regards,
SerkanHi Steve,
Thank you for confirming your preference!
Since enabling PhotoSwipe with swipe functionality requires replacing your current gallery structure and adding some HTML and JavaScript, it may be a bit technical if you’re not familiar with editing HTML files.
To ensure a smooth and trouble-free setup, I recommend considering professional implementation support for this switch. This will save you time and prevent any potential display or functionality issues across devices.
If you are not familiar to coding you may consider hiring an expert at wpkraken.io to do the job for you.
Please let me know how you would like to proceed!
Best regards,
SerkanHi Steve,
Thank you for following up, and no worries at all!
I’ve checked your gallery at:
https://bigcheese.co.uk/QL-gallery-single-mfp.html
Currently, the “gallery-single-mfp” implementation uses Magnific Popup, which by default does not support swipe gestures on touch devices out of the box; it requires tap to navigate.
Other “Photographer” websites you’ve seen likely use different lightbox libraries (e.g., PhotoSwipe, LightGallery) that include built-in swipe navigation on mobile.
✅ What you can do:
If you’d like to enable swipe navigation, you have two main options:1️⃣ Switch to a swipe-enabled lightbox (recommended):
Replace Magnific Popup with PhotoSwipe or LightGallery for your galleries, which support swipe gestures natively on iOS/Android.
We can guide you with integration if you wish to migrate.
2️⃣ Add a swipe gesture layer on top of Magnific Popup (advanced):
It is possible to add a custom script using touch events to detect swipes and trigger $.magnificPopup.instance.next() and .prev() programmatically.
This requires additional JavaScript coding and testing across devices.
✅ Suggested next step:
Please let me know which option you’d prefer:
– Option 1: Migrate to a swipe-enabled gallery (simpler, long-term friendly).
– Option 2: Custom swipe detection script for Magnific Popup (requires coding).Once confirmed, I will provide step-by-step guidance within your current theme structure to implement swipe support efficiently before your support period ends.
Thank you for your patience, and looking forward to your confirmation so we can move forward!
Best regards,
SerkanHi,
Thank you for the detailed info.
✅ What’s happening:
You have Tutor LMS Certificate Builder v1.1.3 installed and network activated, but you do not see the “Certificate Builder” section in Tutor LMS > Add-ons on your multisite.This is actually expected behavior:
🔹 On Tutor LMS multisite installations, the Certificate Builder add-on does not appear inside Tutor LMS > Add-ons as a toggle. Instead, it works automatically once it’s installed and network activated.
🔹 The “Legacy Certificate Settings” remain visible, but the builder UI should appear when you go to:
Tutor LMS > Certificates > Create Certificate
or
Tutor LMS Pro > Settings > Certificate > Create Certificate
and click “Create Certificate” to open the drag-and-drop builder.
✅ Next Steps to try:
1️⃣ Go to Tutor LMS > Certificates.
Do you see a “Create Certificate” button at the top?
2️⃣ If not, please check:
In WP Admin > Tutor LMS Pro > Settings > Certificate, is there any toggle related to “Enable Certificate Builder” you can enable?
Try disabling and re-enabling the Tutor LMS Certificate Builder plugin to refresh hooks.
3️⃣ If still not showing:
Temporarily disable all other plugins except Tutor LMS, Tutor LMS Pro, and Certificate Builder to rule out conflicts.
Check your browser console (F12 > Console tab) for JavaScript errors while on the Certificate page.
Share a screenshot of the Tutor LMS > Certificates page.
✅ About Multisite:
The builder does work on multisite but sometimes requires activation per subsite depending on your setup. If you activated it network-wide but are working inside a subsite, try:Deactivating the Certificate Builder network-wide.
Activating it only on the subsite you are managing courses on.
✅ Summary:
✅ You already have the correct plugin installed.
✅ On multisite, it may not appear in Add-ons but should function directly.
✅ Check Tutor LMS > Certificates for the “Create Certificate” button.
✅ Disable other plugins temporarily to test conflicts.
✅ Let me know what you see and send a screenshot if it still doesn’t show.Once you send this info, I’ll guide you to get the builder working quickly.
Thanks!
Hi,
I just replaced the image for you.
Please clear your browser cache and try it again.
ThanksHi,
Yes, you can make the main featured image on your blog posts have rounded corners (15px) easily by adding a small CSS snippet.
1️⃣ CSS to Add:
.single-post .pw-featured-image img { border-radius: 15px; }This will:
✅ Add 15px rounded corners to the main featured image on single blog posts.
✅ Keep the image full width and responsive without breaking the layout.2️⃣ Where to Add This CSS:
Go to your WordPress Dashboard.Navigate to Appearance > Customize > Additional CSS.
Paste the above CSS code there.
Click Publish to save your changes.
Hi,
You can use this custom css code;.p-excerpt { max-width: 145ch; }Thanks
It sounds like you’re missing the Certificate Builder—what you’re seeing under “Legacy Certificate Settings” is the old system. To access the modern drag‑and‑drop builder, here’s what to do:
✅ 1. Install & Activate Both Plugins
Go to WP Admin » Tutor LMS Pro » Add‑ons and ensure Certificate is enabled.In addition, if you’re using the Custom Certificate Builder extension (a separate plugin included in Tutor LMS Pro), verify that it’s installed and activated too. Without it, you’ll only see “Legacy Certificate Settings.”
🎨 2. Accessing the Builder
Once both are active:Navigate to Tutor LMS Pro » Settings » Certificate.
You should now see a “Create Certificate” section at the top.
Click Create Certificate to launch the drag‑and‑drop builder and create custom templates.
Below, you’ll also find All Certificates (your created templates) and Certificate Settings (builder-related toggles and legacy settings).
🚧 3. Troubleshoot Common Issues
No builder tab appearing?Make sure both the main Certificate and the Certificate Builder extension are active.
Confirm you’re running compatible versions of Tutor LMS Free & Pro (look for v3.x and above).
Console errors or builder not loading?
You may have a security/firewall plugin (like Wordfence) blocking builder assets, leading to 403 errors. Someone else reported this exact issue—disabling Wordfence allowed the builder to load correctly.
If that’s the case, put Wordfence into Learning Mode, reproduce the issue, and then whitelist the blocked requests via Wordfence » Live Traffic.
🔁 Quick Recap
Step Action
1 Ensure Certificate Add‑on is enabled.
2 Install & activate Certificate Builder extension.
3 Check plugin versions (ideally Tutor LMS 3.x+ free & pro).
4 Visit Tutor LMS Pro » Settings » Certificate.
5 You should now see Create Certificate + builder tools.
6 If builder doesn’t load, check security/firewall blocks.Let me know which plug‑ins you currently have active (free, pro, and certificate builder), and if you’re on Tutor LMS 3.x—plus any errors showing in your browser console. I can help you pinpoint exactly what’s missing or blocked!
Thanks
Hi,
Could you please provide me your wp admin details via our private content box below?
ThanksHi,When I tested your website now, I don’t see any problem loading the pages. Do you have any other problem?
ThanksHi,
Could you please provide me your wp admin details via our private content box below?
ThanksHi,
Plugins like FooBox, Modula Gallery, or Envira Gallery offer built-in thumbnail strips, arrows, and clearer gallery navigation. These are user-friendly and require minimal setup.
ThanksHi, Thank you for your follow-up. I completely understand your request regarding the footer, and I’d like to clarify the technical limitation we’re facing:
Footer Issue on the Portfolio Page:
The footer you’d like to replicate (from the homepage) was created using Elementor. This allows it to appear dynamically on pages edited with Elementor.However, the /projects/ page is a default WordPress portfolio archive page, which cannot be edited with Elementor (it’s generated by your theme). This is why the footer template isn’t automatically applied there.
Possible Solutions:
Option 1: Convert the /projects/ page into a standard Elementor page. This would allow us to apply the footer template seamlessly.
Option 2: Manually recreate the footer using the theme’s native Widgets or Custom HTML section (Appearance > Widgets). While this won’t match the Elementor footer exactly, we can approximate the design.
Option 3: Use a plugin like “Custom Post Type UI” to rebuild the portfolio section within Elementor, giving full control over the layout and footer.
Would you prefer one of these approaches? If so, I’d be happy to implement it for you. Alternatively, if you’d like to discuss other options, just let me know!
For reference:
The current footer is added via Elementor.
Pages like the homepage (edited with Elementor) inherit this footer automatically.
Thank you for your patience, and I’m here to help resolve this as quickly as possible.
Best regards.
Hi,
If you provide me your wp admin details via our private content box below, i will have a look for you.
ThanksYou are welcome.
Hi,
Great to hear that DreamHost has resolved the server-side issue! Since the error was related to PHP settings (not corrupted data), you don’t necessarily need to reset your site. Here’s what I recommend:
Try Importing Again
Now that upload_max_filesize and post_max_size are fixed, attempt the demo import once more. It should work this time!If It Still Fails
Clear any partial imports first:Go to Tools → WP Reset (if installed) and click “Reset” (this won’t delete media/files).
Then retry the demo import.
Let me know how it goes—I’m happy to guide you through each step!
Hi there,
Thanks for reaching out about the spam issue. I can see you have a basic “honeypot” antispam field (the empty url field), but it might not be enough to stop more sophisticated spam bots. Here’s how to improve it:
Add Google reCAPTCHA v3 (invisible) for far better protection. It’s free and easy.
Akismet or Antispam Plugins
Plugins like Akismet or “CleanTalk” can filter spam automatically.Thanks
Hi Steve,
Thanks for reaching out! I’d be happy to help with the gallery swipe functionality on iPhone/iPad.
Since our theme supports multiple gallery types and settings, could you please share the specific page URL where you’re experiencing this issue? That way, we can test it directly on mobile devices, check the gallery configuration, and provide a precise solution.
Once we have the link, we’ll investigate and let you know how to enable swipe gestures or adjust the gallery settings for a smoother user experience.
Looking forward to your reply!
Best regards.Hi,
I have done it for you.
ThanksHi,
Could you please provide me your related url and wp admin details via our private content box below?
ThanksHi,
When the header is dark or light, the menu changes to the opposite color. If you want to use another color other than black for the contact page, I can give you custom css code.You can add a static image by editing the course page directly through WordPress (not using Elementor). Just go to the course editor, and you’ll be able to upload or replace the image in the desired section.
Thanks
Hi,
I tried to import the demo content and i have got this error message;
“This error could also be caused by uploads being disabled in your php.ini file or by post_max_size being defined as smaller than upload_max_filesize in php.ini.”
Could you please check it out in your hosting settings?
ThanksHi,
You can check out this related topic;
https://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/
ThanksHi, But the structure between the two is different. One is a portfolio item and the other is a gallery item. You can only add caption in the test portfolio.
You made custom footer with elementor. This can happen on all pages that can be edited with elementor, but the portfolio cannot be displayed on that page because it cannot be edited with elementor. If you check your other pages, you can see that the footer you want has been added.
Thanks
Dear Francisco,
Thank you for reaching out and for your kind words about the Arkiz theme! We’re glad to hear it aligns well with your vision for Madre Property Development.
Regarding your questions about the Portfolio posts, here’s some clarification and guidance:
1. Elementor Compatibility
You’re correct that the Portfolio section in Arkiz is designed to work with the Classic WordPress editor rather than Elementor. This is because the theme uses custom post types and templates specifically styled for portfolios, which rely on the theme’s built-in structure for consistent design and animations. Unfortunately, editing these posts directly with Elementor isn’t supported at this time.2. Content Not Updating
The issue you’re experiencing with edited content not reflecting on the front end is unusual. Here are a few troubleshooting steps:Clear Caches: Ensure you’ve cleared any caching plugins (e.g., WP Rocket, W3 Total Cache) and server-level caches (if applicable).
Check for Plugin Conflicts: Temporarily deactivate other plugins to rule out conflicts, especially those affecting posts or layouts.
If the problem persists, the demo content might have hardcoded elements. In that case, we recommend:
Creating a new Portfolio post from scratch (without duplicating the demo) and manually replicating the structure.
3. Preserving Design and Animations
Avoid pasting content directly from external sources (like Word or other websites), as this can bring incompatible formatting. Use the “Paste as Text” tool in the editor.
4. Alternative Approach
If you need Elementor flexibility, you could:Design a custom template in Elementor and link it to the Portfolio post type via a plugin like Custom Post Type UI + Elementor Pro’s Theme Builder.
Next Steps
You can customize the portfolio section via appearance > customize > portfolio.Let me know how you’d like to proceed, and I’ll ensure you get the portfolio section working seamlessly for your developments!
Best regards.
Hi,
1) I have created a test portfolio item for you. Please check it out;
https://jarediandesigngroup.wpcomstaging.com/portfolio/test-portfolio/2) Go to appearance > widgets > footer > this will display in the footer as well.
I just added list item you can see the example;
https://jarediandesigngroup.wpcomstaging.com/projects/3) If you want to hide the footer on any page, when you edit the page, there is a hide footer option in the right panel. You need to activate it.
4) I have attached a photo to better explain how to change the photo, please take a look.
https://ibb.co/Kxnj9bC55) I have fixed it.
Thanks
Hi, By default, portfolio items within categories are typically sorted by date (newest to oldest) in most themes and plugins. However, if you’d like them to appear in a randomized order, here are the options:
Plugin Solution (Recommended but not tested with the theme):
Install a lightweight plugin like “Post Types Order” or “Custom Post Type Order” to manually or randomly reorder items.
Some gallery plugins (e.g., Modula Gallery) also include built-in randomization options.Thanks
Hi,Do you want to show it in the portfolio gallery or as a post? I would appreciate if you could be more descriptive about this.
ThanksDear Petres,
Thank you for sharing your vision for the page layout. I understand you’d like the first section (currently a slider) to match the design of the subsequent sections, including the subtitle with the yellow line.
While it’s technically possible to style the slider to look exactly like your reference, this would require significant customization, including advanced CSS adjustments and potentially restructuring the slider’s HTML. This process can be time-consuming and may involve additional development effort.
As an alternative, I’d recommend replacing the slider with a static image section (like the other sections) for a few reasons:
Consistency: It will perfectly match the rest of the page’s design.
Easier Implementation: No complex customization is needed.
Faster Load Time: Static sections often perform better than sliders.
Of course, if you strongly prefer keeping the slider and want it styled exactly like the reference, I can provide guidance on the steps needed, but it may fall outside the scope of basic support due to the level of customization required.
Let me know how you’d like to proceed—I’m happy to discuss the best approach for your goals!
Best regards.
Hi,
It should be global footer. Could you please provide me your wp admin details via our private content box below?
I will have a look for you.
ThanksHi, Thank you for reaching out regarding the portfolio layout issue on your website . We’ll help you resolve this as quickly as possible.
Initial Troubleshooting Steps:
Clear Cache
Clear your browser cache and any server-side caching (e.g., Cloudflare, WP Rocket, LiteSpeed).If using a caching plugin, purge all caches and temporarily disable it to test.
Check for Plugin Conflicts
Some plugins may interfere with the Arkiz theme’s portfolio functionality.Go to WordPress Dashboard → Plugins, deactivate all non-essential plugins (except Elementor if used), and check if the issue persists. Reactivate them one by one to identify conflicts.
Check Portfolio Settings
Ensure the correct portfolio template is selected and no custom CSS is breaking the layout.Test with Default WordPress Theme
Temporarily switch to a default theme (e.g., Twenty Twenty-Four) to check if the issue is theme-specific.Next Steps if the Issue Persists:
Please provide:Screenshots of the broken portfolio layout (backend + frontend).
Error messages (if any appear in the browser console – press F12 → Console).
Whether you’re using Elementor Pro or a third-party portfolio builder.We’ll prioritize this issue once we have more details. Let us know how the initial checks go!
Best regards.
Hi,
You can use this custom css code;.qodef-e-point { display: none !important; }Thanks
Hi, Thank you for reaching out to us regarding this issue. We understand how critical this is for your homepage presentation, and we’ll do our best to resolve it promptly.
Suggested Troubleshooting Steps:
Clear CacheClear your browser cache and any server-side caching (e.g., Cloudflare, WP Rocket).
If using a caching plugin, purge all caches and temporarily disable it to test.
Test with Third-Party Plugins Deactivated
Some plugins may conflict with Elementor’s slider functionality.
Go to WordPress Dashboard → Plugins, deactivate all non-essential plugins (except Elementor & Elementor Pro), and check if the issue persists. Reactivate them one by one to identify the culprit.
Check Slider Settings in Elementor
Ensure the first slide is not accidentally set to “hidden” or restricted via visibility conditions (e.g., user roles, devices).
Verify the image URL is correctly linked and not broken (try re-uploading it).
Browser/Device Testing
Test on a different browser/device to rule out local rendering issues.
Next Steps if the Issue Continues:
Please share:Screenshots of your slider settings (both in Elementor editor and frontend view).
A staging site URL (if available) where we can inspect the issue safely.
For deeper investigation, you may securely share your WP Admin details in the private box below. Rest assured, we handle all credentials with strict confidentiality.
🔐 Private Content Box (Secure Information Sharing):
We’ll prioritize this once we have more details. Let us know how the initial tests go!
Best regards.
Hi, 1) I could not access your wp admin panel because it gave me the error message that the username you gave me was invalid. Below I want to show you the elementor feature where you can do this. You can also show a portfolio item as a gallery by customizing a portfolio item and selecting gallery format in the right panel.
https://elementor.com/widgets/pro/portfolio-widget/2) I also see a footer on your Portfolio page, I think you have solved this problem.
3) When I look at all pages, I see that your footer pages are similar. Where does the difference occur?
4) You have not sent a link to the about us page. But when you open the about us page with elementor, you can right click on the relevant section, say edit and change the background image from the left panel.
5) On your about us page, the words in the team section are displayed properly.
If you still have the issue, please let me know. Thanks
Hi,
You set the menu font from where I said. If there is no change, I recommend you to deactivate all 3rd party plugins and try it. Cache plugins may be preventing changes.
ThanksHi,
I recommend you to change your hosting. Asking for a refund from the theme will not be a solution. You will have the same problem when you try to install another theme. Because hosting does not provide you with the settings you need. You cannot install themes properly with this.
ThanksHi,
I have forwarded this issue to Mr. Ahmet, the developer, and he will get back to you with the solution.
ThanksHi, Please check your custom css code box. You must have forgotten to close the parenthesis somewhere. This invalidates all subsequent codes.
ThanksHi Chris,
I would like you to shoot a short video and share with me the url of the platform where you uploaded it. This will help me understand the problem on your side in more detail.
ThanksHi,
I gave it to you because I was sure this code worked. Now I tested it and it works. Maybe you forgot to close the brackets somewhere in the code. Can you try typing this code on the top line?
ThanksHi,
Please go to appearance > customize > header > menu font > you can customize and save it.
ThanksHi,
Could you please try to use this custom css code;input[type=checkbox]:before { transform: rotate(0deg) translate(0em, 0em) !important; }Thanks
You are welcome :) We’d be very happy if you can spare a minute to rate the theme on ThemeForest. Your feedback will boost our motivation and help us to work harder on future updates.
https://themeforest.net/downloads
Thank you for your support.
Hi again!
Upgrading to Elementor Pro is a straightforward process. Here’s how you can do it:
Steps to Upgrade to Elementor Pro:
Purchase a LicenseVisit the official Elementor Pro website and choose a plan (Single, Advanced, or Agency).
Complete the purchase to receive your license key via email.
Install & Activate Elementor Pro
Go to your WordPress dashboard → Plugins → Add New.
Click Upload Plugin and upload the Elementor Pro .zip file (downloaded from your Elementor account).
Activate the plugin.
Enter Your License Key
Navigate to Elementor → License in your WordPress dashboard.
Paste your license key and Activate it to receive updates and support.
Enjoy Pro Features!
You’ll now see Elementor Pro widgets (e.g., advanced forms, sliders, theme builder) in the editor.
Thanks
Hi Marco,
Thank you for your detailed follow-up and for all the effort you’ve put into troubleshooting this issue. I completely understand your frustration—this is not the experience we want for you or your client, and I sincerely apologize for the time this has taken.
What We’ll Do Next:
Priority Escalation: I’ve escalated this to our senior development team with all your findings (debug page, plugin screenshots, and test results). They’ll conduct a deep dive into the theme’s core behavior, focusing on mobile anchor scrolling.
Direct Debugging: We’ll test your stripped-down debug page on multiple devices to isolate the root cause—whether it’s a theme-level JS conflict, CSS stacking context issue, or rendering quirk.
Again, I truly appreciate your patience and collaboration. We’re committed to resolving this urgently and will keep you informed every step of the way.
Best regards.
Hi,
Thank you for your question about Elementor Pro. Yes, you can absolutely upgrade to Elementor Pro while using our theme—in fact, many of our customers do this to access advanced design features.What to Expect:
✅ Full Compatibility: Our theme is designed to work seamlessly with both Elementor Free and Pro.
✅ Enhanced Features: You’ll gain access to Pro widgets (e.g., advanced sliders, forms, dynamic content) that can further customize your site.Thanks
Hi, Thank you for reaching out about the vertical scrolling gallery. I completely understand your vision for showcasing 30 images in this dynamic format, and I’m sorry to hear the current 12-image limit doesn’t meet your needs.
After carefully reviewing the theme’s capabilities, I want to be transparent that the vertical scrolling feature was indeed designed with a 12-image limit to ensure optimal performance and visual balance across devices. This is part of the theme’s core functionality that can’t be modified without potentially affecting other elements.
While I wish we could modify this particular feature, I’m committed to helping you find the best way to showcase your artwork within the theme’s framework. Please let me know if you’d like assistance implementing any of these alternatives.
Warm regards.
It sounds like you’re encountering an issue with Elementor where secondary prime slider titles are being modified with additional code snippets like
. This is likely caused by a conflict with a translation plugin that’s modifying the content. Translation Plugin Interference
The trp-post-container tag suggests that TranslatePress (or a similar translation plugin) is injecting its markup into your slider titles. This might happen when the plugin tries to make content translatable but doesn’t properly clean up after itself.Elementor Saving Issue
Sometimes, Elementor doesn’t fully process dynamic content (like translated strings) when saving, leading to leftover markup.Caching or Optimization Plugins
If you’re using a caching or optimization plugin, it might be storing the modified version of your titles.How to Fix It:
1. Check & Disable Translation Plugin
Temporarily deactivate TranslatePress (or any translation plugin) and see if the issue persists.If the problem disappears, check the plugin settings for “Disable dynamic translation” or “Disable HTML parsing” options.
2. Re-save Titles & Clear Caches
Manually re-save the affected slider titles in Elementor.Clear any cache (Elementor, browser, server, or CDN).
3. Exclude Slider Titles from Translation
If you must keep the translation plugin, try excluding these titles from dynamic translation:In TranslatePress, go to Settings → Advanced → Exclude selectors and add the CSS class or ID of your slider titles.
Thanks