Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Please open a new ticker related the question for that plugin, personally i haven’t tested the plugin and i think it should work as it should, just give a try.
If you are logged in you have already an account maybe it will ask about payment and delivery adresses.
Since the plugin it’s for the woocommerce the tickets should follow the woocommerce payments method.
Please reply to me if you will, 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,
Tried to reproduce on my local install and i cannot see that error during the checkout process, i have all update theme and woocommerce.If you had modified some kleo template files in child, try to de-activate child theme and purge/empty all caches then check again if you are able again to reproduce the issue.
If you continue to have same issue provide again wp admin + ftp login to take a closer look at that
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,
Try to add manually after city or ask the GeoDirectory team since this it’s more related to the GeoDir 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
ModeratorHi again,
No problem, yes my code adds the map (run and execute the geidir map shortcode ) immediately after header outside the container of the main section of the site in other works that code makes the map full width edge to egde.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 26, 2017 at 19:06 in reply to: Related Posts Featured Image Size and Title Color Change #178004Radu
ModeratorHi Bernadette
Sorry for bad experience, i can help you to identify the cause of those errors but now it’s other theme there.
The related posts can have the thumbnail square by setting (500×500 example) in wp-admin -> theme options -> blog -> Image size settings -> Gallery format & Carousel – Image Width and Gallery format & Carousel – Image Height

will look

Also the titles can be changed with this css selector
.related-wrap ul.kleo-carousel li h4.post-title a { color: red; }theme options -> general settings -> quick css
I case you want a strictly a refund contact the ThemeForest team since they handles the payments and also the refunds, you can request a refund here https://themeforest.net/refund_requests/new
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 we are using the foundation 2 : https://foundation.zurb.com/sites/docs/v/2.2.1/
You can try to update the foundation version from the theme with a new one just for testing to see if that issue disappears.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAfter you update, if the layout looks wired re-save theme options from wp-admin – theme options -> save changes and check again.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi again,
So the parent theme files can be overwritten by uploading the theme files over the existing files by overwrite them in this path :
wp-content/themes/sweetdate/For the child theme, theoretically the child theme shouldn’t be updated since there are your file changes, or custom css added in child, so if you haven’t done that kind of modifications you can update it, but in the first instance de-activate child theme and update the parent and see if the member profile appears correctly. If yes and you activate child theme and it beaks the layout it means there are some old templates that breaks the layout.
So the pages and theme settings are loaded and stored in database, so updating theme files will not loose nothing, but its good to make a backup for later use (who knows ?) Yes it will remain intact pages forum etc…
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 to de-activate all plugins excluding woocommerce and de-activate also the child theme and check if the issue disappears.
Tried to take a look at the wp admin but it’s empty i cannot do nothing, enable wp_debug to see it’s some error it’s generated, i will paste the procedure below.

Please update the theme to latest version 4.0.4 and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.
If this is useless please follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
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 see but please follow this topic : https://archived.seventhqueen.com/forums/topic/how-can-register-japanese-font/#post-106881 explained in that reply.
Just read slow and carefully how you can 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 solutionOctober 26, 2017 at 17:47 in reply to: change hover background color of icon in feature item #177988Radu
ModeratorHi,
You’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 26, 2017 at 17:47 in reply to: I can´t add more than 5 images , visual composer accept a TOTAL of 5 images #177987Radu
ModeratorHi i see, tried on my local install and cannot reproduce that, did you have any plugin that limits the upload ? or some custom function ?
Give a try to de-activate all plugins except visual composer and k-elements also de-activated the child theme and check again if you are able to upload more than 5 images or 11 ? what’s the limit ? in the fist message you said 5 now 11.
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,
To have the address on the all available space remove this
“.geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop=”streetAddress”] {
width: 100% !important;
}”from the css provided earlier

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 open the page in backend and set the header layout default

