Forum Replies Created
-
Author
-
RaduModerator
Hello,
Go here : https://archived.seventhqueen.com/services/wordpress-theme-installation-service
Just press Checkout, then complete fields with your details
cpanel or ftp / phpmyadmin username and pass
Then you will be redirected to paypal to made payment, thats all.
Let me know if you can halde with the purchase.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
I see you have a lot of plugins installed
Try to disable all plugins that not comes with the theme.
Then clear cache,
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 solutionRaduModeratorHi again,
Add this line to wp-config.php from you root directory install.
define( ‘WP_DEBUG’, true );
Then re access that page and paste here what errors appears.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Thank you for posting this.
We will take this in considering,
In the future we will further enrich the documentation with explanations and tips.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Try to re save permalinks.
Go to WP-Admin -> Settings -> Permalinks -> Save changes.
Let me know if it works.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorCan you elaborate little ?
Also i need access to view your site. it require username and password
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Just replace this file : kleo/wp-content/themes/kleo/kleo-framework/function-breadcrumb.php
with the file from attachments.
The breadcrumb issue it will be fixed.
Also this fix will be applied in next update.
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,
Read here : http://wordpress.stackexchange.com/questions/125619/user-registration-is-currently-not-allowed
And here : https://buddypress.org/support/topic/user-registration-is-currently-not-allowed/
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Try to scan your website with this plugin : https://wordpress.org/plugins/wangguard/ or this : https://wordpress.org/plugins/wordfence/
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
If you talking about about that big quotes, just like that :
Go to WP-Admin -> Theme Settings -> Quick CSS
Paste that css code line.
COPY CODE.testimonial-image {display:none;}
Let me know if it works.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorSorry for inconvenience,
IT seems that in android this but persists.
For IOS devices it works.
This will be fixed as soon as possible.
I will notify you when the bug is fixed.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorJust set breadcrumbs to hide ( 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,
Add this line in your wp-config.php from your directory root.
define( ‘WP_DEBUG’, true );
Then show me what errors appear.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
You can solve this by increasing limits like this :
Add this to .htaccess by accessing FTP.
php_value upload_max_filesize 32M
php_value memory_limit 256M
php_value max_execution_time 120
php_value max_input_time 120
Or you can upload theme via FTP.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou can set default feature image placeholder by navigating to -> WP-Admin -> Theme Options -> Blog -> Scroll down until you see Default Featured Image Placeholder upload your preffered image.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Go to Theme Options -> Blog -> Display Meta Fields ( see attachment )
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,
Please update kelo to 2.4.3 this issue was fixed.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Update theme to 2.4.3.
If this not work disable all plugins that not comes with the kleo theme.
Let me know if it works.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Install this plugin : Better WordPress Minify
It works very good.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello again,
Login to FTP, go to : wp-content/themes/kleo-child/functions.php open this file and replace with this content :
COPY CODE<?php /** * @package WordPress * @subpackage Kleo * @author SeventhQueen <themesupport@seventhqueen.com> * @since Kleo 1.0 */ /** * Kleo Child Theme Functions * Add custom code below */ function Extra_Fields_Members_Directory() { $location = bp_get_member_profile_data('field=Location'); $specialization = bp_get_member_profile_data('field=Specialization'); if ($specialization || $location) { echo '<div class="mdetcenter">'. 'Location : ' . $location . '</div>'; echo '<div class="mdetcenter">'. 'Specialization : ' . $specialization . '</div>'; } } add_action(bp_directory_members_item, Extra_Fields_Members_Directory);
Then you need to load the CSS, go to : wp-content/themes/kleo-child/style.css and paste this snippet into style.css
That’s all.
COPY CODEdiv.mdetcenter {text-align:center;} #buddypress #members-list li div.item-avatar { width: 100px; display: block; height: 100px; text-align: center !important; margin: 0 auto !important; float: none; } #members-list .item-meta {text-align: center;} #buddypress ul.item-list li div.item-title {margin-left: 0;margin-right: 0;} #buddypress #members-list .item-title {margin-left: 0;margin-right: 0;text-align: center;} #buddypress #members-list .item-meta {margin-left: 0;margin-right: 0;text-align: center;} ul#members-list li.kleo-masonry-item .member-inner-list{ background-color :#333333 !important; } #buddypress #friend-list div.item, #buddypress #members-list div.item, #buddypress #member-list div.item { color:#FFF; } #buddypress #members-list .item-title a { color : #FFFFFF !important; font-weight: bold; }
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 solutionRaduModeratorHello,
1. http://seventhqueen.com/themes/kleo/portfolio-full-width/
2. Do you want to have a default featured image if the post not have featured image set ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Replace this files : /kleo/wp-content/themes/kleo/assets/js/app.js
And this file : /kleo/wp-content/themes/kleo/assets/js/app.min.jsWith the files from attached archive.
Sorry for inconvenience.
Let me know if it works.
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.RaduModeratorGo in backend to that certain product then -> Product Data -> Advanced -> CHECK ✔ Enable reviews
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.RaduModeratorYes, i tested on my side and it works.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello again,
Check the attachment , it have user type implemented.
PS : Thank you for the nice review !
Have a nice night.
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.April 21, 2015 at 19:59 in reply to: how to auto scrolling to the buddypress nav div when clicking on nav icons? #55426RaduModeratorHello,
Your solution is here : https://archived.seventhqueen.com/forums/topic/keeping-scroll-bar-on-the-last-position-when-refresh
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Make sure the woocommerce have settings like this.
Wp-Admin -> Woocommerce -> Settings -> Products.
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,
Unfortunately this functionality is not available yet, and will be added in KLEO 3.0 which will be released next month.
You can match the elements via CSS something like that :
COPY CODE.template-page h1 {color:red !important;} .template-page h2 {color:yellow !important;} .template-page h3 {color:green !important;} .template-page h4 {color:tomato !important;} .template-page h5 {color:blue !important;} .template-page h6 {color:gray !important;}
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Replace this file : kleo/wp-content/themes/kleo/buddypress/members/members-loop.php with this file (see attachment unzip and replace)
Then add to your kleo child ( kleo/wp-content/themes/kleo-child/functions.php ) this content
COPY CODEfunction Extra_Fields_Members_Directory() { $location = bp_get_member_profile_data('field=Location'); $specialization = bp_get_member_profile_data('field=Specialization'); if ($specialization || $location) { echo '<div class="mdetcenter">'. 'Location : ' . $location . '</div>'; echo '<div class="mdetcenter">'. 'Specialization : ' . $specialization . '</div>'; } } add_action(bp_directory_members_item, Extra_Fields_Members_Directory);
You need to create that exact fields ( Location, Specialization ) otherwise the fields will not appear.
Also in kleo-child directory look for style.css file and paste this snippet
COPY CODEdiv.mdetcenter {text-align:center;} #buddypress #members-list li div.item-avatar { width: 100px; display: block; height: 100px; text-align: center !important; margin: 0 auto !important; float: none; } #members-list .item-meta {text-align: center;} #buddypress ul.item-list li div.item-title {margin-left: 0;margin-right: 0;} #buddypress #members-list .item-title {margin-left: 0;margin-right: 0;text-align: center;} #buddypress #members-list .item-meta {margin-left: 0;margin-right: 0;text-align: center;} ul#members-list li.kleo-masonry-item .member-inner-list{ background-color :#333333 !important; } #buddypress #friend-list div.item, #buddypress #members-list div.item, #buddypress #member-list div.item { color:#FFF; } #buddypress #members-list .item-title a { color : #FFFFFF !important; font-weight: bold; }
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.RaduModeratorHello,
This error belongs to buddypress.
Try to re update your buddypress or install an older version.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou need to set featured image for that…
Just use this code
COPY CODE[vc_row inner_container="no" section_type="main" bg_position="top" bg_position_horizontal="left" bg_repeat="no-repeat" bg_cover="true" bg_attachment="false" parallax_speed="0.1" padding_top="0" padding_bottom="0" min_height="0" border="none" css_animation="right-to-left"][vc_column width="1/1"][rev_slider_vc alias="HomeFullwidth"][/vc_column][/vc_row][vc_row inner_container="no" section_type="footer" bg_position="top" bg_position_horizontal="left" bg_repeat="no-repeat" bg_cover="true" bg_attachment="false" parallax_speed="0.1" padding_top="30px" padding_bottom="0" min_height="0" border="none" css_animation="right-to-left" type="color" bg_color="#000000"][vc_column width="1/1"][kleo_portfolio display_type="overlay" title_style="normal" columns="3" pagination="no" filter="yes" excerpt="yes" category="All" item_count="12"][/vc_column][/vc_row]
It’s identical like in demo.
Just set your page full width.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
I see that you have a unclosed div on this page ( take a look here validator )
I suggest you to backup your theme settings and modifications and make reupload theme again.
Go to page backend , scroll down to Theme General settings,look for :
Transparent Main menu and Transparent Main menu color, change these settings and recheck. It should work.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Go to http://YOURWEBSITE.COM/dev/wp-admin/users.php?page=bp-profile-setup
Add your desired fields, then go to your user profile and complete that fields.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Please provide a url.
I need 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 solutionRaduModeratorHello,
This issue will be fixed in a next update.
Cheers
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 live notifications by navigating to WP-Admin -> Theme Options -> Buddypress -> Live notifications Interval = SET 0
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,
That button has been disappeared.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorTry with this.. it should work
COPY CODE#groups-list .group-subscription-options { line-height: 20px !important; }
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts