Forum Replies Created

Viewing 40 posts - 2,001 through 2,040 (of 11,328 total)
  • Author
  • in reply to: @ Function not working #94299
     sharmstr
    Moderator

    Sure

    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: Parallax Question #94298
     sharmstr
    Moderator

    Its sound like you want to make the slider a row background. In other words, make your text go over it when you scroll down. You cant do 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: Pop up login is extremely slow #94294
     sharmstr
    Moderator

    Turn off object caching in your w3-edge plugin.

    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: BG gradient, image quality and read more links #94292
     sharmstr
    Moderator

    THIS MAKES NO SENSE!!!!!!!!!!!!!!

    I’m going to go work on my motorcycle. 🙂

    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: Parallax Question #94291
     sharmstr
    Moderator

    They do if you switch the background style to image.

    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: Parallax Question #94283
     sharmstr
    Moderator

    Depends on what you want it on.

    A slider: https://www.youtube.com/watch?v=FNiWeePOVsk

    A VC row: http://vc.wpbakery.com/video-academy/how-to-use-parallax-effect-for-row-background/

    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: Important adjustments #94277
     sharmstr
    Moderator

    1 – This is a tough one because you have a least 1 item that only has a few words. You need to decide if you want to show the excerpt at all. If you do, what size do you want it to be? If you try to make them all the same size, some of them will have large gaps between the excerpt and the button. Think about how you want to approach this and what the consequences will be. Let me know and I can try to assist.

    2 – Theme Options > Layout > Enable contact form

    3 – Theme Options > Woo > Menu cart location

    4 – Theme Options > Header > Display top bar

    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 Butons #94276
     sharmstr
    Moderator

    Did that 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: Edit Share This widget #94275
     sharmstr
    Moderator

    I’ve updated the code to open a new window. If the developers approve it, it will be in the next update. Until then, you can edit /kleo/page-parts/posts-social-share.php

    Change the pinterest code from this

    COPY CODE
    <span class="kleo-pinterest">
                    <a href="http://pinterest.com/pin/create/button/?url=<?php the_permalink(); ?>&media=<?php if (function_exists('the_post_thumbnail')) echo wp_get_attachment_url(get_post_thumbnail_id()); ?>&description=<?php echo strip_tags(get_the_title()); ?>">
                        <i class="icon-pinterest-circled"></i>
                    </a>
                </span>

    to this

    COPY CODE
    
    <span class="kleo-pinterest">
                    <a href="http://pinterest.com/pin/create/button/?url=<?php the_permalink(); ?>&media=<?php if (function_exists('the_post_thumbnail')) echo wp_get_attachment_url(get_post_thumbnail_id()); ?>&description=<?php echo strip_tags(get_the_title()); ?>"
                        onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;">
                        <i class="icon-pinterest-circled"></i>
                    </a>
                </span>
    

    As far as the email form goes, you’d have to code that yourself.

    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: Image carousel full-width #94274
     sharmstr
    Moderator

    What do you mean “add image to the layer”? Do you mean row? Can I see a link?

    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 user can add additional field of same value #94273
     sharmstr
    Moderator

    That functionality isnt in buddypress by default. You’ll have to find a plugin that does this (I’ve never seen one) or add custom code to do 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: old version #94272
     sharmstr
    Moderator

    Forgot to say that there is no need to apologize 🙂

    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: old version #94271
     sharmstr
    Moderator

    NOOOOO!!! Do NOT install a cache plugin.

    Godaddy has caching on their servers. I believe you should have a link in your WP admin menu for clearing the cache. If not, contact godaddy.

    I also read those posts about godaddy and many of them indicated that changing the PHP version fixed the issue. You can find out what version of php your site is running by logging into godaddy. Contact them for assistance.

    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: BG gradient, image quality and read more links #94270
     sharmstr
    Moderator

    I’m assuming you’ve looked for plugin conflicts as well… Disable all plugins except buddypress…. ?

    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: BG gradient, image quality and read more links #94269
     sharmstr
    Moderator

    strange…

    I have some debugging code I use on my site that prints out every template page that’s being loaded for a page. The problem with it is that it only gives you something like /buddypress/members/single/members-header.php without the parent directory. I started looking at it last night to see how to add the parent directory. That would really help in this case 🙂 Let me see if I can sort that out.

    For the heck of it. Does your changes in /plugins/buddypress show up if you enable the WP 2015 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: Buddypress Member Type – Color And Bolding #94267
     sharmstr
    Moderator

    Put this in your quick css

    COPY CODE
    
    .kleo_bp_profile_member_type_label {
        color: #fff !important;
        font-weight: 700 !important;
    }
    

    Put this in your child theme’s functions.php file.

    COPY CODE
    
    add_filter('kleo_bp_profile_member_type_label', 'add_link_to_diretory');
    function add_link_to_diretory( $member_type_label ) {
        $member_type = bp_get_member_type( bp_displayed_user_id() );
        if ( empty( $member_type ) ) {
            return;
        }
        $member_type_object = bp_get_member_type_object( $member_type );
        if($member_type_object){
            $member_type_label = '<p class="kleo_bp_profile_member_type_label"><a href="' . bp_get_members_directory_permalink() . 'type/' . $member_type_object->directory_slug . '">' . esc_html( $member_type_object->labels['singular_name'] ) . '</a></p>';
    
        }
    
        return $member_type_label;
    }
    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 Butons #94261
     sharmstr
    Moderator

    Yes you can. Select the layer you want to change, then click on visibility, then select the device on/off.

    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: Revolution Slider Butons #94257
     sharmstr
    Moderator

    Try the visibility settings. For your current button, set it to display only on larger screens. Then add a new button that’s larger and set it to only display on smaller screens. I havent tested it, but seems like the way to go for both of your 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: Members profile Page Setup #94254
     sharmstr
    Moderator

    Go to Appearance > Menus. Delete your current ‘my account’ menu item and add the “my account” menu item from the Kleo selections. If you dont see Kleo, click on screen options and enable 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: Email Notifications #94253
     sharmstr
    Moderator

    3 – Enable the WP 2015 Theme and send a test email again.

    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: Users Login Issue when forget their password #94252
     sharmstr
    Moderator

    To be clear, Kleo is not doing this. Its whatever security plugin you have installed. I have no idea which one you are using, but you need to read the documentation for it to figure it 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: old version #94236
     sharmstr
    Moderator

    What version of PHP are you running? Who’s your hosting company? I googled that error and it seems most people with that same issue is on godaddy.

    Also, did you update all of the required plugins after updating Kleo?

    Did you clear your server cache or purge your cdn if you have one?

    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: Facebook integration not working #94225
     sharmstr
    Moderator

    Forgot to say – publish it and get that working, then if you still have issues with the other things, let me know.

    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: Facebook integration not working #94223
     sharmstr
    Moderator

    You havent finished setting up your facebook app. The error is telling you that you need to make it public.

    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.
     sharmstr
    Moderator

    Its related in the fact that its probably a directory permissions issue. In digging through their code, it looks like they are trying to unzip the file in /uploads/rstemp/. It needs to be able to create rstemp, the later it deletes it. So, check for appropriate write permissions on wp-content/uploads.

    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: old version #94206
     sharmstr
    Moderator

    Did you read step 2 in the FTP section of the link I sent you? It tells you what you should transfer 🙂

    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: old version #94202
     sharmstr
    Moderator

    FTP means to copy the files to your server. 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

     sharmstr
    Moderator

    Did you see this? http://www.themepunch.com/faq/updateinstall-problem-create-directory/

    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: old version #94199
     sharmstr
    Moderator

    Themeforest changed their code months ago and the version of Kleo that you’re on isnt compatible with their auto update. Update via FTP. Once you do that, you’ll receive notifications on future updates again.

    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: BG gradient, image quality and read more links #94171
     sharmstr
    Moderator

    Wait. After you added the text, did you clear your cache again? There are only 3 places that file can load from

    /plugins/buddypress
    /themes/buddyapp
    /themes/buddyapp-child

    Try adding 3 different text strings to each file. Clear your cache and see if it changes.

    Also, perhaps your hosting company has some sort of cache enabled. I know on siteground, even if I disable their caching plugin I still need to disable it in cPanel for it to really be turned off.

    Let me know how it goes.

    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: BG gradient, image quality and read more links #94169
     sharmstr
    Moderator

    Assuming you meant “main theme version (/buddyapp/buddypress/members/single/member-header.php)” and not “main theme version (/buddyapp-child/buddypress/members/single/member-header.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: BG gradient, image quality and read more links #94168
     sharmstr
    Moderator

    That means its a caching 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: BG gradient, image quality and read more links #94162
     sharmstr
    Moderator

    Sorry, just realized that I didnt make that clear in my other post because I forgot \buddyapp\ in the path. Sorry 🙁

    btw – I like ‘Collab – Lab’. 🙂

    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: BG gradient, image quality and read more links #94161
     sharmstr
    Moderator

    Did you add it to the parent theme though? Just trying to figure out where the file is loading from and if its a caching 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: Email Notifications #94160
     sharmstr
    Moderator

    Thank you for the clarification.

    1 – Did you send a test email with the plugin? Did you receive it?

    2 – Have you looked for plugin conflicts?

    3 – Do the notification emails get sent when you have the WP 2015 theme enabled?

    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: Menu child items not showing on mobile #94156
     sharmstr
    Moderator

    Thanks. Let me know if that fixes it because it seems like it shouldnt if your issues are intermittent.

    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: Menu child items not showing on mobile #94153
     sharmstr
    Moderator

    Really? Can you give me the link.

    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 Page Grid Masonry View Refreshing My Web Site #94151
     sharmstr
    Moderator

    As I suspected 🙂 Thank you for reporting back.

    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: Menu child items not showing on mobile #94150
     sharmstr
    Moderator

    Sorry, I wasnt saying “code you’ve added”. What I meant was that your site is using some sort of caching. When I looked at your source code it said ‘pagespeed’. If didnt install a plugin for that, then its probably your hosting doing 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

     sharmstr
    Moderator

    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

Viewing 40 posts - 2,001 through 2,040 (of 11,328 total)

Log in with your credentials

Forgot your details?