Forum Replies Created
-
Author
-
RaduModerator
MAke sure to have it activated, if you have it it’s automatically loaded into frontend, another place where you can add your custom css it’s wp-admin -> theme options -> styling options -> quick css
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYEs
IF you notice that logo and theme settings had gone away, you will have to enable back parent theme and then to go to wp-admin -> theme options -> import/export download data file then activate child theme and import them. Then add the code to functions.php
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 21, 2018 at 16:20 in reply to: Very slow loading speed when lots of product reviews are present #213842RaduModeratorHi,
Tried to debug this for 2 hours and i cannot figure out, the only thing that i had found it’s if you will de-activate the JS from browser all products inclusive https://staging.monalisa-twins.com/product/orange-album-cd this one it will be loaded like the other posts.
I had asked the core developer about this issue and the JS behaviour and i will get back to you soon.
I will let you know when we found a solution soon.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 20, 2018 at 18:37 in reply to: Anyway to make” Default Featured Image Placeholder” support for CPT? #213784RaduModeratorHi,
Great!Use this css
COPY CODE@media screen and (max-width: 768px) { .pagination-sticky .wp-post-image, .pagination-sticky .avatar { height:25px !important; width:25px !important; line-height:25px; } }
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorI see, that’s because there it’s something empty or something, error disappears after you had pressed save options right ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorGreat,
From 2-3 version behind the sidebar functionality it’s plugin.
Cheers
rHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 20, 2018 at 18:26 in reply to: Password and Confirm password field widths are too narrow. #213778RaduModeratorNot marked as solutionRaduModeratorHi,
1. Cannot figure out how that happens can you make a video to can figure out how that happens ? Did you had checked if that happens also on our demo ?
2. Add the next css to to wp-admin -> theme options -> General settings -> Quick CSS
COPY CODE.navbar .kleo-main-header { border: 0 !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 20, 2018 at 13:44 in reply to: Anyway to make” Default Featured Image Placeholder” support for CPT? #213757RaduModeratorUse this css
COPY CODEul .groups .activity-content .avatar { max-width: 50px !important; line-height: 50px; }
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Just use this css
COPY CODE.post-content.animated.animate-when-almost-visible.el-appear.start-animation { -webkit-animation: none; -o-animation: none; animation: none; opacity: 1; -moz-transform: none; -webkit-transform: none; -o-transform: none; transform: none; }
The css will be added to wp-admin -> theme options -> General settings -> Quick CSS
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Using this plugin : https://wordpress.org/plugins/404page/ or any other similar.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
The Visual Composer plugin will be updated free though our theme only from wp-admin ->Appearance -> install plugins, from where you try to update the plugin it will use the plugin standard update mechanism.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 20, 2018 at 13:26 in reply to: Very slow loading speed when lots of product reviews are present #213751RaduModeratorHi,
I see can you provide a product URL that loads slow and another that loads normal ?
I will need ftp + wp admin to can investigate further to see if the issue.
So tell me if you will look at the same product using default wp theme where there are many reviews the default theme will load in max2 seconds and kleo in 15 ?
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Those are in backend where the our theme not loads any css for customizing things, the only way to style that text it’s to add the next function to wp-content/themes/sweetdate-child/functions.php
function patch_buttons_css(){
echo ““;
}
add_action( ‘admin_print_styles’, ‘patch_buttons_css’ ,90);NOTE : The child theme needs to be installed and activated.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Try to re-save theme options in wp-admin.
MAke sure to have wp_debug off
What php version are you running ? On my local install o cannot see this notice.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 19, 2018 at 20:34 in reply to: Password and Confirm password field widths are too narrow. #213676RaduModeratorNot marked as solutionNovember 19, 2018 at 20:23 in reply to: multi vendor for easy digital download “frontend dashbord” #213674RaduModeratorNot marked as solutionNovember 19, 2018 at 20:16 in reply to: Anyway to make” Default Featured Image Placeholder” support for CPT? #213673RaduModeratorHi,
On this link https://forum.lovcour.com/members/alex/ i cannot see any 3 month ago posts the things from the screenshot cannot be seen on the url provided. Please provide url where that appears make a new activity in that type to be latest when i check next time.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Check under wp-admin -> appearance -> install plugins, install sq sidebar generator. Then it should be ok.
Let me knowCheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I’ve explained you already your options in my previous reply, this may be a solution (to use parent instead the child) if you are not rewriting any php template in child theme.
The theme settings from parent and child are separated, example : if you have child theme activated and you have made your theme adjustments using the child theme, when you activate the parent theme the theme options remain in child theme to can have that in both variants you should import from child theme to parent theme the theme settings that can be imported/exported from wp-admin -> theme options -> import/export.
So export settings from child and after you activate parent theme import them.Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
It’s the same like on our demo ? let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorIt’s for structure like
Also for certain plugins like woocommerce and geodirectory there it’s used their functions wrapped on our structure, see in screenshot.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I see, at this moment my ios has latest version of the software.I recommend you to test using default theme if the issue continue to happens and it happens you will need to report the issue to the revolution slider theme since it’s more related to their product rather than ours.
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 16, 2018 at 16:21 in reply to: Anyway to make” Default Featured Image Placeholder” support for CPT? #213524RaduModeratorProvide an account to can see the activity and url link to that activity.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 16, 2018 at 16:17 in reply to: KLEO – Double BuddyPress Activit Posts, Registration Form Customization #213522RaduModeratorHi,
– Try to update the theme to latest version.
– Did you had rewritten some buddypress files in child theme ? if yes that may be the cause.
– Try to switch the child theme to parent theme and test then if the issue continue to happens.For the registration form ( [kleo_register] shortcode ) that’s right now on your homepage contains only those fields by default and there it’s no place where you can build the forms.
If you really need to add/edit fields/functionality here is responsible file : wp-content/plugins/k-elements/shortcodes/templates/kleo_register.php but you will need to know some PHP and html, if you will rewrite that file you should copy it to wp-content/themes/kleo-child/k_elements to can have the functionality that you need over the theme update.
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