Forum Replies Created
-
Author
-
Radu
ModeratorI see but it may be a general issue or not and it’s good to check , so you will have to check if the same behaviour happens using default wp theme that can be activated from wp-admin -> appearance -> themes.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYes, after the update will work if the dev mode off
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorWhat small logo ? can you screenshot and points out ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 21, 2018 at 17:14 in reply to: Exhausted of adding rtl support dude to the bad organization of stylesheet #189356Radu
ModeratorNot marked as solutionFebruary 21, 2018 at 17:08 in reply to: Exhausted of adding rtl support dude to the bad organization of stylesheet #189355Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
did you installed or added some snippet recently ? if yes revert back or de activate and check it.
Also did you have enabled some speed optimizations services like cloudflare ? if yes switch off and test.
Did you encounter the same issue on our demo ? in the same browsers?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 21, 2018 at 16:50 in reply to: Group descriptions in buddypress groups not displaying correctly #189352Radu
ModeratorHi,
Add this css
COPY CODE.item-desc a,.item-desc p { word-break: break-all !important; }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 solutionRadu
ModeratorThere is no easy way to do that, i will let you know the files from the menu and breadcrumbs are builded if you really need do it, but you need to have strong php knowledges.
1. Menu : /wp-content/themes/kleo/lib/menu-walker.php to can overwrite this file you can copy the entire code from if ( ! class_exists( ‘kleo_walker_nav_menu’ ) ) { until the end ( .see screenshot )

the code can be copied to wp-content/themes/kleo-child/functions.php2. The breadcrumb class and functions cannot be overwritten on the html level in child, here it’s the markup for the breadcrumb area wp-content/themes/kleo/kleo-framework/lib/function-breadcrumb.php
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Related to this scenario thaht you explain
My only problem comes from menus and categories. When I go to the menu, not being connected to the site, so as if I was a non-member, I do not see the article, it does not appear. I made a screenshot to my first post to show you the difference in posting between a member and a non member.
So I think it’s a theme problem and not a setup problem with paidmembership.
Tell me if you encounter the same issue using default wp theme
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just add this function to wp-content/themes/kleo-child/functions.php
COPY CODE/*Check if the function run already. */ if(!function_exists('sq_kleo_ajax_search_on_default_search')) { /*Add kleo_search_form top default search page wordpress only when k-elements plugin it's activated*/ function sq_kleo_ajax_search_on_default_search() { /* Check if K-elements plugin it-s activated. */ if (defined('K_ELEM_PLUGIN_FILE')) { if (is_search()) { echo '<div class="sq-kleo-ajax-seach-page container" style="padding-bottom:20px">'; echo do_shortcode('[kleo_search_form placeholder="Search here.."]'); echo '</div>'; } } } add_action('kleo_before_main_content', 'sq_kleo_ajax_search_on_default_search'); }We will include this in next theme update, it’s a very good idea to show the search all time on the default wp search page.
NOTE : 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 solutionRadu
ModeratorHi,
You can add what logo you want
I’ve added to test in html source a square logo and it looks ok,

Using this css you can control the max with of the logo
COPY CODEimg#logo_img { max-width: 80px; }Add the css to wp-admin -> theme options -> styling options -> quick css
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
By adding this css to quick css area
COPY CODE.circular-item { display: none !important; }Add the css to wp-admmin -> theme options -> styling options -> quick css
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThen make sure to load the unminified file by activating development mode under wp-admin -> theme options -> miscellaneous -> Development mode -> ON
Did you had done this ?
Make sure to empty all caches.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 20, 2018 at 17:15 in reply to: Blogs are not displaying under ‘Latest News & Events’ on the e-learning homepage #189274Radu
ModeratorHi,
The issue was some cat’s added in the shortcode

I’ve removed that and now works as it should
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Ok then
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Can you please be more specific ? what you need more exactly to change at code level ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Check the new theme update will contain Woocommerce 3.3.1 compatibility fix.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
That depends by the user internet speed and how you serve the files, i recommend you this preloader : https://wordpress.org/plugins/the-preloader/
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAt this moment on any page it says “502 Bad Gateway”
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Tried to switch to default theme to test something and a internal 500 error occurred, can you please provide also the FTP to can see what debug says ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Where, in what page the sidebar with that widgets that shows the issue appears ? cuz cannot find it please
this image: https://cdn.seventhqueen.com/sq-support/wp-content/uploads/2018/01/Bildschirmfoto-2018-01-18-um-08.13.06.jpgCheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The issue there it’s because you had added the search in a layer from revolution slider where the rev slider container cannot be higher than the slider size when the results are shown.You can try to make the entire slider taller. Check in wp-admin -> revolution slider -> your slider.
I taught it’s a a Z-index issue but the div that contains whole search cannot be pulled out of that containers.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The live search it’s completely separated by the default wp result search page, so they are different there is no easy way to make the global search results to look like ajax search result.
Our ajax search search in all available CPT’s that are repopulated there or in any custom post type.

IF the search isn’t made on certain CTP try to add them from drapdown, instead to leave empty add all.
In the below screenshot it’s shown that the search looks also in the topics

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 19, 2018 at 17:37 in reply to: AJAX Notification menu – show all notifications regardless of the same component_action #189172Radu
ModeratorHi,
You will have to send from that plugin with a unique id to can have those all time like the social articles does, see example below

So you will have to ask the gift plugin developer if it’s possible to do that.
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

