Forum Replies Created
-
Author
-
December 3, 2015 at 19:29 in reply to: How to hide source code or theme name from source code of browser #90965
Radu
ModeratorHi,
You can try this plugin : https://wordpress.org/plugins/hide-wp/
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 should put this shortcode into a text widget in sidebar under members widget.
COPY CODE[kleo_search_members before="Advanced Search" profiles=1]
Cheers
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 is not possible in the kelo post module.
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,
Unfortunately post grid visual element from visual composer doesn’t have an option to select how many items to be shown on a row for mobile or tablet.
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,
I’ve accessed your dashboard and i see the comments problem and this issue is not related to kleo,
i suggest you to disable all plugins and check after, if this not solve the issue, contact your hosting company and tell em about this issue.Below is server response.
Request URL:http://my-marriage-and-more.com/wp-admin/admin-ajax.php
Request Method:POST
Status Code:504 Gateway Time-outCheers
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 replace this file : wp-content/themes/sweetdate/custom_buddypress/class-bp-tabs.php
with the attached file.Note after theme update this modification will be overwritten and you will need to add file back.
Cheers
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 goshyou,
You where supposed to press sync button to can get all theme strings,please access this link : http://www.goshyou.se/wp-admin/admin.php?name=sweetdate&type=theme&poedit=themes%2Fsweetdate%2Flanguages%2Fsv_SE.po&page=loco-translate
and search for the strings that you want to translate after that, press Spara (Save)
Then , you should to clear cache from the top black bar -> performance -> empty all caches
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,
Now i saw, you have an updated kleo theme (3.0.8) also the plugins.
I suggest you to update theme to latest version then update the plugins to and check if the problem persists. https://archived.seventhqueen.com/documentation/kleo#updates
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,
Add this shortcode to : wp-admin -> theme options -> side menu -> before menu text
COPY CODE[kleo_search_form context="members,groups,post,page,forum,product,portfolio" placeholder="Search..."]
Let me know if 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
ModeratorWhen you reply with login details please mark the topic as private.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorWhen you reply with login details please mark the topic as private.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 3, 2015 at 17:58 in reply to: Make Sidebar-Widget-Menu’s “not” collapsed at pageload. #90929Radu
ModeratorYou’re welcome,
Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂
http://themeforest.net/downloads/
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 function to kleo-child/functions.php
COPY CODEfunction MyRedirect() { if(is_page('register')) { wp_redirect( 'http://cpachess.com/register/', 301 ); exit; } } add_action('template_redirect','MyRedirect');
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorUnable to connect, please provide correct ftp details, exact username, hostname port etc, test it before post here.
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 with this
COPY CODE$image_url = groups_get_groupmeta( bp_get_group_id(), 'bpcp_group_cover' );
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Sorry for misunderstanding,
Please replace this file /wp-content/themes/sweetdate/members/single/messages/messages-loop.php with the attached file.
Add also this CSS to wp-content/themes/sweetdate-child/style.css
COPY CODEtd.thread-star a span.bp-screen-reader-text { position: relative !important; }
This fix will be implemented in next sweetdate update.
Cheers
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,
I need admin credentials to can view the page.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,
First i need to view the page ( i need admin credentials to can see the page )
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,
Can you please check now ?
You need to use this page template Full Width Like Front Page Template
Page how it works have assigned a slider named howitworks you can remove the slider form page from http://halfmy.com/wp-admin/post.php?post=619&action=edit -> scroll under content area -> header settings -> Revolution slider
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 2, 2015 at 15:14 in reply to: Make Sidebar-Widget-Menu’s “not” collapsed at pageload. #90555Radu
ModeratorHi,
The css will be added to wp-admin -> theme options -> general settings -> quick css
COPY CODE.sidebar ul.menu li.parent ul.sub-menu { display: block !important; }
Let me know if 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,
Try to use this code to your htacess
COPY CODE//301 Redirect Entire Directory RedirectMatch 301 http://community.cpachess.com/register/(.*) http://cpachess.com/register//$1
Let me know if is ok.
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,
Unfortunately i cannot figure out what causes this,
It can be caused vary of things like : file/folder permissions , some plugins conflicts between loco and that plugins..etc.
I suggest you uninstall the loco translate and after this install again and test, if the plugin has same issues please try to contact the loco translate support https://wordpress.org/support/plugin/loco-translate/
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,
I’ve just talked with my colleagues and they said the s2Member should be compatible with both themes sweetdate and kleo , and that your layout problem might not be caused by s2Member.
Please try to disable s2Member to see if the profile fields looks the same and make sure that the modifications that you have made are not the cause of the layout problem.
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,
Can you check the credentials ?
I cannot login.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
This page no longer exists : ourplace.it/ilnostroposto please provide link where your aggregated posts appears.
Cheers
Radu
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,
Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂
http://themeforest.net/downloads/
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
Please add this css to wp-admin -> theme options -> general options -> quick css
COPY CODEbody.single-product section.container-wrap.main-title.alternate-color.border-bottom { display: none; }
Let me know if is ok
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,
Yes i’ve received the messages,
I’ve looked at your website and i see that is require some dedicated amount of time to can made an integration with the plugin.
It seems that the S2Memeber Pro is not compatible with our sweetdate, in that way you should hire a web developer to can help you with the integration or if you know do it by yourself.
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 solutionDecember 1, 2015 at 16:29 in reply to: Make Sidebar-Widget-Menu’s “not” collapsed at pageload. #90329Radu
ModeratorHi,
Please try this css
The css will be added to wp-admin -> theme options -> general settings -> quick cssCOPY CODE.sidebar .current-menu-parent ul.sub-menu { display: block !important; }
Let me know if 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,
Is possible to provide an URL ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
With the ftp account that you have provided i have access nowhere, it’s only a empty folder.
Please review the account.
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,
It seems that i don’t have access to editor , please provide FTP.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThey are shown by default, 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,
Add this css to your wp-admin -> theme options -> quick css
COPY CODEiframe[src*="vimeo"] {min-height:550px !important;}
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 1, 2015 at 15:34 in reply to: Visual Composer – deletes content after content change #90313Radu
ModeratorHi,
IF the layout problem in backend wasn’t solved 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,
I’ve suppressed the notices from class-wp.php at lines 208 and 209.
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