Forum Replies Created
-
Author
-
Radu
ModeratorHi, There is no option in theme panel that can do that you will have to modify a php file. 1. Make sure that you have installed and activated child theme 2. Copy this file to wp-content/themes/kleo/page-parts/general-header-section.php to wp-content/themes/kleo-child/page-parts/general-header-section.php Then open the file from wp-content/themes/kleo-child/page-parts/general-header-section.php look around line 133 you should see this :replace that with this
practically you replace with your website address Cheers R.May 23, 2016 at 19:41 in reply to: What is the recommended size of WooCommerce Product Images? #122807Radu
ModeratorNot marked as solutionRadu
ModeratorYou to man
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI see, and i’ve figure out what’s going on
If you delete this css from wp-content/themes/kleo-child/style.css ( last css rule ) the css will be applied, then you will be able to add a background for each element you need
COPY CODE.kleo_text_column { background-image: url("http://jezzhappiness.nl/wp-content/uploads/2015/12/Websiteachtergrond.jpg"); background-repeat: repeat-x; background-size: cover; background-attachment: fixed; background-position: center top; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 23, 2016 at 18:08 in reply to: Does bootstrap version deference between kleo and k-elements and js-composer make cause? #122778Radu
ModeratorNot marked as solutionMay 23, 2016 at 18:07 in reply to: Cannot upload “home get connected” demo page to my website frontpage #122777Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
1. You will have apply this css
COPY CODE@media(max-width:700px) { .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width:48%;} .woocommerce ul.products li.product figure figcaption {display:none !important; } }We cannot have same behavior on mobile as on the desktop because the informations (sold by etc..) are visible on mouse hover on the mobile devices we don’t have a mouse, in this case i’ve hidden these only on mobile with the provided css second line
It’s ok ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 23, 2016 at 17:27 in reply to: Change login-position in mobile version / Unwanted space in mobile version #122771Radu
ModeratorHello,
The cronjobs for the pmpro can be a cause
Read more a the links above :
https://wordpress.org/support/topic/paid-memberships-pro-1871-causes-very-high-database-writes
http://www.paidmembershipspro.com/deleting-oldextra-cron-events/I see that you avatars still doesn’t work, from what i’ve read on the bp forums a possible solution can be by deleting the htaccess file… (rename it) then go to wp-admin -> settings -> permalinks put it on the default and save changes and try again, on the testing subdomain install the avatar still works after moving right ?
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
ModeratorGuys are all clear ?
Can i mark the topic as resolved ?
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