Forum Replies Created

Viewing 40 posts - 4,801 through 4,840 (of 11,328 total)
  • Author
  •  sharmstr
    Moderator

    Not without custom coding. I will move this to feature request forum for consideration.

    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: Header and line issue #70074
     sharmstr
    Moderator

    You should only turn on transparent main menu for pages that need it, and turn it off site wide in Theme Options > Header Options.

    Yes, thats an issue with transparent backgrounds because the text has padding around it with the background set to match whatever the page background is. Its a trick to give it the appearance that the line is divided. But as you can see its actually not. Why do you want a transparent background? Just set it to white.

    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: Different than Demo #70073
     sharmstr
    Moderator

    For #3, there are more things that need to be translated. Open the file and search for

    COPY CODE
    
    'woocommerce'
    

    Again, these will be translated in the next update.

    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: Different than Demo #70072
     sharmstr
    Moderator

    1 – Thumbnail sizes are different because your image ratio is different. I need to see a link so I can figure out what’s going on with the border. I dont think its a border, but rather a padding issue.

    2 – That’s in woocommerce.

    3 – We need to fix that in the next release. For now, open up /kleo/lib/plugin-woocommerce.php and change it there. Should be around line 1439. You’ll also what to change My Orders (line 1454) and My Downloads (line 1465).

    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 to create the member searching ? #70064
     sharmstr
    Moderator

    Install BP Profile Search. Read their documentation on how to build the form. Add the form to your page using their shortcode placed in a text box. You can import the Get Connected page to see an example.

    After you do that, if you find that you want a bunch of css changes, please start a new thread.

    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 Posts in Widget #70061
     sharmstr
    Moderator

    You need to copy the shortcode into a text widget

    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: News Slider Title and Date Error #70059
     sharmstr
    Moderator

    Can I get access to see what’s going on? I went through your previously replies to find it, but the links you gave us before dont 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: Navbar Button Styling #70057
     sharmstr
    Moderator

    I’m not a he.

    I dont know how to add a button, but you can make it look like a button with css: https://wordpress.org/support/topic/add-button-to-the-menu

    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 profile link to Button 2 #70026
     sharmstr
    Moderator

    Button 2 is a default VC button. Kleo button and ##profile_link## are Kleo. Built in VC shortcodes know nothing about ##profile_link##. Add the two different buttons to a page so you can compare the styling. Add the button 2 styling to the kleo button using Extra Class field in the Kleo button 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: Page title area responsive image #70006
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: Page title area responsive image #70005
     sharmstr
    Moderator

    Seems like something like this would serve you better

    .main-title {
    content: url(“http://yoursite.com/wp-content/uploads/2014/02/xxxx-blog2.jpg”);
    height: auto;
    width: 100%;
    padding-top: 0;
    padding-bottom: 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

     sharmstr
    Moderator

    ahahahahaha I just noticed your tags.

    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

    and by the way, after all this time, I still think its is_blog, then I google it and remember its is_home 🙂

    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

    Yep. That should 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: Kleo Install #69995
     sharmstr
    Moderator

    The form will stretch to fit the column size. Adjust the column size to suit your needs. Here’s the VC documentation https://wpbakery.atlassian.net/wiki/display/VC/Visual+Composer+Pagebuilder+for+WordPress

    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 #69990
     sharmstr
    Moderator

    As I’ve said a few times now, its the Widgetised Sidebar shortcode. Bring up your homepage in the page editor. Its hard to miss 🙂

    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: click to show live notification? #69989
     sharmstr
    Moderator

    You would have to override the jquery script which isnt possible to protect against upgrades.

    Try this
    .kleo-notifications.new-alert {
    font-size: 20px;
    font-family: Open Sans;
    }

    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: Registration Field #69987
     sharmstr
    Moderator

    Try this. Adjust as you see fit

    .field-visibility-settings-notoggle, .field-visibility-settings-toggle {
    padding: 0px !important;
    font-size: 10px;
    }

    #buddypress .standard-form textarea, #buddypress .standard-form input[type=text], #buddypress .standard-form input[type=text], #buddypress .standard-form input[type=color], #buddypress .standard-form input[type=date], #buddypress .standard-form input[type=datetime], #buddypress .standard-form input[type=datetime-local], #buddypress .standard-form input[type=email], #buddypress .standard-form input[type=month], #buddypress .standard-form input[type=number], #buddypress .standard-form input[type=range], #buddypress .standard-form input[type=search], #buddypress .standard-form input[type=tel], #buddypress .standard-form input[type=time], #buddypress .standard-form input[type=url], #buddypress .standard-form input[type=week], #buddypress .standard-form select, #buddypress .standard-form input[type=password], #buddypress .dir-search input[type=search], #buddypress .dir-search input[type=text] {
    margin-bottom: 1px;
    }

    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 #69986
     sharmstr
    Moderator

    As I said…

    I’ve also put it inside a Content by User Type shortcode so it only displays to logged out users.

    It really doesnt make sense to show it if they are already logged in and it doesnt look good. You can move the sidebar shortcode out of the content by type shortcode to change 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 server error on loading sample #69984
     sharmstr
    Moderator

    You probably dont have enough memory allocated to php. You need at least 128mb, but probably more. Contacting your hosting company to see how much you can allocated, then do so : http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

    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 are able to login without account activation #69983
     sharmstr
    Moderator

    I havent heard of this, but Kleo has nothing to do with it. Google it or do a search on the bp 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: Header navigation overlap issue #69982
     sharmstr
    Moderator

    Challenge accepted 🙂

    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: BP profile search #69978
     sharmstr
    Moderator

    Go into the form settings and select Yes for Add to Directory. You can also refer to the plugins documentation for further assistance: https://wordpress.org/plugins/bp-profile-search/installation/

    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 #69975
     sharmstr
    Moderator

    You didnt add the Widgetized sidebar shortcode to the page???

    Anyhow, I’ve added it. I’ve also put it inside a Content by User Type shortcode so it only displays to logged out users.

    I’ve also added a login button that will popup the login modal. I think it looks better than the a login form, but I guess that’s for you decide which one 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: WP Custom Menu in Visual Composer #69973
     sharmstr
    Moderator

    Then what I gave you should work since you wont have submenus. Did you try 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: How to set up business directory page #69972
     sharmstr
    Moderator

    That’s what geo directory is for. Perhaps I dont understand what you mean.

    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: Sidebar for a custom post type page isn't working #69971
     sharmstr
    Moderator

    You need to add it. https://archived.seventhqueen.com/forums/topic/add-kleo-meta-box-to-custom-post-type

    That solution is a bit old, so you’ll have to copy the latest code from /lib/metaboxes.php to get all of the latest fields and 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

     sharmstr
    Moderator

    is_home will check to see if the current page is your blog page. http://codex.wordpress.org/Conditional_Tags#The_Blog_Page

    You dont need to use widgets on page. You can use putRevSlider to add the slider you want.

    COPY CODE
    
    add_action('kleo_before_main_content','kleo_top_main_content');
    function kleo_top_main_content() {
        if (is_home()) {
            echo '<div id="before-main-content">', putRevSlider( "yourslideralias" ), '</div>';
        }
    }
    
    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: News Slider Title and Date Error #69969
     sharmstr
    Moderator

    I havent seen that before. Did you import the News Magazine slider AND the News Template for News Sliders slider template?

    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 Links at the Top Bar #69968
     sharmstr
    Moderator

    you need to put http:// or https:// in the 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: Header navigation overlap issue #69967
     sharmstr
    Moderator

    Because you have transparent main menu turned on for the whole site when you dont need to. Turn it off in theme options, then only enabled it for the 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: Sticky Header and 'Go Down' Button #69966
     sharmstr
    Moderator

    Hmmm. Okay try this instead. If you show the wp admin bar you’ll need to change 0 to 32

    COPY CODE
    
    .kleo-main-header.header-normal {
        top: -88px !important;
    }
    
    .kleo-main-header.header-normal.header-scrolled {
        top: 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: Avatar CSS #69929
     sharmstr
    Moderator

    Figure out what class they are using and apply a border-radius: 100% to 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: WP Custom Menu in Visual Composer #69922
     sharmstr
    Moderator

    Question. Are you using that because you want 2 menus at the top of the 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: Activity stream media #69921
     sharmstr
    Moderator

    You can apply custom css to it. I see that you’ve submitted a feature request for that. If you need it soon, you can contact dev@seventhqueen.com. Perhaps they can give you a quote for a custom activity stream.

    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 #69920
     sharmstr
    Moderator

    Respond privately with a link and admin credentials and I’ll have a look.

    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: WP Custom Menu in Visual Composer #69919
     sharmstr
    Moderator

    I did but I’ve never used that shortcode, so didnt even know it was there. Kleo doesnt style that shortcode at all. I tried adding the classes that are used in the main menu and it made it vertical, but the dropdowns dont work. Add this to the extra class field to see what I mean.

    nav-collapse nav navbar-nav

    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: Wich plug in To make a market place #69914
     sharmstr
    Moderator

    There might be useful info here https://archived.seventhqueen.com/forums/topic/integration-for-wc-product-vendors-and-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: Wich plug in To make a market place #69912
     sharmstr
    Moderator

    Neither do I. Sorry.

    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: Put full width layou by default #69829
     sharmstr
    Moderator

    Theme Options > Blog. Select default if your main is set to full. Otherwise select full.

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

Log in with your credentials

Forgot your details?