Forum Replies Created

Viewing 40 posts - 4,401 through 4,440 (of 11,328 total)
  • Author
  • in reply to: making Contact form 7 columns #72140
     sharmstr
    Moderator

    Give your divs IDs and add some css to your quick css to float the divs

    COPY CODE
    
    <div id="col1">
    <p>Your Name (required)<br />
        [text* your-name] </p>
    
    <p>Your Email (required)<br />
        [email* your-email] </p>
    </div>
    <div id="col2">
    <p>Subject<br />
        [text your-subject] </p>
    
    <p>Your Message<br />
        [textarea your-message] </p>
    
    <p>[submit "Send"]</p>
    </div>
    
    COPY CODE
    
    #col1, #col2 {
        float: left;
    }
    
    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: main menu on the top of video full width #72139
     sharmstr
    Moderator

    Your page isnt loading. But you probably havent set up the Theme General Settings section of the page (I’m not talking about Theme Options in wp admin). Edit the page, scroll down to Theme General Settings, select transparent main menu, then click on title tab and hide title, breadcrumbs and main info.

    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 Resume Page for Members #72138
     sharmstr
    Moderator

    The easiest thing to do is use the built in BP xprofile fields to create it. You can even change the name of the Profile tab to Resume. Giving the users access to build a page using VC is a bad idea in my opinion. You’re opening yourself up for a ton of support 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: php error – pro membership and rtmedia #72137
     sharmstr
    Moderator

    I’m not getting that error on any of my sites. What versions of PMPro and rtMedia are you running. Do you have any addons installed? If so, which ones? Have you checked 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: Title doesn't show on the Product Page in WooCommerce #72136
     sharmstr
    Moderator

    Looks like your page is broken. You can see the sidebar divider has a gap. I’ll need to see a link and possibly need access to really see what’s going 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: How can i add a specific sidebar for members page #72135
     sharmstr
    Moderator

    Edit the members page and select the sidebar you want to use.

    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: hide bp profil search on the resister page #72134
     sharmstr
    Moderator

    I dont see a search form on your register 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

     sharmstr
    Moderator

    I tested this scenario and cant reproduce your issue. Both guests and non-admins could view the posts using a tag filter just fine. Have you looked 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: Dynamic Link Question #72130
     sharmstr
    Moderator

    Install Peters Login Redirect plugin. It has a ‘username’ variable.

    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

    I know there is but I dont remember it off the top of my head. Take a look through the buddypress documentation or search their forum. I’m sure its been discussed to death. https://codex.buddypress.org/developer/template-tag-reference/

    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 Posts #72087
     sharmstr
    Moderator

    Where are you talking about? The meta? If so that’s in /kleo/functions.php. Look for the kleo_entry_meta function.

    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 impossible to overwrite? #72085
     sharmstr
    Moderator

    Is it set in your child styles.css right now? Because I dont see it in there: http://www.ibogainealliance.org/wp-content/themes/kleo-child/A.style.css.pagespeed.cf.qY9INfn3M3.css

    I really think you need to rebuild your pagespeed cache.

    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

    Yes. Change it to your slider.

    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

    Revolution slider has been a shortcode since day 1. 🙂

    Anyhow, add this to your functions.php file

    COPY CODE
    
    add_action('kleo_before_content','slider_on_activity');
    function slider_on_activity() {
        if ( bp_current_component() == 'activity') {
            putRevSlider("HomeFullwidth");
        }
    }
    
    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: Changing group profile icon colour when hovering #72067
     sharmstr
    Moderator

    Anytime 🙂

    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: Deleting Archive for category" text #72060
     sharmstr
    Moderator

    If you merely want to remove it from the page title: https://archived.seventhqueen.com/forums/topic/hide-archive-for-category-in-the-title#post-64723 Though make sure you get the latest kleo_title function code from /kleo/kleo-framework/lib/function-core.php since I dont know if its been changed since I’ve posted that.

    You mentioned menus, but I dont see where that is happening 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: dynamic.css impossible to overwrite? #72057
     sharmstr
    Moderator

    And this

    .header-color .dropdown-menu {
    border-color: #f7f7f7 !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 impossible to overwrite? #72056
     sharmstr
    Moderator

    This doesn’t work?

    #header.header-color .navbar-nav li {
    border-bottom-color: #f7f7f7 !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 impossible to overwrite? #72049
     sharmstr
    Moderator

    But … did you clear your cache after updating?

    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 impossible to overwrite? #72048
     sharmstr
    Moderator

    Put !important on it.

    .whatever {
    border-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: Changing group profile icon colour when hovering #72032
     sharmstr
    Moderator

    It doesnt change it because you didnt ask for that. You only asked for the icon to change.

    #buddypress #subnav ul li a:hover {
    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: Javascript command to open and close the Side Menu #72021
     sharmstr
    Moderator

    I still dont know what you are asking then. Are you saying to want it opened on page load? Is the user going to click something? Basically, you can target the .open-sidebar class with whatever code you’re trying to use.

    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: Revolution Slider Not Working #72006
     sharmstr
    Moderator

    Look at the urls in the error messages. They are different than your 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

    in reply to: Revolution Slider Not Working #72004
     sharmstr
    Moderator

    I have not idea. Do you have a cdn or caching in place? Perhaps those need to be flushed.

    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: Javascript command to open and close the Side Menu #72000
     sharmstr
    Moderator

    looks like you’ve already found the answer, which is, it cant be done: https://archived.seventhqueen.com/forums/topic/side-menu-gestures-swipe-to-openclose

    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: Adding Custom Page to Groups #71962
     sharmstr
    Moderator

    Yes. So instead of echo bp_group_description, you would echo whatever you want. You are really better off asking for assistance on the BP forum. I was merely pointing you to their documentation.

    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

    Sounds like it didnt install correctly or you need to clear/purge any server caching and/or cdn you may have in place.

    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: Advanced Search #71948
     sharmstr
    Moderator

    Install BP Profile Search. Follow their setup documentation.

    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: Changing group profile icon colour when hovering #71941
     sharmstr
    Moderator

    I was wrong. Use the css I gave you instead.

    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: My kleo theme doesn't work properly #71938
     sharmstr
    Moderator

    Then you probably have to increase it in your php.ini file. Again, your hosting company can assist you with 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: My kleo theme doesn't work properly #71936
     sharmstr
    Moderator

    Did the error change to something like “tried to allocate 128”?

    Perhaps your hosting company doesnt allow you to allocate more than 64mbs or you need to set it in your php.ini file. Contact your host to find out.

    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: Changing group profile icon colour when hovering #71932
     sharmstr
    Moderator

    Main

    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: Javascript command to open and close the Side Menu #71929
     sharmstr
    Moderator

    Those are the functions. Not sure exactly what you are after. Perhaps if you try explaining what you want to accomplish again, I’ll be able 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

    in reply to: Error Installing Paid Memberships Pro #71928
     sharmstr
    Moderator

    Leave 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: My kleo theme doesn't work properly #71927
     sharmstr
    Moderator

    Look at the error 🙂 It tells you that you dont have enough memory allocated. I said you need at least 128mb, not 64.

    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 change the icon on grid hover #71926
     sharmstr
    Moderator

    Use this in your child’s functions.php file and change the + to whatever you want.

    COPY CODE
    
    add_action( 'after_setup_theme', 'change_hover_element', 10 );
    
    function change_hover_element() {
        global $kleo_config;
        $kleo_config['image_overlay'] = '<span class="hover-element"><i>+</i></span>';
    
    }
    
    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: Login Link Modal not working #71920
     sharmstr
    Moderator

    I honestly dont know much about it. I just recall seeing that object caching was an issue. Does this topic offer any insight? https://archived.seventhqueen.com/forums/topic/ajax-login-not-working-with-cache

    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: Error Installing Paid Memberships Pro #71916
     sharmstr
    Moderator

    Disable all plugins and try installing again. Once PMPro is installed, enable your other plugins.

    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 Button don't go on the URL Link #71915
     sharmstr
    Moderator

    Does this fix it?
    https://archived.seventhqueen.com/forums/topic/button-not-clickable-with-galaxy-particles#post-68410

    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: My kleo theme doesn't work properly #71914
     sharmstr
    Moderator

    You probably dont have enough memory allocated. http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/ You need at least 128mb.

    If that doesnt solve it, enable wp_debug and set the display to true to see what errors your site is throwing: https://codex.wordpress.org/WP_DEBUG#WP_DEBUG_LOG_and_WP_DEBUG_DISPLAY

    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 - 4,401 through 4,440 (of 11,328 total)

Log in with your credentials

Forgot your details?