Forum Replies Created
-
Author
-
Radu
ModeratorHi,
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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
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.phpThey 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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 17, 2018 at 15:46 in reply to: Major Issue / Bug! Private message is sent to other users #197957Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorReplace 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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou should do inverse, you should leave the not logged in unchecked and to check the rest (memebrship levels)
That’s it
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi
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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Ok then
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 15, 2018 at 19:17 in reply to: User Profile Photo upload and crop issues in Safari & Firefox #197809Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
There it’s a minor notice and will not affecting the functionality in any way. it will be fixed in next theme update.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 15, 2018 at 18:33 in reply to: Major Issue / Bug! Private message is sent to other users #197796Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Replace the css that kieran provided here : https://archived.seventhqueen.com/forums/topic/adjust/#post-197557With 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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
Moderator443 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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts