Forum Replies Created
-
Author
-
September 20, 2016 at 17:54 in reply to: Q re: Advanced Modification: Show featured image full width before the content area #136661
Radu
ModeratorPlease provide the post URL and if i need an account to see the the content provide 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,
add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODE#top-social li i{ font-size: 20px; } #top-social li a { font-size:15px; }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 the Kleo Posts element from Visual Composer you have the possibility to set how many posts to pull, see the below screenshot :

But Kleo Posts element doesn’t have the pagination or load more feature.But you can use Post Grid element that haves those features.
In general having lot of videos embeded in a page browser will crash.
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,
Check you page in backend and open the portfolio element and in image size field specify a image dimensions.

If the new sizes don’t appear on the site install and use this plugin : https://wordpress.org/plugins/regenerate-thumbnails/
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,
By disabling all plugins except BuddyPress that will work ?
By de-activating child theme beside all plugins except BuddyPress this will work ?
This will work with a WordPress default theme and all plugins activated ?
This will work with a WordPress default theme and all plugins de-activated ?
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
ModeratorSo,
Using this file : https://archived.seventhqueen.com/forums/topic/revolving-clients/#post-46394 by adding it to : kleo-child/k_elements/ the clients should be displayed randomly.
This it works because i’ve tested
Note : 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 solutionSeptember 20, 2016 at 17:20 in reply to: wide image in top image on one page but not working in another #136647Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
I tested the plugin it’s nice btw, but indeed using portfolio shortcode you cannot pull data from other post type, but you can use the rest of the elements to pulling data… Kleo Post or Post Grid
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 the theme settings work but not always it means that there can be a server setting like wp memory limit to can identify 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 it’s something related to the php memory allocation you should follow this : http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html
Let me know
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionSeptember 20, 2016 at 16:17 in reply to: Broken featured products page and double sharing options #136638Radu
ModeratorNot marked as solutionRadu
ModeratorNo, you don’t lose anything, if you have child theme installed you should to activate back the child.
You can check if it’s any error like you have done in first post where you have posted this : http://4motion.pl/zrzuty/2016-09-09_172158.png
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorDO you have added some widgets to that sidebars ? check in wp-admin -> appearance -> widgets -> add items to -> Shop Sidebar.
Can you please provide to me link url where i can see this ?

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 20, 2016 at 15:59 in reply to: My shop is display images very large and only one product #136626Radu
ModeratorWith this css
COPY CODE@media(min-width:1000px) { .woocommerce-page .related ul li.product img, .woocommerce-page .related ul.products li.product img { max-width:300px !important; margin:0 auto; } }For the previous CSS there it’s a mistake on @media(min-width:100px) it should be 1000 not 100 add the missing 0
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorPlease provide the new ftp details to please
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 20, 2016 at 15:52 in reply to: Add badges under cover photo depending on profile fields #136624Radu
ModeratorThank you
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
use these selectors and replace red with your desired color
COPY CODE#buddypress form#whats-new-form #whats-new-options select { border: 1px solid red; } .customSelect.customSelect { bordeR:1px solid red !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,
Provide link url from that screesnshot and an user and password if the profile cannot be viewed by guests
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 is no quick code for the functions.php file
But you will have to copy this file : /wp-content/themes/kleo/page-parts/general-header-section.php to /wp-content/themes/kleo-child/page-parts/general-header-section.php then in this location you will have to open the general-header-section.php from child and around line 152 replace the highlited code with your address

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
Do you have tried to change the browser ?
Maybe a keyboard key it’s stuck somehow ?
Do you have tried from another computer ?
This is an odd behaviour
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 19, 2016 at 18:41 in reply to: My shop is display images very large and only one product #136545Radu
ModeratorHi,
The image it’s stretched in all available space you can use this css to limit the width of the image
COPY CODE@media(min-width:100px) { .images .kleo-images-wrapper img { max-width:400px;} }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
ModeratorHi,
I saw that you have an old version of Kleo in newer versions these it’s not displayed by default from what i remember.
So, in first instance update Kleo theme to latest version and also the plugins from wp-admin -> appearance -> install plugins
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
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
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
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 solutionSeptember 19, 2016 at 18:31 in reply to: Add badges under cover photo depending on profile fields #136538Radu
ModeratorGreat
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 solutionSeptember 19, 2016 at 18:31 in reply to: My revolution slider button won’t work no matter what I try #136537Radu
ModeratorAll buttons should work without any problem from now
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 19, 2016 at 18:14 in reply to: Add badges under cover photo depending on profile fields #136534Radu
ModeratorHi,
Add these CSS declarations for the badge div to make sure to don’t overlap items…
COPY CODEdiv#badges { clear: both !important; width: 100%; display: inline-block; }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,
Where i can find this plugin to can test it locally ? provide 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,
Add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODE.post-title { font-weight: bold; }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 plugin ; https://wordpress.org/plugins/cb-change-mail-sender/
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