Forum Replies Created

Viewing 40 posts - 9,041 through 9,080 (of 11,328 total)
  • Author
  •  sharmstr
    Moderator

    https://wordpress.org/plugins/adminimize/ There’s a ton of flexibility which makes if very confusing for a lot of people but it works great.

    or you can write some code to do it
    http://premium.wpmudev.org/blog/remove-wordpress-meta-boxes/

    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 in main area, not breadcrumb area #43156
     sharmstr
    Moderator

    Theme Options > Layout Settings > Page Title Location: 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: Where is the css of the rtmedia masonry gallery for Kleo? #43136
     sharmstr
    Moderator

    The way its set up there’s a chance you’ll always have it…. and if you dont someone else probably will. Kleo is using fixed widths for the images. If your browser width isn’t divided by 240 (if you’re still using that size) equally, you’ll always have a gap.

    If I’m wrong, then I need a link 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

    Please give us an account to use as well.

    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 homepage for logged in users #43111
     sharmstr
    Moderator

    Exactly.

    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 homepage for logged in users #43109
     sharmstr
    Moderator

    Use one page with two different “Content by user type” shortcode sections. One for logged in users and one for guests.

    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 login on checkout returning customer login #43047
     sharmstr
    Moderator

    Cool. Thank you.

    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 Login not working #43026
     sharmstr
    Moderator

    I’m trying to think of reasons why the pop up screen to log into facebook wont pop up. Do you have pop ups disabled? Does log in work for people who are already registered? Have you tried disabling all plugins that aren’t verified to work with kleo? Can you respond privately with 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: Add slider item using frontend form #43018
     sharmstr
    Moderator

    I use CRED for my custom post types http://wp-types.com/home/cred/ Verify that it can do it for post types already registered in the system.

    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 Login not working #43016
     sharmstr
    Moderator

    Do you also have Allow reg via FB on in Theme Options > Misc?

    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

    Let me ask you this. Why do you need the admin bar? Perhaps there’s a better way.

    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

    Again, ‘kleo-show-login’ is the trigger for it. You can add it to anything that accepts a class attribute.

    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: create forum #42986
     sharmstr
    Moderator

    That’s better asked over on the bbpress forum https://bbpress.org/forums/topic/is-it-possible-to-allow-all-users-create-new-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

     sharmstr
    Moderator

    Works fine on a clean install. I tested it before I gave it to you.

    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

    BB login? Do you mean BP?

    COPY CODE
    
    
    function remove_admin_bar_links() {
        global $wp_admin_bar;
        $wp_admin_bar->remove_menu('bp-login'); 
    	$wp_admin_bar->remove_menu('bp-register'); 
       
    }
    add_action( 'wp_before_admin_bar_render', 'remove_admin_bar_links' );
    
    

    Actually, out of all the kleo sites I’ve seen (and most WP sites I’ve seen) hardly anyone is using the WP Admin bar. Its annoying and gives users easy access to the backend. Additionally, plugins like to put their links up there, so you have to constantly hide them through code. Its just easier to create your own menu. Less maintenance. Obviously, this is just my opinion.

    Instead of the kleo button shortcode, try the single image shortcode and do as I suggested before which was add kleo-show-login to the css. Again, ‘kleo-show-login’ is the trigger for it. You can add it to anything that accepts a class attribute. I’m suggesting doing it this way because I dont think you can add class attributes to the image in rev slider. You could google it to see if its possible though.

    I strongly suggest you hire someone with a bit of wordpress coding to help you customize 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: Facebook login on checkout returning customer login #42954
     sharmstr
    Moderator

    Yo Matty. Did you get a chance to check this out? Time is running out to make 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: Custom login menu #42953
     sharmstr
    Moderator

    Its in VC https://archived.seventhqueen.com/forums/topic/image-swap-on-login#post-30982

    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: Custom login menu #42942
     sharmstr
    Moderator

    wrap the widgetized side bar in the content by user type shortcode.

    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: Possible to break up news items to different listings? #42932
     sharmstr
    Moderator

    He said 4.4.1 will be in the next update. No firm ETA but its close.

    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: Possible to break up news items to different listings? #42927
     sharmstr
    Moderator

    I just checked out the latest version of VC and they have included an offset filter. I have a question in to abe asking if VC 4.4 will be included in the next Kleo update. Will let you 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: Possible to break up news items to different listings? #42921
     sharmstr
    Moderator

    I could write a special vc shortcode to do what you want to do, but that would take considerable time.

    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: Possible to break up news items to different listings? #42919
     sharmstr
    Moderator

    Like I said, its a VC 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: Pretty Photo & Post grid issue #42918
     sharmstr
    Moderator

    Removing the hover element also disabled the prettyphoto link on single images, but I looks like not on the carousel. Take a look at this: https://archived.seventhqueen.com/forums/topic/i-want-to-disable-magnific-popup#post-33047

    You use standard wp filtering of the excerpt http://codex.wordpress.org/Plugin_API/Filter_Reference/excerpt_length

    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: Possible to break up news items to different listings? #42908
     sharmstr
    Moderator

    Its entirely doable since there is an offset argument you can pass to the wp post loop. The issue is with VC. They dont have an option for offset in their custom post loop. I’m looking through their developer docs and I dont see any way of overriding their loop. :/

    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: Do the theme generates HTML tag for og:url? #42902
     sharmstr
    Moderator

    Ahhh. Good to know. 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

    in reply to: Various Avatar Display Issues #42898
     sharmstr
    Moderator

    Sorry. Just looked at it again. It appears again to be a css issue. See how the double lines for the show less aren’t being displayed. What’s that text below? Something that starts with “my ministry”? That’s not standard. Maybe whatever code is putting that there 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: Woocommerce product excerpt not showing #42897
     sharmstr
    Moderator

    No problem.

    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: products catalog or test catalog #42896
     sharmstr
    Moderator

    1 – Look into creating a custom post type. Personally I use the WP Types plugin: https://wordpress.org/plugins/types/

    2 – Currently there is no way of setting a rev slider as a background, so you’ll have to add the form to the slider itself. I just described how to do this with a login form or a kleo button here: https://archived.seventhqueen.com/forums/topic/is-there-a-way-to-integrate-login-screen-into-front-page-eliminating-login-page (starts at 5th reply) Its the same concept, except you’d use the form shortcode. Something like [kleo_search_form form_style="transparent" type="both" placeholder="Search..."]

    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: Pretty Photo & Post grid issue #42893
     sharmstr
    Moderator

    try this

    COPY CODE
    
    h3.post-title.entry-title {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
    white-space: nowrap;
    }
    
    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: Pretty Photo & Post grid issue #42889
     sharmstr
    Moderator

    How do you propose making them all the same height? By cutting off half the second line of the title?

    To remove the + on hover

    COPY CODE
    
    span.hover-element {
    display: none;
    }
    
    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: Woocommerce product excerpt not showing #42888
     sharmstr
    Moderator

    Kleo removes it. I’ve added back by putting this in my child functions.php file

    COPY CODE
    
    add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 15 );
    
    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: Customizing Admin Bar #42863
     sharmstr
    Moderator

    That’s all controlled by WordPress. There are thousand of articles and probably dozens of plugins that allow you to customize it http://technerdia.com/1140_wordpress-admin-bar.html

    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: top bar and breadcrumb issue #42852
     sharmstr
    Moderator

    I’m sorry. I dont understand what you’re asking for the menu. If you want want a registration link in your menu, you can add that in appearance > menus > Kleo > Register. If you dont see Kleo, click on screen options in the upper right to enable it.

    You need to add your logos in Theme Options > General Settings.

    Here’s the instructions for adding a form to your contact page https://archived.seventhqueen.com/documentation/kleo#contact

    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: Difference between Login using KLEO and BuddyPress #42850
     sharmstr
    Moderator

    No difference. Not everyone runs Buddypress so Kleo has its own login 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: Portfolio Page Not working #42847
     sharmstr
    Moderator

    Go to Settings > Permalinks and click save. You dont have to change anything, just click save.

    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: Possible to break up news items to different listings? #42846
     sharmstr
    Moderator

    Hmmm. There’s no way to do that using the post grid. I cant even think of a hack or workaround for that. Testimonials on the other hand, gives you and offset paramater which does exactly what you want. Testimonials are merely posts, so I should be able to make that work. Let me get back to you on 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

     sharmstr
    Moderator

    I compared your home page in chrome and IE. They look identical. Try clearing your cache in IE.

    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

    Admin bar: Do a google search for info on that. That’s a wp thing. See about hiding that and adding your own login link with a kleo-show-login css rule.

    The button is just a kleo button. You can go into vc and add a button an play around with the styles until you find something you like. The current style is “see-through”. Or you can try removing see-through and adding you own style.

    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: tags getting cleared #42823
     sharmstr
    Moderator

    And perhaps towards the bottom of this search

    http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431/comments?filter=all&site=codecanyon.net&term=p+tag&utf8=%E2%9C%93#comment_7607592

    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: tags getting cleared #42821
     sharmstr
    Moderator

    I haven’t noticed that issue at all on my sites. I only use the backend editor. Have you tried asking the guys who wrote and support the plugin?

    http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431

    http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431/comments?filter=all&site=codecanyon.net&term=p+tag&utf8=%E2%9C%93#comment_7607592

    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 - 9,041 through 9,080 (of 11,328 total)

Log in with your credentials

Forgot your details?