Forum Replies Created
-
Author
-
August 26, 2015 at 15:40 in reply to: How to show a post in blue colour like did in Home Pinterest > Category >Thought #74692
Radu
ModeratorHi,
Just use this CSS
This css it’s only applies to quotes post format in blog layout
COPY CODEbody.blog .container article.post_format-post-format-quote .inner-content { color: #FFF !important; }
This will applies on categories.
COPY CODE.container article.post_format-post-format-quote .inner-content { color: red !important; }
You can use both snippets,
Replace red with your desired color.
Add this css to your Wp-admin -> Theme Options -> General Settings -> Quick CSS.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI’m glad if you have solved your issue,
In my opinion it’s not necessary to ask (WPBakery) them about the compatibility issue between VC and GeoDirectory Events plugin.
The point is GeoDirectory Events plugin doesn’t have a integration made with kleo theme yet, maybe in future this will be implemented.
If you can send a copy of “GeoDirectory Events plugin” to our development department at this address : dev@seventhqueen.com to can test behavior in Kleo theme.
Best regards
Have a nice day
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAlso,please provide and the group page url.
Regards
RAdu
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 i found the problem, when you encounter same problem, just disable w3 cache plugin and enable it.
Set back wp_config to false
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi again,
That element its part of Visual Composer not part of kleo.
I’ve tried to reproduce your issue but i cannot to do that.
If you have any other plugins that not comes with the kleo theme try to disable them and check if the problem persists.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorCan you set the wp_debug true ?
https://codex.wordpress.org/Debugging_in_WordPress
Cheers
Hi 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 tell me what element you are using ?
Posts Grid or Kleo Posts ?
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorTry to resave permalinks by going to Wp-Admin -> Settings -> Permalinks -> Save Changes.
Then add to exception list
/recepten-blog/
/blog/Then flush w3 cache and clear browser cache.
Let me know if it works.
Best Regards
Radu
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
Best regards
Radu
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 fixed the problem, I puted the kleo particles to a new row inside to that row.
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI think the problem is caused by this plugin https://wordpress.org/plugins/limit-login-attempts/
Try to disable it and check after.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please try to replace app.min.js and app.js files before that make a backup of actual files.
Similar problem here , you will find files attached to this post : https://archived.seventhqueen.com/forums/topic/notifications-causes-508-error#post-55590
Let me know if this solve your problem.
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi again,
My suggestion is to put there a button or an image and when you press to that button/image to open the ticket link in a new page.
Regards
Radu
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.
Have a nice day
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Sorry to say but this is not possible to set custom order for that icons…
In future we will implement this functionality.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou have an plugin for cache or something like that ? If yes , what plugin ?
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHello,
Just add this CSS to Theme Options -> General Settings ->Quick CSS
COPY CODE@media (max-width:600px) { h1 {font-size:3em !important; line-height:1em; } }
Let me know if its ok
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
After you add a search form module from visual composer, add a class for example mycustomclass
If you want to add another name to that class don’t forgot to rename class from mycustomclass with your class in CSS.
COPY CODE.kleo-search-form.mycusomclass input::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: red !important; } .kleo-search-form.mycusomclass input::-moz-placeholder { /* FF 4-18 */ color: red; } .kleo-search-form.mycusomclass input::-moz-placeholder { /* FF 19+ */ color:: red; } .kleo-search-form.mycusomclass input:-ms-input-placeholder { /* IE 10+ */ color: red; }
Add this css to kleo-child/style.css or in Theme Options -> General Settings -> Quick CSS
Regards
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi wbz,
Go to your theme package and to to this folder Main Files 3.0.7/Main Files/Assets then open demo.html here it’s a preview of all icons
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Login to website ftp and look in wp-config.php for wp_debug
It’s true or false ?
If it’s true set to false.
Cheers
Radu
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 reproduced the error on Iphone 6,
I think the problem is caused by the ticket embed widget via iframe “http://www.eventbrite.co.uk/tickets-external?eid=16912190818&ref=etckt”
Try to remove that iframes from page and check after.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorJust put the /blog/ in the exception list it woks. and if you have installed some other plugins disable them and check, after all clear all cache browser and flush w3 cache.
REgards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi STIX FX,
I see that your website have few pages, i recommend you to disable plugin that do you not use like :
buddypress (it seems that you don’t use)
rtmedia (it seems that you don’t use)
revolution slider (it seems that you don’t use)
and any plugin that you don’t useThe i recommend you to install w3 total cache and enable page cache from Wp-Admin -> Performance -> General settings -> Page cache SET Enable
https://wordpress.org/plugins/w3-total-cache/
The speed of website would need to improve.
Hope that helps
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Do you have latest version of theme and plugins ?
Do you have any other plugins other than kleo theme comes ?
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Do you have latest version of theme and plugins ?
Do you have any other plugins other than kleo theme comes ?
Cheers
RAdu
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 that the problem it’s solved,
I case if you encounter the same problem again use this function
COPY CODEfunction woocommerce_variations_fix(){ echo "<style>\n"; echo ' #woocommerce-coupon-data ul.wc-tabs, #woocommerce-product-data ul.wc-tabs, .woocommerce ul.wc-tabs { width: auto !important; } '; echo "\n</style>"; } add_action( 'admin_print_styles', 'woocommerce_variations_fix' ,90);
Add this function to kleo-child/functions.php
Can you confirm if the problem was solved?
Regards
Radu
Hi 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 reporting this bug,
This will be fixed in next update,
Do you need a temporary fix for this ? or you have just reported the bug ?
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Try like this
COPY CODE.wrap-canvas-menu .widget_nav_menu .offcanvas-menu li.menu-item-4888 .dropdown-menu {display:block !important;}
Replace 4888 with your parent menu item id, to view menu id just inspect element in chrome,an there you will see menu-item-number
Let me know if you solve your issue.
Best regards
Radu
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 made the setup http://glidy.com/ElysiumBoutique/home-shop/
Please add featured images to categories and clients and rest of images.
I think it;s ok
Let me know if its ok
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Go to General Settings -> Page Cache settings – Make sure you have enabled -> Page cache: Enable
Let me know if should work.
Cheers
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 accessed the URL from an iPhone 6 plus and i cannot see the spacing problems, it shows correctly entire page with spacing.
I attached a screen capture of website.
I suggest you to clear your browser cache http://www.wikihow.com/Clear-Your-Browser’s-Cache-on-an-iPhone
Let me know if this solve your issue.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.Radu
ModeratorSorry but here is no screenshot added.
Fix for the issue :
Add the below css snippet to this file wp-content/plugins/woocommerce/assets/css/admin.css at the end.
#woocommerce-coupon-data ul.wc-tabs, #woocommerce-product-data ul.wc-tabs, .woocommerce ul.wc-tabs {
margin: 0;
width: auto !important;
}Let me know if it’s ok
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHello,
I’ve made a little CSS hack that it allows you to do that
COPY CODE.kleo-main-header.header-normal { border: 0; box-shadow: 0 0 10px rgba(0,0,0,0.1); height:44px !important; } .navbar-header {line-height: 44px !important;height: 44px !important;} #header .kleo-main-header .container {height:10px !important;} img#logo_img { height:17px !important; } a.open-sidebar { line-height:45px !important; }
Let me know if working and it’s ok.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Can you provide the screenshot first ?
Regards
RAdu
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 made a little hack,
Put the below code in your kleo-child theme functions.php, replace myemail@address.com with your email address
COPY CODEfunction kleo_woo_get_mini_cart() { $cart_output = '<a href="mailto:myemail@address.com"><i class="icon-mail"></i></a>'; return $cart_output; }
Let me know if it’s ok
Best regards
Radu
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 little CSS snippet,
COPY CODE.wrap-canvas-menu .widget_nav_menu .offcanvas-menu .dropdown-menu {display:block !important;}
Let me know if it works.
Best Regards
Radu
Hi 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 a screenshot ?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please provide that page url ?
To be clear : The problem is when you press to that link it not go to reviews tab ?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Have you tried to use a cache plugin like W3 Total Cache ?
https://wordpress.org/plugins/w3-total-cache/
Please test it, theoretically it should improve performance.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts