serkan

Forum Replies Created

list of topics you have created till now.

  • serkan
    Moderator
    Posted in : Issue with Portfolio

    Hi, since the work page is a portfolio custom post index page, it can’t be edited with Elementor, you can add content to your Portfolio page with the default Gutenberg page editor, change the portfolio layout from the Template section on the right side of the edit screen and customize the layout/colors from “Appearance > Customize > Portfolio” section.

    Cheers.

    serkan
    Moderator
    Posted in : Course Page

    Hi
    Please go to appearance > customize > you will able to customize most of things.
    What do you want to customize the course page?
    Thanks

    serkan
    Moderator

    Hi,
    The theme is fully compatible with Woocommerce. I am forwarding the problem you mentioned to the developer for detailed examination. You will be provided with feedback on this issue.
    Thanks

    serkan
    Moderator
    Posted in : Add Custom Font

    Hi, Can you check put this related topic, please?
    https://www.wpbeginner.com/wp-themes/how-to-add-custom-fonts-in-wordpress/
    Thanks

    Hi @ayw2024
    Please go to dashboard > appearance > customize > header > menu > you can customize it here.

    How to Create a Custom Header with Elementor (Quick Guide)
    Install & Activate Required Plugins
    Elementor Pro (for Theme Builder) or use Elementor Header & Footer Builder (free alternative).
    Create a New Template
    Go to Templates > Theme Builder (in Elementor).
    Click Add New and select Header.
    Design Your Header
    Use Elementor widgets (Logo, Menu, Search, Buttons, etc.).
    Customize with drag-and-drop.
    Set Display Conditions
    Choose where the header appears (e.g., entire site, specific pages).
    Save & Publish
    Click Publish to apply the header globally.

    serkan
    Moderator
    Posted in : error in Tutor LMS

    Hi, It looks like you’re encountering a 422 Unprocessable Entity error when trying to save your course (“Fundamental Hypnosis”) in Tutor LMS on your WordPress site. This typically means the server understands your request but can’t process it due to validation issues—often related to file uploads (like videos) or missing required fields.

    1. Video Upload Issue
    The error suggests the problem is related to saving a video. Possible reasons:
    The video file is too large (exceeds server limits).
    The video format is not supported.
    A temporary server issue is preventing upload.

    Try:
    Reduce video size (compress or use a smaller file).
    Re-upload the video in a supported format (MP4 is usually best).
    Check server upload limits (via php.ini or hosting settings):
    upload_max_filesize (should be at least 64M or higher)
    post_max_size (should be larger than upload_max_filesize)
    max_execution_time (should be at least 300 for large uploads)

    2. Plugin Conflict
    Another plugin might be interfering with Tutor LMS.

    Try:
    Disable other plugins temporarily (especially security, caching, or file upload plugins).
    Switch to a default theme (like Twenty Twenty-Four) to rule out theme conflicts.

    Let me know if you’d like help with any of these steps!

    serkan
    Moderator

    Hi,
    Please go to dashboard > appearance > customize > header > general > header search > choose no and save it.
    Thanks

    serkan
    Moderator

    Hi,
    This setting comes from blogpost and is not a pro feature. I am sharing a screenshot with you on the subject;
    https://ibb.co/b5C1n1bS
    Thanks

    serkan
    Moderator

    Hi Roel,
    Can you also share wp admin information in a new topic? There has been a lot of messaging in this topic. No unnecessary notifications to other users. Let’s take a look at your menu.
    Thanks

    serkan
    Moderator

    Hi,
    I have done it for you.
    Have a nice day.

    serkan
    Moderator

    Hi, I checked the elementorda settings for the space between paragraphs. Since the 3rd paragraph is in a separate panel on the right, there is a millimeter difference between two and three. I also solved the average problem in the booking section and added it.
    Thanks

    serkan
    Moderator

    Hi, This error suggests there’s a syntax issue in the One Click Demo Import plugin. Here’s how to fix it:
    1. Deactivate the Plugin via FTP (if you can’t access WordPress admin):
    Go to /wp-content/plugins/ via FTP/cPanel.
    Rename the folder one-click-demo-import to one-click-demo-import_old.
    This will deactivate the plugin and restore site access.

    2. Reinstall the Plugin:
    Download a fresh copy of One Click Demo Import.
    Replace the plugin files manually or install it fresh.

    serkan
    Moderator

    Hi, If you’re unable to find where to enter your Tutor LMS Pro purchase code to activate your license, here’s how to resolve it:
    1. Check Where to Enter the Purchase Code
    Tutor LMS Pro license activation is typically done in:
    WordPress Dashboard → Tutor LMS → License (for the plugin)

    2. If There’s No License Tab in Tutor LMS
    Ensure you installed “Tutor LMS Pro” (not just the free version).
    Reinstall Tutor LMS Pro from Themeum (the official developer).
    Check for plugin conflicts (disable other plugins temporarily).

    serkan
    Moderator

    1. Check User Dependencies
    The student might be enrolled in courses with progress data
    Go to Tutor LMS > Students, click on the student, and check their enrollments
    Try withdrawing them from all courses first before deletion

    2. Plugin-Specific Solutions
    Install “User Role Editor” plugin to verify student role permissions
    Try changing the student’s role to “Subscriber” first, then delete

    3. Database Cleanup (Advanced)
    If the student still won’t delete:
    Install the “WP Reset” plugin (create a backup first)
    Use its “Cleanup” tools to remove orphaned user data
    Or manually delete via phpMyAdmin (only if comfortable with databases)

    4. Last Resort
    Export your site data
    Use “Advanced Database Cleaner” plugin to scan for orphaned Tutor LMS data
    Consider reinstalling Tutor LMS (your settings will remain)

    serkan
    Moderator

    Hi, Possible File Locations:
    Tutor LMS (Free Version)
    /wp-content/plugins/tutor/includes/register.php
    /wp-content/plugins/tutor/includes/student-registration.php
    /wp-content/plugins/tutor/includes/utils.php

    Tutor Pro (Premium)
    /wp-content/plugins/tutor-pro/includes/registration.php
    /wp-content/plugins/tutor-pro/includes/student-registration.php

    How to Find It Quickly:
    Use VS Code or Sublime Text to search the entire plugin directory for:

    "Sorry, that email address is already used!"
    

    or partial matches like:

    "email address is already used"
    

    If that fails, search for email_exists (WordPress function) or tutor_validate_email (Tutor’s custom validation).

    serkan
    Moderator

    Hi, I understand you want to simplify the buying process so students can add courses to cart without immediate registration, and only require account creation during checkout. Here’s how to implement this:
    Disable Forced Login Before Adding to Cart
    Add this to your theme’s functions.php:

    // Allow adding to cart without login
    add_filter('tutor_require_login_before_add_to_cart', '__return_false');

    Options 2
    Enable Guest Checkout (But Require Registration)
    In WordPress:
    Go to WooCommerce → Settings → Accounts & Privacy
    Enable: “Allow customers to place orders without an account”
    Enable: “Allow customers to create an account during checkout”
    Disable: “Allow customers to create an account on the “My account” page” (optional)

    Options 3;
    Alternative Approach: Use a Checkout Plugin
    If coding isn’t preferable, consider these plugins:
    Checkout Field Editor for WooCommerce – Lets you customize checkout fields
    WooCommerce One Page Checkout – Combines cart and checkout
    Tutor LMS Pro – Has additional enrollment flow options

    Thanks

    serkan
    Moderator

    Hi, It sounds like you’re experiencing a JavaScript/AJAX issue where the cart icon isn’t updating automatically after product removal on the checkout page. Here’s how to troubleshoot and fix this:

    Temporarily disable other plugins (except WooCommerce and Tutor LMS) to test if the issue persists.

    Enqueue WooCommerce Cart Fragments
    Add this to your theme’s functions.php:

    add_action('wp_enqueue_scripts', 'ensure_wc_cart_fragments');
    function ensure_wc_cart_fragments() {
        if (function_exists('is_checkout') && is_checkout()) {
            wp_enqueue_script('wc-cart-fragments');
        }
    }

    Thanks

    serkan
    Moderator

    Hi,

    If you’re using WPML:

    Go to WPML → String Translation

    Search for “Sorry, that email address is already used!”

    Add the translation if found

    serkan
    Moderator

    Hi,

    Go to your WordPress dashboard

    Navigate to Users → All Users

    Find the student you want to delete

    Hover over their name and click Delete

    Confirm the deletion.

    Method 2;

    In the Students page, check the box next to the student(s) you want to delete

    From the Bulk Actions dropdown, select Delete

    Click Apply.

    Note:
    Deleting a student will remove all their course progress and enrollment records.

    serkan
    Moderator

    Hi,
    You need to check this in the elementor settings. Can you share your wp admin information in the private content box below?
    Thanks

    serkan
    Moderator
    Posted in : Course Page

    Hi,
    You are using Learnpress and tutor lms plugin at the same time. Please deactivate the other one and try again.
    Thanks

    Hi,
    When I check the homepage, I see that the logo also appears properly when we scroll. I think the problem disappeared when you uploaded the negative logo.
    Thanks

    serkan
    Moderator
    Posted in : Some Questions :)

    Hi,
    I will forward this issue to our wordpress developer and i will keep you updated.
    Thanks

    serkan
    Moderator

    Hi,
    You can use this custom css code;

    li.tutor-dashboard-menu-item.tutor-dashboard-menu-wishlist,  li.tutor-dashboard-menu-item.tutor-dashboard-menu-purchase_history { display: none; }
    

    Thanks

    serkan
    Moderator
    Posted in : Some Questions :)

    Hi,

    I recommend using the Contact Form 7 plugin. We have tested it, and it works perfectly with this theme.

    Contact Form 7:
    https://wordpress.org/plugins/contact-form-7/

    Thanks

    serkan
    Moderator

    Hi,
    If you write the problems with the license code in the topic below, the developer will check your code from there and send you the code again.
    https://www.pixelwars.org/forums/topic/tutorlms-pro/
    Thanks

    serkan
    Moderator

    Hi,
    Could you please provide me your related url, and i can try to hide it via css codes?

    Also jsut in case, you can try to use this js code as well.

    jQuery(document).ready(function($) {
        // Remove Wishlist
        $('#tutor-wishlist-menu-item').remove();
        $('a[href*="tutor_wishlist"]').closest('li').remove();
        
        // Remove Order History
        $('#tutor-order-history-menu-item').remove();
        $('a[href*="tutor-order-history"]').closest('li').remove();
    });

    Thanks

    serkan
    Moderator
    Posted in : Course Page

    Hello,

    For this theme to work in the best and smoothest way, the necessary server configuration settings need to be made.

    Please make sure that your server configuration settings are as shown in the link below.

    https://www.pixelwars.org/forums/topic/system-requirements-for-wordpress-themes/

    Server configuration settings can be adjusted through the hosting control panel. You can do this yourself, or you can ask your web hosting provider to make these adjustments for you.

    Best regards,

    serkan
    Moderator

    Hi, To remove unwanted tabs (like Wishlist, Reviews, and Order History) from the Tutor LMS Student Dashboard, you can use the following methods:
    Disable Features in Tutor LMS Settings
    Wishlist:
    Go to Tutor LMS → Settings → Add-ons → Disable “Wishlist”.

    Reviews:
    No direct setting, sorry.

    Order History:
    If using WooCommerce, disable integration in Tutor LMS → Settings → Monetization.

    Thanks

    serkan
    Moderator

    Hi, Go to Tutor LMS → Courses in your WordPress dashboard.

    Find the course you want to edit and click Edit.

    Change the title at the top (where it says “Enter title here”).

    Update the course.

    serkan
    Moderator
    Posted in : Import Failure

    Hi,
    When you import the demo version 01, go to settings > reading > homepage > choose home 07 and save it.
    Thanks

    serkan
    Moderator

    Hi,
    To combine the “explode pieces” menu effect (from ArtFlow Demo 01) with the glitch effect (from ArtFlow Home 03), you’ll need to integrate custom JavaScript (GSAP/Three.js for animations) and CSS. This requires a serious modification. We try to help you all on some simple css customizations that doesn’t take more than just a few minutes,
    but what you are asking is not possible with custom css it also requires editing theme core files.
    Thanks

    serkan
    Moderator
    Posted in : Change the Credit

    Hi,
    Since you’re a lawyer and need to adjust the credit line on your WordPress site (currently showing “© Consultra – All Rights Reserved”), here’s how to customize or remove it properly—while also crediting photo authors if needed.
    Go to Appearance → Widgets → Footer Copyright Text
    You can customize or delete it. Replace the default text with your own (e.g., “© [Your Legal Entity Name] | Photos by [Photographer Name]”).

    WordPress themes are typically licensed under GPL, which doesn’t require attribution (though some themes add it by default). You’re free to remove it.
    Thanks

    serkan
    Moderator
    Posted in : Login redirect

    Hi,
    1. Tutor LMS doesn’t have a built-in login redirect feature, so we’ll use a custom function in your theme’s functions.php or a snippet plugin (like Code Snippets).

    add_filter( 'login_redirect', 'tutor_auto_redirect_after_login', 10, 3 );
    
    function tutor_auto_redirect_after_login( $redirect_to, $request, $user ) {
        if ( isset( $user->roles ) && is_array( $user->roles ) ) {
            // Replace 'subscriber' with your desired role (e.g., 'tutor_student')
            if ( in_array( 'subscriber', $user->roles ) ) {
                // Replace with your course/lesson URL
                return 'https://choiceshomes.co.uk/letslearn/course/lesson-1';
            }
        }
        return $redirect_to;
    }

    2. Auto-Enroll Users in a Course (Without Manual Enrollment)
    Go to Tutor LMS → Courses.
    Edit your course.
    Under “Course Settings” → “General”, set:
    “Course Access Mode” → “Open” (No enrollment required).
    (Optional) Enable “Strict Mode” if you want to restrict content until users are logged in.
    Users will now see all lessons without needing to enroll.
    Limitation: This makes the course completely public, which may not be ideal if you want role-based restrictions.
    Thanks

    serkan
    Moderator
    Posted in : Install Tutor LMS PRO

    Hi,
    When you apply to the link below with the website name you want to use, the developer will send you a code.
    I was delayed in responding because we are on a public holiday. Thank you for your understanding.
    https://www.pixelwars.org/forums/topic/tutorlms-pro/
    Thanks

    serkan
    Moderator

    Hi, Your system settings are lower than needed. I will also attach a screenshot about this. I will also share a topic url for the system settings needed. You can update these hosting settings, deactivate other plugins and rebuild your website from scratch.
    https://ibb.co/0jtRd5jP
    https://www.pixelwars.org/forums/topic/system-requirements-for-wordpress-themes/
    Thanks

    serkan
    Moderator
    Posted in : Page Services

    Hi,
    Unfortunately, I cannot see the details with the user authorization you gave me. Can you increase the user authorization?
    Thank you.

    serkan
    Moderator
    Posted in : Home page scrolling

    Hi,
    Unfortunately, I can’t see the settings with the authorization you gave me, but I have some advice. When you open your homepage with elementor, there will be a header style on the right side. Check whether this is transparent or customizer is selected. If something other than default is selected, the changes you make through the customizer will not be visible.
    https://ibb.co/21BtRJrS
    Thanks

    serkan
    Moderator

    Hi,
    Could you please update your theme and try it again?
    https://www.pixelwars.org/forums/topic/how-to-update-your-theme/
    Thanks

    serkan
    Moderator
    Posted in : Various questions

    Hi,
    I will forward this request to our developer and i will keep you updated.
    Thanks

    serkan
    Moderator

    Hi, I’ve shared a screenshot about it. When you select it with Elementor, you need to select the view as desktop and change the font setting.
    https://ibb.co/JW9rNK1r

    I’m sharing screenshots of all the settings, so you can compare from there.
    https://ibb.co/846z5bWY
    https://ibb.co/F4cvMddq
    https://ibb.co/dwVSVQ5g
    https://ibb.co/4nqYh32b

    Thanks

    serkan
    Moderator

    Hi,
    We have forwarded your reply to Tutor LMS support again and we are waiting for a response.
    Also, The issue might be that the filter isn’t being applied correctly. Try these improvements:
    Make sure you’re using straight quotes (‘) instead of curly quotes (‘ and ’)
    Add a priority if needed:

    add_filter('tutor_login_required_message', 'custom_tutor_login_required_message', 10, 1);
    function custom_tutor_login_required_message($message) {
        return __('Du musst dich einloggen, um diesen Kurs zu kaufen. Wenn du bereits ein Konto hast, melde dich bitte an. Andernfalls verwende eine andere E-Mail Adresse.', 'tutor');
    }

    Also check if:
    The Tutor LMS plugin is active
    The text domain ‘tutor’ is correct
    There are no JavaScript errors on the page that might prevent messages from showing.

    Issues 2,
    For coupon issues:
    First, check if coupons are enabled in Tutor LMS settings:
    Go to Tutor LMS → Settings → Monetization → Enable Coupons
    Try this basic test:
    Create a simple coupon with no restrictions (100% off, no usage limits)
    Apply it on a course with a logged-in user
    Debugging steps:
    Check your server error logs for any related errors
    Temporarily switch to a default theme (like Twenty Twenty-One)
    Disable all plugins except Tutor LMS and WooCommerce (if using)

    Issues 3,
    Your code looks correct, but here are some improvements:
    https://ibb.co/C5kzJ8rP

    Thanks

    serkan
    Moderator
    Posted in : Install Tutor LMS PRO

    Hi,
    Could you please try to update your theme first then try it again?
    https://www.pixelwars.org/forums/topic/how-to-update-your-theme/
    Thanks

    serkan
    Moderator

    Hi,
    You can use this custom css code;

    @media screen and (max-width: 767px) { .block.slider-box { display: none; } }

    Thanks

    serkan
    Moderator
    Posted in : Install Tutor LMS PRO

    Hi,
    Could you please provide me your wp admin details via our private content box below?
    If you have a valid license for Tutor LMS Pro, you can update the plugin to the latest version:
    Go to Plugins > Installed Plugins.
    Locate Tutor LMS Pro.
    If an update is available, you should see an Update link. Click it to update the plugin.
    If you don’t see an update option, you may need to manually download the latest version from the Tutor LMS website and upload it to your site.
    You can get your license key here;
    https://www.pixelwars.org/forums/topic/tutorlms-pro/
    Thanks

    serkan
    Moderator

    Hi,
    I just updated the css code for you;

    .tutor-video-player .plyr--youtube iframe { top: -75% !important; }

    Thanks

    serkan
    Moderator

    Hi,

    Thank you so much for choosing our theme! We hope it’s been a great experience for you so far. If you have a moment, we’d be incredibly grateful if you could share your feedback on ThemeForest.

    Your review not only motivates our team but also helps us improve and create even better updates in the future. Plus, it helps other users make informed decisions!

    👉 Leave a Review on ThemeForest

    Thank you for your support—it means the world to us!

    serkan
    Moderator

    Hi @Konstantin_
    Thank you for your patience! I completely understand your eagerness for an update, and I truly appreciate your understanding as we work to resolve this matter.

    Our developer is currently addressing your issue as part of their prioritized tasks. While we don’t have a final solution just yet, please rest assured that your request is being actively worked on. We’re committed to providing you with a resolution as soon as possible.

    I’ll keep you updated with any progress and will reach out immediately once we have more information. If you have any additional questions or need further assistance in the meantime, feel free to let me know!

    Thank you again for your patience and understanding.

    serkan
    Moderator
    Posted in : Odd Spacing

    Hi,
    Could you please provide me your wp admin details via our private content box below?
    Thanks

    serkan
    Moderator
    Posted in : Import Failure

    Hi,
    Thank you so much for your kind response! We truly appreciate your willingness to share your feedback after implementing the theme. Your insights will not only help us improve but also guide other users in making informed decisions.

    If you have any questions or need assistance while setting up the theme, please don’t hesitate to reach out. We’re here to help you every step of the way!

    Looking forward to hearing about your experience. Thank you again for your support—it means a lot to us!

Viewing 50 posts - 701 through 750 (of 15,511 total)