Forum Replies Created
-
Author
-
September 27, 2016 at 17:39 in reply to: border-left color of posts listed according to category in masonry grid of blog and archive page #137321
Radu
ModeratorHi,
We have the category name into a class attached to the body element to can style any element in any page.

In your case you will have
COPY CODE.category-news .masonry-listing .category-news .post-title { border-left: 6px solid #c90c33; }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, i see, but please tell me if you de-activate all plugins except Woocommerce and check again.
Also try to de-activate the child theme for testing.
Let me know, if this will not work provide admin credentials in a private reply, but check what I’ve advised you first 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
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
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
ModeratorAdd and use this css
COPY CODEh1.page-title {font-weight: bold;}Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket 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
ModeratorHi,
Add this CSS to wp-admin -> theme options -> general settings -> quick css
COPY CODE@media screen and (max-width: 480px) { .logo img { max-width: 240px; } }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorTry to activate parent then back child
And also try to de-activate all plugins then check again
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 solutionSeptember 26, 2016 at 19:19 in reply to: Pop up and widget login landing on a wp-login blank page #137227Radu
ModeratorNot marked as solutionRadu
Moderatorok
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI’ve asked to provide correct wp admin login credentials without them i cannot provide nothing because i cannot see any dropdown menu on your site
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorUse,
this css
COPY CODE@media(max-width:620px) { a.btn.kleo-show-login.with-icon.btn-link.btn-lg { font-size: 1em; } }the font size is to large that’s because
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 recommended CSS for that
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,
What title, provide a screenshot that points out the title
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 somehow js errors in chrome console ?
If you de-activate all plugins except Visual Composer and K-elements this continue to happens ?
If you de-activate child theme this continue to happens ?
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 should play with this king of plugin : https://wordpress.org/plugins/if-menu/
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 here : https://www.youtube.com/watch?v=e1fLpukxW5s
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
If you de-activate all plugins except BuddyPress this continue to happens ?
If you de-activate child theme this continue to happens ?
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 way to delete from theme files because on theme update this will be back…
Let me know what you want to do, i think you need some css selectors to can control the font size, the font color etc ?
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,
I see, you haven’t specified that you are using a laptop with touchscreen, currently we are working on this and on next theme update this will be fixed, meanwhile add this css to wp-admin -> appearance -> theme options -> Quick CSS
COPY CODEhtml.touch #sidemenu-wrapper .sidemenu-main .scroll-container { overflow-y:hidden !important; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorI don’t think it’s CSS related because I’ve placed all of these in a span and then I’ve tried with a p tag using those tags you should see content inline… i think the wp closes automatically some tags… why you don’t use simply delete text ?
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorJust remove the file that i have provided to you if you want to remove the edit link that you have asked for.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 26, 2016 at 18:13 in reply to: Broken featured products page and double sharing options #137203Radu
ModeratorNot marked as solutionSeptember 26, 2016 at 18:07 in reply to: border-left color of posts listed according to category in masonry grid of blog and archive page #137202Radu
ModeratorHi,
There are selectors for every post template change the color code with your desired color code
COPY CODE.masonry-listing .format-video .post-title { border-left: 3px solid #07baf4; } .masonry-listing .format-standard .post-title { border-left: 3px solid #8a52ad; } .masonry-listing .format-image .post-title { border-left: 3px solid #fc604a; } .masonry-listing .format-gallery .post-title { border-left: 3px solid #43ae9e; } .masonry-listing .format-audio .post-title { border-left: 3px solid #367bb7; } .masonry-listing .format-link .inner-content { margin-top: 10px; border-left: 3px solid #00c5c4; } .masonry-listing .format-aside .post-title { border-left: 3px solid #ee2534; }This 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. Ticket 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
ModeratorDo you use somehow a plugin or a function that checks of user haves an avatar uploaded ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 26, 2016 at 17:42 in reply to: Q re: Advanced Modification: Show featured image full width before the content area #137197Radu
ModeratorCheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts