Forum Replies Created
-
Author
-
June 10, 2016 at 18:59 in reply to: Creating a modified activity stream on front page of site #125211
Radu
ModeratorNot marked as solutionRadu
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
Radu
ModeratorHi,
Let’s try again with this, if this is not ok for you use the previous css
COPY CODE@media only screen and (orientation: portrait) { .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width:48%;} .woocommerce ul.products li.product figure figcaption {display:none !important; } .woocommerce ul.products li.product:nth-of-type(2n+1) {clear:both; } .woocommerce ul.products li.product:nth-of-type(3n+1) {clear:none; } }
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 told you the credentials are not correct
COPY CODEERROR: The username or password you entered is incorrect. Lost your password?
I don’t know if this can be resolved today, depends by many factors
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,
Replace the css provided to you earlier with this
COPY CODE@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) { .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width:48%;} .woocommerce ul.products li.product figure figcaption {display:none !important; } .woocommerce ul.products li.product:nth-of-type(2n+1) {clear:both; } .woocommerce ul.products li.product:nth-of-type(3n+1) {clear:none; } }
And 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
ModeratorHi, Great !!! 1. I see that you have already added featured image and the featured img is fullwidth width sidebar i think you have solved meanwhile 2. Look at this video : https://drive.google.com/file/d/0Bxo5b6iHWRMwVU16aVlRZTYzRUU/view.kleo-page-header img.my-custom-page-header-img { width: 100%; height: 350px !important; }
If the image look stretched you should upload a image with same image rations or a wider image with original resolution like this from example : width 1000px height 350px Using this method you cannot have parallax or position fixed 4. What do you mean ? If you are interested for our developing service please contact our project manager cornel@seventhqueen.com Cheers R.Radu
ModeratorHi,
If you want to style an element like span or a or div just add to it a class
Example
COPY CODE<span class="myfavouritecolor">This is a text bla bla</span>
Then if you add in css this
COPY CODE.myfavouritecolor {color:red !important; }
So you can do this for any element and you should be able to do that
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 31, 2016 at 19:18 in reply to: Modify the “share” social media icons on woocommerce single product page #123812Radu
ModeratorNot marked as solutionRadu
ModeratorYou can hide that message by using this css
COPY CODE.directory.members p.lead { display: none !important; }
Css can be added to wp-admin -> theme options -> styling options -> 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 solutionMay 30, 2016 at 16:49 in reply to: Modify the “share” social media icons on woocommerce single product page #123585Radu
ModeratorNot marked as solution -
AuthorPosts