Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Add also this css to wp-admin -> theme options -> general settings -> quick css
COPY CODE.header-color .dropdown-menu li a { color: #333 !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
ModeratorOk
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThanks you this will be fixed also in next theme update
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 23, 2016 at 16:41 in reply to: Members element does not function & Facebook Login issue #136991Radu
ModeratorHi,
We will investigate this issue and today or Monday we will provide you a fix for 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
ModeratorNot works sorry, just create new account for me it takes 10 seconds
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 23, 2016 at 16:04 in reply to: Broken featured products page and double sharing options #136985Radu
ModeratorNot marked as solutionSeptember 23, 2016 at 01:01 in reply to: Styling Errors, Not Displaying After Demo Installation #136954Radu
ModeratorHi,
There it’s a permissions problem, theme requires writing permissions to generate kleo_dynamic.css file in wp-content/uploads/custom_styles/kleo_dynamic.css
If this path doesn’t do exists on your server create each folder and also the kleo_dynamic.css file and set 755 recursive permissions for custom_styles folder.
Then go live in customizer do a typical change like color changing and save changes and check again the site design.
Let me know, if you cannot handle this provide FTP account and wp-admin account.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 23, 2016 at 00:53 in reply to: Q re: Advanced Modification: Show featured image full width before the content area #136953Radu
ModeratorUse this instead
COPY CODE.fullwidth-image-before-content, .fullwidth-image-before-content img { text-align: center; }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,
On mine works both shortcodes with latest versions of KLEO + WP
Check to not have js errors in chrome console, also try to de-activate all plugins except buddypress and test again after you clear browser cache.
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 problem,
Thank you for reporting this, can you please provide the register.php 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
ModeratorNo problem
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 problem
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 now I see, please add this CSS@media (max-width: 900px) { .kleo-quick-contact-wrapper { display:none !important; } }This css will be added to wp-admin -> theme options -> general settings -> quick css Cheers R.Radu
ModeratorI think those are the old strings, before fixing the problem with the translation of the name of the tabs.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorMaybe yes but I don’t know to say about this anything exactly
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 22, 2016 at 18:51 in reply to: wide image in top image on one page but not working in another #136920Radu
ModeratorNot marked as 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
ModeratorInstall this plugin and play with it : https://wordpress.org/support/plugin/buddypress-real-names
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIn this case, it means that you have two or more sizes of photos, so if you will use same ratio photos these should be arranged ok.
So, try to use same format photos …with same ratios
From example, this image resolution is 417×227 : http://spa.tupiniquimdesign.com.br/wp-content/uploads/2016/07/unidade_uniao_vitoria_v3.jpg
This has 561×292 : http://spa.tupiniquimdesign.com.br/wp-content/uploads/2016/07/predio-secagem-celulose-puma-klabin-arquitetura.jpg
And the rest images are in widescreen format with a decent resolution which is ok the images mentioned above has resolution to low.
So practically you should choose only images with same rations with a decent resolution larger than 1000px
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 I’ve tried some time to get this as you need but I cannot… I think wordpress has an HTML validation or something like that, try to load that function into a default wp theme to see if this happens there
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 move to a real hosting environment there it should be ok without any error, the latest KLEO + WP and plugins updated there are no problems but you can enable wp debug to check what’s going on
Please update the theme to latest version 4.1.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
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
Go to wp-admin -> theme options -> miscellaneous -> Development mode -> ON
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
ModeratorOk, moved to feature requests
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi, Just go to wp-admin -> appearance -> kleo demo data ->
Import what page you want
Cheers
R.
Radu
ModeratorCheck in theme options for full-width menu and set off for the fireman site wp-admin -> header options -> Main Menu Full Width -> OFF
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
You can set full width but use this to keep the post content with margins
COPY CODE.single.single-post #main-container .article-content { max-width: 1280px; margin: 20px auto; }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,
Add the attached file after you unzip it to wp-content/themes/kleo-child/page-parts/
Note: Kleo child theme needs to be installed and activated
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,
This is odd… try to install and activate the plugin with the rest of the plugins de-activated and then install this plugin : https://wordpress.org/plugins/p3-profiler/ and use it to investigate this issue.
Personally, I don’t think it’s theme related
Ask to host to provide you a list of top high usage services from your site in a log 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
ModeratorNo problem
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Do you want to remove the @ or to replace it with another character ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 21, 2016 at 19:13 in reply to: Broken featured products page and double sharing options #136818Radu
ModeratorNot marked as solutionRadu
ModeratorIf you will paste this css instead the old one that i have provided to you it works ?
COPY CODEdiv.activity-comments form.ac-form {display:none !important; }If not try with this
COPY CODE#buddypress div.activity-comments form {display:none !important; }If not try with this
COPY CODEdiv.activity-comments form {display:none !important; }If you have cache don’t forgot to empty the cache
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