Forum Replies Created
-
Author
-
October 22, 2018 at 13:58 in reply to: Combine two codes for showing the title on buddypress & adding css classes on breadcrumbs #212010RaduModeratorNot marked as solutionRaduModerator
Hi,
Now the results are shown correctly. it seems that you had figured out.
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 i will forward to the developer that, you an use this function to stop our schema to be added
to body.The code will be added in wp-content/themes/kleo-child/functions.php
COPY CODE/* SQR Remove Schema org for body */ if ( ! function_exists( 'kleo_get_schema_org_markup' ) ) { function kleo_get_schema_org_markup() { $schema = 'http://schema.org/'; if ( is_singular( 'post' ) ) { $type = "Article"; } elseif ( is_singular( 'portfolio' ) ) { $type = "VisualArtwork"; } elseif ( function_exists('bp_is_active') && bp_is_user() ) { $type = 'ProfilePage'; } elseif ( is_author() ) { $type = 'ProfilePage'; } // Is search results page elseif ( is_search() ) { $type = 'SearchResultsPage'; } else { $type = 'WebPage'; } $type = apply_filters( 'kleo_schema_org_type', $type ); // return 'itemscope itemtype="' . $schema . $type . '"'; } }
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorI think i know why, somehow in a case serve the 404 page from child and the other from parent and the parent theme 404.php file has by default right sidebar, try the next snippet
COPY CODEfunction sqr_404_full_layout() { if ( is_404() ) { kleo_switch_layout('full'); } } add_action ('kleo_header', 'sqr_404_full_layout');
Most sure there we have 404 there because it’s a wrong link.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
What version you was running before to update to 3.x ?
I think this function causes those for you
COPY CODE/*Make xprofile fields translable fix*/ if ( ! function_exists( 'make_x_profile_fields_name_translable' ) ): function make_x_profile_fields_name_translable( $fieldname ) { return __( $fieldname, 'kleo_framework' ); } add_filter( 'bp_get_the_profile_field_name', 'make_x_profile_fields_name_translable' ); endif;
path : wp-content/themes/sweetdate/custom_buddypress/bp-functions.php from line 2960
It can be overwritten in child as you need.
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,
You have two fields with the same name, and maybe in the search form it’s selected the second one, change it. https://www.mycolombianwife.com/wp-admin/users.php?page=bp-profile-setup
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHI,
I cannot see your article page cuz it’s maintenance mode, i need an account to can see it.
What Url did you had used on the google structured tool for test ? any post url ?
You can provide to me the FTP and wp admin to can take a closer look at that in a private reply.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorI see, using default theme it behaves the same ? not sure if this can be a theme related issue.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
We had fixed that it was a bug, please replace via ftp this file content : wp-content/themes/sweetdate/framework/shortcodes/shortcodes.php
with the content of this one :https://pastebin.com/raw/WHKVNThA
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Are you somehow restrict the wp menu for logged-in , non-logged in ? If yes tell me how ? with a plugin or code snippet ?
If you are disabling all plugins it appears ?
If you disable child theme it appears ?
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 solutionRaduModeratorAre you using google mod_pagespeed somehow if yes don’t use webp feature ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Not sure exaclty please open a ticket showing this issue on the georirectory forum support since the issue it’e related to their plugin
Already discussions on the same topic :
https://wpgeodirectory.com/support/topic/javascript-error-on-home-page-using-google/
https://wpgeodirectory.com/support/topic/map-error-2/
https://wpgeodirectory.com/support/topic/map-not-loading-js-or-api-error/If you cannot see a viable solution there just open a ticket.
For the k-elements issue (Failed to load plugin url: https://airporttaxi.hk/driver/renttaxi/wp-content/plugins/k-elements//admin/tinymce/plugin.js) i had re-uploaded the plugin fixed and now it works tihs will be fixed in next update also.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorThe dev said that themeforest doesn’t added in the option dropdown that version of buddypress , there it’s only max buddypress 3.0 version
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorI will forward this to the dev
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 18, 2018 at 16:29 in reply to: Call to undefined function bp_is_group_forum() in /var/www/html/wp-content/themes/kleo/buddypress/groups/single/home.php:135 #211821RaduModeratorOk then
Have a nice day
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi
I’m not sure if that it’s a theme thing, i think it’s from wordpress check tihs : https://ro.wordpress.org/plugins/auto-approve-comments/Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I had imported some proprietes demo for you but they are not shown on the map since you need to add google api key in the geodir settings
Here we have tutorial how you can do it : https://archived.seventhqueen.com/kleo/article/install-setup-geodirectory-kleo-theme
From some time google requires mandatory api key for that.
Also i had added some menu items to the page , the items can be edited from wp-admin -> appearance -> menus
Here’s the complete geodir documentation: https://wpgeodirectory.com/docs/
For the tinymce loading error. here’s a explanation for that : https://discourse.roots.io/t/tinymce-language-plugin-not-found-on-apache/9887
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
How did you hidded that titles ?
Not sure if they can be related, you can try to revert those changes and to use this plugin : https://ro.wordpress.org/plugins/404page/
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 17, 2018 at 14:23 in reply to: WP Baker Page Builder new update has disfigured my site #211735RaduModeratorGood
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 17, 2018 at 14:20 in reply to: Adding an image before the title above BreadCrumbs with BuddyPress #211732RaduModeratorNot marked as solutionRaduModeratorHi,
Before of all debugging procedures and similar, please test if your described behaviour happens also using default wp theme (twenty seventeen). Let me know about this, since if the issue happens without our theme it may be something directly from their plugin.
What do you mean by “sidebar setting” the widgets ? from where you make those sidebar settings ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Not really sure that,i recommend you to test by add two new categories without having special characters in it like ‘é’ example testcat and testcattwo then choose them in elementor seeif they are populated as it should.
IF it’s the same, re-download the theme from theme forest and upload it again.
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,
The dynamic.css file it’s generated when you . change from example something in theme options or in customizer not sure why that… i cannot reproduce that issue on my local end
Try to use this snippet
COPY CODEfunction sq_print_inline_css() { add_action( 'wp_head', 'kleo_custom_head_css' ); remove_action( 'wp_enqueue_scripts', 'kleo_load_dynamic_css', 22 ); } add_action('init', 'sq_print_inline_css');
Add the code into child theme functions.php file.
Let me know
The snippet will add the css in head instead in the dynamic.css file
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts