Forum Replies Created

Viewing 40 posts - 3,401 through 3,440 (of 11,328 total)
  • Author
  • in reply to: Error whiile installation #81276
     sharmstr
    Moderator

    The demo content is there to help you understand how the different shortcodes work. There are some that you wont have to edit because they are pulling info from the database. Others, you’ll have to edit, there’s no way around it because of what they are. The sliders are a prefect example of this. There are also settings which cant be imported in order to get the page to look exactly like the demo does. When I first started with Kleo, I used the demo pages and content to learn how to use everything. Now when I launch a new site, I dont import anything because I know how to use it. (Yes, I’m a kleo customer like you.)

    I’m going on vacation for a week and wont be answering questions. Since you’re now asking questions that dont pertain to the original question, I suggest starting new topics so that others here can assist. I dont want you to ask a question in this topic and have it be ignored for a week ๐Ÿ™‚

    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-like top bar (header’s menu) #81270
     sharmstr
    Moderator

    In the Kleo section of the menu, there are instructions on how to add the member name and how to add links to certain sections of the profile.

    How did you add 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: Login block on homepage #81269
     sharmstr
    Moderator

    I just noticed an important fix in the next k-elements update that pertains to the “Content by user type” shortcode. If you are going to use this shortcode, please make the following edit to lines 1276 to 1278 in /wp-content/k-elements/shortcodes/shortcodes.php.

    Change

    COPY CODE
    
    $a = shortcode_atts( array(
                'type' => '',
            ), $atts );
    

    to this

    COPY CODE
    
    $a = shortcode_atts( array(
                'type' => 'user',
            ), $atts );
    
    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 whiile installation #81267
     sharmstr
    Moderator

    Some demo pages use demo sliders. That doesnt mean you have to use them. You can use sliders you’ve built or delete the slider section.

    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: Content by User Type is not working #81265
     sharmstr
    Moderator

    Actually, I see that this has been fixed in the next update of k-elements. Instead of changing line 1280, change lines 1276 to 1278 from this

    COPY CODE
    
    $a = shortcode_atts( array(
                'type' => '',
            ), $atts );
    

    to this

    COPY CODE
    
    $a = shortcode_atts( array(
                'type' => 'user',
            ), $atts );
    

    I apologize for my confusion.

    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: Content by User Type is not working #81264
     sharmstr
    Moderator

    Go to /wp-content/k-elements/shortcodes/shortcodes.php and change the following line (around 1280) from this

    COPY CODE
    
    if ( is_user_logged_in() && $a['type'] == 'user')
    

    to this

    COPY CODE
    
    if ( is_user_logged_in() && $a['type'] == '')
    

    I’ll alert the developers to 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: Product Search in stylish woocomerce #81260
     sharmstr
    Moderator

    Try this in quick css

    COPY CODE
    
    .widget_product_search .search-field {
        width: 100% !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: Facebook-like top bar (header’s menu) #81259
     sharmstr
    Moderator

    You cant add a search form, but you can add “My Account” and “Live Notificaton”. They are both in the Kleo section of the menu options. If you dont see the Kleo section, click on screen options in the upper right hand corner of the menu screen. https://archived.seventhqueen.com/documentation/kleo#menus

    You can add the ajax search to the main menu and set the context to Members in Theme Options > Header Options.

    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 whiile installation #81257
     sharmstr
    Moderator

    No

    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 whiile installation #81237
     sharmstr
    Moderator

    No. Its running fine. Those are just warnings. If you enable debugging, you’ll see even more. PHP will fire warnings that wont effect processing. What you need to be concerned with are fatal errors.

    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 BP Profile Labels/Names #81234
     sharmstr
    Moderator

    Here ya go: https://archived.seventhqueen.com/forums/topic/buddypress-naming

    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 Shortcode Documentation Incomplete / Not working #81232
     sharmstr
    Moderator

    Use lg instead of large. Personally, if I’m not using VC to add the button, I’ll still build the button using the vc shortcode, then switch to “classic view” to copy the shortcode to use elsewhere.

    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: Login block on homepage #81231
     sharmstr
    Moderator

    You can add the login sidebar widget using the widgetized sidebar shortcode, but it will take a lot to make it look good. Instead, you can add a button that will launch the login modal. Add a Kleo button and put ‘kleo-show-login’ in the extra class field. You might want to put that inside of the Content By User Type shortcode so it only shows for non-logged in users.

    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: Group Creation Step 2 Failure #81230
     sharmstr
    Moderator

    I havent heard of this before. What’s the notice? Have you tried with those plugins disabled? Does it work with 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: Error whiile installation #81229
     sharmstr
    Moderator

    But in the error it says “Plugin activation failed.” So that’s why assumed that you couldnt activate it. Installing and activating are different. Simple misunderstanding.

    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: Can’t Add Page To Menu or Edit a Text Box #81228
     sharmstr
    Moderator

    You are still getting the same two jquery errors that are listed first in the screen shot I gave you. Both are from google maps.

    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 whiile installation #81226
     sharmstr
    Moderator

    But those are just warnings. I assumed you were saying that you weren’t able to activate it. Its running fine.

    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: Can’t Add Page To Menu or Edit a Text Box #81209
     sharmstr
    Moderator

    forgot to note, that link tells you how to allocate more memory. With all of those plugins you probably need 256m. Not sure if your host will allow for 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: Can’t Add Page To Menu or Edit a Text Box #81208
     sharmstr
    Moderator

    No. http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

    But as I said before, your site is also throwing jquery errors (the first few errors). If jquery encounters any type of error, it will stop processing any further scripts. You need to resolve all of the errors, not just the fatal exhausted memory error. Again, I think its job manager causing all of them. The only way you’ll be able to know for sure is by disabling the 10ish job manager plugins you have 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: Can’t Add Page To Menu or Edit a Text Box #81204
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: Can’t Add Page To Menu or Edit a Text Box #81203
     sharmstr
    Moderator

    Pretty sure job manager is the cause of all your issues. That and you’re running out of memory. I’m going to attach a screenshot in a private reply.

    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: Can’t Add Page To Menu or Edit a Text Box #81201
     sharmstr
    Moderator

    Sorry. You need to add

    COPY CODE
    
    define( 'WP_DEBUG_DISPLAY', true);
    

    I copied the wrong code earlier. eeek.

    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

    Just a heads up. After tomorrow I’ll be out for a week. Not sure I’ll be able to get to this before I leave.

    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 Main Page has gone completely white. #81198
     sharmstr
    Moderator

    You’ve updated Kleo without updating any of the required plugins. Please go to Appearance > Install Plugins and update k-elements (you are 8 updates behind), VC (you are on 4.4.3 and should be on 4.7.4) and revslider (you’re on 4.6.5 and should be on 5.0.8.5)

    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: Side menu when hovered #81197
     sharmstr
    Moderator

    Put this in your quick css

    COPY CODE
    
    .open-sidebar {
        cursor: pointer !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: Centered Post layout / "likes button" #81196
     sharmstr
    Moderator

    Got it. In the future, please let us know exactly what you’re doing. It will help us get you a solution faster.

    Click on the gear icon and add this css

    COPY CODE
    
    .item-likes {
        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: Setting up #81179
     sharmstr
    Moderator

    Also noticed that you have WP Super Cache enabled. You should disable that until you launch 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: Error whiile installation #81178
     sharmstr
    Moderator

    Looks like its install and 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: Setting up #81177
     sharmstr
    Moderator

    I went to wp admin > aperance > kleo demo data > All from Geo directory and it installed the geo home page. But you dont have geo directory installed, so I cant see how it will import the demo businesses. ๐Ÿ™‚

    Did you read the documentation? https://archived.seventhqueen.com/documentation/kleo#geo-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: redirect out of a members area #81172
     sharmstr
    Moderator

    You replied to this topic instead of starting a new 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: Centered Post layout / "likes button" #81171
     sharmstr
    Moderator

    Here’s my confusion. Where are you setting this centered text? You said “post layout text to be โ€œcenteredโ€” which makes me think of a single post page, but there is no “read more” on a post page. So, then I assume they must mean the blog layout, but there’s no setting to center the text. Help me understand 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: 404 error #81165
     sharmstr
    Moderator

    Have you made the groups page a subpage of a different page? Can you get to it if you enable the WP 2015 Theme? Have you looked for plugin conflicts? Do you have your groups page defined in BP settings?

    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: redirect out of a members area #81164
     sharmstr
    Moderator

    2 – All post types will appear in the standard wordpress search results. See here: https://archived.seventhqueen.com/forums/topic/searchresults-without-woocommerce-products#post-51514 That topic specifically asks about products but the same answer applies.

    Please start a new topic for issue #1. My guess is that the extra vc plugins that you are using is causing 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

     sharmstr
    Moderator

    To to Appearance > Menus. Click on Screen Options located in the upper right hand corner of the screen.

    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 & Tablet Questions #81147
     sharmstr
    Moderator

    Hmmm. I’m not seeing that.


    @laura
    – can you assist here. I dont have access to an ipad and I’m relying on chrome dev tools to sort this out. 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: Changing logo/title (header) url redirection #81145
     sharmstr
    Moderator

    Just change the link line from this

    <a href="<?php echo home_url();?>">

    To

    COPY CODE
    
    <a href="http://whateveryouwant.com/where/">
    
    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 & Tablet Questions #81138
     sharmstr
    Moderator

    Instead of switching to mobile menu on ipad landscape, I reduced the logo just enough for the menu to fit. Check 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: Changing logo/title (header) url redirection #81137
     sharmstr
    Moderator

    Its been answered here: https://archived.seventhqueen.com/forums/topic/set-new-path-to-logo

    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 & Tablet Questions #81134
     sharmstr
    Moderator

    respond privately with admin credentials. Its a pain in the rear to test this 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: Mobile & Tablet Questions #81128
     sharmstr
    Moderator

    Try changing it to 1250 instead of 1200

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

Log in with your credentials

Forgot your details?