Forum Replies Created

Viewing 40 posts - 10,761 through 10,800 (of 20,101 total)
  • Author
  • in reply to: Activity stream shortcode #135847
     Radu
    Moderator

    Hi,

    Try to put both elements separate by comma like this

    COPY CODE
    
    <script>
    jQuery( document ).ready(function() {
    	(function(jQuery){
    	        jQuery('#text-11,#text-12,text-13').affix({
    	          offset: {
    	            top: 600,
    	            bottom: 0,
    	          }
    	        });
    	    })
    	( jQuery );
    });
    </script>
    

    Or copy and paste again the snippet and specify another element id

    COPY CODE
    
    <script>
    jQuery( document ).ready(function() {
    	(function(jQuery){
    	        jQuery('#mysuperdiv').affix({
    	          offset: {
    	            top: 600,
    	            bottom: 0,
    	          }
    	        });
    	    })
    	( jQuery );
    });
    </script>
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: Menu not showing on iPad #135846
     Radu
    Moderator

    Hi,

    I see the behaviour, please leave until tomorrow the account because the designer should investigate this too

    I will let you know

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Timeline image is missing BuddyPress #135845
     Radu
    Moderator
    Not marked as solution
    in reply to: Profile Button #135843
     Radu
    Moderator
    Not marked as solution
    in reply to: Facebook Registration redirect to original page #135842
     Radu
    Moderator

    Try with this

    COPY CODE
    
    function custom_redirect_link_facebook_login(){
        
        global $post;
        $reloadcurrentpage = get_permalink();
        return $reloadcurrentpage;
    }
    
    add_filter('kleo_fb_register_redirect','custom_redirect_link_facebook_login');
    

    LEt me know

    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Masonry grid image not resizing #135841
     Radu
    Moderator

    Provide admin credentials to investigate,but de-activate child theme before to provide credentials to me and check again it’s possible if you have modified the archive template to have that overwrite with a certain modification

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: profile nav items and text screens #135840
     Radu
    Moderator

    No problem

    Cheers
    R.

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

    Hi,

    You cannot do that… but you can create a page named my blog then build it from VC as you need, and then set to be blogpage from wp-admin -> reading -> blog page

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: translate and avatar issues #135838
     Radu
    Moderator

    Wpml string translation it’s part of wpml and it’s like a plugin for wpml

    FILE : /wp-content/themes/sweetdate/custom_buddypress/class-bp-tabs.php

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: YouTube #135837
     Radu
    Moderator
    Not marked as solution
    in reply to: Notifications in Top Left Header Menu & WPML #135836
     Radu
    Moderator

    Hi,

    The behaviour it’s wired because you can even click on the tasks messages or notifications in other languages than English… and this can be caused by translation of some string that hasn’t some tag unclosed.

    Right now i don’t’ have ability to test on my local install because i don’t have wpml right now, tomorrow most probably i will have it, so please check with attention the translated strings.

    Let me know
    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Problem Javascript Buddypress #135833
     Radu
    Moderator
    Not marked as solution
    in reply to: Template Error #135832
     Radu
    Moderator

    Hi,

    I think I know what’s going on, there is some permissions problem, provide FTP details to investigate further, meanwhile you can ask your hosting provider to check the writing permissions in /wp-content/uploads/custom_styles/kleo_dynamic.css

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Menu Display in iOS #135828
     Radu
    Moderator
    Not marked as solution
    in reply to: Demo #135827
     Radu
    Moderator

    To have same colors you should change it from theme options for sitewide… i will not change that colors because will mess other demos… customize as you need

    Cheers
    R>

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Demo #135826
     Radu
    Moderator

    Done please check

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Restrict my site #135825
     Radu
    Moderator

    This child restriction will be implemented in next theme update but until then replace this file : /wp-content/plugins/restrict-my-site/rms.php
    with this : http://pastebin.com/AU2nbDGe

    Then all subpages of the page that it’s selected will be treated as the parent

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Conflict with Piklist #135815
     Radu
    Moderator

    Hi,

    I saw that you have worked around, I suggest you to set a larger height to set scroll only for vertical

    So, instead the overflow: scroll; use overflow-y: scroll;

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Post and Page exerpt in activity feed #135813
     Radu
    Moderator

    From where you have writed that article from social articles somehow ? i’ve tried to take a look again to that activity with post like in your proivded screenshot, but i cannot see it.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Activity stream shortcode #135811
     Radu
    Moderator

    Hi again,

    You can make any element sticky by matching that element ID.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: After update to Kleo 4.1.3 Members page not display member #135810
     Radu
    Moderator

    In this case use that function all time

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Arabic Language Issue #135669
     Radu
    Moderator

    Please confirm that even with all plugins and child theme de-activate you encounter same issue,

    Let me know
    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Arabic Language Issue #135668
     Radu
    Moderator

    Hi again,

    I see the RTL problems and I will add this to the bug list and asap we will provide you a fix for RTL problems, most probably next week

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Timeline image is missing BuddyPress #135649
     Radu
    Moderator
    Not marked as solution
    in reply to: WordPress 4.6.1 & Admin Bar #135648
     Radu
    Moderator

    I cannot view your site the chrome says
    “This site can’t be reached

    http://www.notrequiredforthisticket.com’s server DNS address could not be found.
    DNS_PROBE_FINISHED_NXDOMAIN”

    Let me know when i’m able to view it

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Menu not showing on iPad #135647
     Radu
    Moderator

    Hi,

    Please provide user and password to can view what you say

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Problem Javascript Buddypress #135646
     Radu
    Moderator
    Not marked as solution
    in reply to: Menu Display in iOS #135645
     Radu
    Moderator
    Not marked as solution
    in reply to: Post and Page exerpt in activity feed #135643
     Radu
    Moderator

    Hi,

    By loading this css to your site it will looks like good format picture

    COPY CODE
    
    
    .activity li.blogs.new_blog_post .activity-content .activity-inner p img {
        display: none;
    }
    

    The css will be added to wp-admin -> theme options -> general settings -> quick css

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Masonry grid image not resizing #135641
     Radu
    Moderator

    Please send me a screenshot with all images settings form wp-admin -> theme options -> blog

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Problem of profile tab translation #135638
     Radu
    Moderator

    No problem,

    Please open a new ticket for that pmpro translation issue

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Custom Meta Info on Single Posts #135637
     Radu
    Moderator

    Hi,

    Our theme it’s based on this plugin : https://wordpress.org/plugins/cmb2/ and i think the meta box plugin that you are trying to use it it’s based somehow on the cmb2 so,from there the issues… probably you will have to search on wp plugin repository for other plugins and test it.
    Normally you should find a plugin that works and don’t interacts with ours.

    Let me know

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: AVATAR – SQUARE/CIRCLE #135636
     Radu
    Moderator

    Great

    Have a nice week

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Submit button on forums all the way to right #135635
     Radu
    Moderator

    Great

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: translate and avatar issues #135634
     Radu
    Moderator

    Hi,

    The problem has been fixed using a function that allows you to have that string “internationalized” so there is no translation in PHP file,I’ve added the missing function that take cares of the string translations, and you should translate fields from wpml string translation.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Notifications in Top Left Header Menu & WPML #135633
     Radu
    Moderator

    Hi,

    I see that you have some plugins installed please de-activate all plugins except buddypress and wpml then to again that test and let me know

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Restrict my site #135632
     Radu
    Moderator

    Hi,

    As you can see in sidebar the response time it’s around 48 hours, for the logo issue, i cannot reproduce that issue on my local install and in this case you should provide to me admin credentials to take a look for the page restitution for child items I’ve added this on the improvement list and we will be fixed in future, for the moment i don’t have any quick solution

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Demo #135630
     Radu
    Moderator

    Hi,

    Done, to can have map active add an google maps api key to be authorized to run embeded map

    http://friendsafrica.com/wp-admin/admin.php?page=geodirectory&tab=design_settings&active_tab=geodir_map_settings

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Change feature to receive payment from members #135623
     Radu
    Moderator

    Hi,

    Please send us an email with summary of what you need to achieve for a appropriate quote themesupport@seventhqueen.com

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Masonry grid image not resizing #135621
     Radu
    Moderator

    There you have this option “Crop instead of resize” you can set on and regenerate the thumbs and check again.

    The images should be cut not staying full width

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 40 posts - 10,761 through 10,800 (of 20,101 total)

Log in with your credentials

Forgot your details?