Forum Replies Created

Viewing 40 posts - 2,721 through 2,760 (of 20,101 total)
  • Author
  • in reply to: Transparent header is ignore on mobile/tablet #198042
     Radu
    Moderator

    Hi,

    That’s my view from dekstop

    And view from mobile it’s

    I’m viewing as guest ( non-elementor )

    So i think we see the same, do you need to hide this on mobile ?

    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 members directory #198032
     Radu
    Moderator

    Hi,

    I see, it’s ok how you had choosen first time,

    At this moment i can see the directory as non member, what are your settings ?

    Having settings like how you had initials and disabling all plugins and child theme except buddypress it makes any difference ?

    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: Transparent header is ignore on mobile/tablet #197971
     Radu
    Moderator

    Hi,

    Are you referring to the menu instead the header ? cuz the header with logo and the login and register button appears on both (desktop and mobile).

    Let me know if the marked item from the screenshot it’s that one that you are referring.

    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: text #197970
     Radu
    Moderator

    Hi,

    Not sure, if you change the theme and you make a new upload it does the same ? did you had address with https in wp-admin -> settings -> general -> WordPress Address (URL) and Site Address (URL)

    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: woocommerce adding column #197968
     Radu
    Moderator

    Hi,

    Three it’s the maximum default columns that you can have in a page like woocommerce pages generated dynamically.

    The files that handles that are, and you can edit them as you need :

    wp-content/themes/kleo/woocommerce/content-single-product.php
    wp-content/themes/kleo/woocommerce/ Here are more files related to the product single page, if you will need to change to the modal you will have to edit this : wp-content/themes/kleo/woocommerce/content-single-product-modal.php

    They will be overwrited in child theme keeping the same structure example : wp-content/themes/kleo-child/woocommerce/content-single-product.php and so

    Child theme needs to be installed and activated.

    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: Member search #197966
     Radu
    Moderator
    Not marked as solution
    in reply to: Recoverable Fatal Error #197964
     Radu
    Moderator
    Not marked as solution
    in reply to: Recoverable Fatal Error #197962
     Radu
    Moderator
    Not marked as solution
    in reply to: set thumbnail to same size #197961
     Radu
    Moderator

    Hi,

    That are not properly aligned because of the image sizes , from 3.3 version woocommerce had changed the place where you can set the thumbnail sizes to customizer just edit your site in customizer from wp-admin -> appearance -> customizer -> WooCommerce -> Product Images

    The images will be automatically regenerated by wocommerce. No need to manual regeneration from that plugin.

    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: Product Short Description #197960
     Radu
    Moderator

    Hi,

    I see that, i was able to reproduce that on my local install and then i tried to see if that happens with the default theme and it doesn’t then i had activated kleo back and looking again at the short description appears..

    Do the same and let me know, not sure exactly what can cause that

    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
    Not marked as solution
    in reply to: User access does not work #197956
     Radu
    Moderator
    Not marked as solution
    in reply to: Various items #197955
     Radu
    Moderator

    Hi,

    Related tot this issue

    *Setting the search form widget on the sidebar and also above the members list appears to be a problem.

    Did you encounter the same if you are using default wp theme ? let me knwo

    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 avatar circle #197954
     Radu
    Moderator

    Replace with this one

    COPY CODE
    
    
    #profile .row .five.columns .two.columns.pull-two {
        float: left;
        display: block !important;
        margin: 0 auto !important;
        position: initial !important;
        padding: 20px 10px;
        width: 100% !important;
    }
    

    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: Store and sidebar #197952
     Radu
    Moderator
    Not marked as solution
    in reply to: Mobile Members search #197951
     Radu
    Moderator

    You’re welcome
    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: Error message #197950
     Radu
    Moderator
    Not marked as solution
    in reply to: Restrict members directory #197948
     Radu
    Moderator

    You should do inverse, you should leave the not logged in unchecked and to check the rest (memebrship levels)

    That’s 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: Just migrated, some wp bakery items not working #197947
     Radu
    Moderator

    Hi

    After migration where the vc not works deactivate k-elements and visual composer then delete them, then go to wp-admin -> appearance -> install plugins -> and install them again, test them

    At this moment do you see any error in console ?

    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: Facebook Submission Requirements #197946
     Radu
    Moderator
    Not marked as solution
    in reply to: search form #197944
     Radu
    Moderator

    Hi,
    Ok then
    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: Hiding “Friends” From Members #197942
     Radu
    Moderator
    Not marked as solution
    in reply to: pull-down menu exits the screen #197941
     Radu
    Moderator
    Not marked as solution
    in reply to: Trust Responsive Mode or Preview Changes #197928
     Radu
    Moderator

    Hi,

    Under 768 px whole site css change by specific rules that’s the form becomes full width also it’s like that cuz it should have enough space on mobile for finger to TAP.

    Anyway you can change the form width under 768px using this CSS

    COPY CODE
    
    @media(max-width:768px){
        .form-wrapper {
        max-width: 200px;
        }
    }
    

    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
    Not marked as solution
    in reply to: buddypress profile page error #197808
     Radu
    Moderator

    Hi,

    There it’s a minor notice and will not affecting the functionality in any way. it will be fixed in next theme update.

    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: Facebook Submission Requirements #197804
     Radu
    Moderator
    Not marked as solution
    in reply to: Facebook Submission Requirements #197803
     Radu
    Moderator
    Not marked as solution
    in reply to: notification title #197797
     Radu
    Moderator

    Hi,
    We cannot offer support for custom code.
    Follow this : https://webdevstudios.com/2015/10/06/buddypress-adding-custom-notifications/ compare you code with this one maybe you had missed something.

    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
    Not marked as solution
    in reply to: adjust #197795
     Radu
    Moderator

    Hi,
    Replace the css that kieran provided here : https://archived.seventhqueen.com/forums/topic/adjust/#post-197557

    With this one

    COPY CODE
    
    .header-bg {
        position: fixed;
        width: 100%;
        z-index: 99;
    }
    

    If you want that only for home use this one

    COPY CODE
    
    
    .home .header-bg {
        position: fixed;
        width: 100%;
        z-index: 99;
    }
    
    

    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: Scrolling deactivated – overflow: hidden #197794
     Radu
    Moderator

    Hi,

    If you had followed this wp-admin -> theme options -> miscellaneous -> Site-Wide Animations -> Disable all animations it’s normal animations to not work.

    I see, i think a quick workaroud for that it’s to ask the plugin dev just to add a condition to the plugin init to be only in pages with the form, from example the “Geo My Wp custom form” plugin should not run in the members directory.. and in homepage if isn;t placed there.

    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: search form #197789
     Radu
    Moderator

    Hi,

    For the issue with image, see the next screenshot

    I have changed that for you in style.css

    For the issue with the border or background that doesn’t change in elementor while you change the forms, cannot see the issue : https://drive.google.com/file/d/1PHqFjP0YEiffeI70ogC2QwwmEQu458dw/view let me know how can i reproduce that.

    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: All activity to $profile-menu in header #197728
     Radu
    Moderator

    443 it’s the port for the https connection, not sure from where it comes, did you get same logout url with default theme ? anyway the hostname it’s get from the server so our theme not generates that.

    If you have any wp plugin “force ssl” or similar, deactivate it, also if you have browser extension like “https everywhere” set off and retry.

    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: Comments and RGPD #197727
     Radu
    Moderator

    Hi,

    This it’s the file : wp-content/themes/kleo/comments.php

    And here’s generated the comment form : wp-content/themes/kleo/functions.php:533

    You can alter the code by pasting this code : https://pastebin.com/raw/96uby7NX into your child theme functions.php and it will override the form from 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: pull-down menu exits the screen #197726
     Radu
    Moderator
    Not marked as solution
    in reply to: Store and sidebar #197725
     Radu
    Moderator
    Not marked as solution
    in reply to: Location of php file call some #197724
     Radu
    Moderator

    Hi,

    Try to add the theme css file ( wp-content/themes/sweetdate/assets/styles/app.css ) and theme buddypress.css file ( wp-content/themes/sweetdate/buddypress/css/buddypress.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: turn off login #197723
     Radu
    Moderator
    You're welcome Cheers R
    in reply to: Error message #197722
     Radu
    Moderator
    Not marked as solution
Viewing 40 posts - 2,721 through 2,760 (of 20,101 total)

Log in with your credentials

Forgot your details?