Forum Replies Created

Viewing 40 posts - 41 through 80 (of 152 total)
  • Author
  • in reply to: Facebook registation – Use only firstname #93949
     FD
    Participant
    This reply has been set as private.
    in reply to: Facebook registation – Use only firstname #93948
     FD
    Participant
    This reply has been set as private.
     FD
    Participant
    This reply has been set as private.
    in reply to: Menu/profile tab trouble in chrome #84312
     FD
    Participant

    Hi @andrei

    It´s kind of embarrassing that I didn´t found this earlier, but thank you so much!!
    I did turn of the masonry listing view and suddenly all the problems disappeared.

    Thank you again for all you help!

    in reply to: Menu/profile tab trouble in chrome #83854
     FD
    Participant

    Hi @andrei,

    Thank you for your answer. We have now deactivated and removed the banner ad system and cleared all our cache and CDN, but the problems are still present.

    We have also (just to be sure) disabled the local W3C plugin to see if it had some kind of influence on the error, but it did not.

    So after trying this things we still have the problems with the menu/profile tab and the status area not working like it should. 🙁

    We still need some help to figure out what´s causing this problems.
    Thank you so much for helping us resolving this issue.

    in reply to: Menu/profile tab trouble in chrome #83310
     FD
    Participant

    @andrei

    Could you have a look at this issue?

    in reply to: Menu/profile tab trouble in chrome #82648
     FD
    Participant

    Any news on this issue?

    in reply to: Menu/profile tab trouble in chrome #82066
     FD
    Participant
    This reply has been set as private.
    in reply to: Menu/profile tab trouble in chrome #81843
     FD
    Participant

    We still got the problem. 🙁

    in reply to: Menu/profile tab trouble in chrome #76686
     FD
    Participant

    Hi,

    I have now cleared the CDN cache and turn of minifying and the problem is still there. 🙁

    in reply to: Menu/profile tab trouble in chrome #76569
     FD
    Participant

    Hi,

    It´s correct that I´m using minifying tools and CDN, but for the minifying I have made some exceptions so the following JS files will never be minified:

    wp-content/plugins/buddypress-media/app/assets/js/*

    https://maps.google.com/maps/api/js/*
    wp-content/themes/sweetdate/assets/scripts/*
    wp-content/themes/sweetdate/assets/scripts/plugins/jquery.inview.min.js
    wp-content/themes/sweetdate/assets/scripts/plugins/jquery.foundation.topbar.js
    wp-content/themes/sweetdate/assets/scripts/jquery.foundation.topbar.js
    wp-content/themes/sweetdate/assets/scriptsjquery.foundation.mediaQueryToggle.js
    wp-content/themes/sweetdate/assets/scripts/jquery.js
    wp-content/themes/sweetdate/custom_buddypress/_inc/global.js
    wp-content/plugins/buddypress/bp-themes/bp-default/_inc/global.js
    wp-includes/js/jquery/jquery.js

    The same rules is also made for these CSS files:

    wp-content/themes/sweetdate/style.css
    wp-content/themes/sweetdate-child/style.css
    wp-content/themes/sweetdate/assets/styles/font-awesome.min.css
    wp-content/themes/sweetdate/framework/options/css/font-awesome.min.css

    I have cleared the CDN cache and disabled the minifying so then we just have to see if that will make a difference.

    in reply to: Menu/profile tab trouble in chrome #75883
     FD
    Participant

    Hi again,

    Attached is a screenshot of the errors that break the profile tabs and menus.
    Any ideas where to start looking or do you have any solution to it?

    Attachments:
    You must be logged in to view attached files.
    in reply to: Menu/profile tab trouble in chrome #75619
     FD
    Participant

    Hi,

    The custom functions on the install is made by seventhqueen. There are no other custom functions. We have checked with your hosting company and there are no problems with the server or other server technical things.

    I need someone from seventhqueen (@abe ??) to take a closer look at this since there seems to be problems with the theme and rtMedia not working together.

    Thank you for helping us with this bug.

    in reply to: Menu/profile tab trouble in chrome #75493
     FD
    Participant

    Hi again,

    It seems that the main problem is that the jQuery does not load like it should and therefore the site functions breaks. We need help to figure out what makes it break. It is just rtMedia or is it something else?

    in reply to: Menu/profile tab trouble in chrome #75489
     FD
    Participant

    Hi,

    We have tried to disable all of our plugins and enabled them one by one. The trouble seems to be with the rtMedia.

    What kind of error did you find?
    Could you please specify the errors you found?

    Thank you for your help so far.

    in reply to: Menu/profile tab trouble in chrome #75207
     FD
    Participant
    This reply has been set as private.
    in reply to: Images appearing rotated in Desktop vs Mobile #67255
     FD
    Participant

    Any news updates here?
    We have also the same problems and can´t seem to find any good solutions.

    in reply to: Use RT-media on profile pictures #67094
     FD
    Participant

    Profile pictures as in avatars. Just to clarify.

    in reply to: BP-Album switch to rtMedia #62839
     FD
    Participant

    Hi,

    I have now added a request to fix this. Please vote!

    You´ll find the request here:
    https://archived.seventhqueen.com/forums/topic/bp-album-to-rtmedia-migration-tool

    in reply to: BP-Album switch to rtMedia #62837
     FD
    Participant

    Hi @twoshoes

    I totaly agree with you, they should help the customers that´s stuck with BP-Album to migrate to rtMedia.


    @andrei
    : I will add this as an request, but I think you should fix this regardless of voting on “new” features or not. You guys have integrated an old system into your theme and therefor you should help your customers that´s stuck with this to migrate to rtMedia.

    in reply to: Rt-media upgrade trouble #60750
     FD
    Participant

    Hi @ACTasarim,

    If the mod did not work. Try to make the same changes to the file (In the main sweetdate theme folder): sweetdate/custom_buddypress/_inc/css/default.css

    Make sure to take a copy of the original default.css file before you modify it. 🙂

    Good luck!

    in reply to: Rt-media upgrade trouble #60597
     FD
    Participant

    Hi @ACTasarim,

    We ended up with this mod. It´s working for us and I really hope it will fix it for you as well.
    If the file does not exist in you child theme, then you have to copy it from the main theme.
    See attached picture for the result.

    File: sweetdate_child/custom_buddypress/_inc/css/default.css

    Before:
    form#whats-new-form #whats-new-submit {
    float: left;
    }

    After:
    form#whats-new-form #whats-new-submit {
    float: right;
    margin: -34px 0px 0px 0px;
    }

    Before (this makes the “share” button a bit wider):
    #aw-whats-new-submit {margin-bottom:10px;}

    After (this makes the “share” button a bit wider):
    #aw-whats-new-submit {margin-bottom:10px; padding: 4px 26px !important;}

    Before:

    #whats-new-options {
    /*overflow: auto;*/
    overflow: inherit;
    height: 0;
    /*display:none;*/
    }

    After:

    #whats-new-options {
    /*overflow: auto;*/
    overflow: inherit;
    height: 0;
    /*display:none;*/
    display: initial;
    }

    Attachments:
    You must be logged in to view attached files.
    in reply to: Rt-media upgrade trouble #60245
     FD
    Participant

    Hi Laura,

    Could you please get someone else (Abe, maybe?) to take a look at this?

    in reply to: Rt-media upgrade trouble #59815
     FD
    Participant
    This reply has been set as private.
    in reply to: BP-Album switch to rtMedia #59786
     FD
    Participant

    Hi,

    We also started with BP-Album and now want to migrate to rtMedia as it´s a better choice for us.
    We are very interested in an solution to migrate over to rtMeida. Some time ago we contacted rtMedia, but we did not get any good answers so we are still seaching for any working solution. 🙁

    If you find something, we are interested.

    in reply to: Only use Sticky top menu (no big menu header) #56440
     FD
    Participant

    Hi Abe!

    That would be really nice. The only thing is that we need to get this in place as soon a possible. Is it possible to hire you to do this or do we have to hire a random WP-coder?

    Thank´s for you quick response. 🙂

    in reply to: Only use Sticky top menu (no big menu header) #56230
     FD
    Participant

    Hi,

    Any updates on this issue?

    We also want to remove the “big” header menu and use the sticky menu as our main menu instead.
    Where do we make changes to the sticky menu (files?)?

    Thank you for a great theme and good support. 🙂

    in reply to: Repeating profile group fields on profile-edit #45416
     FD
    Participant

    After a bit of checking we found out it was the “Memcached” that caused the duplicate profile fields.

    We have not been able to find why this is happening so if anyone has a idea or solution to this issue we would be very grateful.

    in reply to: Better WordPress Minify – BWP settings #37718
     FD
    Participant

    Thank´s again @abe! 🙂

    in reply to: keeping scroll bar on the last position when refresh #37712
     FD
    Participant

    @abe Yes, that´s right. I was in hurry. It would be really nice if you could find a solution. 🙂

    in reply to: Better WordPress Minify – BWP settings #37539
     FD
    Participant

    Hi,

    What are the recommended settings for Sweetdate when using the BWP plugin?

    in reply to: keeping scroll bar on the last position when refresh #37491
     FD
    Participant

    That would be really nice to have a script or a way to reduce the “jumping” up and down while navigating site.

    So my questions are:

    1 – Is is possible to reduce the “jumping” up and down while navigating?
    (To not scroll back to top and then down after saving changes or changing menu tab.)

    2 – Are there a way to make notifications open at the correct level so you don´t have to scroll down
    to see the notification?

    in reply to: Profile fields showing up twice #36783
     FD
    Participant

    Hi,

    It was the object cache.
    Thank´s. 🙂

    in reply to: Slow queries trouble (MySQL DB) #36748
     FD
    Participant

    Understandable. Which cache plugin do you recommend for Sweetdate and with which settings?

    in reply to: How to hide menu in mobile for not logged in. #34764
     FD
    Participant

    rudik2: You can use the is_user_logged_in() function.
    Read more about it here: http://codex.wordpress.org/Function_Reference/is_user_logged_in

    Example:

    <?php if ( is_user_logged_in() ) { ?>
    HTML code for logged in users
    <?php } ?>

    in reply to: WP 3.9 and Sweetdate Compatible? #34763
     FD
    Participant

    Tried that as well. Did not work.. 🙁

    in reply to: WP 3.9 and Sweetdate Compatible? #34675
     FD
    Participant

    I have already tried that. I have cleared the browser cache, server cache and checked all kind of settings but they don´t show.

    in reply to: Registerproblem #34172
     FD
    Participant

    Hi,

    We finally found what was causing the trouble. We needed to increase some server related PHP variables..
    Thank you for your help. 🙂

    in reply to: Repeating profile group fields on profile-edit #34130
     FD
    Participant

    Hi,

    We are also having this problem. It occurs on all profile groups.
    Our site are using “dynamic cache powered by Varnish and Memcached”. With this cache turned on the error occurs, but after turning this cache of it´s back to normal. So this is in our case clearly a cache problem.

    We really need to use the cache, so if there is a solution to get the theme/buddy press to work with this type of caching we would really like to know. 🙂

    in reply to: WP 3.9 and Sweetdate Compatible? #33952
     FD
    Participant

    I using WP 4.0 and the TinyMce editor and Visual Shortcodes still does not show.
    I have tried all things I can think of, but they will not display.

    Please advice.

Viewing 40 posts - 41 through 80 (of 152 total)

Log in with your credentials

Forgot your details?