Forum Replies Created

Viewing 40 posts - 3,321 through 3,360 (of 11,328 total)
  • Author
  • in reply to: News Highlight Element #82661
     sharmstr
    Moderator

    For 2 side by side, you can try this css on the page

    COPY CODE
    
    .news-highlight article {
        width: 49% !important;
        float: left;
        padding-right: 5px;
    }
    

    For 1 big with a list on the right, use the New Focus shortcode instead.

    You can use this css on the page to hide the meta

    COPY CODE
    
    .post-meta {
        display: none !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: Visual Composer 4.7.4 not working #82660
     sharmstr
    Moderator

    reassign admin rights please.

    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: Testimonial Author/Title Text #82657
     sharmstr
    Moderator

    You have an error in your css. There’s a random “3” in there. Also, try it with !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: Cart menu transparent in unwanted fashion #82598
     sharmstr
    Moderator

    try this in your quick css

    COPY CODE
    
    .kleo-toggle-menu .kleo-toggle-submenu {
    z-index:1600 !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: Visual Composer elements lot loading #82593
     sharmstr
    Moderator

    Ooops. I just click on the link you supplied

    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: Testimonial Author/Title Text #82567
     sharmstr
    Moderator

    Try this

    COPY CODE
    
    .testimonial-meta {
    font-size: 20px;
    }
    

    Change the size to suit

    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 row spaces on a single page #82566
     sharmstr
    Moderator

    Looks like each line is in its own section now. So you’ll need to go into the row settings and set the top and bottom padding to 0

    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: Social Articles Conflict? #82561
     sharmstr
    Moderator

    It may be a conflict with one of the many plugins you have installed. Have you looked for a plugin conflict? If you temporarily enable the WP 2015 Theme, does it show up?

    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 customization #82559
     sharmstr
    Moderator

    Buddypress uses templates, not pages that you can edit within the WP Admin. If you want to add profile fields you can do that from WP Admin > Users > Profile Fields. As I said before, if you want to add a captcha, look for a captcha plugin that is compatible with Buddypress. A lot of us use Wangguard instead of a captcha.

    Also, I highly recommend that you read the buddypress documentation. Its important to note that Kleo stylizes Buddypress. The buddypress functionality comes from the plugin itself so its really important to know what it does and how to configure it: https://codex.buddypress.org/

    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: Button action #82558
     sharmstr
    Moderator

    If you download the full kleo package from Themeforest, the 5x demo sliders are in there 🙂

    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: Visual Composer elements lot loading #82553
     sharmstr
    Moderator

    That’s not the link you gave me originally, so no, we were looking at different pages. The page in your image is throwing a 500 server error. Check your server error logs and/or look for plugin conflicts.

    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: Register page customization #82549
     sharmstr
    Moderator

    Buddypress registration page is handled by php templates and filters/actions. You should find a captcha plugin that’s compatible with buddypress. If you want to customize the page beyond adding new fields, you have to know PHP and you’ll have to copy /kleo/buddypress/members/register.php to your child theme then edit 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: Button action #82548
     sharmstr
    Moderator

    Did it happen after you updated revslider? There are new demos for 5x of revslider. Your old slider might not be compatible.

    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: Visual Composer elements lot loading #82546
     sharmstr
    Moderator

    The grid loads pretty quick for me. The image at the top takes a long time to load. Try reducing the size of 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: Removing row spaces on a single page #82544
     sharmstr
    Moderator

    Hmmmm, you can try this

    COPY CODE
    
    .wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .wpb_button {
        margin-bottom: 0 !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: Button action #82543
     sharmstr
    Moderator

    Cant help because of the coming soon 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: Hiding items in Buddypress Profile Cover Area #82542
     sharmstr
    Moderator

    You can try this. I have no idea if it will work since you are refusing to give me a link.

    COPY CODE
    
    #buddypress .kleo-isotope>.kleo-masonry-item, #buddypress .kleo-isotope>li {
        width: 50%;
    }
    
    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 can i put a word before a metadone #82526
     sharmstr
    Moderator

    LOL 🙂

    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: Hiding items in Buddypress Profile Cover Area #82524
     sharmstr
    Moderator

    It changes as information is added. They are not hard set. Again, if you provide a link I can help.

    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: Visual Composer 4.7.4 not working #82482
     sharmstr
    Moderator

    In the chrome developer console. Again, look for plugin conflicts.

    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: Social media icons on user profiles #82481
     sharmstr
    Moderator

    I’m not a sir. You can contact dev@seventhqueen.com for a quote on custom work.

    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: Hiding items in Buddypress Profile Cover Area #82480
     sharmstr
    Moderator

    I need a link and credentials

    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: Buddypress icon color #82454
     sharmstr
    Moderator

    Try this in your quick css

    COPY CODE
    
    .main-color #buddypress div#item-nav ul li a:before {
        color: pink !important;
    }
    
    #buddypress div#item-nav ul li.current a:before {
        color: green !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: Social media icons on user profiles #82452
     sharmstr
    Moderator

    Try this in your quick css

    COPY CODE
    
    .buddypress div#item-header div#item-meta {
        clear: both !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: Visual Composer 4.7.4 not working #82449
     sharmstr
    Moderator

    Your site is throwing jquery errors. A few things to check

    1 – Disable plugins to look for a plugin conflict.

    2 – You have caching enabled. Did you clear your cache after updating? According to the notice in WP Admin, you didnt.

    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: Category/Tag posts are not showing #82435
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: Category/Tag posts are not showing #82434
     sharmstr
    Moderator

    The pages are displaying fine for me. Screen shot in private response.

    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: The group member page doesn’t show any members #82433
     sharmstr
    Moderator

    You can see that the page is not processing fully. Look for plugin conflicts by disabling all plugins, check to make sure the page works, then enable each plugin one by one to find the 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: Visual Composer 4.7.4 not working #82432
     sharmstr
    Moderator

    Those warnings are fine. Respond privately with a link and credentials.

    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: Visual Composer 4.7.4 not working #82430
     sharmstr
    Moderator

    What themeforest code? People get confused as to which code that is. It needs to be the API key that you set up in your themeforest account.

    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: Remove white gaps between rows #82428
     sharmstr
    Moderator

    The H2 elements have a bottom margin. Click on the gear icon in VC and add this css

    COPY CODE
    
    h2 {
        margin-bottom: 0px !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: Hiding items in Buddypress Profile Cover Area #82419
     sharmstr
    Moderator

    Try this in your quick css

    COPY CODE
    
    #buddypress .update {
        display: none !important;
    }
    #latest-update {
        display: none !important;
    }
    #post-mention {
        display: none !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: Remove white gaps between rows #82411
     sharmstr
    Moderator

    Please provide a link so I dont have to set this up on my test 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: Remove white gaps between rows #82406
     sharmstr
    Moderator

    Need to see a link in order to help.

    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

    Try this in your quick css. Adjust to suit.

    COPY CODE
    
    .kleo_text_column p {
        font-size: 40px !important;
        line-height: 40px !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: CSS for mobile #82401
     sharmstr
    Moderator

    Try this in your quick css

    COPY CODE
    
    @media (max-width: 991px) {
    #header .navbar-nav>li>a {
        font-size: 24px !important;
    }
    #header .navbar-nav .dropdown-menu li a {
        font-size: 24px !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: Items are too high (behind menu/header) #82395
     sharmstr
    Moderator

    Turn of “transparent main menu” in Theme Options > Header. Only turn it on for pages that need 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: Social media icons on user profiles #82394
     sharmstr
    Moderator

    Need to see a link in order to give you the css needed.

    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 can i put a word before a metadone #82393
     sharmstr
    Moderator

    The meta info is generated by the kleo_entry_meta function located in /kleo/functions.php. Copy that function to your child theme’s function.php file and edit as you wish.

    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: text Profile fields has ahref #82392
     sharmstr
    Moderator

    That’s standard for Buddypress. https://buddypress.org/support/topic/extended-profile-fields-are-adding-spontaneousinncorrect-links-to-data/

    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 - 3,321 through 3,360 (of 11,328 total)

Log in with your credentials

Forgot your details?