Forum Replies Created
-
Author
-
Radu
ModeratorHi,
It seems that the issue is caused by this plugin : pdf-light-viewer which is loading the same library icomoon.
If you will apply this css rule
COPY CODE.icon-logout:before { content: "\e97a" !important; }
The logout icon will be displayed, but i suggest you to stop that plugin to load that library cuz i might be affect other icons.
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,
The Register and Activate pages are mandatory to be associated in buddypress settings for user registration/logging.
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,
Do you have installed a security plugin like wordfence ? If yes please disable it and try to reproduce.
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,
Please add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODEh4.widget-title { font-size: 1em !important; }
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,
Please wait around one week until we release a new theme update in which the breadcrumbs will be like as you wish.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorDo you receive any error ? If not please enable wp_debug function / https://codex.wordpress.org/WP_DEBUG#Usage enable also the wp_debug_log to store all errors
https://codex.wordpress.org/WP_DEBUG#WP_DEBUG_LOGPlease enable these functions and repeat your action then see on screen if any error is shown if not please check the debug.log file from wp-content/ directory.
Let me know
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,
You can choose what icons to appear in social share widget from wp-admin -> theme options -> social share.
You don’t have options to set where to be displayed, please provide me a screenshot that pointing out where you want to have only the fb icon
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 4, 2016 at 19:34 in reply to: Can I replace the Last Update Shown on Members Page with Member’s Data? #102196Radu
ModeratorDone
Add this css to kleo-child/style.css
COPY CODE.dir-list span.update { display: none !important; } .dir-list .update.show { text-align: center !important; }
I’ve used this function
COPY CODEadd_action( 'bp_directory_members_item', 'display_user_info_member_dir' ); function display_user_info_member_dir() { echo '<div class="update show">'; $userid = bp_get_member_user_id(); echo "" . bp_profile_field_data('field=Full Name&user_id='.$userid); echo "</br>"; echo "| ". bp_profile_field_data('field=Professional Title&user_id='.$userid);echo ", ". bp_profile_field_data('field=Location&user_id='.$userid);echo "". bp_profile_field_data('field=Country&user_id='.$userid); echo "</br>"; echo " @ ". bp_profile_field_data('field=Position&user_id='.$userid);echo "". bp_profile_field_data('field=Working at&user_id='.$userid); } echo '</div>';
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk..
Can you please provide admin credentials to test different snippets etc ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 4, 2016 at 18:27 in reply to: Woocommerce Product Image Slider Not Displaying Next Image #102177Radu
ModeratorHi,
Everything seems to be ok and if you had disable all plugins excluding woocommerce and you have tested and it not works, i suggest you to re-upload the theme files and you should try to reupload over the existing version of woocommerce an old woocommerce version.
https://downloads.wordpress.org/plugin/woocommerce.2.3.8.zip
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 4, 2016 at 18:14 in reply to: Can I replace the Last Update Shown on Members Page with Member’s Data? #102176Radu
ModeratorSorry, please provide ftp…
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOr you can add that css into wp-admin -> theme options – general settings -> quick CSS
Let me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Child theme needs to be activated, now the css is not loaded into your website.
Let me know
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,
Please check it out : https://drive.google.com/file/d/0Bxo5b6iHWRMwalM1X0lDcFliMms/view
As you can see it works, please try from another computer, maybe the computer is problem
I’ve tried on mobile device (iphone) and it works
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,
The captcha is for user registration spam protection not for login… but if you really want to implement this you will should to edit login form : wp-content/themes/buddyapp/page-parts/login-form.php
Cheers
Radu
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
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 this functionality is not available in Kleo yet, if you absolutely need that functionality I would suggest you to hire a developer to help you.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 4, 2016 at 17:14 in reply to: WP-reCAPTCHA-bp not showing correctly on Register page #102156Radu
ModeratorGreat !
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk i see,
In this case please add this css to kleo-child/style.css
COPY CODE.kleo-mobile .bg-parallax{background-attachment: scroll !important;}
Let me know
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,
Before any modifications to db, please backup the database file for any case, try to use a plugin like this : https://wordpress.org/plugins/wp-optimize/ or this : https://wordpress.org/plugins/rvg-optimize-database/ but i suggest you to contact your hosting company and ask them if your site has some unusual load or queries.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIf you will disable Kleo Child the shop will look fine
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHI,
I’ve figure out what causing this, the problem comes from kleo-child/functions.php i see that you have some modifications there, review these.
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 4, 2016 at 16:45 in reply to: Woocommerce Product Image Slider Not Displaying Next Image #102147Radu
ModeratorOk
Can you please provide admin credentials to take a closer 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,
If you will check your website from another device not iphone you will see the image ok, not pixelated, and if you visit from iphone you will see image pixelated, this because iphone has
1,334 x 750 resolution and 326ppi and the browser have only 72 dpiPlease replace image with another one more bigger
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 3, 2016 at 19:43 in reply to: Woocommerce Product Image Slider Not Displaying Next Image #101927Radu
ModeratorHi,
I see the behaviour that you have described,
Please disable all plugins except woocommerce and if you have made some modifications to child theme please disable the theme and check again.
Let me know
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 Chrisat,
I cannot login with credentials that you have provided can you please check these ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorSee attached file
Cheers
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
ModeratorPlease search for same strings in buddypress ,in theme and in buddypress media maybe, then clear cache from your w3 total cache or wp super cache plugin
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 3, 2016 at 18:47 in reply to: Posts Loop on Home Page Does Not Show to Logged Out Users #101909Radu
ModeratorHi,
Please check if that loop is not placed into a restrict content element from visual composer.
Restrict content visual element it allows you to choose content to display only for logged in or logged out users
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,
Please add this css to wp-admin – theme options -> general settings -> quick css
COPY CODE#bbpress-forums .hentry div.bbp-reply-content:before, #bbpress-forums .hentry div.bbp-topic-content:before { z-index: 21 !important; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorDo you receive any error ? If not please enable wp_debug function / https://codex.wordpress.org/WP_DEBUG#Usage enable also the wp_debug_log to store all errors
https://codex.wordpress.org/WP_DEBUG#WP_DEBUG_LOGPlease enable these functions and repeat your action then see on screen if any error is shown if not please check the debug.log file from wp-content/ directory.
Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 3, 2016 at 18:35 in reply to: Can I replace the Last Update Shown on Members Page with Member’s Data? #101902Radu
ModeratorHi,
Please provide the code that sharmstr has provided to you 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,
Thank you for reporting this.
We will inspect this.
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 Simon,
Please go to your homepage in backend and using visual composer backend editor go to custom heading and set line height 1em for that text.
Regarding the distorted image, this because the image that you have selected to be bg have height to small. around 600 px which is to small reported to the iphone resolution height (1334px)
Please use a larger image
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,
IF you update the woocommerce it possible that some layouts to be broken.
Please wait 1 week until we release a new kleo update that will work without problems with this version of woocommerce.
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,
You can do that by using a plugin like :
https://wordpress.org/plugins/stream-video-player/ or
https://wordpress.org/plugins/stream/ or
https://wordpress.org/plugins/wimvideopro/ orYou have to try these plugins to see if they are what are you looking for.
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 Domins,
Strange issue, i suggest you to search on wordpress forums or on google about this issue, please read there threads :
https://wordpress.org/support/topic/connection-lost
https://wordpress.org/support/topic/error-message-connection-lost-saving-has-been-disabled-until-reconnectedMaybe these will helps you to figure out what causing this.
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,
Please try to use this plugin https://wordpress.org/plugins/wp-recaptcha-bp/ and let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 3, 2016 at 17:27 in reply to: Woocommerce Product Image Slider Not Displaying Next Image #101882Radu
ModeratorHi,
Do you have solved 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 solution -
AuthorPosts