Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Please check it now,
At the first look there was no dynamic.css and the dynamic.css file it’s generated when you press save theme options or play with live customiser, now i’ve re-saved the theme options and now the styles seems to be applied.
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
Moderator@Roader
Can you link both replies please ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 24, 2017 at 18:49 in reply to: Shopping cart and notifications dont drowpdown since update #177707Radu
ModeratorHi,
Please made a screenshot in that you will point out the element that you need selector for it
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorPlease please please open a ticket concerning your problem from here : https://archived.seventhqueen.com/add-ticket only if this is not solved. So you will gonna reply open a new ticket please !!!
Please take a look now ! It should be ok, for some unknown reason the buddypress.css file from the theme it’s not loaded cannot figured out why !? That’s not relaed to the plugins. To solve that i’ve added entire file content ( /wp-content/themes/sweetdate/buddypress/css/buddypress.css ) to the child theme.
I’ve noticed another thing, if you enable your initial plugins the sidebar will breaks at this moment the sidebar it’s rendered correctly only with bp plugin activated.

Now i will activate back all plugins back, you will have to identity the problematic plugin by disabling them one by one.
Don’t forgot to reply in a new ticket please.
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,
Unable to see the site

Did you have builded that using visual composer ? If yes most sure you will have to play with responsive options under column settings
https://vc.wpbakery.com/video-academy/responsive-column-control-width-offset-param-usage-explained/
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,
I don’t know if this can be exactly achieved using next idea, maybe it will need some code adjustment or not. (see screenshot)

So i’m not so familiar with uber menu to can tell you exactly there should be teste.
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 purchase something and cannot see that kind of error

It’s 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,
See the screenshot

