Forum Replies Created
-
Author
-
Radu
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
ModeratorCan you give a try with this one ? https://archived.seventhqueen.com/forums/topic/kleo-wp-offload-s3/#post-193928
It’s mandatory to purge the CDN cache and to regenerate all your thumbnails.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIt’s already on center, can you be more specific ?

Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI see to can have media first you should follow what i said there! https://archived.seventhqueen.com/forums/topic/profile-menu-isnt-work/#post-196594
Also the child theme missing and for this kind of modification it’s necessary to have it!
i’ve change that again for you secondly i hope you will not say the same thing…

So i’ve provided you the steps and also i’ve done that for you two times. Nor sure why you had deleted or reversed the change.
I think i can close the ticked all info provided and you had achieved what you need.
Again: Install child theme and follow this https://archived.seventhqueen.com/forums/topic/profile-menu-isnt-work/#post-196594
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just using this css
COPY CODE#profile #item-header-avatar .avatar { border-radius: 50%; }Add it in wp-admin -> theme options -> styling options -> quick css
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
There was wp_Debug true
I had set false and i’ve added a new constant that prevents the error to be shown in front while the wp_debug it’s true and they will be saved in debug.log
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just add this code
COPY CODEfunction my_cpt_sq_metabox_menu_options_post_layout($post_types) { $post_types[] = 'portfolio'; return $post_types; } add_filter('sq_metabox_page_menu', 'my_cpt_sq_metabox_menu_options_post_layout');The function will have to be added in wp-content/themes/kleo-child/functions.php
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
As how i said that should be by default not sure why that, maybe plugins custom css or child theme make menu like that. Anyway i’ve provided you a workaround, make sure to empty all caches/cloudflare/iphone cache.
Let me know if i can help you with something else.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
From what you describe the issue can be related to a server setting named max_input_varsYou should ask the hosting company to increase this value for you max_input_vars from 1000 to 2000.
You can do that from php.ini / php.user.ini or htaccess
add in php.ini max_input_vars 5000
or in htaccess php_value max_input_vars 1000
This will solve your problem, then you should re-assign the icon to the menu item.
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 solutionRadu
ModeratorOk 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,
Those are pre-maded options and they are generated or faded when you change the access of membership type from wp-admin > theme options -> membership.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
1. There you should edit your image to have the black frame thiner there to can match with the top line

2.using this css
COPY CODE.kleo-tabs ul li a { background: white !important; } .kleo-tabs ul li { } .kleo-tabs ul { background:white; }The css will be added to wp-admin -> theme options -> General settings -> Quick CSS
3. Follow that https://seventhqueen.com/blog/promo/free-wordpress-theme-design-install.html this it’s install not customizing thing, so other things than install are not included.
4. Buddypress plugin will be activated from wp-admin -> appearance -> install plugins -> buddypress
Here’s a tutorial how you can install and setup the theme. https://archived.seventhqueen.com/video-tutorials/kleo-quick-install-and-setup.html
What do you mean by the customization of the forum what you need to change ? The forum it will be shown in kleo specific design.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts

