Forum Replies Created
-
Author
-
Radu
ModeratorWait until we release new theme update that contains also the minified file.
Or you can minify it manually if you really want.
Cheers
RaduHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorChecked again and it works as it should…. and the snippet it works perfectly tested from begining before providing to you.
empty all caches reboot router clear computer and browser cache
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk let me know what post should appear in the homepage and not appears event it’s added in the post grid, let me know the post id and wp admin 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,
Which profile ?Cheers
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 shortcode for that or quick solution, the idea it’s to create a shortcode for your desired counter.
You can ask our development department about a quote related creating the shortcode ar dev@seventhqueen.com
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 css insteadCOPY CODEul#menu-kleotopmenu li a { color: #000 !important; }IF still not works provide a URL where the top menu it’s visible for a guest user
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 was able to use Visual composer normally check this vide : https://drive.google.com/file/d/0Bxo5b6iHWRMwclY4czlGVW9qak0/view
If is not fixed let me know how to reproduce
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorUse this css
COPY CODE#socket .col-sm-12 small { min-height: 30px !important; display: block !important; }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 pull the clients via post carousel will link to the client post itself… the link will be available only using the client’s visual element from visual composer.
No quick solution to make the clients links to work via kleo post carousel.
I will reply to that ticket immediately
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. Yes, the buy button will be highlighted only at the scroll, you can use the rest of the styles instead to show the outline directly.
3. You can enable only one page from our demo, and then you can open the imported page in visual composer beside your page and you can inspire and see in real time the values and properties.
The single page of the demo can be imported from wp-admin -> theme options -> theme demo data, see screenshot.

I cannot see your topbar it’s displayed nothing on your website http://seventhqueen.com/public-files/radu/httpsiagd.nextwavehosting.net_2017-09-27_17-56-18.png
For the picture with the menu what its the issue there? (blue background picture)
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorNo,
If you have modified the wp-config.php remove the changes that you have made there.
IF it’s the same enable wp_debug, to can figure what causes that, I will paste the procedure below.
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.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorNow the file seems to be replaced with the content provided by me, you will have just to activate development mode, I’ve told you in my previous post, maybe you have missed.
And an important thing activate development mode -> ON from wp-admin -> theme options
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorMaybe they not appear because for the currently selected language there is no translation for that post?
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 seen that you already made some modifications, you will have also to remove the +
Add beside that css this one
COPY CODE.kleo-carousel .hover-element i {display:none}Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
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 solutionRadu
ModeratorDone,
It’s added

There was no snippet in your child theme,
something it’s wrong there you have sweetdate-child folder in sweetdate-child folder…. so it’s wrong, you will have to delete the sweetdate-child from wp-content/themes/sweetdate-child/
see screenshot to understand what I mean

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
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 solutionRadu
ModeratorThat’s odd…
Leave the w3 total cache de-activated while debugging, also de-activate object cache etc…
I don’t know what can I advise you since those snippets work on my and on your side not…
Try with peters redirect plugin instead.
If you have cloudflare or something similar de-activate it while debugging (enable developer mode)
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
For the top menu links color use this css
COPY CODE.header-color .top-menu li > a, .header-color #top-social li a {color:#000 !important}Related to the buy button this will work and highlight only on the scroll, this is how it was built.
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 instead, tested and it works ok.
COPY CODE@media(max-width:991px) { div#main { margin-top: 88px; } }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,
For the wp-config lines copy them from here: https://pastebin.com/raw/z4uQ8REs
Above the quotas was wrongly encoded, replace the lines with the lines from pastebin.
To can see the profile button, the website should be accessible right now displays some errors

Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIn the click on the images, not works… remove the css that I have provided to you in this reply, first solution: https://archived.seventhqueen.com/forums/topic/use-of-kleo-client/#post-174025
Also, I cannot see reply 174813 can you link to it, 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
ModeratorGreat
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 solutionRadu
ModeratorHi,
I cannot see that line with the provided account

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 solutionSeptember 27, 2017 at 15:11 in reply to: Kleo Link and Hover link color override Essential Grid styles #174943Radu
ModeratorHi,
I saw the weddings page but please let me know what element you need to change the color, 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,
For the profile that shows shortcodes I cannot see it it looks normal for me

For the member permalink, it seems that you need to de-activate bp root profiles by adding next lines to wp-config.php
define ( ‘BP_ENABLE_ROOT_PROFILES’, false );
add_filter( ‘bp_core_enable_root_profiles’, ‘__return_false’ );more details about buddypress internal configurations settins here : https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/
There is no specific setting where you can change what type of activities BuddyPress activity shows, you can ask this on their forums maybe exists a plugin or some functions
Wordpress now allow usernames only from numbers, maybe it’s a plugin that allows you to sign-up with number instead of the username
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYes. by default, you are driven to client specified link

Using my solution you can disable the link click over the images.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat
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,
Some plugins are very simple and no need continues update like this one, just give a try to that. Personally, i don’t know another plugin
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
sorry!! I’ve made a mistake!!
You should paste the code into a file named single.php if the file does not exist create it
The code needs to be pasted in wp-content/themes/kleo-child/single.php
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 26, 2017 at 17:15 in reply to: Live notification is disappearing while mouse roll over on it #174843Radu
ModeratorHi,
Yes
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 26, 2017 at 17:14 in reply to: SliderRevolution Support and Custom Contact form integration #174842Radu
ModeratorNot marked as solutionSeptember 26, 2017 at 17:13 in reply to: Issues of using “Login/Lost password form” Shortcode #174841Radu
ModeratorNot marked as solution -
AuthorPosts

