Forum Replies Created
-
Author
-
April 22, 2016 at 21:01 in reply to: E-Learning Demo – My (not demo) Images & Content not displaying #118470
Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
The problem was because you haven’t friend connection component activated… from here : http://armeniacupid.com/wordpress/wp-admin/admin.php?page=bp-components
I suggest you to enable all components groups activity etc…The second problem was this css
COPY CODE.bp-member-dir-buttons { display: none; }This css was hidding all buttons from that div including add friend button.
Please remove that css from top and replace it with the next, it will hide only the view profile button
COPY CODE.bp-member-dir-buttons > a { display: none !important; }In future i recommend you to hire a developer to can mantain your website up and running without any errors/issues.
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,
Your problems shoube be fixed now… it was some problems, there most of required and bundled plugins un-updated, now they are updated , the revolution slider it works now i’ve installed the new version from the wp-admin -> appearance -> plugins… Laura told you to do that but you don’t…
Regarding the permission to your users you can play with the settings form here : wp-admin -> theme options -> memberships
Meanwhile i’ve deactivated WP Super Cache and Jetpack ….
I future i recommend to hire a developer to can take care and to maintain your website clean, up and running smoothly.
And also if you encounter similar problems in future i suggest you to disable all plugins except the bundled check if the problems disappear and also check for any plugin update.
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 see the problem on your site and i’ve tried to reproduce this issue on my install with latest kleo theme and the bundled plugins.
Do you have made some php changes in child theme ? if you disable Kleo Child Theme and leave active only Kleo parent
Also try also with all plugins deactivated.
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
ModeratorThe problems with the email are nothing related to the theme rather is the environment/serve related, the plugin that i have provided you should be completed in their settings panel with an smtp server user and pass, if you complete these fields with correct details and still don’t send email contact your hosting company and ask them is your account has some problems with sending emails.
Regarding the redirects maybe you will have to play with the settings in wp-admin -> theme options -> general settings -> miscellaneous -> Login redirect for Popup*
and -> Homepage redirectI hope my reply is helpful
Cheers
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 22, 2016 at 17:21 in reply to: how to change border color on top where email and social icons are #118408Radu
ModeratorNot marked as solutionRadu
ModeratorI assure you the plugin is premium, maybe you have seen some addons that of course they are no included in theme, they are separate..
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 again,
If you want to see that fields there you will have it to complete it from your profile – > edit, complete fields with required informations
then go to wp-admin -> theme options -> BP Profile Tabs and make sure that you have settings like in screenshot
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,
For the third use this instead
COPY CODE.bbp-user-page .main-color { background-image: url(http://mercquest.com/wp-content/uploads/2016/03/metal003.gif) !important; background-repeat:repeat; background-attachment:fixed; background-color:transparent !important; }Also i’ve added in improvement list this functionality to have custom background for page and posts, most probably in future this will be implemented in 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
ModeratorHi,
On my install with the code that i have provided to you i can change the page with no problem,
Are you sure the issue is caused by that code ? Maybe other is problem a plugin or other code from child ?
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi again,
On my Kleo install with all updated i cannot reproduce this issue, are you sure if is theme related ? if you switch theme to a default one you still see 404 in title ?
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 play with the settings from wp-admin -> theme options -> memberships
Most probably there is some misconfiguration
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,
Integration with between that plugin and the theme it will require dedicated time for that and there is no quick fix for that. You can use this method
body.page-id-9743 .main-color {
background-image: url(http://imgsv.nikon-image.com/products/lens/nikkor/af-s_nikkor_200-500mm_f56e_ed_vr/img/sample/pic_03_l.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
}page-id-9743 represents the id of the blog page and in this way i’ve matched the styles to apply
only to that page, in case you need to add bg to groups page use this selectorCOPY CODE.directory.members .main-color { background-image: url(http://imgsv.nikon-image.com/products/lens/nikkor/af-s_nikkor_200-500mm_f56e_ed_vr/img/sample/pic_03_l.jpg); background-repeat:no-repeat; background-attachment:fixed; }or member page
COPY CODE.bbp-user-page .main-color { background-image: url(http://imgsv.nikon-image.com/products/lens/nikkor/af-s_nikkor_200-500mm_f56e_ed_vr/img/sample/pic_03_l.jpg); background-repeat:no-repeat; background-attachment:fixed; }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 to follow this link and increase PHP memory limit to recommended 128MB and see how it goes. You can contact your hosting and let them know that you need to increase PHP memory_limit directive to 128MB
http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html
Please provide FTP so i can check the complete error log
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 solutionApril 21, 2016 at 18:53 in reply to: CRITICAL ISSUE: Visual Composer Not Working/Not Visible After Update to 4.0.6 #118217Radu
ModeratorNot marked as solution -
AuthorPosts