Forum Replies Created

Viewing 40 posts - 2,721 through 2,760 (of 8,607 total)
  • Author
  • in reply to: Sweetdate Updates Change log #49024
     Abe
    Keymaster

    Hi. You should see the update in Wp admin – Dashboard – Updates. Also see the documentation for manual updates if it doesn’t work

    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: background image on mobile #48638
     Abe
    Keymaster

    @ro1and that should fix the stretching background.. maybe you have other problem or you haven’t disabled for the right section…

    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: Metadata in single without an image #48636
     Abe
    Keymaster

    Hello, I will take a look and let you know the following days the fix

    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: Embedding a youtube video without related videos #48635
     Abe
    Keymaster

    Hi, we have a function that adds other parameters to youtube oembeds and you could change that to include the rel=0

    You will need to copy the function to your kleo_child/functions.php file to override our defined one.
    Here is the modified function to use and see how it goes

    COPY CODE
    
    	function kleo_add_video_wmode_transparent($html, $url, $attr)
    	{
    		if (strpos($html, "youtube.com") !== NULL || strpos($html, "youtu.be") !== NULL) {
    			$info = "&showinfo=0&rel=0";
    		}
    		else {
    			$info = "";
    		}
    
    		if ( strpos( $html, "<embed src=" ) !== false ) {
    			return str_replace('</param><embed', '</param><param name="wmode" value="opaque"></param><embed wmode="opaque" ', $html); 
    		}
    		elseif ( strpos ( $html, 'feature=oembed' ) !== false ) { 
    			return str_replace( 'feature=oembed', 'feature=oembed&wmode=opaque'.$info, $html ); 
    		}
    		else {
    			return $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.

    in reply to: Mobile Version Not Loading #48633
     Abe
    Keymaster

    Strange… try to contact Envato to increase the download limit..
    See the documentation related to theme update process

    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: Help removing Share links at bottom of every page #48630
     Abe
    Keymaster

    Hi, we’ll change that so when it is enabled it will hide the whole section or maybe add a likes option too in 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: Mobile Version Not Loading #48629
     Abe
    Keymaster

    You have a Javascript error in app.min.js
    that should not contain errors. try to update your 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: Your nice forum ;-) #48620
     Abe
    Keymaster

    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.

    in reply to: Mobile Version Not Loading #48618
     Abe
    Keymaster

    Hi, you enabled the side menu for the mobile but make sure the sidemenu is ON too(in Theme options – Side menu)

    Also your slider is Revolution Slider and make sure you go trough all setting and also mobile related

    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: issue with hosted videos #48616
     Abe
    Keymaster

    well you didn’t added it correctly probably… can’t really tell what you did wrong

    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 in functions-pmpro.php #48611
     Abe
    Keymaster

    try to contact your hosting since it could be something related to write permissions and the sessions can’t be stored. Anyway that is related to rtmedia plugin and not the theme

    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 @odtene
    Please make sure you are using the latest theme version.
    That message means exactly what it says, that you haven’t given email access and click again the Facebook login button

    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

    Please make sure you have the latest theme installed and update if not.
    Try to put an error you are getting…

    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

    @logobby you haven’t followed my advice. You don’t need 2 menus, just one and add the conditionals. This is not theme functionality related

    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 – Features Requests #48562
     Abe
    Keymaster

    @Reflect You could do it by CSS and in your CSS make a reference to your page class from the body tag


    @DavidAELevy
    it is already there.
    Site-wide setting is in WP admin – Theme options – Styling options – Alternate
    Page individual setting is under the page edit screen, in Theme General Settings – Title section

    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: Buddypress 2.1 translation files #48445
     Abe
    Keymaster

    Please update the latest Sweetdate version since there were some translation fixes related to BuddyPress

    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: buddypress cover not working #48440
     Abe
    Keymaster

    Hello, we haven’t tested the plugin but will come with a cover functionality in the near future

    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: Twitter Not Working #48346
     Abe
    Keymaster

    hi, please use the latest update 2.8.1 where that is fixed

    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: Vertical Registration form on homepage #48345
     Abe
    Keymaster

    Hi, I see you already fixed it

    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: set Buddypress cover upload size limit to 1 MB #48341
     Abe
    Keymaster

    Thanks @sharmstr 🙂
    indeed there is a filter there apply_filters(‘bpcp_max_upload_size’, $max_file_sizein_kb);

    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: Displaying a youtube channel in the BuddyPress Cover #48340
     Abe
    Keymaster

    Hi, that would be nice indeed. We will write it on our list for 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: Video format vertically display . #48339
     Abe
    Keymaster

    Hi, since that functionality comes from a plugin, try to talk with the plugin developer to provide some CSS fix.
    Also make sure to update your theme to latest 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: Update for WP Bakery visual composer? #48338
     Abe
    Keymaster

    HI, Sweetdate does not come with Visual composer. Only KLEO theme comes with the VC plugin and it already contains it. If you were referring to KLEO then see the documentation please

    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: Can't login.. Stuck on Sending info #48007
     Abe
    Keymaster

    @pauldyke try looking for javascript errors in or maybe some security plugin. Also it is advised to update to the latest theme

    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: Member Video Button and option #48004
     Abe
    Keymaster

    Don’t know, It is related to that plugin .. please contact the developer for more info.

    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: PHP Warning: Illegal string offset #47963
     Abe
    Keymaster

    Hi, that is not related to that. You probably had an image attached to that post as a slider image, so try to re-save the post and see how it goes. We did some updates to how images were saved but it won’t affect your work

    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: Sweetdate Updates Change log #47958
     Abe
    Keymaster

    make sure to update Sweetdate to 2.8.1 and then you can update to Buddypress 2.2.1

    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: add friends , follow friends Masonry, loading issue #47884
     Abe
    Keymaster

    Try to inspect your member grid elements and see if those classes are still there. Also check the template to be in the same exact location in the child theme and the child theme is active

    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: Sweetdate Updates Change log #47875
     Abe
    Keymaster

    Version 2.8.1 – 27.02.2015

    – NEW FEATURE: Remember me checkbox in login modal plus login logic improvements
    – BuddyPress 2.2 compatiblity
    – Woocommerce 2.3 compatiblity
    – Fix for Twitter widget that wasn’t showing right posts
    – Some styling improvements in BuddyPress messages section
    – Other improvements

    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

    @logobby please use my suggestions. Laura can’t connect by teamviewer. Please configure that yourself since it is not quite related to theme 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: add friends , follow friends Masonry, loading issue #47871
     Abe
    Keymaster

    Ok, so what you need to do is pretty simple.
    1. Make sure to have the kleo-child theme activated
    2. copy this file from the kleo theme wp-content/themes/kleo/buddypress/members/members-loop.php to wp-content/themes/kleo-child/buddypress/members/members-loop.php
    3. edit wp-content/themes/kleo-child/buddypress/members/members-loop.php
    4. make a search in the file for “animated animate-when-almost-visible bottom-to-top” and delete those classes so instead of
    <div class="member-inner-list animated animate-when-almost-visible bottom-to-top">
    you will have
    <div class="member-inner-list">
    5. Done
    Now you have disabled members animation.

    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

    Hello, You should consider finding some plugins for this. One of them is https://wordpress.org/plugins/buddypress-upload-avatar-ajax/

    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: How to use bigest photo thumbnails in wall? #47640
     Abe
    Keymaster

    Add link I guess it comes from a plugin of yours so try to investigate it and resolve it with CSS maybe

    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 – fatal error #47636
     Abe
    Keymaster

    Hi, I don’t understand what you mean in the last message. What above posted issue?

    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 – Text – Design Options #47635
     Abe
    Keymaster

    Awesome

    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: theme auto update failed #47626
     Abe
    Keymaster

    Once you put the themeforest username/api in Theme options – Theme update, you will the the available updates in WP admin – Dashboard – 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: MEMBER Function not available #47621
     Abe
    Keymaster

    Hi @Romart
    That is not a quick solution and implies lot of coding. we will create a feature request page with voting for things like this but until then please stick to the basic support issues, etc

    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: background image on mobile #47620
     Abe
    Keymaster

    Hi,
    Disabling the “fixed background” will resolve that since it won’t use the background as cover, which forces the image to cover the whole container. Being on mobile where the container has a big height, that was making your image to scale since it was stretching to fit the whole height… so in the end it is not a problem but a configuration option.

    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: BP-WP-profile-reviews #47435
     Abe
    Keymaster

    modified the answer with the code 🙂
    https://archived.seventhqueen.com/forums/topic/bp-wp-profile-reviews/#post-5143

    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 – fatal error #47426
     Abe
    Keymaster

    Hi, try to talk at your hosting company to increase your PHP memory limit to recommended 128MB

    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.

Viewing 40 posts - 2,721 through 2,760 (of 8,607 total)

Log in with your credentials

Forgot your details?