Forum Replies Created
-
Author
-
RaduModerator
Hello,
You can show post meta by navigating to pages find blog normal page, edit then ( see screenshot )
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.RaduModeratorHello,
If you have a plugin for login, disable it.
Please provide url.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Add this code on head on first line to force disable compatibility view.
COPY CODE<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
Is important to be first after
tag openLet me know if it works.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
You can do it easy by CSS
COPY CODE#bbp-search-results .bbp-topic-author { display:none; } #bbp-search-results .bbp-topic-content { display:none; } #bbp-search-results .bbp-meta {display:none;} #bbp-search-results .bbp-topic-title-meta {display:none;} #bbp-search-results .topic {display:none;}
Let me know if is ok.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
For the first problem, this in not a issue, this is a default behavior of Group Email Subscription, you cannot subscribe by email to a group without being part of it.
Regarding the second one, please post a screenshot with the exact place where you want to make the changes.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Add this CSS to kleo-child style.css – wp-content/themes/kleo-child/style.css OR in Theme Options – General Options -> Quick CSS
COPY CODE.main-color #buddypress #item-header-avatar { color: transparent; } #buddypress span.activity {padding: 10px 0; }
Let me know if it works.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYoure welcome,
Try with this code
COPY CODE#socket {border-top: 1px solid #dadada !important;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello Laurent_C
This code it should work good.
COPY CODE.footer-sidebar .widget-title { color: red !important; text-align: center !important; } .footer-sidebar .textwidget { color: yellow !important; text-align: center !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
On my side your css code dosen’t work for me
Try on your side with this code
COPY CODE.navbar-transparent .navbar-nav>li>.dropdown-menu, .navbar-transparent .navbar-nav>li>.dropdown-menu .dropdown-menu { background-color: #nnnnnn !important;
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Here is a example with lazyload style.
COPY CODE[vc_row][vc_column width="1/1"][vc_basic_grid post_type="post" max_items="20" style="lazy" items_per_page="3" show_filter="" element_width="4" gap="30" orderby="date" order="DESC" filter_source="category" filter_style="default" filter_align="center" filter_color="grey" filter_size="md" button_style="rounded" button_color="blue" button_size="md" arrows_design="none" arrows_position="inside" arrows_color="blue" paging_design="radio_dots" paging_color="grey" loop="" autoplay="-1" item="none"][/vc_column][/vc_row]
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello Kmaay,
You have setted side menu like this ? (see screenshot)
The path for sidemenu is Wp-admin -> Theme Options -> Side Menu
If not works, give me user and pass to take a look closer.
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.RaduModeratorI don’t have permisions to view profiles, when i try to accces : http://matchmakingmommas.com/members/momma1/ i’m redirected here : http://matchmakingmommas.com/upgrade/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 25, 2015 at 19:30 in reply to: 404 The requested URL /members/darlingclub/ was not found on this server. #47617RaduModeratorAll the navigation strings belong to Buddypress and it is enough to translate correctly the BuddyPress plugin.
Since BuddyPress 2.1, the language directory changed. See more here https://buddypress.org/support/topic/buddypress-2-1-bp-language/#post-197971So, make sure you translate BuddyPress since is not related to the theme.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorAuto update would need to work the default without problems,
You can find kleo version by navigating to Appearance -> Themes -> Select KLEO (not child) and look for version (see screenshot)
Also you can update theme manually, read more here : https://archived.seventhqueen.com/documentation/kleo
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Add this code to your Kleo-child style.css or to Theme Options -> General Options ->Quick CSS
COPY CODE#bbpress-forums .bbp-reply-content iframe {max-height: 360px !important; }
Let me know if it works.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Add this css to Theme Options-> General settings-> Quick CSS
COPY CODE.footer-sidebar h4.widget-title {color:red !important;} .footer-sidebar .textwidget {color:yellow !important;}
Let me know if it works.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Try with this code
You can increase the width of your logo by increasing the height of the header by modifying optin called Main Menu Height from Theme options -> Header Options, to limit the height menu itself please add the following rule in you kleo-chid style.css or Theme Options-> General settings -> Quick CSS
COPY CODE.kleo-main-header .navbar-collapse > ul > li > a { line-height:40px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 25, 2015 at 17:57 in reply to: Kleo elements shortcodes missing from Visual composer #47598RaduModeratorHello,
go here : http://applicon.is/wp-admin/options-general.php?page=vc_settings&settings-updated=true
Click Administrator and check what you want to see in VC.
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.RaduModeratorHello,
Make sure you have settings right this.
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.RaduModeratorHello,
Try to add that css rules that set borders transparent, in Quick CSS section.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello, i cannot view your site. ( see screenshot )
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorMake sure you are not redirected back to frontend. ( See the url in your browser after acces domani/wp-admin )
If that happens, then is a plugin that redirects you.
You can disable that presumed plugin by accesing via FTP plugin folder and rename that plugin.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
You can disable social share buttons for every page/post individually.
When you add/edit a post/page below content area you will see Theme General settings in tab display settings scroll down and at social share set hidden ( see screenshot )
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.RaduModeratorPlease provide url and from what type of iphone you encounter this problem?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorTry to update your buddypress to latest version.
Then make sure you have checked user groups from here : http://woodworking.staging.wpengine.com/wp-admin/admin.php?page=bp-components and from here http://woodworking.staging.wpengine.com/wp-admin/admin.php?page=bp-settings ( see screenshots )Let me know if it works.
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.RaduModeratorAfter you rename the theme folder, you need to edit style.css , rename “Theme Name : from Kleo to your theme” ( see screenshot )
Let me know if it works
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.RaduModeratorHello,
Add to Theme Options -> General Settings -> Quick CSS
COPY CODE.sidebar h4.widget-title { color:#de0067 !important; } .footer-sidebar h4.widget-title { color:#FFFFFF !important; }
Let me know if it works.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
The facebook login redirects by default to homepage, if you want to modify and extend this functionality, you find the file here : wp-content/themes/kleo/kleo-framework/lib/function-facebook-login.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
It seems to be caused by your hosting service as you can see in screenshot TTFB ( Time To First Byte ) is 4.68s
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.RaduModeratorPlease provide a link with that problem
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorTry to check “Remember me”
It should work.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Thanks for posting,
We will consider this request in a future update.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 23, 2015 at 15:07 in reply to: Kleo elements shortcodes missing from Visual composer #47246RaduModeratorI need to take a look closer,
Please provide admin credentials
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 23, 2015 at 14:59 in reply to: Kleo elements shortcodes missing from Visual composer #47243RaduModeratorHello,
What versions of Kleo,K-Elements and VC do you have ?
If you don’t have latest versions you need to update
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorTry using images with more than 2000px height. They scaling ok.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorTry to disable plugins one by one.
Let me know if you find the problem.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorPlease create a dummy account, cannot view profile.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorhttps://www.youtube.com/watch?v=w3eKpu2l6F0
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Here is a full css
COPY CODE.membership .kleo-level-1 { background-color:red; } .membership .kleo-level-2 { background-color:yellow; } .membership .kleo-level-3 { background-color:green; } .membership .kleo-level-4 { background-color:blue; } .membership .panel-heading { background-color: transparent !important; } .membership .panel-body { background-color: transparent !important; } .membership .extra-description { background-color: transparent !important; } .membership p.lead { background-color: transparent !important; } .membership ul > li { background-color: transparent !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorSame problem again, your protection system have been banned all ISP ip’s.
We have dynamic IP. With any IP from your ISP we receive that message.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts