Forum Replies Created
-
Author
-
October 20, 2016 at 19:25 in reply to: Removing social share icons from all woocommerce products #140561
Radu
ModeratorNot marked as solutionRadu
ModeratorWe haven’t taken into this yet, next week i think
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 20, 2016 at 19:22 in reply to: how to buy the value of users profile field with WooCommerce? #140556Radu
ModeratorHi,
I don’t understand your question, please explain your scenario and i will tell you if it’s possible
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 I’ve tested and it seems ok, but perform files backup in any case
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,
Using this kind of CSS code
COPY CODE.woocommerce #main, .woocommerce #main section.container-wrap.main-color { background: red; }Adding .woocommerce class before any css declaration will by applied only to woocommerce pages
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,
You want to have event list on the Latest news box ? if yes edit with visual composer dashboard page and inside latest new box, add this shortcode [eo_events]
For the map problem if you have map added by that plugin make sure you have add the google map api key in plugin settings
Let me know
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 the translation method
Theme strings and plugins strings can easily be changed by using Loco Translate plugin https://wordpress.org/plugins/loco-translate/
A small introduction on how translations work
Translatable strings can come from the theme or from the installed plugins. You need to translate the theme or the plugin depending on what section of the site your string is found.
For example if your string is on your BuddyPress profile then most probably you will need to translate BuddyPress plugin. If you are on the Forums section of your site then bbPress plugin should be the one that needs to be translated. Another example is the rtMedia plugin that adds the Media links to BuddyPress and if you want to translate it then this plugin will contain the string.
Follow these steps to get you started:
- Install Loco Translate plugin
- Go to the plugin dashboard: WP Admin – Tools – Manage translations
- Find the theme or plugin in the list.
- If the language isn’t already in the list then click Add new language, choose your language and if you are asked where you want to save the language files choose global language directory ( wp-content/languages/ ).
- Press SYNC button to synchronise your translation with the provided .pot file
- Search for the string you want to translate and add your translated string.
- Press Save when you finished your translation.
Note: You will have to set the language for your blog from WP-admin – Settings – General – Site Language – Choose your language
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 20, 2016 at 19:07 in reply to: Removing social share icons from all woocommerce products #140547Radu
ModeratorNot marked as solutionRadu
ModeratorPlease update the theme to latest version and the recommended plugins this empty sidebar on woocommerce pages should be fixed
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorUpdate the theme and check it again, we have fixed something related to the empty sidebar in woo commerce pages
Let me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
This is the responsible file : wp-content/themes/kleo/page-parts/general-popups.php you can copy this file in child theme in wp-content/themes/kleo-child/page-parts/ to can be update proof
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
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
ModeratorHmm
That can be a server setting like you have provided
You can try to add this to .htaccess file / reference : http://wordpress.stackexchange.com/questions/99602/cant-access-admin-not-acceptable
COPY CODE<IfModule mod_security.c> SecFilterEngine Off </IfModule>Also you can try the solutions from there : http://stackoverflow.com/questions/12928360/how-can-i-disable-mod-security-in-htaccess-file
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAdd this css to wp-admin -> theme options -> general settings -> quick css
COPY CODE#header #ajax_search_container a.ajax_view_all, #header #ajax_search_container .ajax_search_content a { font-size: 12px; }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,
Yes, i see that we will add that in improvement list and in future updates that will be fixed
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 Kleo home page v3 it means only the slider will be imported and that slider can be added to any page, You can edit the imported one page imported demo by adding at the top page slider element from visual composer.
For the second photo layout that shows broken, try to replace all shortcode with this (it’s the original one)
http://pastebin.com/raw/81gDXuh8
If you are seeing that on our demo make sure to not have browser zoomed in
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 20, 2016 at 17:48 in reply to: Post Settings in WP Reading Section for News/Magazine Demo #140525Radu
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
ModeratorHi,
Take it !
COPY CODE.sa-field-front .select2-container--default .select2-selection--single, .sa-field-front .select2-container--default .select2-selection--multiple, .sa-field-front .select2-container--default.select2-container--focus .select2-selection--multiple { background:#333;} .sa-field-content input { background: #333 !important; } .sa-field-content .sa-field-front .wp-editor-container { background:#333 !important;} div.mce-panel iframe { background:#333 !important; } body#tinymce { background: #333; } .qq-uploader { background: #333; } .article-content #post-maker-container .options-content { background: #333; } div.mce-toolbar-grp { background: #d8d8d8 !important; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorPlease take a look here : https://drive.google.com/open?id=0Bxo5b6iHWRMwcnNieUVlbXpSWG8
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk then
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,
You can have a custom page for membership but the buy button should point to pmpro link.
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,
I’m happy to hear that!
Have a nice week
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 found this http://docs.wp-rocket.me/article/16-disabling-lazyload-on-specific-posts
And you can try with this function
COPY CODEadd_filter( 'wp', '__deactivate_rocket_lazyload_if_page' ); function __deactivate_rocket_lazyload_if_page() { if( bp_current_component() ) { add_filter( 'do_rocket_lazyload', '__return_false' ); } }Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
In this case of the shortcode doesn’t have a smaller option in your case there should be a custom css to control the size of that icon, you said that you are designer you should know to do this : add a custom class to the container that contains pricing tables and then we can control the size of the icon with a css like this
Example :.mycustom-pricing-table-container i { font-size:10px; }
Then all i elements from that container will haves the 10px font size
Here it’s a small video guide that shows you how can you check a VC shortcode if haves any option : https://drive.google.com/file/d/0Bxo5b6iHWRMwcVoybVpUdTNobWM/view (If you already know about this , ignore it, I want to be sure that you know about this method)
Also after you configure the element as you need you can copy the shortcode code and to paste it where you need it.
If I can see your pricing table Kleo page somewhere online I can help you with small CSS changes and it’s easy for me to figure out what do you need
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,
Yes, it’s a predefined message but this is what you need to do until I can see the log I cannot recommend you things without seeing debug log first.
Of course, I’ve read the message, why you don’t provide also the debug log file ?
Also you haven’t a provided an example of 404 link that generates images in activity
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHmmm your current template doesn’t look like Kleo and I saw that the styles for that login forms are missing.
Make sure that that widgets are not placed in some widget area from wp-admin -> appereance -> widgets
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 20, 2016 at 16:27 in reply to: Do we have access to revolution slider premium templates #140510Radu
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
ModeratorCreate a new file named general-header-section.php in wp-content/themes/kleo-child/page-parts
and paste this content in it : http://pastebin.com/raw/AQuK5JcJ

Replace the second shortcode with yours
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorWe will take into consideration the lack of possibility to choose the breadcrumb structure for portfolio, and in future this will be implemented
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorFixed and new option added in theme options -> woocommerce

Today we will release an update that contains this
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorFrom where we can get this plugin ? to can test 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
ModeratorIf you de-activate all plugins it works ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts