Forum Replies Created

Viewing 40 posts - 1,521 through 1,560 (of 8,607 total)
  • Author
  • in reply to: User Notification is not responsive #99380
     Abe
    Keymaster

    I think you are referring to the BuddyPress global notification that the user gets once logged in, right?

    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, we will do it and included it in this week update.

    Thanks for pointing that out.

    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: Demo Content Twice #99197
     Abe
    Keymaster

    Hello, the easy way to do if you want to start with a fresh install is to reset you r database with a plugin like Database Reset. You should use it with caution since it will erase your database data like users, posts, pages.

    Another way of doing it is by deleting all of the doubled data and also from the trash and to import it again.

    If you use this method you need to delete menus, posts, pages and custom posts like Knowledge base articles.

    Let me know if that helps

    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: search box overlapped with Forum table #99196
     Abe
    Keymaster

    Hello there, please can you attach the print screen again since the image link is not valid

    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: Menu Icons #98744
     Abe
    Keymaster

    Hi. I see you have a plugin that adds some changes to the menu and it can overwrite the theme settings. Try to disable Ultimate member plugin and see if it appears. If that plugin causes some troubles and overwrites wp admin menu try to contact them and maybe they can suggest a fix

    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: Your download does not work #98741
     Abe
    Keymaster

    Yes yes 🙂

    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: Your download does not work #98738
     Abe
    Keymaster

    There is the Membership option where you check “Anyone can register”

    Please read my instructions. .. maybe you are looking somewhere else. I said Settings page from Wp admin not theme options or anything

    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: Your download does not work #98730
     Abe
    Keymaster

    Hi, just enable registration from WP admin – Settings

    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 styling after installation #98709
     Abe
    Keymaster

    Done, fixed the problem by adding extra permission checks. I have updated the files on your site and they should be fine now. Try to do some customizations and let me know how it goes.

    The fix will be included in next week theme 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: No styling after installation #98660
     Abe
    Keymaster

    Thanks, doing some tests now.

    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: Keep Side Menu Hidden #98659
     Abe
    Keymaster

    You can add this code to your buddyapp-child/functions.php file but it be closed on desktop and opened on mobile devices unfortunately. We are doing some tests to include this functionality next week but to apply only on desktop

    COPY CODE
    
    add_filter( 'body_class','kleo_closed_menu_body_classes' );
    
    function kleo_closed_menu_body_classes( $classes = array() ) {
    
        $classes[] = 'sidemenu-is-open';
    
        return $classes;
    }
    
    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: Load More/Read More not working in theme #98658
     Abe
    Keymaster

    I want to open a ticket on VC and for that I need to know the exact steps to reproduce it. I just activate Yoast SEO and Visual composer and it acts like that by default? Have you tried with all other plugins disabled, except Buddypress and the default wordpress theme?

    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: Keep Side Menu Hidden #98583
     Abe
    Keymaster

    Hi there, we will do our best to include it into next week big 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: No styling after installation #98534
     Abe
    Keymaster

    Hi there @belemans
    Can you please try to send me your access credentials to FTP and wordpress admin to abe@sevethqueen.com to do some tests and come up with a fix?

    Thanks. Let me know when you send the email

    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: Knowledge Base #98526
     Abe
    Keymaster

    We haven’t developed it as a separate plugin but we will do that in the following months. Try to use a plugin for Knowledge base that has shortcodes to display articles in pages until we release it.

    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: Limit the excerpt length #98510
     Abe
    Keymaster

    Hi, you are not using the KLEO Posts shortcode to which this topic is reffering to and you are using Posts Grid shortcode that does not have that option. You can edit the posts and set a custom excerpt in the Excerpt field

    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: Page Title and page description #98506
     Abe
    Keymaster

    From what I see they are regular pages. If you install Yoast SEO then in the page edit you will have a section to modify those fields

    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: SSL issues with Visual Composer #98504
     Abe
    Keymaster

    Hello, this might help and also I think I will add it to Kleo until WP resolves it. http://wptavern.com/how-to-fix-images-not-loading-in-wordpress-4-4-while-using-ssl

    Thanks @sharmstr

    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, We haven’t had problems with the theme related to this and we just tried to better understand what was wrong since we couldn’t replicate it.

    Sorry to hear about your experience. 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: No styling after installation #98501
     Abe
    Keymaster

    I am glad to hear that. Anyways if you want me to do some debugging and see where it acts wrong I will happily assist.

    Thanks

    PS: Don’t forget to rate our theme 5 stars on Themeforest since it will really help us.

    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: 3/4 area will be moved to the bottom #98500
     Abe
    Keymaster

    We are releasing an update next week. Please update and let us know how it goes.

    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: Change color of links in updates #98498
     Abe
    Keymaster

    Oh and I added this extra fix for a padding to the rtmedia images in the activity oo

    COPY CODE
    
    #buddypress ul.rtmedia-list li {
        padding-left: 0;
    }
    
    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 of links in updates #98497
     Abe
    Keymaster

    I see what you mean. I added the fix for the next week update that will include woocommerce compatibility too.

    Here is the css to add until next week

    COPY CODE
    
    #buddypress .activity-inner > p img {
      display: block;
    }
    

    If you love our work please don’t forget to give us a 5 star rating on 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: Change color of links in updates #98398
     Abe
    Keymaster

    In fact I see it is generated automatically to be contract from the section background
    You can override it with a custom css in the Quick Css section from Theme options

    COPY CODE
    
    #buddypress ul#activity-stream.activity-list > li .activity-content .activity-header p a {
        color: red;
    }
    
    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 of links in updates #98397
     Abe
    Keymaster

    Those should be links and should relate to WP admin – Appearance – Customize – Styling – Main section colors – Link color.

    Let me know if that works

    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: Your download does not work #98396
     Abe
    Keymaster

    Logo – As I told you above, it is an image and it can be replaced from WP admin – Sweetdate – General settings. Use a program like Photoshop to generate a logo at 294×108 pixels recommended size

    Please pay attention to what I am saying and read carefully. See my screenshot too http://7thqueen.com/public-files/gabi/2016-01-14-12q58.png

    This is the same question as the logo question. Is just an image logo.

    If you want to change some theme strings please use a plugin for translation like Loco Translate and it will allow you to change theme strings.

    Please try to read the documentation and also WordPress basic tutorials to learn more about how wordpress works.

    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: Your download does not work #98369
     Abe
    Keymaster

    That can be found in wp admin – Sweetdate – Buddypress

    Logo also can be changed from Sweetdate theme options by uploading a new logo

    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: Translation term missing “Search” in translate #98238
     Abe
    Keymaster

    Yes the change is already done

    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 of links in updates #98236
     Abe
    Keymaster

    Hi there, thanks for appreciating our work. We try to help as much as we can 🙂

    I can’t see an image attached.

    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 footer visible #98235
     Abe
    Keymaster

    Hello, we haven’t added a footer since we have the left side area where you can add widgets. We will think of this in the future as a functionality.

    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: Translation term missing “Search” in translate #98234
     Abe
    Keymaster

    I already added it and it will be available in next theme update coming next week.

    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: No styling after installation #98233
     Abe
    Keymaster

    Hi there, Sorry for the late reply. How is that working now? Any changes?
    If that is still the same please give me access to ftp and wp admin to check today and see what was that all about.

    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: Fatal error #98232
     Abe
    Keymaster

    Hi, that is a common error. Please see this article http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html

    From your error -> 94371840 means 90MB so try to increase it to recommended 128MB

    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: Right side menu not working #98223
     Abe
    Keymaster

    You should extract the zip file once downloaded and replace the file found in your theme on the server.
    You can also wait for the update coming probably next week.

    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 Cover Photo – Automatically Blows Up Images #98222
     Abe
    Keymaster

    the update will be released this week or the beginning of the next week and you update as usual.

    https://archived.seventhqueen.com/documentation/kleo#updates

    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: category breadcrumbs #98165
     Abe
    Keymaster

    In Settings – Permakinks you should put: /%category%/%postname%/

    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: Posts Query offset and Filter #97997
     Abe
    Keymaster

    hi, this will be available in KLEO 4.0 coming this month. We added an offset option to the Kleo Posts and Kleo Posts Carousel.

    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: Revolution Slider Error #97963
     Abe
    Keymaster

    Hi, any news Brett? All good? Can I close the topic?

    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: Page Title and page description #97961
     Abe
    Keymaster

    Hello, from the image I can guess you are reffering to google results. You can install Yoast Seo plugin and you can define custom meta title and description for each page. It will take some time to index to google but that is the way to go.

    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: Blog Layout not changing #97960
     Abe
    Keymaster

    We added it as a new option in the Theme options – Blog and it will be available this month in 4.0 update

    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,521 through 1,560 (of 8,607 total)

Log in with your credentials

Forgot your details?