Forum Replies Created
-
Author
-
Catalin
ModeratorHello,
What is the configuration of the server you are referring to?
Also you should have php memory limit 128 mega.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
ModeratorHello,
First you need to import the sliders from the demo content or create new sliders from the revolution slider menu. Second you need to go edit the homepage and add the slider you want from the visual composer grid. Please take a look at my screen shots.
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.August 3, 2014 at 13:38 in reply to: Translating into Turkish, and tempalte difference with or without translation fl #24456Catalin
ModeratorHello,
PLease take a look in this file:
..\wp-content\themes\sweetdate\page-parts\general-login-modal.php
and you will find the strings you are looking for.
Also maybe you share your translation file with us… 😀 We would appreciate this.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
ModeratorHello,
For adding custom css code to your theme you need to add this in your style.css file from your child theme folder.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
ModeratorHello,
Please take a look in :
..\wp-content\themes\sweetdate\header.php
at line 22.
Also take a look at this link:
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
ModeratorHello,
Please send me a link to your website to be able to replicate your issue.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
ModeratorHello,
1. “You don’t have any photos yet. Why not upload some” can be found in :
..\sweetdate\album\pictures.php
..\sweetdate\lib\bp-album\includes\templates\album\pictures.php2. “My Pictures, Upload picture”
..\sweetdate\lib\bp-album\includes\bpa.core.php
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 solutionAugust 1, 2014 at 19:13 in reply to: Is there a way to display community section numbers dynamically? #24376Catalin
ModeratorHello,
Please take a look at the bbPress statistics widget.
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.Catalin
ModeratorHello,
In Visual composer when you edit the image carousel you have the option to add custom links for the images to add. Take a look at my screen shot.
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.Catalin
ModeratorHello,
Please send me a link to your website to be able to provide you a solution for your request.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
ModeratorHello,
I tested on the last version of the theme both functionality on Forums tab and on Activity tab and everything seems to work right.
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 solutionCatalin
ModeratorHello,
Please take a look at this link:
https://archived.seventhqueen.com/forums/topic/change-buddypress-navigation-menu-icons
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
ModeratorHello,
Even the settings data are serialized the strings from the database can be replaced using search/replace in the database. You can do that from your phpmyadmin.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
ModeratorHello,
1. Please send me admin credentials for your site to be able to replicate this issue. Login with Facebook does not also.
2. That is custom work which requires programming skills and a dedicated amount of time that isn’t covered by our support team and I am sure you understand that.
We consider adding this functionality in the future updates.
3. 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 solutionAugust 1, 2014 at 16:51 in reply to: Translating into Turkish, and tempalte difference with or without translation fl #24359Catalin
ModeratorHello,
Sorry for late reply.
To modify the modal login popup file can be found here:
..\wp-content\themes\sweetdate\page-parts\general-login-modal.php
take a look at line 14 and 23.
You can also use this plugin:
https://wordpress.org/plugins/codestyling-localization/
Make sure you translate all the strings under kloe_frameowrk section (theme files).
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 solutionCatalin
ModeratorHello,
We don’t have a a Dutch translation file for the theme. Maybe you can help us with this.
Take a look at this plugin:
https://wordpress.org/plugins/codestyling-localization/
it can help you in translating strings.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
Moderatorit is recommended to use child theme for customization to be kept if updates occur
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
ModeratorHello,
Please send me admin credentials for your site to be able to replicate your issue. Reply as private for security reason.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
ModeratorHello,
To show masonry in album pages take a look at rtMedia settings. To create the masonry effect in the members list page you need to add custom code to achieve this.
Take a look at the documentation from this link:
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
ModeratorHello,
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 solutionCatalin
ModeratorHello,
You need to add this code:
COPY CODE<li><?php get_template_part( 'page-parts/posts-social-share' ); ?></li>
in this file: wp-content/plugins/bbpress/templates/default/bbpress/loop-replies.php
after this line:
COPY CODE</li><!-- .bbp-body -->
This customization may require custom CSS work.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
ModeratorHello,
Please send me links to the pages you want to add custom code and i will give you the path to the files.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
ModeratorHello,
Please take a look in the (Theme options > Layout settings ). Screen shot attached with the option.
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.Catalin
ModeratorNo problem. I am glad to help.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
Moderatoradd the same text in the bottom content area
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
ModeratorHello,
PLease take a look at his file:
..\sweetdate\framework\functions\breadcrumb.php around line 104. There you have the function where the breadcrumbs are created.
COPY CODEif ( !is_front_page() && $args['show_home'] ) { if ( is_multisite() && true === $args['network'] ) { $trail[] = '<a href="' . network_home_url() . '">' . $args['show_home'] . '</a>'; $trail[] = '<a href="' . home_url() . '" title="' . esc_attr( get_bloginfo( 'name' ) ) . '" rel="home">' . get_bloginfo( 'name' ) . '</a>'; } else { $trail[] = '<a href="' . home_url() . '" title="' . esc_attr( get_bloginfo( 'name' ) ) . '" rel="home">' . $args['show_home'] . '</a>'; } }
If you want to change the text “Home” you need to modify thi array from the same file ( around line 25 )
COPY CODE$defaults = array( 'container' => 'ul', // div, nav, p, etc. 'container_class' => '', 'item_tag' => 'li', 'separator' => '', 'before' => '', 'after' => false, 'front_page' => true, 'show_home' => __( 'Home', 'kleo_framework' ), 'network' => false, 'echo' => true );
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
ModeratorHello,
Please send me a link to your website to be able to provide a fix.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
ModeratorHello,
Please take a look at this link:
http://codex.wordpress.org/Function_Reference/wp_enqueue_script#jQuery_noConflict_Wrappers
If the error occurs on your local machine only it may have something to do with your localhost machine configuration
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
ModeratorHello,
When you install the theme for the first time you get a notification with the recommended plugins for the theme to use all the its functionality. Please take a look in the documentation on how to install the theme.
You should install the Visual Composer plugin and update it to the latest available version.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
Moderatorit appears in the quick view mode of the product.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
ModeratorHello,
Please send me a link to your website to be able to replicate your issue.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
ModeratorHello,
If you want to add text in the area you specified, you need to add content in the “Bottom content” area. Please take a look at my screen shots.
The text you entered will appear in the quick view section.
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.Catalin
ModeratorHello,
I checked your website and I noticed that your first two pictures from the gallery does not exist. Please check the shortcode you applied regarding this. Also, please wait for the 1.6.2 update we will release today because we fixed some bugs on the galleries.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
ModeratorHello,
The template file can be found here:
..\wp-content\themes\kleo\page-parts\general-popups.php
To add lost password link in the file take a look at this link:
http://codex.wordpress.org/Function_Reference/wp_lostpassword_url
To add other social login modes, you can use this plugin:
https://wordpress.org/plugins/oa-social-login/faq/
the code that needs to be added in the template is this:
COPY CODE<?php do_action('oa_social_login'); ?>
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
ModeratorHello,
Please send me admin credentials for your site to be able to replicate the issue. Reply message 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 solutionCatalin
ModeratorI cannot access your website to be 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 solutionCatalin
ModeratorHello,
Please be more specific with your request to be able to help with a solution.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 31, 2014 at 15:15 in reply to: (BuddyPress)Friends widget shows up on select pages, not all #24225Catalin
ModeratorHello,
Please send me a link to your website. Also, what widget are you referring to?
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalin
ModeratorHello,
Take a look at (Theme options > Styling options) in Main section area at “Alternate background color” option.
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 solutionCatalin
ModeratorHello,
What is the size of the new logo you want to add?
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