Forum Replies Created
-
Author
-
Radu
ModeratorNo problem
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 to wp-admin -> theme options -> general settings -> quick css.rtl .logo-to-right .navbar-header { float: left !important; } .rtl .kleo-main-header.logo-to-right .navbar-collapse { float: right !important; } .rtl .kleo-go-top { right: 20px !important; left: auto !important; } .rtl .kleo-quick-contact-wrapper { right: 90px !important; left: auto !important; }Cheers R.Radu
ModeratorHi,
You can use the theme without k elements but some shortcodes will not function and instead the shortcodes will be rendered not runned
FMI : How do you figure out that k-elements causes the serp problems ?
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 solutionJune 23, 2016 at 15:50 in reply to: Cache Pluging and Custom Post Types with Restrict Site and Post Publish on Activtity #126506Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Maybe it was another google serp algorithm update, check in wembaster console or search for your keyword to see if you have same positions,check website traffic etc..
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 think you have not checked menu location to be Primary Menu see this image

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
We don’t touch that widget is originally from buddypress the responsable file is : /wp-content/plugins/buddypress/bp-members/classes/class-bp-core-recently-active-widget.php and on line 85 you will
see
COPY CODE<div class="item-avatar"> <a href="<?php bp_member_permalink(); ?>" title="<?php bp_member_name(); ?>"><?php bp_member_avatar(); ?></a> </div>And you can add after
COPY CODE<?php bp_member_permalink(); ?>like :
COPY CODE<a href="<?php bp_member_permalink(); ?>/profile" title="<?php bp_member_name(); ?>">This change will be re-writen at the plugin update, also if you have js knowledge you can do a script that modifies the profile links from that widget to point to your tab
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,
Ok we will take in consideration this
Have a nice week
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
A screenshot please ? you are referring to dropdown maybe ? if yes go to wp-admin -> appearance -> menus -> and remove child of the parent menu that you want to remove the dropdown
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,
Ignore the above message use this solutionCOPY CODEdiv#footer .col-sm-3:nth-child(2),div#footer .col-sm-3:nth-child(3),div#footer .col-sm-3:nth-child(4) { display: none !important; } div#footer .col-sm-3:nth-child(1) {width:100% !important; }Add this css 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 solutionRadu
ModeratorHi,
There is no option in theme panel that can do that you will have to modify a php file.
1. Make sure that you have installed and activated child theme
2. Copy this file to wp-content/themes/kleo/page-parts/general-header-section.php to wp-content/themes/kleo-child/page-parts/general-header-section.php
Then open the file from wp-content/themes/kleo-child/page-parts/general-header-section.php look around line 137 you should see this :
COPY CODE<img id="logo_img" title="<?php bloginfo( 'name' ); ?>" src="<?php echo $logo_path; ?>" alt="<?php bloginfo( 'name' ); ?>">practically you will have to add next to the above code your desired text
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorCredentials to view the website please ?
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,
You can hide easly some profile tabs with CSS but let me know what tabs, i will need login credentials to can see it, they can be re-named with some php code check here : https://archived.seventhqueen.com/forums/topic/renaming-buddypress-icons and here :https://archived.seventhqueen.com/forums/topic/how-i-can-change-my-order-tab-in-buddypress-profile#post-85874
Cheers
r.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 22, 2016 at 18:49 in reply to: 2nd page of media on buddypress profile shows all media in a jumble #126381Radu
ModeratorHi,
DE-activate all plugins except Buddypres, Visual composer and K-elements. If the issue not dissappears, de-activate also the child theme by activating the parent, if the problem persists, check to see if you have an update for rtmedia, update it and check againLet 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,
You can change the blow layout from wp-admin -> theme options -> blog -> Blog Page Layout* -> choose fullwidth
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 Revolution Slider that we provide it thru our theme is fully functional as the paid version,regarding the functionality for mobile, you will have to know how to configure the sliders for mobile, please check these officially video from theme punch
Another rev slider tutorials : https://www.youtube.com/results?search_query=revolution+slider+mobile
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,
Do you have any update available for these plugins ? K-elemens or visual composer ? in wp-admin -> appearance -> install plugins ? if yes update those.
Do you have updated woocoomerce recenlty ? if yes, try to de-activate the plugin
Let me know
FYI: the login credentials are not works
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 try with this css
COPY CODE.my-account section.container-wrap.main-title { display:none ; }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 solutionJune 22, 2016 at 17:13 in reply to: Cache Pluging and Custom Post Types with Restrict Site and Post Publish on Activtity #126372Radu
ModeratorNot marked as solutionRadu
ModeratorOk,
Thank you for the details, we will let you know when we are investigate this, untl them you can paste directly the adsese ad code into html/text block or in text block form text
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 22, 2016 at 15:48 in reply to: how to add extended profile fields of several Field Groups in registration page and sort them with headlines in sections #126355Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Please search for this on the bbpress forums also i’ve fount something you will have to check if there is the solution for what you need
https://bbpress.org/forums/topic/remove-hyperlink-from-user-name/
http://www.matrudev.com/post/remove-bbpress-profile-url-link/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