Forum Replies Created
-
Author
-
October 5, 2017 at 18:17 in reply to: Shopping cart and notifications dont drowpdown since update #175753
Radu
ModeratorHi,
I see that isn’t theme related but even that I’ve created a solution for this.
Just go in the child theme to this path : /wp-content/themes/kleo-child/woocommerce/single-product/add-to-cart/variation-add-to-cart-button.php
If the folders missing create them and also create the variation-add-to-cart-button.php in that you will paste this content: https://pastebin.com/raw/pb1Yye80
Then in functions.php from child theme add the next snippet : https://pastebin.com/raw/F5t4ts15
NOTE: I will not support this modification if something updates since this it’s something custom.
NOTE2: That should be done by the woo commerce team to add immediately after the button to can render after button.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI don’t have a solution for that, maybe you will need a plugin that manipulates the login.
You can try this : https://ro.wordpress.org/plugins/custom-login-url/
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,
Make sure that row that keeps the ticker to have NO for the option “Inner Row”

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,
No there is no possible, there are too many dependencies to modify that.
You will have to add a custom function like this : https://pastebin.com/raw/YvQmqexd it will create two variables first member name and second you can choose one or both to compose the entire members name.
##member_first_name## or ##member_last_name##

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, maybe they have changed something in the file or somewhere else, I’ve provided the solution a few months ago.
I cannot offer support for a custom feature, just hire a developer.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 4, 2017 at 19:04 in reply to: SliderRevolution Support and Custom Contact form integration #175672Radu
ModeratorNot marked as solutionOctober 4, 2017 at 18:47 in reply to: Shopping cart and notifications dont drowpdown since update #175670Radu
ModeratorAnyway looks on my end

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 4, 2017 at 18:47 in reply to: Shopping cart and notifications dont drowpdown since update #175669Radu
ModeratorThis happens when a plugin or a resource changes the font family for the I elements and before and after, are you using there a specific plugin to display something in register page ?
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,
There should be done a trick, see the attached

I’ve inverted the files and also the placeholders, now should be ok.
Related to the members page that not displayed it comes from wp-admin -> theme options -> memberships

Configre as you need
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 it’s caused by the autofocus of the form, I’ve extended the shortcode to add the option to disable the autofocus
.Can you please provide FTP to include that on your end ?
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,
There are ann error trying g to load a font
1.

2.

Just de-activate all plugins and child theme and check if it works ok with all de-activated, if yes enable plugins back one by one until you find the problem plugin.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorCheck out the server log. this is not related to our theme, that action can be performed using any other wp theme even the default one.
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,
1.
The search results depends by your internet connection and most important by your server performance, if your server it’s slow the results will show later. On our demo it takes less than 1 second to display the results and the loader icon its there by default. To can give you some advices show the the url of your website to test.
2. Isinde if function exists add a new condition
COPY CODEif ( function_exists( 'bp_is_active' ) && is_numeric( $search_string ) && ( $context == "any" || in_array( "members", $context ) ) ) { if(is_numeric($search_string)) { //your previous condition } else if(!is_numeric($search_string)) { $wp_query->set_404(); status_header(404); get_template_part(404); exit(); }3. You can test one of those plugins: https://wordpress.org/plugins/search/buddypress+search/
You can start with BuddyPress global search.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
For the footer issue use this css
COPY CODE.footer-sidebar ul li.current_page_item a{background-color:transparent !important;}For the button use this css and change red with your color
COPY CODEul.nav a.btn.btn-highlight:hover { background: red; }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,
If it’s about default wp-admin , wp-login.php form follow this guide : http://www.sourcexpress.com/add-placeholder-wp-login/
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,
Try do interconnect them using Kleo Posts from Visual COmposer

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,
Added, you can add it or remove it from wp-admin -> profile search ->

The members do not appear when you search cuz the profile are uncompleted and if you search by those fields and those not completed cannot display the profiles… you will have to complete your profile as example, see screenshot.

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 ajax return -1 instead of 1

In the first instance try to de-activate all plugins and check again if the issue continues to happen, also if you have child theme activated de-activate it and check only with parent theme activated.
If it works normally enable all back one by one and check to identify the cause.
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 solutionRadu
ModeratorHi,
All good now right ?

No ideea why exactly, but pay always attention to the ” “” to be the same and not wrong encoded like those “ or ”
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 3, 2017 at 16:02 in reply to: logged in member page not appearing consistently between Chrome and IExplorer…. #175557Radu
ModeratorYou’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 3, 2017 at 16:01 in reply to: SliderRevolution Support and Custom Contact form integration #175556Radu
ModeratorNot marked as solutionRadu
ModeratorI found the issue, it was ODD one…

There you have missed to close the < / em > tag
All should be ok now
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
It’s simple, If you don’t have any BuddyPress templates overwritten or php snippets in the functions.php file concernign the buddypress layout in child theme it’s safe to update !!!!!
Tested and para tested on my local end.
Also on the demo, we will update today to 3.0 version…
This it’s our install and setup tutorial for sweetdate 3.0 https://www.youtube.com/watch?v=26_Oi-ZKIaA
If you just update the theme the theme it’s not needed to import demo content….
VERY IMPORTANT NOTE: If you have overwritten the template files in child theme, especially the BuddyPress templates, and after update, the site is broken you will have to re-do the swetedate templates, or you can revert to 2.9.11 look for in main files/WordPress/version 2.9/
If you haven’t overwritten the templates in the child theme but looks wired, just re-save theme options, it should look ok.
@Roader for the moment we don’t need more ideas but thank you, the analytics code should be all code literally including the script tags, not analytics ID as you have added there.
Since Elementor it’s a core plugin in 3.0 version why you will de-activate it? It’s required and needed….
Also i know those suggestions from the past.
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,
Done, I’ve added this code to quick css area
COPY CODE.top-bar ul.dropdown-menu.sub-menu li a{ color: black !important; }
IT should look ok now
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
ModeratorHi,
Wired, looks like the icon code missing in fontello files… try to re-do this: https://archived.seventhqueen.com/kleo/article/use-custom-fontello-icons-kleo-theme worked before.. try to re-save the theme options, empty all caches, minified resources etc.
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 provide to me a dummy account to see how the search behaves right now ?
You are using Geodirectory?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

