Forum Replies Created

Viewing 40 posts - 7,281 through 7,320 (of 11,328 total)
  • Author
  • in reply to: Lost pricing table for PMPro #56732
     sharmstr
    Moderator

    Actually before you do that, enable the Kleo parent theme and see if the levels page works. If it does that means you still have files in your child theme. By defeault you should only have styles.css and funtions.php in the child theme. You only add pages to the child theme if you plan on customizing them.

    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: Lost pricing table for PMPro #56731
     sharmstr
    Moderator

    Just reinstall. All your changes should be in the child theme so they wont get overwritten. All the theme options are stored in the db.

    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: Format for blog pages #56726
     sharmstr
    Moderator

    Well, it does format it a bit different, but for the most part the media is at the top of the page and the content is below it.

    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: Lost pricing table for PMPro #56725
     sharmstr
    Moderator

    What did you do? Even if you moved the paid-membership-pro folder from kleo to kleo-child, that wouldn’t cause that to happen. Only if you moved it from the pmpro plugin folder. Anyhow, maybe you need to clear your cache.

    You can use chrome dev tools to see what’s going on. Right click on the page and select inspect element.

    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 group subnav #56724
     sharmstr
    Moderator

    Assuming devoir is the slug name, probably something like

    COPY CODE
    
    'parent_url' => $group_permalink . "/devoir";
    'parent_slug' => bp_get_current_group_slug() . "/devoir";
    
    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: Lost pricing table for PMPro #56722
     sharmstr
    Moderator

    Looks like its missing the Kleo template from /kleo/paid-membership-pro/levels.php. Also you site is throwing 404 errors on bbpress.css.

    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: Upgrading Plugins – Golden Rule #56709
     sharmstr
    Moderator

    Funny thing is that I was born and raised in America and in 45 years I’ve never once heard someone use “my good sir” when talking to a woman. Nice try. Anyhow, I was just wondering why so many people assume they are talking to a man when talking about code. No big deal. Moving on….

    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: Dynamic.CSS is overwriting Font Colors #56707
     sharmstr
    Moderator

    Cool.

    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: Dynamic.CSS is overwriting Font Colors #56703
     sharmstr
    Moderator

    I think we sent messages at the same time. Did you try the second h3 code I gave 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: Dynamic.CSS is overwriting Font Colors #56698
     sharmstr
    Moderator

    Probably because of the #main. Again, its hard to tell you exactly what to do without seeing where this is. But you can try setting the hover on H3 globally.

    COPY CODE
    
    h3 a:hover {
      color: red !important;
    }
    
    
    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: Dynamic.CSS is overwriting Font Colors #56694
     sharmstr
    Moderator

    That’s correct. They dont. You can add them.

    COPY CODE
    
    #main .main-color h3 a:hover {
      color: red;
    }
    
    
    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: Dynamic.CSS is overwriting Font Colors #56692
     sharmstr
    Moderator

    And also, those H3 titles have no rollover effect. 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: Dynamic.CSS is overwriting Font Colors #56690
     sharmstr
    Moderator

    In your images, the post H3 titles are controlled by Styling Options > Main > Text Color.

    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: Dynamic.CSS is overwriting Font Colors #56685
     sharmstr
    Moderator

    Its hard to help without access.

    Topic titles are set in Styling Options > Main > Link color & Hover Link color.

    You can put your css changes in quick css. If they are being overriden, make sure you put !important on them. Something like

    COPY CODE
    
    
    .main-color a:hover {
    color: red !important;
    }
    
    
    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: Dynamic.CSS is overwriting Font Colors #56680
     sharmstr
    Moderator

    I apologize, I’m completely wrong about dynamic.min.css. Anyhow, as I said, that css file is built based on the values you select in Theme Options > Styling.

    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: Dynamic.CSS is overwriting Font Colors #56679
     sharmstr
    Moderator

    Link please.

    If you dont have dynamic.min.css you’ve either turned on dev mode or you’re running an old version of Kleo.

    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: Dynamic.CSS is overwriting Font Colors #56676
     sharmstr
    Moderator

    If you haven’t turn on Development mode in Theme Options > Misc, the dynamic.min.css is what’s loaded.

    That file is generated with the values you set in Theme Options.

    So, what is your actual issue? Can I have an example of the problem?

    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: Post Login URL #56673
     sharmstr
    Moderator

    Theme Options > Misc > Login redirect. If you need more options, you can try Peters Login Redirect plugin. If you need to control it for facebook login, check out this post: http://sharmstr.com/login-redirect/

    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: Kleo updates #56671
     sharmstr
    Moderator

    No, they dont happen automatically. Make sure you set up your API on themeforest correctly and have added it to Theme Options > Theme Update. This will allow you to be notified in WP Admin of new Kleo updates. You’d still have to click the update button to install. If you have your API key set up correctly on Themeforest and you’ve copied it correctly into theme options, then contact Themeforest. Its their system that does the notification.

    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: flashmediaelement #56669
     sharmstr
    Moderator

    Your site is throwing a bunch of errors.

    VC 4.4.3 can be found in the latest Kleo download from theme forest

    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

    Attachments:
    You must be logged in to view attached files.
    in reply to: Creating a social platfrom #56657
     sharmstr
    Moderator

    You can contact the 7th Queen team directly (I’m a user like you) to see if they want to quote it. But really, the styling part is the least of it so you dont necessarily need someone who knows Kleo. The bulk of the work would be behind the scenes.

    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: Forum page don't show nothing #56655
     sharmstr
    Moderator

    Settings > Forums

    https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/

    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: Remove Pinterest from article? #56654
     sharmstr
    Moderator

    Put this in quick css

    COPY CODE
    
    span.kleo-pinterest {
      display: none;
    }
    
    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: "Like" Button doesn't work #56648
     sharmstr
    Moderator

    Yes. Its internal.

    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: Creating a social platfrom #56647
     sharmstr
    Moderator

    Its possible, but it would take a lot of custom programming. There are plugins that will allow you to have vendors and other types of accounts on your system, but making them all work nicely together AND changing the profile layout will be the custom piece.

    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: "Like" Button doesn't work #56644
     sharmstr
    Moderator

    What plugin are you using to add the facebook like button? That’s not standard in Kleo.

    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: Gap element missing #56637
     sharmstr
    Moderator

    You are running an extremely old version of Visual Composer. Whenever you upgrade Kleo, you have to make sure you upgrade the other plugins as well: https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme

    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: Best social login plugin #56634
     sharmstr
    Moderator

    Oneall works pretty well. You just have to make sure you turn of registration via social.

    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: Format for blog pages #56630
     sharmstr
    Moderator

    The format doesnt change on the individual posts, really. They change on the blog listing. 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: KLEO install fails #56629
     sharmstr
    Moderator

    Please search before posting

    https://archived.seventhqueen.com/forums/topic/installation-are-you-sure-you-want-to-do-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: Blog pagination no working (anymore) #56622
     sharmstr
    Moderator

    Yes. You’re welcome.

    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

     sharmstr
    Moderator

    Sorry. Yes. At the bottom of this: http://sharmstr.com/login-redirect/

    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: Change Links on Main Menu from White #56618
     sharmstr
    Moderator

    Theme Optons > Styling > Header > Link Color

    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: Internal linking/call to action #56617
     sharmstr
    Moderator

    That’s what I’ve showed you. You set the element ID on the section you want to scroll to, not on the row that has the button.

    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: Blog pagination no working (anymore) #56616
     sharmstr
    Moderator

    I figured it out. You had the category base set to articole and your posts are set to “articole”. You were confusing it.

    Also, you havent updated Visual Composer.

    I updated to the latest WP for you as well.

    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: Blog pagination no working (anymore) #56614
     sharmstr
    Moderator

    The same thing happens with the WordPress 2015 Theme so its not a Kleo issue. I’ll spend a few more minutes looking at it.

    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: Internal linking/call to action #56611
     sharmstr
    Moderator

    Can you give me more details on what you’re trying to do and how you’re trying to do it?

    You can set a “Element ID” on a row (section) that will be an anchor point. Then you can create a button to scroll to that anchor by putting “#yourelementid” in the button URL.

    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

    Attachments:
    You must be logged in to view attached files.
    in reply to: links not clickable in video background header #56607
     sharmstr
    Moderator

    No problem. If you look at the top of this thread, so did I 🙂

    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: Blog pagination no working (anymore) #56606
     sharmstr
    Moderator

    can you give me access to your dev 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: Upgrading Plugins – Golden Rule #56564
     sharmstr
    Moderator

    I’m not a Sir. Why would you assume 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

Viewing 40 posts - 7,281 through 7,320 (of 11,328 total)

Log in with your credentials

Forgot your details?