Forum Replies Created
-
Author
-
Radu
ModeratorHi,
I cannot replicate the issue, can you please me tell me the steps ?
I vill be better if you will made a movie how to replicate the issue.
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,
I’m glad to hear that you have fixed the problem.
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,
Place the attached files to root kleo-child directory.
Then make sure you have installed Kleo Child theme and activated.
on index.php at line 124 and on archive.php at line 63 you will see :
COPY CODEecho '<img src="http://www.dougmoon.com/728x90_2MM.jpg">';
Replace http://www.dougmoon.com/728x90_2MM.jpg with your adsense code.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionAttachments:
You must be logged in to view attached files.Radu
ModeratorHi,
Please check now, i seems to be 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,
This seems to be an isolated issue on your server, we have tested it again and it works fine on our site.
Please provide wp admin credentials and FTP account, and it would help to have access to your site resource monitor, so we can debug the issue.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Regarding to this : “I was looking to add to all pages including shop and blog site wide as option suggest not just a few pages.”
This is not possible without custom modifications of theme.
Cheers
RaduHi 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 provide the wp admin and ftp credentials please?
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,
If you are already part of the displayed groups, the button will not show, maybe because of this.
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 can create a new user account with administrator rights, then post here and mark as private reply after we solve the issue you can delete that account.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
There are many plugins and all depends of your project requirements, i recommenced you to hire a developer to can help with your desired requirements.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI told you already what’s causing the slow loading… you have to much videos on a single page, i suggest you to have decent number of embedded resources on single page like 20 – 30.. maximum 35.
Use pagination for this and the page speed will be improved.
Cheers
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
I’ve imported the default kleo slider and it works then i created a new slider named test1 and it works
example here http://prettyfaceaccessories.com/test-slider/
I suggest you to put your desired slides in kleo default slider (HomeFullWidth) and to use that slider.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi again,
Try this code instead of earlier code
COPY CODEHeader set Set-Cookie wordpress_test_cookie=WP+Cookie+check
Let me know if it works.
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,
It works for me
COPY CODEfunction my_page_template_redirect() { if (is_page('groups')) { wp_redirect( home_url( '/testtheredirect/' ) ); } } add_action( 'template_redirect', 'my_page_template_redirect' );
Make sure the child theme is installed and activated
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,
This is a just a screenshot of an layout option example, you can have it the same by setting your layout having two sidebars on the right.
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 figure out what it causes that big white space, the issue was generated by a empty
, which was added by you from page backend -> Theme General settings -> Media -> Slider.
I’ve removed that empty slide
See screenshot.
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, any error received?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
First, you need to update KLEO to latest version 3.0.10 your current version is 3.0.3
In the oldest versions of kleo there was a version of Visual Composer which produced a bug where the paddings didn’t work and unfortunately probably you have builded your site in that version but we had to fixed to all other clients where this was broken.
The issue is now fixed and i recommend you to change your spacings/paddings in order to maintain the layout over the future updates.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,
Please provide a screenshot that pointing out the element that you want to modify and how,
I see the community item menu but i don’t understand where do you want to add space.
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,
If you want to disable all animations use this css snippet
COPY CODE.kleo-transform .one-by-one-animated .start-animation .el-appear, .kleo-transform .kleo-thumbs-animated.th-appear img.start-animation, .kleo-transform .start-animation.el-appear { -webkit-animation: none; -o-animation: none; animation: none; opacity: 1; -moz-transform: none; -webkit-transform: none; -o-transform: none; transform: none; }
Add this code to wp-admin -> theme options -> general settings -> quick css
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,
Are you referring to the blue button ?
Is shown by default.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just test this plugin https://wordpress.org/plugins/global-admin-bar-hide-or-remove/ , in this plugin description it says.
Hide Frontend Toolbar for logged in users according to your own roles
I think this plugin is what are you looking for.
Another way to achieve this , look here : http://www.wpbeginner.com/wp-tutorials/how-to-disable-wordpress-admin-bar-for-all-users-except-administrators/
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 can disable all animations at once with this css snippet
COPY CODE.kleo-transform .one-by-one-animated .start-animation .el-appear, .kleo-transform .kleo-thumbs-animated.th-appear img.start-animation, .kleo-transform .start-animation.el-appear { -webkit-animation: none; -o-animation: none; animation: none; opacity: 1; -moz-transform: none; -webkit-transform: none; -o-transform: none; transform: none; }
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 test with this function instead.
COPY CODEadd_shortcode('custom_kleo_social_activity_share', 'custom_kleo_social_activity_share'); function custom_kleo_social_activity_share() { ?> <span class="kleo-social-activity-share <?php echo bp_get_activity_type(); ?>"> <a class="kleo-social-activity-share-item facebook" onclick="window.open(this.href,'Share','width=600,height=400'); return false;" href="https://www.facebook.com/sharer/sharer.php?t=<?php echo bp_get_activity_feed_item_title(); ?>&u=<?php echo bp_get_activity_thread_permalink(); ?>"><i class="icon-facebook"></i></a> <a class="kleo-social-activity-share-item twitter" onclick="window.open(this.href,'Share','width=600,height=400'); return false;" href="http://twitter.com/share?text=<?php echo bp_get_activity_feed_item_title(); ?>&url=<?php echo bp_get_activity_thread_permalink(); ?>"><i class="icon-twitter"></i></a> <a class="kleo-social-activity-share-item google" onclick="window.open(this.href,'Share','width=600,height=400'); return false;" href="https://plus.google.com/share?url=<?php echo bp_get_activity_thread_permalink(); ?>"><i class="icon-gplus"></i></a> </span> <?php }
Then add this shortcode where you want to show
[custom_kleo_social_activity_share]
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,
The issue seems to be related to your hosting configuration.
You can try to test if the problem is caused by the russian translation by switching russian language to another language like french,spanish,italian, german etc..
Let me know if with one of that languages you encounter same issue.
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,
With the code provided below the chat will be loaded only for memberships ID’s 2 and 3.
COPY CODEfunction CheckMemberships() { if(pmpro_hasMembershipLevel(array(2,3), get_current_user_id())){ echo ' <link type="text/css" href="/cometchat/cometchatcss.php" rel="stylesheet" charset="utf-8"/> <script type="text/javascript" src="/cometchat/cometchatjs.php" charset="utf-8"></script> ';} } add_action('wp_head', 'CheckMemberships');
Please understand this is a custom implementation you should probably hire a developer to can help with your desired requirements.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYeah, you should enable the transparent menu only in pages where the layout permit this.
Regarding the footer, just put the links into text widget like :
COPY CODE<ul class="customamenu"> <li><a href="/">Home</a></li> <li><a href="/">Home2</a></li> <li><a href="/">Home3</a></li> <li><a href="/">Home4</a></li> <li><a href="/">Home5</a></li> </ul>
And this css to display Li’s inline
COPY CODEul.customamenu li { display: inline-block; margin-left: 10px; }
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The problem was caused by k-elements and visual composer, these plugins were not updated once with the latest version of kleo theme.
Now the page is ok, please check.Let me know if is ok.
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,
Try to put this code to .htaccess
COPY CODE<FilesMatch "^(wp-login|wp-log)\.php$"> Header set Set-Cookie wordpress_test_cookie=WP+Cookie+check </FilesMatch>
Let me know if it works.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI’ve looked at this group page in mobile size and desktop size and nothing disorted
http://liasian8.com/groups/music/
Can you please provide URL from that print screen ?
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,
The login details are not correct, can you please check ?
Cheers
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 the attached file.
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.Radu
ModeratorI see,
Please provide admin credentials to take look at this issue.
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 css to your theme options -> general settings -> quick css
COPY CODE@media (max-width: 991px) #header .navbar-nav .dropdown-menu li a { color: #222 !important; }
This is a temporary solution and this issue will be fixed in next update.
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 css snippet to wp-admin -> theme options -> general settings -> Quick CSS
COPY CODEbody.home-page .template-page, .sidebar { padding: 0 !important; } body.home-page .template-page.col-sm-8.tpl-right { padding-top: 0; }
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,
Content aware sidebars it might be the plugin that works in your case also you can test and this plugin : https://wordpress.org/plugins/bbpress-wp-tweaks/
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,
Just see the attached screenshots, i see that the bold,strong tags works and it displays ok.
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.Radu
ModeratorHi,
The speed of the page is to slow because you load to many video iframes at once, i suggest you to use pagination with maximum 50 items per page, also regarding the size videos from portfolios, on our demo page we have 3 on row you have 4, put 3 on row and check after.
If you want to improve page speed install a cache plugin like w3 total cache or wp super cache.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 css to your theme options -> general settings -> Quick CSS
COPY CODEdiv#item-header h4.highlight { display: none !important;} .buddypress div#item-header .group-admins h3 {display:none !important;} .buddypress div#item-header div#item-header-content span.activity {margin-top:20px;}
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