Forum Replies Created
-
Author
-
Radu
ModeratorNo problem
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIn my local installation, i don’t have the problem with double menu… ok wait until we release a new version to check
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I will add this on the improvement list and in future this will be implemented.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You’re welcome
If you are really satisfied by our client support service please leave a positive review about this on the themeforest.net KLEO page : https://themeforest.net/item/kleo-next-level-wordpress-theme/reviews/6776630
Thank you in advance
Regards.Radu.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
Create a second account on facebook to test the behaviour,personally i don’t have a secondary account for testing.
https://archived.seventhqueen.com/general/article/create-facebook-app-get-app-id-facebook-login
Anyway the problem it’s from your settings from the app not form the theme
Cheers
R.Hi 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
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat
Have a nice week
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
1. I saw that you have tried to decrease font size but you haven’t written correctly anyways
replace your child theme css file with this
http://pastebin.com/raw/HV9T4ArT the banner should fit ok now on tablet and the font size it’s reduced
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou can re-arrange items as you need and also to choose an icon for every menu item.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Sincerely i don’t understand your question
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Add also this css
COPY CODE.navbar-transparent #main { margin: initial !important; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You should enable full width profile from wp-admin -> theme options -> BuddyPress -> Member Profile Layout -> fullwidth
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
Moderatoryour domain https://www.moña.com/ or https://www.xn--moa-8ma.com/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Check in the application that you have created of you have a URL into that field Valid OAuth redirect URIs.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I think it’s a js problem that can be caused by some of your plugins, try to de-activate all plugins once except buddypress, then enable plugins back one by one and check… to identify the problematic plugin.
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
ModeratorHi,
The WordPress strips the tags from title.. We don’t have a solution to can achieve that
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
that warning has nothing to do with your problem, do you have any security plugin installed ? like wanguard or ithemes security ? if yes de-activate it and check again, also you can try with all plugins de-activated except buddypress, make sure you have all updated, wp, plugins and theme.
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
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
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHave a nice week you too
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
That’s because the content area goes under the header, try with this css instead of that
COPY CODE@media(max-width:1024px) { .navbar { background:rgba(42, 42, 42, 0.0) !important; position: absolute; max-height:100px !important; } div#main { margin-top: 100px; } }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
ModeratorHi,
Please add this css to wp-admin -> theme options -> styling options -> quick css
COPY CODE.g-recaptcha { float: right; clear: both; }Will be aligned to right under terms and conditions
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
ModeratorHi, To can benefit for all theme features just replace the metaboxes.php form wp-content/themes/kleo/lib/ with the attached file after you unzip it. This will be implemented in the next theme update. Then you should add these functions in the wp-content/themes/kleo-child/functions.php// Add Theme Settings to CPT // // Replace superpost with your CPT slug // function my_cpt_sq_metabox_general_settings($post_types) { $post_types[] = 'superpost'; $post_types[] = 'superpost2'; return $post_types; } add_filter('sq_metabox_general_settings', 'my_cpt_sq_metabox_general_settings'); // Add post layout settings to CPT // Replace superpost with your CPT slug function my_cpt_sq_metabox_post_layout($post_types) { $post_types[] = 'superpost'; $post_types[] = 'superpost2'; return $post_types; } add_filter('sq_metabox_post_layout', 'my_cpt_sq_metabox_post_layout');Replace superpost with your custom post type... also if you want to add to multiple cpt replace superpost2 with the your cpt slug. Cheers R.Radu
ModeratorOk in this case the method that i have provided to you it’s valid, just load into your header your desired font and then match it with css selectors, after you load the font file to head, i can help you with the selectors for that certain titles, but provide to me a screenshot that pointing out that
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
This is no possible without hiring a developer because you can add an external link only on post content with an a href… what you need it requires custom development
Cheers
R.Hi 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
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorNo problem
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Add this code in your child theme functions.php ( wp-content/themes/kleo-child/functions.php )
http://pastebin.com/raw/2pxcXrTR
Note : 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. Ticket solutionRadu
ModeratorHi,
Seems to be ok, now i saw that you have a single menu, do you have solved ? how ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts