Forum Replies Created

Viewing 40 posts - 1,761 through 1,800 (of 1,856 total)
  • Author
  • in reply to: IPad Horizontal Orientation #46686
     Andrei
    Moderator

    Could you please give us more details, firstly what version of ipad you have, and secondly at what exact moment does the issue happen ? At normal page load or when you’re rotating your ipad orientation, does your browser crash/closes or just hangs out ?

    Looking forward.

    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: redirect after login #46684
     Andrei
    Moderator

    For other places than the ones related to our theme, you will have to manage the way wordpress itself works.
    You can manage all aspects of login/redirects using the following plugin:
    https://wordpress.org/plugins/peters-login-redirect/

    Some of the cases won’t apply when you’re logged in as an admin, you’ll be probably taken to the backend dashboard page.

    Let me know how it went.
    Cheers

    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 Button in Responsive Not working #46435
     Andrei
    Moderator

    Hi @kgillem, did you managed to fix your issue ?

    Let me know if I can help you with something else.
    Cheers

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

    The portfolio listing is created from the portfolio posts only and you cannot use your standard pages as portfolio items.
    If you need, you can rename the Portfolio content type to whatever you want from “Theme Options > Portfolio”

    Let me know if I can help you with something else.
    Cheers

    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: Mobile Side Menu #46426
     Andrei
    Moderator

    There was a small bug with mobile submenus, and it should be fixed in our last update so please update your theme to the latest version ( 2.4 ).

    Cheers.

    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: Grid masonry layout is unreliable #46423
     Andrei
    Moderator

    Hi,

    Unfortunately we saw this issue too but it’s isolated, happens just in a few cases and we are already working at a fix which will probably come in the next update of 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
    in reply to: group avatar white screen after croping avatar #46418
     Andrei
    Moderator

    Could you provide me a link to your site and wp admin credentials so i can test and see what happens there ?

    Looking forward.

    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: Social share home page #46413
     Andrei
    Moderator

    Hello,

    The problem was generated because you tried to add border left/right to a full width section.
    We will fix this in our next update, so until then please don’t use border left/right on full width sections.

    Cheers.

    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: How to avoid back end login except for admin #46409
     Andrei
    Moderator

    Hi,

    1. That redirect is managed by buddypress and does not interfere with login redirects. It’s a “No access” redirect made by buddypress. You can resolve this problem by using the “Theme my login” plugin, which will add a frontend login page which will override the backend login page.
    One slight problem at this point because of a small incompatibility bug between Theme my login and BuddyPress, you will need to add the following piece of code to functions.php file from our theme.

    COPY CODE
    
    if (!function_exists('wp_shake_js')) { function wp_shake_js(){} }
    

    2. If you use the solution from step 2, this will be also covered.
    Also we plan to add our popup for that link from the activation page, probably in the next update.

    Let me know how things worked out.
    Cheers

    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: Social share home page #46369
     Andrei
    Moderator

    Could you please give me access to your wp admin in a private reply so i can check what is the probleme ?

    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: Translation settings Buddypress #46367
     Andrei
    Moderator

    Hi,

    You should install the “Codestyling Localization” plugin which will help you search and translate any string from all plugins and themes.

    Let me know if I can help you with something else.
    Cheers

    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: Browser title and SEO title problem with root profile url #46366
     Andrei
    Moderator

    Hi,

    I don’t think it has nothing to interfere with from our theme, but if you encounter any errors please let us know.
    You should keep this piece of code if it helps you, but just until the next update of the seo plugin, or until they fix this issue.

    Cheers.

    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: MY WOOCOMMERCE WITH ISSUE #46365
     Andrei
    Moderator

    Hi,

    Please add the following css rule in your wp admin, under “Theme Options > General > Quick Css”

    COPY CODE
    
    body.woocommerce-checkout .blockUI { z-index:10 !important; }
    

    Cheers

    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: Trying to minize the gap between the profile photo cover #46360
     Andrei
    Moderator

    Hi @Splendor, let me know if you need any more help.
    Cheers

    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: Social share home page #46359
     Andrei
    Moderator

    You can add social icons from visual composer, using the “Icon” element.
    Please let me know if this helped you, and if not, please give me more details about what you’re trying to achieve in that section.

    Cheers.

    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: Adding Instagram icon to header #46353
     Andrei
    Moderator

    Hi,

    Please add the following piece of code to the functions.php file inside our theme.
    And don’t forget to modify with your desired instagram url.

    COPY CODE
    
    function header_extra_social_icons() {
        echo '<a href="put-your-instagram-full-url-here" class="has-tip tip-bottom" data-width="210" target="_blank" title="Find us on Instagram"><i class="icon-instagram icon-large"></i></a>';
    }
    add_action('kleo_extra_social_icons', 'header_extra_social_icons');
    

    Cheers

    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: Browser title and SEO title problem with root profile url #46351
     Andrei
    Moderator

    Unfortunately we saw this issue to, but you’ll have to contact the author of that plugin.
    He needs to add/update his buddypress compatibility.

    Let me know if I can help you with something else.
    Cheers

    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: Quick contact form does not empty fields after submission #46350
     Andrei
    Moderator

    Thanks for pointing out this little issue.
    We will cover it in one of our future updates

    Looking forward.
    Cheers

    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: BuddyPress Cover Photo – Default Image #46349
     Andrei
    Moderator

    Hi, we already have this feature on our TO DO list and it will come in one of our future updates.

    Let me know if I can help you with something else.
    Cheers

    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: Cover Photos and Profile Photos are not showing #46319
     Andrei
    Moderator

    Please update to the latest version of the theme, and if you copied any template files into your child theme, then you should go over them and update those files to, by doing a compare with the new files and keeping your modifications. The file from your screenshot is lacking some lines of code from the last version ( 2.4 ).

    Let me know if I can help you with something else.
    Cheers

    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: MY WOOCOMMERCE WITH ISSUE #46317
     Andrei
    Moderator

    Hi,

    I think it’s probably an error from the gateway you’re using and not from us.
    Can you please leave us an url of your site so we can give a look at it ?

    Looking forward.
    Cheers

    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: Video Size Question #46316
     Andrei
    Moderator

    The video from our link is 896x504px but you can use any size you want/need, but i would recommend you to run some tests with a sample video before purchasing anything and see if the quality is enough for you.
    As larger the video is, the quality will improve but also the loading time will be bigger.

    Let me know if I can help you with something else.
    Cheers

    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: buddypress activity save issue #46315
     Andrei
    Moderator

    I am sorry for the late reply, can you please deactivate all additional plugins and leave only buddypress and BP Activity Plus and see if it works. And if still doesn’t work, can you please switch to the defaul wordpress theme and try again there. I am trying to see if the problem comes from our theme or from the BP Activity Plus plugin.

    Looking forward.
    Cheers

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

    Hi @odtene, sorry for the late reply.

    Unfortunately there’s no such easy option to do what you requested.
    I can offer you a start point, but you’ll have to work your own logic from there, and find the right plugins/shortcodes to work with.
    The available method it would be of linking the content of a page, to one tab, and in that page you can run shortcodes and whatever more you need. Please note that probably you will need to create some custom styling for elements you want to display there.

    Here is the piece of code with which you can link a tab to a page, place it in your functions.php file:

    COPY CODE
    
    function kleo_my_page_tab()
    {  
    	global $bp_tabs;
    	$bp_tabs[] = array(
    		'type' => 'page',
    		'name' => 'Test', // Here you should place the title of the page
    		'class' => 'pagetab'
    	);
    	return $bp_tabs;
    }
    add_action('after_setup_theme','kleo_my_page_tab');
    

    Let me know if I can help you with something else.
    Cheers

    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 groups not saving #46284
     Andrei
    Moderator

    Hi,

    Please add the following piece of css style to your wp admin under “SweetDate > Styling Options > Quick Css”

    COPY CODE
    
    @media only screen and (max-width: 767px) { 
    #about-meTab .bp-field-name, #about-meTab .bp-field-value { width:48%; margin:0px; display:inline-block !important; clear:none !important; float:left !important; text-align:left; margin-right:5px; margin-bottom:5px; }
    }
    

    Let me know if I can help you with something else.
    Cheers

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

    Take your time, let us know whenever you’re back on the subject.

    Cheers

    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: Double H1 in Woocommerce markup #46193
     Andrei
    Moderator

    Thanks for pointing this out for us.
    We’ll give a look on this issue and if it’s how you say, we will fix it as soon as possible.

    Let me know if I can help you with something else.
    Cheers

    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: Show Female Gender Only #46192
     Andrei
    Moderator

    Hi @iamj_kim , sorry but for the moment we are extremely busy.
    As soon as I’ll find some spare time I will try to give you a solution for this.

    Thanks for your patience.

    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: Compatibility with GeoDirectory #46003
     Andrei
    Moderator

    Hi Francois,

    We managed to find a compatibility fix done by one of our customers, you can find it below, you will have to save the content as a php file and add it to your plugins directory.
    http://pastebin.com/dQwqqbaK
    Take into consideration that we didn’t tested this plugin.

    We were extremely busy with the latest buddypress and woocommerce updates, but as soon as we find some time we will give more attention to this issue and we’ll release an official compatibility.

    Using the given plugin you will probably have to make some more extra styling changes.

    Hope this helps you for now.
    Looking forward.

    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: posts grid layout problem #45917
     Andrei
    Moderator

    The pleasure was ours.
    Cheers

    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: posts grid layout problem #45915
     Andrei
    Moderator

    Done, i have tweaked the code a little bit, you should also do a general clean cache.
    Hope everything is ok now.

    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 groups not saving #45871
     Andrei
    Moderator

    Please post a screenshot with some exact examples of the elements you want to style and I’ll try to assist you.

    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 groups not saving #45841
     Andrei
    Moderator

    You would probably need some custom css rules. But please be sure that you’re referring to our theme and not to WP Touch Pro mobile theme.

    Cheers.

    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 groups not saving #45833
     Andrei
    Moderator

    We don’t offer support for WP Touch Pro because that plugin replaces completely our theme on mobile devices. So if you would need any customizations at that point then you should request support from their team.

    Cheers

    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: posts grid layout problem #45804
     Andrei
    Moderator

    Probably you didn’t saw that you didn’t even saved the file with the changes I’ve given you.
    From what I can see you ran out of hosting space. Please resolve this problem and after proceed with the indications that I’ve already provided.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: Registration Form Important Questions #45799
     Andrei
    Moderator

    Unfortunately we don’t have anyone available in our team for custom work requests.
    You should really hire a developer for dealing with those issues.

    Let me know if I can help you with something else.
    Cheers

    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: posts grid layout problem #45780
     Andrei
    Moderator

    Could you please provide ftp access so we can investigate the issue more closely ?

    Looking forward.

    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 groups not saving #45776
     Andrei
    Moderator

    Unfortunately this can’t be done, and I don’t think facebook offers such an option trough their API, because users can have their age hidden by privacy settings.

    Let me know if I can help you with something else.
    Cheers

    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: Paid Membership Pro and BuddyPress Sync #45685
     Andrei
    Moderator

    Unfortunately this is the way paid membership pro works. If you want to automatically apply a free membership level to new registration then i think there’s a code snippet around here to help you do that.

    If you only work with paid plans and want that the membership to be applied directly at the register, then you should use the registration page from the paid membership pro checkout page, which will do exactly what you need, but there’s not an easy/quick way to customize register fields from that page.

    Regarding your icons, please give me a link to your website so i can investigate what’s happening.

    Looking forward.

    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: Registration Form Important Questions #45678
     Andrei
    Moderator

    You can try the following plugin for captcha in registration page, i saw a member tested it and works fine:
    https://wordpress.org/plugins/buddypress-captcha/

    The registration page found at /register/ is dynamically created by buddypress, and contains the all fields you setup from wp admin, under “Users > Profile Fields”, just the ones from the “Base” group.

    Please understand that the register form, from the homepage, is not created to process itself the whole registration process, validations and errors, it’s basically just a shortcut to the full registration page. To modify this form and make it process signups directly you will need advanced programming skills to craft it as you desire.

    Let met me know if I can help you with something else.
    Cheers

    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 - 1,761 through 1,800 (of 1,856 total)

Log in with your credentials

Forgot your details?