For the top bar color use this selector
COPY CODE.header-color.social-header { background: red; color: #fff !important; }If you want to style this only for homepage use this instead
COPY CODE.home .header-color.social-header { background: red; color: #fff !important; }I’ve noticed the top bar missing on home, you can activate it from the page backend, see screenshot.

The CSS will be added to wp-admin -> theme options -> general settings -> 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
Moderator@Runer
You have told me wrong replies ID’s as you can see
for the 177221
here’s the css to fix messages search and messages layoutCOPY CODEdiv.message-search { width: 100%; }for the 169990
Tried to login to your wp admin but i was locked out to check if the child theme causes ( most sure it may be a old sweetdate or buddypress template in your child ) that since on my install using sweetdate 3.0 the search looks ok.
Also i’ve activated that on the demo : https://seventhqueen.com/demo/sweetdatewp/members/
As you can see it’s displayed normally like on my isntall

So as you can see there is no issue with the seach in the theme, maybe some your customizations from your end.
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 see, try to re-edit the page with visual composer and look if the buttons haves that padding! If yes update the page,if not re-add those paddings.. if you have any cache plugin or cloudflare purge them
Also you can try to update again the theme options after page update.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The map should be rendered on ther place to can be fullwidth, so ask the GeoDir team how you can prevent to render the map there cuz you need to render the map outsite the container to can be full width.
To can add the map full width follow this solution: https://archived.seventhqueen.com/forums/topic/all-companies-page#post-177967
But you will have to ask them how you can prevent the map to be shown in default place.
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,
To can have the map edge to edge full width you will have to add the map in the way the code it’s add it.
The GeoDir adds’ that in the page but it’s inner page, so that’s i’ve provided to you that snippet, to can have the map like in the main directory layout.
So you will have to ask the geoDir team about how you can remove the map from the default pace wher the geodir adds for each directory post type.
and the to add the map from code full width for your site cpt
So my next code will check if the displayed page it’s a geodir cpt and will render the map for every cpt
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_event' == get_post_type() ) { echo do_shortcode('[gd_homepage_map post_type="gd_event" width=100% height=500px maptype=roadmap zoom=11 autozoom=true child_collapse=true scrollwheel=true marker_cluster=1 ]'); kleo_switch_layout('right'); } if( 'gd_meetings' == get_post_type() ) { echo do_shortcode('[gd_homepage_map post_type="gd_meetings" width=100% height=500px maptype=roadmap zoom=11 autozoom=true child_collapse=true scrollwheel=true marker_cluster=1 ]'); kleo_switch_layout('right'); } if( 'gd_place' == get_post_type() ) { echo do_shortcode('[gd_homepage_map post_type="gd_place" width=100% height=500px maptype=roadmap zoom=11 autozoom=true child_collapse=true scrollwheel=true marker_cluster=1 ]'); kleo_switch_layout('right'); } 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'); } }So, you will have to remove the map from the initial position, ask the geo dir how you can do that, since it’s more related to their product not to KLEO
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 use this CSS
COPY CODE.action .friendship-button a.friendship-button { height: 29px !important; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 26, 2017 at 15:11 in reply to: Shopping cart and notifications dont drowpdown since update #177965Radu
ModeratorFor the cart
COPY CODE.kleo-minicart .minicart-header {background:red;color:#fff} .kleo-minicart .minicart-buttons {background:red !important;}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 26, 2017 at 15:04 in reply to: Shopping cart and notifications dont drowpdown since update #177964Radu
ModeratorHi,
So instead the black transparent notification hover backgound right ?
here’s the css
COPY CODE#menu-submenu li.kleo-submenu-item { background: black; } #menu-submenu .minicart-buttons {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,
Ok then
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 25, 2017 at 20:06 in reply to: I can´t add more than 5 images , visual composer accept a TOTAL of 5 images #177867Radu
ModeratorHi,
In what element please?Image Gallery ? or which 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,
Just do that it takes 10 seconds to de-activate and 1minute to check and another 10 seconds to activate the plugins back, since you will not loose any plugin setting cuz you de-activate not delete.
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,
If you want to use other icons than fontello use the next selectors to load images nto font icons
Icons can be changed using some cusom CSS selectors
COPY CODEa#user-activity:before { content: " " !important; background-image: url('http://www.laconexioncreadora.com/wp-content/uploads/icons/actividades.jpg'); width: 40px; height: 40px; color: transparent !important; background-size: cover; } a#user-xprofile:before { content: " " !important; background-image: url('http://www.laconexioncreadora.com/wp-content/uploads/icons/perfil.jpg'); width: 40px; height: 40px; color: transparent !important; background-size: cover; } a#user-friends:before { content: " " !important; background-image: url('http://www.laconexioncreadora.com/wp-content/uploads/icons/amigos.jpg'); width: 40px; height: 40px; color: transparent !important; background-size: cover; } a#user-settings:before { content: " " !important; background-image: url('http://www.laconexioncreadora.com/wp-content/uploads/icons/configuracion.jpg'); width: 40px; height: 40px; color: transparent !important; background-size: cover; } a#user-courses:before { background-image: url('http://www.laconexioncreadora.com/wp-content/uploads/icons/cursos.jpg'); width: 40px; height: 40px; color: transparent !important; background-size: cover; } a#user-forums:before { background-image: url('http://www.laconexioncreadora.com/wp-content/uploads/icons/foros.jpg'); width: 40px; height: 40px; color: transparent !important; background-size: cover; } a#user-groups:before { content: " " !important; background-image: url('http://www.laconexioncreadora.com/wp-content/uploads/icons/grupos.jpg'); width: 40px; height: 40px; color: transparent !important; background-size: cover; } a#user-messages:before { content: " " !important; background-image: url('http://www.laconexioncreadora.com/wp-content/uploads/icons/mensajes.jpg'); width: 40px; height: 40px; color: transparent !important; background-size: cover; } a#user-notifications:before { content: " " !important; background-image: url('http://www.laconexioncreadora.com/wp-content/uploads/icons/notificaciones.jpg'); width: 40px; height: 40px; color: transparent !important; background-size: cover; }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. Ticket solutionRadu
ModeratorHi For the first error where says fail to open… it means that the file missing and you should re-install plugin
And the second one from the wp super cache can be caused by some setting that you have made into plugin settings panel. Try to ask that on their support forums.
Also since those are only some warning and not comes from the theme files you can set the debug_display false
si in wp-config.php set false for the next
define( ‘WP_DEBUG’, false );
define( ‘WP_DEBUG_LOG’, false );
define( ‘WP_DEBUG_DISPLAY’, false );https://codex.wordpress.org/WP_DEBUG
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorJust give a try to my code i’ve copied exactly as it is and it’s using 4 columns as you can see inscreenshot
You can import the dashboard page from wp-admin -> theme demo -> import specific 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,
I saw in the console some error but none from the modernizer

Also we cannot support for custom development.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
More fonts you can add using this method : https://archived.seventhqueen.com/forums/topic/how-can-register-japanese-font
The facebook register issue it’s now solved

I’ve set on for the two options for you
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,
Here it’s the guide : https://archived.seventhqueen.com/documentation/buddyapp#vector-icons
Maybe you done this ok without tutorial but there was a small bug related to the custom icons on our theme, now i’ve fixed this also on your install and that will be included in next theme update.
I’ve update those files concerning the displaying icons issue :
/wp-content/themes/buddyapp/functions.php
/wp-content/themes/buddyapp/lib/components/base.phpNow, just re-save theme options to empty transients
That;s it
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 25, 2017 at 15:27 in reply to: change hover background color of icon in feature item #177822Radu
ModeratorHi,
Use those selectors
COPY CODE.page-id-522 .feature-item:hover span.feature-icon { background: #4cadc9 !important; } .page-id-522 .feature-item:hover .feature-icon { border: 1px solid #122474 !important; }It will work on the https://sierracanyondev.com/my-community/ page if you will gonna use the same style on other page just copy again the selector and change the page-id-522 with your desired id
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