The css
COPY CODE@media(min-width:768px) { #buddypress #members-list div.item { height: 100px; } #buddypress #members-list div.action { min-height: 35px; } }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 issue it’s the same and also the possible solution for that it’s to contact GeoDir team : https://archived.seventhqueen.com/forums/topic/all-companies-page/#post-177683
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,
I’ve added the code into functions and now the map it’s displayed full width, but you should ask the GeoDir team about how you can edit the page layout like on general directory or like on listing layout.
Also in widgets area there is no specific area for your new created GD CPT neither on the geo-directory settings.

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,
I think to can use the old sweet-date version 2.9.5 then you will have to use older plugins buddypress and rtmedia versions from that time.
So my advice it’s to update theme and rest of the plugins to latest versions.

The marked area from the picture should contain add friend button sent message and more like this : https://seventhqueen.com/demo/sweetdatewp/members/demo/
So if you really need to use the 2.9.5 version and the plugins from those version you can ask on the hosting provider to restore a background from the past. NOTE: Signups, uploads and activities between restoring date and present will miss, doing this you can find only what plugin versions are you using.
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,
Use his css
COPY CODEdiv.mdetcenter {text-align:center;} #buddypress #members-list li div.item-avatar{ width: 100px; display: block; height: 100px; text-align: center !important; margin: 0 auto !important; float: none; } #buddypress #members-list li div.item-avatar img {width:100px;}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
COPY CODEadd_filter('kleo_pmpro_level_restrictions', 'my_custom_levels', '1' ); //add_filter('kleo_pmpro_level_restrictions', 'my_custom_levels', '5' ); //add_filter('kleo_pmpro_level_restrictions', 'my_custom_levels', '10' ); //add_filter('kleo_pmpro_level_restrictions', 'my_custom_levels', '40'); function my_custom_levels($kleo_pay_settings) { $kleo_pay_settings[] = array( 'title' => __('New Option A','kleo_framework'), 'front' => __('Option A','kleo_framework'), 'name' => 'new_option_a' ); $kleo_pay_settings[] = array( 'title' => __('New Option B','kleo_framework'), 'front' => __('Option B','kleo_framework'), 'name' => 'new_option_b' ); $kleo_pay_settings[] = array( 'title' => __('New Option C','kleo_framework'), 'front' => __('Option C','kleo_framework'), 'name' => 'new_option_c' ); return $kleo_pay_settings; }Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Thank you for credentials, but the admin one not works (kleo user).
I’ve tried to reproduce on mine by creating a user with editor role and i’m able to edit with visual composer and also to access wp admin, on your site logged in as editor, when i’m trying to edit a page with VC or to access wp-admin , i’m redirected to the members directory | adorosermulher.com/empreendedoras/ so this seems to be a restriction from a function code in-content/themes/kleo-child/functions.php or by some plugin that allows only admins to view the wp admin.
Try to de-activate all plugins except visual composer and child theme and ccheck 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 solutionOctober 24, 2017 at 15:44 in reply to: How to add vc_basic_grid shortcode to widget and get output #177667Radu
ModeratorHi,
It seems the issue it’s caused by the Visual composer Posts Grid element, also using kleo element there “Kleo Posts” it works.
I’ve made a work around for you ( circle images )
So if you will add this shortcode in the sidebar
COPY CODE[vc_posts_grid loop="size:10|order_by:date|post_type:post" columns="3" show_meta="no" show_excerpt="no" show_footer="no" ajax_post="" ajax_paged="" el_class="round"]It require this css to look similar ( round images )
COPY CODE.kleo-masonry.round .post-image img { border-radius: 50% !important; max-width:75px; max-height:75px; height:75px; width:75px; border:3px solid #fff; } .kleo-masonry.round .post-header { text-align: center !important; } .kleo-masonry.round article .post-content {border:0 !important;} .kleo-masonry.round article .post-content .hover-element {display:none;} .kleo-masonry.round .post-title {border:0}The CSS will be added to wp-admin -> theme options -> general settings -> quick css
This is how it will look

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorTo can load custom font icons there just follow this : https://archived.seventhqueen.com/kleo/article/use-custom-fontello-icons-kleo-theme
So the actually icons can be found in theme package that you have downloaded from theme forest : /MainFiles/Assets/Fontello
After you load the new codes into the fontello file and uploaded it into kleo-child/assets you can use the css to change the icons for the item that you have added.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 24, 2017 at 15:09 in reply to: We cannot set the front page as “Modern” style that have no slider #177661Radu
ModeratorHi,
Fixed,
I’ve added the image and also this css to can look like in the demo
COPY CODE.home .header-bg { background-image:none; background-color:transparent; } .home #main.full-builder { margin-top: -140px; z-index: 1 !important; } .home header { z-index: 9999; display: grid; } .home header .header-bg { z-index: 999999; }Let me know if it’s ok
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I need to see live the conflict between those, at the moments pop-up and forms seems to works it pass the values to http://intheclosetdating.com/itcdlogin/join/join-form-submit/
How the conflict behaves ?
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,
Tomorrow or the day after tomorrow i will make a tutorial guide how you can add additional icomon icons there
I will get back to you
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorCannot see the members page i’m redirected to login and credentials not works
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 with this filter line instead this
COPY CODEadd_filter('kleo_pmpro_level_restrictions', 'my_custom_levels');Use this
COPY CODEadd_filter('kleo_pmpro_level_restrictions', 'my_custom_levels', '1');OR
COPY CODEadd_filter('kleo_pmpro_level_restrictions', 'my_custom_levels', '5');Or try to put lower higher value see how it renders
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 23, 2017 at 17:46 in reply to: Is it possible to to remove registration but keep the Facebook login button? #177532Radu
ModeratorWhat’s your register page ? What css more exactly you need ? Or you want to add facebook login button on topbar ? Explain better what you need to achieve.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 23, 2017 at 17:08 in reply to: Restrict content not working for BLOG and SHOP with exceptions #177521Radu
ModeratorHi,
Just checked with the blog page on my local end and if i select the blog page as exception it works on my end using latest theme version and all plugins.
I’ve have the blog page set as blog page in wp-admin -> settings -> reading -> posts page.

If you de-activate all plugins and child theme this option will work ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorCopy again the code from here : https://pastebin.com/raw/vcZ0uVPc and paste it again. it’s a wired quote there.
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 shown those 4 fields required by the buddypress and only base fields… that you have added in wp-admin -> users -> profile fileds > Base
You can search for a plugin that handles the password strength, we do not touch the password strength indicator and it comes default from buddypress/wordpress.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 23, 2017 at 16:16 in reply to: Any way to disable Visual composer from connecting google fonts? #177510Radu
ModeratorHi,
Will speak with the core developer about this. but most sure they will reply to you when they have availability.
If you have a VPS you can try to do a workaround, from the host file of the server set an artificial 200 response but empty response from the google fonts hosts
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,
I’m unable to login to your dashboard.
1. I saw that the company page it’s generated dynamically by the GeoDirectory and there is no backend for the page for that the map should be added programatically there wiht the next code
COPY CODE` add_action('kleo_before_content', 'inject_GD_map_before_content_on_related_types', 10); function inject_GD_map_before_content_on_related_types() { if( 'gd_events' == get_post_type() ) { echo do_shortcode('[gd_homepage_map post_type="gd_events" width=100% height=500px maptype=roadmap zoom=11 autozoom=true child_collapse=true scrollwheel=true marker_cluster=1 ]'); kleo_switch_layout('right'); } }`The function needs to be pasted in wp-content/themes/kleo-child/functions.php
NOTE : Child theme needs to be installed and activated.
2. Provide credentials to take a look to see if it’s possible since geoDir not haves a place where you can manage the layout for the custom post types of geodir
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,
I’m unable to login to your dashboard.
1. I saw that the company page it’s generated dynamically by the GeoDirectory and there is no backend for the page for that the map should be added programatically there wiht the next code
COPY CODEadd_action('kleo_before_content', 'inject_GD_map_before_content_on_related_types', 10); function inject_GD_map_before_content_on_related_types() { if( 'gd_companies' == get_post_type() ) { echo do_shortcode('[gd_homepage_map post_type="gd_companies" width=100% height=500px maptype=roadmap zoom=11 autozoom=true child_collapse=true scrollwheel=true marker_cluster=1 ]'); kleo_switch_layout('right'); } }The function needs to be pasted in wp-content/themes/kleo-child/functions.php
NOTE : Child theme needs to be installed and activated.
2. Provide credentials to take a look to see if it’s possible since geoDir not haves a place where you can manage the layout for the custom post types of geodir
3. Provide credentials.
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 the next code to your child theme functions.php
COPY CODE/* Change Layout full-width on search page */ function change_layout_on_search() { if(is_search()) { kleo_switch_layout('full'); } } add_action ('kleo_header', 'change_layout_on_search');The function needs to be pasted in wp-content/themes/kleo-child/functions.php
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
ModeratorGive the credentials to can solve this issue.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts

