Forum Replies Created
-
Author
-
CatalinModerator
Hello,
1. after the upload is complete, the pictures are displayed under the upload dialog. Take a look at my screenshot.
2. what do you want to happen when picture is clicked?
3. I tested this and it seems to be a problem with rtmedia plugin… try posting this issue on their forum, maybe some other users have the same problem… this is an isolated issue
4. I was able to register and login with my facebook account… I wasn’t able to replicate this issue.
Thank you,
CatalinHi 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.CatalinModeratorHello,
Please update the Visual Composer plugin to the latest version. Please take a look at this:
https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme
Let me know if you still have the problem with your visual composer after update.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Sorry for the confusion, now I understand what you mean. That string comes from BuddyPress plugin and can be translated using https://wordpress.org/plugins/codestyling-localization/
You need to edit the language files for BuddyPress plugin.
Thank you,
CatalinThank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
The theme has no shortcode that can display specific members. ( other then newest/most active/most popular).
You need to develop custom code to achieve this. Please take a look at this link:
http://codex.buddypress.org/developer/loops-reference/the-members-loop/
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratortake a look at this:
http://wordpress.org/plugins/rating-widget/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorglad to help.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please take a look at this link:
https://archived.seventhqueen.com/forums/topic/redirect-user-to-their-profile-after-login
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
the code I gave you hides the menu bar from the homepage… what pages you want to hide?
from your screenshot I understood you want to hide the menu… please explain better what you want to achieve.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
You can use post grid element from Visual composer to show posts in the homepage under the slider. You can also filter the posts categories using the query option.
Please take a look at my screenshot.
Thank you,
CatalinHi 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.CatalinModeratoradd this:
COPY CODE.form-search, .form-header { background: rgba(0,0,0,0.1); } .form-footer { background: url(“../images/patterns/gray_pattern.gif”) repeat scroll 0 0 rgba(0,0,0,0.1); }
the last rule needs to be changed based on my previous reply ( from 0.4 to 0.1 )
Let me know if this works.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Add this code in your style.css file from your child theme folder:
COPY CODEbody.home-page #header nav.top-bar { display:none; }
Let me know if this works.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorI modified the code in my last reply… let me know if it works now.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorplease send me a link to your website and I will provide you a solution for this
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
I tested your code and you should replace “.form-footer” css line atributes with this:
COPY CODE.form-footer { background: url(“../images/patterns/gray_pattern.gif”) repeat scroll 0 0 rgba(0,0,0,0.4); border-bottom: 10px solid rgba(0,0,0,0.4) !important; border-left: 10px solid rgba(0,0,0,0.4) !important; border-right: 10px solid rgba(0,0,0,0.4) !important;
Let me know if this works.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 20, 2014 at 14:14 in reply to: Revolution slider different on homepage compared to other pages #26164CatalinModeratorHello,
Sorry for late reply. I tested this on test environment and it woks. Please provide me admin credentials to your website to be able to replicate this issue. Reply this as private for security reasons.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
I see what you mean. Please add this code in your style.css file from your child theme:
COPY CODEbody .aligncenter, .entry-content a:hover .aligncenter { clear: none !important; }
Let me know if this works.
Thank you,
catalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
You can update the plugin manually by downloading the last cersion of the theme and take the plugin from the downloaded folder.
Thank you,
CatalnHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please send me a link to your website.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 20, 2014 at 12:54 in reply to: “Please configure your form fields under Sweetdate – Buddypress #26156CatalinModeratornot being able to replicate your issue…
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Add this code in your functions.php file from your child theme:
COPY CODEfunction kleo_show_breadcrumb() { if (sq_option('breadcrumb_status') == 1) { if(!is_page_template('page-templates/front-page.php')) { ?> <!-- BREADCRUMBS SECTION ================================================ --> <section> <div id="breadcrumbs-wrapp"> <div class="row"> <div class="nine columns"> <?php echo "<p style="margin-top: 15px;">CUSTOM TEXT YOU WANT TO ADD</p>' ?> </div> <?php do_action('kleo_after_breadcrumb'); ?> </div><!--end row--> </div><!--end breadcrumbs-wrapp--> </section> <!--END BREADCRUMBS SECTION--> <?php } } }
replace “CUSTOM TEXT YOU WANT TO ADD” with whatever you want.
Let me know if this works.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
I added the code and please take a look. To make the text color wite you need to change this file:
http://www.modelartec.com/casting/modelartec/estilo.css
and modify this part
COPY CODE#rtm-media-options .primary, #rtm-media-options .primary i { color: #1A1A1A !important; }
with
COPY CODE#rtm-media-options .primary, #rtm-media-options .primary i { color: #xxx !important; }
where xxx should be your desired color ( maybe white #fff )
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorplease send me admin credential for your site to be able to replicate your issue with VC… reply as private for security reasons.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorplease take a look in (Sweetdate > Members)
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratortake a look at this:
http://wordpress.org/plugins/spotify-embed/screenshots/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorplease update to the latest version available 1.6.3 … this was tested and it works proper.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
First please take a look at this tutorial:
https://archived.seventhqueen.com/video-tutorials/kleo-quick-install-and-setup.html
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please take a look at this link:
https://archived.seventhqueen.com/forums/topic/membership-auto-in-registration
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please explain better what where the css fixes. You can set css properties to every element in visual composer.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratoradd this:
COPY CODE.kleo-main-header ul.navbar-nav > li > a.kleo-bp-user-avatar:hover:before { border-bottom: none !important; }
let me know if this works.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Sorry for late reply. You need to copy this file \themes\sweetdate\registration\register.php to your child theme folder keeping the sam estructure and modify:
line 38
COPY CODE<div class="register-section six columns" id="basic-details-section">
to
COPY CODE<div class="register-section xxx columns" id="basic-details-section">
where xx is a lower number then six.
Analog to line 70 but you will have to use a higher number.
Let me know if this works.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Making those changes implies custom work which requires programming skills and a dedicated amount of time that isn’t covered by our support team.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please add my IP to be able to view your site. We don’t offer support by phone or teamviewer.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
The related products container is made responsive and the size of the thumbnail from that area is influence by this. You can set the number of related products to display in that area from (Theme settings > WooCommerce). The settings may not take effect if you do not emty your cache ( you have a cache plugin installed – I empty myself ).
Thank you,
CatalinHi 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.CatalinModeratorHello,
Please send me admin credentials for your website to be able to give you solutions for your opened tickets. Reply as private for security reasons.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
You can use Visual Composer for that. Take a look at my screenshot.
Let me know if this works.
Thank you,
CatalinHi 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.CatalinModeratorHello,
To achieve that change the homepage template to “Front page template” not “Full width with no sidebar” . You will need to fix the shortcodes also. Please take a look in the documentation folder, you have there the shortcode for homepage. You can start from there.
Thank you,
CatalinThank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
@4services: please deactivate easy-facebook-likebox, it adds an “!important rule” to the Css and this why on hover the images look bad.
@kingadrian:
here is an example on how you can change the icon… add this in functions.php from your child theme folder. read comments between “/* … */” from the function to understand what every line does.
COPY CODEadd_action(‘after_setup_theme’,’kleo_my_hearts_actions’); function kleo_my_hearts_actions() { /* Replace the heart over images */ add_filter(‘kleo_img_rounded_icon’, ‘my_custom_icon’); /* Replace the heart from register modal */ add_filter(‘kleo_register_button_icon’, ‘my_custom_icon_register’); /* Replace the heart from About us widget */ add_filter(‘kleo_widget_aboutus_icon’, ‘my_custom_icon_about_widget’); } /* Replace the heart with a camera icon function */ function my_custom_icon () { return ‘tachometer’; } /* Replace the heart from register modal with a user icon function */ function my_custom_icon_register () { return ‘tachometer’; } /* Replace the heart from about us widget with a user icon function */ function my_custom_icon_about_widget () { return ‘tachometer’; } ?>
IN THE QUICK CSS
COPY CODE.icon-heart:before { content: “\f0e4″; }
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please take a look ata this plugin:
https://wordpress.org/plugins/buddydrive/
Let me know if this helps.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratoralso a link to your website would be use full… take a look at my print screen for setting the blog page
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.CatalinModeratorHello,
You will need to hire a developer to sort that out.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts