Forum Replies Created

Viewing 40 posts - 1,121 through 1,160 (of 8,607 total)
  • Author
  • in reply to: Kleo Accordion CSS Issue #114239
     Abe
    Keymaster

    Thanks for sharing. Will do some more tests and make sure that the next update fixes it.

    All the best

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: This site can’t be reached #114238
     Abe
    Keymaster
    Not marked as solution
    in reply to: This site can’t be reached #114185
     Abe
    Keymaster
    Not marked as solution
    in reply to: 4.0 Kleo #114132
     Abe
    Keymaster

    Hello, to adjust the Themeforest rating you go to Themeforest.net -> Downloads http://themeforest.net/downloads
    You must be logged in and in the Downloads list you will find KLEO theme and click on the 5 stars ratings to adjust it

    I don’t know if I understood right but you might want to check this plugin https://wordpress.org/plugins/bp-disable-activation-reloaded/

    All the best

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Extra membership restrictions – HOW TO #114110
     Abe
    Keymaster

    Hi there, I think you played with the restrictions settings from Paid Membership pro or another plugin. On the level edit page make sure you haven’t checked categories to restrict

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

     Abe
    Keymaster

    Hi there, sorry for the delay. Can you activate the debugging so we can see if you have any errors?

    Please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: No notifications when users comment or like photos #114092
     Abe
    Keymaster

    I am not sure if you should have received a notification. If you are sure that the plugin should send some notification try to look at your email server log and see if other emails are sent from your site. Maybe the plugin does not have that functionality. Try putting a question on their forums

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: This site can’t be reached #114088
     Abe
    Keymaster
    Not marked as solution
    in reply to: This site can’t be reached #113825
     Abe
    Keymaster
    Not marked as solution
    in reply to: URGENT – Showing White Screen #113792
     Abe
    Keymaster

    Glad to hear it is solved. Kleo does not have a theme.php and if it is OK from the backup then someone must have been playing in the files on your server 🙂

    All the best

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: URGENT – Showing White Screen #113790
     Abe
    Keymaster

    Hi there, glad to hear you solved the problem. What was the cause?
    A license makes it legal to use it on your site and also helps you to have an account here in case of theme bugs that you might find.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Profile title "| Sitename" with Yoast #113786
     Abe
    Keymaster

    next week we will be adding support for title-tag in Sweetdate. See the link above on how to change the separator now and after:
    http://wordpress.stackexchange.com/questions/203279/how-to-change-the-seperator-in-the-title

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Profile title "| Sitename" with Yoast #113785
     Abe
    Keymaster

    You can add this function to your sweetdate-chil/functions.php file to override our theme default function

    COPY CODE
    
    function sweetdate_wp_title( $title, $sep ) {
        global $paged, $page;
    
        if ( is_feed() )
            return $title;
    
        // Add the site name.
        $title .= get_bloginfo( 'name' );
    
        // Add the site description for the home/front page.
        $site_description = get_bloginfo( 'description', 'display' );
        if ( $site_description && ( is_home() || is_front_page() ) )
            $title = "$title $sep $site_description";
    
        // Add a page number if necessary.
        if ( $paged >= 2 || $page >= 2 )
            $title = "$title $sep " . sprintf( __( 'Page %s', 'kleo_framework' ), max( $paged, $page ) );
    
        return $title;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Redirect login issue #113781
     Abe
    Keymaster

    Hi there, nice looking login page you got there 🙂
    In Appearance – THeme options you should have the redirection settings
    See the attach on how the setting looks.
    Setting it to default will allow you to use a plugin like Peter’s redirect. Setting it to custom will allow you to set a custom link

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    Attachments:
    You must be logged in to view attached files.
    in reply to: URGENT – Showing White Screen #113768
     Abe
    Keymaster

    Hi, please check the errors you get with your hosting provider since it should be something that they can help. Our theme can’t do that to your site but maybe a plugin you installed or codes you added

    We are not responsible with whatever you are doing to your site so make sure your developers or whoever is taking care of your site knows what he is doing.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Kleo Accordion CSS Issue #113719
     Abe
    Keymaster

    Hi, sorry for my late reply. How small is that since it does not seem like a mobile resolution?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: IMPORTANT ISSUE: Domain referring elsehwere #113718
     Abe
    Keymaster

    please read my reply since I told you what to check in theme options

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: I can’t install demo theme #113712
     Abe
    Keymaster

    Hi, please see our online documentation at https://archived.seventhqueen.com/documentation/kleo

    Also all the pages are easily imported from Appearance – Kleo demo data

    Also check out our install service if you can’t figure it out
    https://archived.seventhqueen.com/services

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Customizer issues with header background #113664
     Abe
    Keymaster

    Hi, try to give me credentials to your wordpress site to check. Before that try to see if there is some caching involved.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Newspaper/Magazine DEMO #113513
     Abe
    Keymaster

    Glad to hear everything is fine 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: IMPORTANT ISSUE: Domain referring elsehwere #113437
     Abe
    Keymaster

    You played with theme options – Miscellaneous and you enabled the homepage redirect. Please keep in mind what changes you are doing or custom codes or plugins that might interfere

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Changing Testimonial Featured Image Size #113433
     Abe
    Keymaster

    Hi, you also need to make the changes suggested here: https://archived.seventhqueen.com/forums/topic/changing-testimonial-featured-image-size/#post-25911

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Change color SideBar and Text #113201
     Abe
    Keymaster

    Hi, that section colors can be changed from Appearance – Customizer – Header – Sidemenu Styling.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    Attachments:
    You must be logged in to view attached files.
     Abe
    Keymaster

    @sandeepsagar please find a plugin for that

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: 4.0.2 K elements upgrade fails with KLEO 4.0.3 #112924
     Abe
    Keymaster

    Awesome to hear that

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Problem with template in general #112923
     Abe
    Keymaster

    Unfortunately I can’t tell from the code you provided. Maybe check wordpress nginx rules recommended on WordPress site(do a google search) or try to contact your hosting provider.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: I want to disable magnific-popup #112729
     Abe
    Keymaster

    Hi, I just did a new option for you to disable the magnific popup in the blog articles. You will see the new option in Theme options – Miscellaneous
    You will need to replace the theme files attached on your server until the next update to make it happen

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Another installation #112723
     Abe
    Keymaster

    Hi there, for another theme install you need another license, so if you install and use the theme in two places then you need to have two licenses purchased.

    Thanks

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Membership Levels and Pages #112722
     Abe
    Keymaster

    Hi there, try to reach plugin developer since we don’t interfere in the plugin process and it might be something wrong there that we cannot help.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

     Abe
    Keymaster

    Hi, please try to disable Visual composer and uninstall it and after that install the new KLEO. After the new KLEO version is in place just install the included Visual composer 4.11.1 version

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Product image issue #112720
     Abe
    Keymaster

    Glad to hear everything is fine now. The images issue that weren’t appearing should be something related to Visual composer but we will add a fix in the next update

    Thanks

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Problem with template in general #112719
     Abe
    Keymaster

    Strange. we will do some extra tests on nginx but that should not affect the dynamic less compilator.

    All the best

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Visual Composer not working #112664
     Abe
    Keymaster

    @5high-photohub please try opening a new topic instead of replies to one from 2014. Please make sure you have Visual composer 4.11.1 and the latest KLEO version 4.0.4

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Product image issue #112589
     Abe
    Keymaster

    Hi, sorry for the delay. LAura will answer right away. Because you didn’t wait for the team to answer and posted a new reply each day, our system calculates your last response time

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: 4.0 Kleo #112473
     Abe
    Keymaster

    So we are all good? I appreciate it if you consider adjusting the Themeforest rating according to what our theme deserves and all the hard work behind it.

    Thanks

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Revolution Slider Error #112472
     Abe
    Keymaster

    Probably yes 🙂

    Did you manage to adjust the Themeforest rating or 1 star is what KLEO deserves?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Error after updating to 4.04 #112467
     Abe
    Keymaster

    Can you give me access to the admin area too? I want to re-upload KLEO theme. The FTP access is to the staging2 subdomain?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Child theme not loading Them options correctly #112466
     Abe
    Keymaster

    Yep, get the kleo-child.zip archive from the main package downloaded from Themeforest

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Child theme not loading Them options correctly #112462
     Abe
    Keymaster

    Hi, sorry for the late reply. what is the name of your child theme folder since it could be related to that?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: I cant see my site’s front end. #112454
     Abe
    Keymaster

    Hi, please share your error. From what I can guess it is related to PHP memory limit.

    Try to follow this link and increase PHP memory limit to recommended 128MB and see how it goes. You can contact your hosting and let them know that you need to increase PHP memory_limit directive to 128MB

    http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 40 posts - 1,121 through 1,160 (of 8,607 total)

Log in with your credentials

Forgot your details?