Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Can you please provide admin credentials to take a look ?
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
If you have any other plugins installed other than kleo comes, disable it one by one to see what causes the problem.
Meke sure this is a not cache related problem.
If the issue is not related to cache or other plugins, please provide admin credentials to take a look.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Unfortunately this is not possible.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Install the SEO by YOAST plugin then the plugin will create automatically The Open Graph protocol by adding on your websie
tag datas like this :https://wordpress.org/plugins/wordpress-seo/
COPY CODE<meta property="og:title" content="The Rock" /> <meta property="og:type" content="video.movie" /> <meta property="og:url" content="http://www.imdb.com/title/tt0117500/" /> <meta property="og:image" content="http://ia.media-imdb.com/images/rock.jpg" />
Let me know if it works.
Best Regards
Radu
Hi 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 bug, we will investigate this issue and we will get back to you soon.
Sorry for inconvenience.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi szmek9,
Can you please provide me an FTP and admin credentials + page where the carousel appears and also please describe me what is the problem with the carousel images you want to use a small images instead of standard sizes of images ?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi szmek9,
Can you please provide me an FTP and admin credentials + page where the carousel appears and also please describe me what is the problem with the carousel images you want to use a small images instead of standard sizes of images ?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Sorry but i don’t understand your question, you want to revert this action back ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Use this css code
COPY CODE///// Activity Stream body.activity #buddypress { height: calc(80vh - 100px); overflow-y: scroll; } body.activity .kleo-transform .one-by-one-animated .start-animation .el-appear, body.activity .kleo-transform .kleo-thumbs-animated.th-appear img.start-animation, .kleo-transform .start-animation.el-appear { -webkit-animation: none; -o-animation: none; animation: none; opacity: 1; -moz-transform: none; -webkit-transform: none; -o-transform: none; transform: none; opacity:1 !important; } body.activity .kleo-transform .animated.animate-when-visible, .kleo-transform .animated.animate-when-almost-visible, .cul { opacity: 1; } /////For Members Directory div#members-dir-list { height: calc(80vh - 100px); overflow-y: scroll; overflow-x: hidden;} body.directory.members .kleo-transform .one-by-one-animated .start-animation .el-appear, body.directory.members .kleo-transform .kleo-thumbs-animated.th-appear img.start-animation, .kleo-transform .start-animation.el-appear { -webkit-animation: none; -o-animation: none; animation: none; opacity: 1; -moz-transform: none; -webkit-transform: none; -o-transform: none; transform: none; opacity:1 !important; } body.directory.members .kleo-transform .animated.animate-when-visible, .kleo-transform .animated.animate-when-almost-visible, .cul { opacity: 1; } ////// Group Activity div#groups-dir-list { height: calc(80vh - 100px); overflow-y: scroll; overflow-x: hidden; } body.directory.groups .kleo-transform .one-by-one-animated .start-animation .el-appear, body.directory.members .kleo-transform .kleo-thumbs-animated.th-appear img.start-animation, .kleo-transform .start-animation.el-appear { -webkit-animation: none; -o-animation: none; animation: none; opacity: 1; -moz-transform: none; -webkit-transform: none; -o-transform: none; transform: none; opacity:1 !important; } body.directory.groups .kleo-transform .animated.animate-when-visible, .kleo-transform .animated.animate-when-almost-visible, .cul { opacity: 1; }
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHello,
Add this file after you unzip it to your kleo-child/page-parts ( see attachment )
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.Radu
ModeratorHi,
Can you please provide admin credentials to can take a look at this issue?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi again,
Install this plugin, after you activate this plugin check if the group fields have the same name.
https://wordpress.org/plugins/buddypress-multilingual/
Let me know if this will solve your issue
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
//Padding 20px top and bottomCOPY CODE.bws_google_captcha {padding: 20px 0 !important;}
//Padding 20px only bottom
COPY CODE.bws_google_captcha {padding-bottom: 20px !important;}
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 26, 2015 at 16:20 in reply to: Thumbnails Missing from Left thumb Blog Layout on Video and Audio Post Types #84264Radu
ModeratorHi,
Can you please provide admin credentials ?
REgards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
This how the framework it works,
You can achieve this by placing the text on image.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
COPY CODEShortcode Examples [membership] Will show up for all members [/membership] [membership level="1"] Will only show up for level 1 users [/membership] [membership level="1,2,3"] Only show for level 1, 2, or 3 users [/membership] [membership level="0,-1"] Show for anyone not in level 1, including non-members and visitors. [/membership] [membership level="0"] Will show up for non-members and non-logged in site visitors. [/membership]
Source: http://www.paidmembershipspro.com/documentation/content-controls/with-shortcodes/
If you want to see the page, you need to have an account, you can create one is free.Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please provide URL were your activity appears.
Regards
Radu
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 not really possible yet, the heart feature doesn’t have possibility to view who have liked the post, i suggest you to search on google for a plugin that allows you to add likes for each activity.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Try with important declaration
COPY CODE.member-inner-list.animated.animate-when-almost-visible.bottom-to-top.start-animation { -webkit-animation: none !important -o-animation: none !important animation: none !important opacity: 1; -moz-transform: none !important -webkit-transform: none !important -o-transform: none !important transform: none !important }
Let me know if it works.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
CAn you please provide admin credentials to take a look ?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi @bieronym,
Can you please provide admin credentials to take a look ?
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Look at this tutorial
For the search form for get connected page you need to use this code
COPY CODE[bps_display form=6773 template="members/bps-form-inline"]
Replace 6773 with your form ID. The ID will be found in wp-admin -> users -> profile search in the right side ( see attached screenshot )
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
We have fixed the problem on your website, this patch will be included in next update.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHello,
Please take a look at this page, here is detailed how to make a contact form with two columns in contact form 7
http://www.wpsnippet.com/create-a-two-column-form-using-contact-form-7/
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The problem is present because you have used transparent menu for entire site, you can set only for homepage from example from Theme General Settings under each page content, but if you want to use transparent menu for whole site add this css to your wp-admin -> theme options -> general settings -> quick css
COPY CODE.hentry header.entry-header { text-align: center; padding-top: 50px; }
Let me know if is ok
Best Regards
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You can start to exclude from combining these files :
http://seventhqueen.com/themes/kleo/wp-content/themes/kleo/assets/js/init.js
http://seventhqueen.com/themes/kleo/wp-content/themes/kleo/assets/js/app.min.js
http://seventhqueen.com/themes/kleo/wp-content/themes/kleo/assets/css/app.min.cssTry with these files excluded
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Go to wp-admin -> Settings -> Permalinks -> save changes.
Let me know if it works.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Login to FTP of your website in the root directory of your wordpress installation ( where the wp-config.php is ) in that location please create a file named php.ini and put this content inside
COPY CODEmemory_limit = 512M upload_max_filesize = 128M post_max_size = 32M
Let me know if this will solve your issue.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Watch this little tutorial i think this video it will clarify your needs
https://drive.google.com/file/d/0Bxo5b6iHWRMwNHQ0Y2ZJbzN2bWc/view
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi Marioskls,
Most probably this is a conflict between kleo,bp and wpml, and will require some time for investigating and fixing.
We will investigate this issue and we will get back to you. If this issue will be reproduced like you have described, this will be fixed in a future update.
Sorry for inconvenience
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
For the moment this is little buggy,
It works to translate only if you are using the parent theme ( not child ) and you cannot translate the redux related words like : ON,OFF
We are working on that and maybe on next update this issue will be fixed.
Sorry for inconvenience.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi wd7080,
Try this css snippet
COPY CODE.member-inner-list.animated.animate-when-almost-visible.bottom-to-top.start-animation { -webkit-animation: none; -o-animation: none; animation: none; opacity: 1; -moz-transform: none; -webkit-transform: none; -o-transform: none; transform: none; }
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Go to yourdomain.com/wp-admin/nav-menus.php then pres save menu, the menu should appear for your language.
Let me know if this will solve your issue.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Go to that page in backend ( wp-admin ) and assign again the slider then update the page.
Regarding to this code which is displayed instead to be executed
COPY CODE[vc_images_carousel images=”1213″ onclick=”custom_link” custom_links_target=”_self” speed=”5000″ hide_pagination_control=”yes” scroll_fx=”crossfade” css_animation=”fade” min_items=”1″ max_items=”1″ img_size=”full” custom_links=”#”]
Make sure you have to latest version of plugins Visual Composer and K-elements and active !
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Try this css code.
COPY CODE.sidebar.sidebar-main.col-sm-3.sidebar-right { overflow-y: scroll; height: 400px; }
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just i’ve looked again and the script works correctly, the issue with images on facebook is not coming from theme or from my modification, it seems to be a facebook related issue.
Just share that activity post on google plus and see the google parse correct image for that certain activity.
Regards
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Can you please provide a screenshot with that login screen ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
If i understand correctly please read this topic : https://archived.seventhqueen.com/forums/topic/smooth-anchor
Best Regards
Radu
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 to your wp-admin -> theme options -> general settings -> quick css
COPY CODE.offcanvas-sidebar.side-color.is-open { width: 300px;}
Replace 300 with your desired value.
Best Regards
Radu
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 take a look again today or tomorrow, don’t change the credentials,
I will get back.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts