Forum Replies Created
-
Author
-
sharmstr
ModeratorYou should be at 2.3 for both Kleo and k-elements. Tags were introduced for Portfolio items, but not sure how that would effect pages. I’ll install that plugin and see if I have the same issue.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAre you saying some widgets aren’t displaying for non-logged in users? Maybe because they are only specific to logged in users? Or are you looking for a plugin that will do that? If so, use Conditional Widgets.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorrtMedia pro does this.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou cant access (see) the register page if you’re already logged in. Log out an then go to yoursite.com/register. 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou need to change the icon in the individual item, not the grid that holds all the items. So, instead of clicking on the pencil at the top of the grid, hover you mouse over the actual “Featured Item” and click on the pencil that pops up. That will bring up “Featured Item settings” instead of Featured Grid settings. Below the text editor is an icon drop down. Select whatever icon you want.
The clients shortcode grabs whatever clients and their associated logos from the clients section in the admin. WP Admin – Clients. (If I’m not understanding this correctly, please let me know.)
For the third issue, are you merely trying to work around the clients issue by using a featured grid? That circle that pops up is the outline of the icon, when I’m guessing you have set to none (“blank”). See explanation 1 for what I’m talking about.
Again, let me know if this gets you closer and what else you need.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorDid this solution work for you? Please let me know so we can close this issue.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNo response after 6 days. Marking resolved. Will be happy to reopen if you want to send me the info I’ve requested. Thanks!
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorLooks like this has been solved. Please confirm.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIf you leave this topic unresolved hoping that it will get added eventually, it probably will get lost. Add it to feature requests and it wont. https://archived.seventhqueen.com/forums/topic/kleo-features-requests/page/4
And from experience I can tell you that this is not an easy add. Once you add it there, people will expect to be able to show the number of likes, who liked it and give you the ability to unlike it… oh yeah, they will probably want notification of the like as well. That’s why there is only one plugin out there that does this and it doesnt work very well.
https://wordpress.org/plugins/buddypress-like/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat’s in page-parts/general-before-wrap.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHavent tested this, but you can probably copy header.php to your child theme and do a conditional check for the type of page you are on.
pseudo code
COPY CODE<?php if ( is_archive() || is_home() ) { $bgColor = '#e9e9e9'; } else { $bgColor = '#fff'; } ?> <body <?php body_class(); ?> style="background-color:<?php echo $bgColor; ?>;" itemscope itemtype="http://schema.org/WebPage">
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYep. I added is_product_category because I thought you wanted that.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTechnically, none of those examples have the image centered. The ones you think are centered, aren’t. But put this in your child css to fix that.
COPY CODE.portfolio-image img { display: block; margin: auto; }
Let me know if that works for you.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator2.8? 😀
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNo. Its a private site.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAnd for what its worth. My site is strictly https and it doesnt happen on my site.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYes on https because that’s the links you gave me.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorStill works. I can even watch the css change from 88px to 44px and back to 88 px.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorDoesn’t happen to me on that page either. I’m running Version 39.0.2171.95 m. Maybe try clearing your cache so it gets a fresh copy of the jquery that controls that?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorDo you also have an issue when you look at the demo pages?
http://seventhqueen.com/themes/kleo/home-default/
http://seventhqueen.com/themes/kleo/activity/
http://seventhqueen.com/themes/kleo/blog/Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI did check the activity page originally (along with the homepage). I just checked again the blog and activity pages are working. I’m using Chrome.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI went to your site and the logo expands as it should. I tested with Chrome.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPlease quit putting my name on all of these questions. I dont work here. I’m a user like you. Hire someone who knows WordPress, CSS and PHP to help you with all of your customization requests.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI dont see a demo of that on Revolution Sliders site, so not sure if its really possible.
But in looking that the source code of the demo link you provided, basically they create a div, all by itself that holds the slider. The div css is
COPY CODEelement.style { position: fixed; top: 0; z-index: -1; overflow: hidden; width: 100%; background: #fff; }
What all that means is fix the div (position: fixed) at the very top (top: 0), make it 100% wide and layer it under everything else on the page (z-index: -1);
You can try creating that with Visual Composer by creating a row to hold your slider and adding that css to the page.
Good luck.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPlease search. Since you’re not running the child theme, I suggest going the plugin route.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHi everyone. Its super simple to figure out what font is being used. All you need to do is look at the css. I’ve explained how to do that here. https://archived.seventhqueen.com/forums/topic/where-is-the-css-of-the-rtmedia-masonry-gallery-for-kleo#post-37801
Anyhow, according to the css its loading Great Vibes.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatordid you get a chance to test this?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou add it to the css that was in the other topic.
COPY CODE.icon-megaphone:before { color: red; border: 1px solid #fff; }
You should consider hiring someone with php, html and css knowledge.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe page I was referring to was the link I sent you. The link only had info on how to change the icon and not the border.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorOh. To change the border you’d add border: #fff 1px solid; to the css you’ll find on the other page.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou can do that by searching 🙂
https://archived.seventhqueen.com/forums/topic/coloured-featured-icons
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI just tested the solution I gave you on my site and it change the title of the browser window right away. Maybe its a caching issue on your site.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorChange the page title to Forums in page editor.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorBecause you are still in the members section. http://www.yoursite.com/members/membername/forums
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator“Likes” are only for blog posts. You can find that in Theme Options – Blog
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorMarking unresolved and assigning to @abe so he can see the typo issues.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorand maybe even
COPY CODEfunction hide_price_filter() { if ( is_shop() || is_product_category() ) { echo '<script>jQuery( ".widget_price_filter" ).hide();</script>'; } } add_action('wp_footer', 'hide_price_filter');
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorhere
COPY CODEfunction hide_price_filter() { if (is_shop()) { echo '<script>jQuery( ".widget_price_filter" ).hide();</script>'; } } add_action('wp_footer', 'hide_price_filter');
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorDo you have Kleo 2.3 and K-Elements 2.3 installed?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorBut you still have a permissions issue. Look at the first error.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts