Forum Replies Created

Viewing 40 posts - 9,601 through 9,640 (of 11,328 total)
  • Author
  • in reply to: Problem with tags for pages #39371
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Non-Logged in visitors can't see sidebar content #39369
     sharmstr
    Moderator

    Are 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Voting on user uploaded video content #39368
     sharmstr
    Moderator

    rtMedia pro does this.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Register Page #39351
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Cannot change standard icons in Home template #39346
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Removing Post Types & Featured Image Spacing #39341
     sharmstr
    Moderator

    Did 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Problems with layout after update #39340
     sharmstr
    Moderator

    No 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: New Post – ending phenomenaeshop #39339
     sharmstr
    Moderator

    Looks 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Add 'likes' to group posts #39338
     sharmstr
    Moderator

    If 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Different Background Colors on Different Pages #39313
     sharmstr
    Moderator

    That’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Different Background Colors on Different Pages #39297
     sharmstr
    Moderator

    Havent 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Sidebar issue #39289
     sharmstr
    Moderator

    Yep. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How To Center Portfolio Feature Image On Page #39288
     sharmstr
    Moderator

    Technically, 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Targeting Clients #39188
     sharmstr
    Moderator

    2.8? 😀

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: LOGO Auto Resizing Issue #39089
     sharmstr
    Moderator

    No. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: LOGO Auto Resizing Issue #39044
     sharmstr
    Moderator

    And 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: LOGO Auto Resizing Issue #39043
     sharmstr
    Moderator

    Yes 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: LOGO Auto Resizing Issue #39040
     sharmstr
    Moderator

    Still 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: LOGO Auto Resizing Issue #39038
     sharmstr
    Moderator

    Doesn’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: LOGO Auto Resizing Issue #39036
     sharmstr
    Moderator

    Do 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: LOGO Auto Resizing Issue #39035
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: LOGO Auto Resizing Issue #39030
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Mobile Display Issue #39029
     sharmstr
    Moderator

    Please 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Full Width Backround Slider #39014
     sharmstr
    Moderator

    I 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 CODE
    
    
    element.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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Logged In question #38984
     sharmstr
    Moderator

    Please 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: X-mas and New Year Slider question #38982
     sharmstr
    Moderator

    Hi 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Sidebar issue #38947
     sharmstr
    Moderator

    did 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Icon color #38944
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Icon color #38929
     sharmstr
    Moderator

    The 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Icon color #38910
     sharmstr
    Moderator

    Oh. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Icon color #38909
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Forums Archive #38908
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Forums Archive #38894
     sharmstr
    Moderator

    Change 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Navigation Issue #38893
     sharmstr
    Moderator

    Because 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Add 'likes' to group posts #38862
     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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Some pointers #38840
     sharmstr
    Moderator

    Marking 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Sidebar issue #38837
     sharmstr
    Moderator

    and maybe even

    COPY CODE
    
    function 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Sidebar issue #38834
     sharmstr
    Moderator

    here

    COPY CODE
    
    function 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Let it snow shortode #38783
     sharmstr
    Moderator

    Do 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Template dosen´t work php WARNING #38778
     sharmstr
    Moderator

    But 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 40 posts - 9,601 through 9,640 (of 11,328 total)

Log in with your credentials

Forgot your details?