Forum Replies Created
-
Author
-
Radu
ModeratorHi,
I was able to create an account and to activate it without any problem.
But then I’ve tried to take a look at the pmpro levels page : http://imingle.ca/membership-account/membership-levels/ and it returns a 404 error as a guest and as the user logged in.
Did you have tried to update all plugins and to de-activate child theme to test if like this it works ? this kind of issue can be caused by some PHP snippets added to the child 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,
since the issue happens also using the default wp theme,it means that kleo not causes that, and a possible cause for that can be next:
Maybe those members accounts was deleted and now the replies are linked to the admin, you can try to ask this issue in bbpress forums
Meanwhile, you can try to repair some tables of bbpress maybe it will solve the issue / Wp-admin -> tools -> forums

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 4, 2017 at 15:47 in reply to: Profile Menu Icons Rendering Too Large in Internet Explorer #172601Radu
ModeratorOk then change the inherit property value with 19px or your desired value.
COPY CODEfont-size:inherit !important;COPY CODEfont-size:19px !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,
For the moment there is no easy way to do that, we work at something related to this where will you will be allowed to restrict certain action by membership levels or by guest/user.
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
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 our demo, this is not happening to take a look: https://seventhqueen.com/themes/kleo/groups/the-social-network/members/?mlpage=3
You should be logged in then access the link, on your install, make sure to have the latest version of plugins and also the latest version of the theme if you still encounter the issue de-activate child theme and check again.
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 issue it’s caused by the SupremeShortcodesFree Plugin, so just de-activate that and IMPORTANT: PURGE/EMPTY ALL CACHES
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,
For the shortcode issue, it seems that there missing some files , try to re-upload theme or to re-upload theme files over the existing ones

For the problems that you have it using child theme, in the changelog of sweetdate 3.0 it’s written
– IMPORTANT NOTICE: All BuddyPress templates were rewritten and your old templates overrides from child theme won’t work. We moved to the bp-legacy integration for BuddyPress templates since SweetDate was using a deprecated integration.
So that can be a possible issue!And you should re-adapt the changes using the new templates.
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,
Using the latest theme of KLEO the request and check to updates.seventhqueen.com will be made only when you access wp-admin -> appearance -> install plugins, using older versions the check was made always in wp admin.
You can completely
de-activate that by going to: /wp-content/themes/kleo/lib/required-plugins.php at line 374 and 404 and comment the marked lines
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAdd this css and let me know
COPY CODE#buddypress div.activity-comments ul li, #buddypress #item-body #pag-bottom { border:none; }The css will be added to wp-admin -> theme options -> General settings -> Quick CSS
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 1, 2017 at 17:18 in reply to: SweetDate isn't displaying edits or plugins on my website #172341Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
The Kleo posts module doesn’t have the “Show thumbnail image = Just for the first post” can you screenshot me to show where it’s 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,
If you know exact steps to reproduce this issue tell me, if no it’s hard to debug if there are no steps to follow to reproduce and happening randomly…
Technically this can happens if the pmpro files missing I don’t think so but you can re-upload pmpro plugin files…
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
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
ModeratorHi,
Our theme cannot move/change post types of posts, did you have updated only the theme or + other plugins?
So to can reproduce that it’s mandatory to have few lessons (2,3) and to update theme how ? via wp-admin panel?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThis issue isn’t related to our 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,
Can you be more explicit, please? The members are in alphabetical order
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
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAll fixed,
Hope all good now
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 solutionSeptember 1, 2017 at 15:14 in reply to: Profile Menu Icons Rendering Too Large in Internet Explorer #172322Radu
ModeratorHi,
Try this css and let me know if this solved the large icons on ie11
COPY CODE/*------Specific style for IE11---------*/ _:-ms-fullscreen, :root #buddypress div#item-nav ul li a:before { font-size:inherit !important; } /*------END Specific style for IE11---------*/The css will be added to wp-admin -> theme options -> General settings -> Quick CSS
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
Yes just create a new file named members-loop.php in wp-content/themes/kleo-child/buddypress/members/
NOTE: If some folders from the path doesn’t exist create them
And paste this content in it: https://pastebin.com/raw/Scqx8NBL
That’s it
Make sure to have child theme installed and activated
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,
Just let me know if you de-activate child theme and check if it works.
Just let me know if you de-activate child theme + all plugins except BuddyPress and check if it works.
If you encounter the same, try to use twenty seventeen themes and check again if it happens the same.
Make sure to have BuddyPress updated and also rest of the plugins and also the theme
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 solutionAugust 31, 2017 at 18:14 in reply to: Wall updates not working anymore for groups, only general #172239Radu
ModeratorHi,
Great if you have solved
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 31, 2017 at 18:02 in reply to: SweetDate isn't displaying edits or plugins on my website #172237Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Register page fixed, check it.
I’ve added the file to : /wp-content/themes/sweetdate/registration/register.php using this solution : https://archived.seventhqueen.com/forums/topic/issues-and-questions-2/#post-171268
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,
Those are css selectors
COPY CODEul.portfolio-items li .portfolio-header h3 a {color: #f7f7f7 !important;} .kleo-carousel-container.kleo-carousel-style-overlay h4.post-title.entry-title a {color:red !important;} .vc_custom_1502368807247 .post-title.entry-title a { display: none !important; }The css will be added to wp-admin -> theme options -> General settings -> Quick CSS
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,
1. The child theme by default works as the parent theme but depends on how do you modify the child theme and how you handle the templates.
2. I see but that was the plan with those releases, we have focused on that main features mentioned in my previous post.
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,
There is no issue it’s normal baheviour

So the button links to the register page and if you already logged in you are redirected to the homepage, you can change the destination link from that button from wp-admin -> memberships -> advanced settings

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,
Still, 404 see the screenshot

Provide correct url
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,
No problem, Congratulations, and happy married life!
Please provide the FTP to can fix the register page, on my end the file fix the duplicate description without any error.
Cheers
RaduHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The link returns 404 error, make sure to publish that and it’s visible as a guest.
Make sure to add specific class for each element to can target directly the element

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

