Forum Replies Created
-
Author
-
January 23, 2015 at 12:45 in reply to: How to not display Theme General Settings, Theme Post Settings, …for a member #43157
sharmstr
Moderatorhttps://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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTheme 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 23, 2015 at 04:04 in reply to: Where is the css of the rtmedia masonry gallery for Kleo? #43136sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 23, 2015 at 03:24 in reply to: account picture and notifications not displaying in chrome or firefox? #43127sharmstr
ModeratorPlease 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorExactly.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorUse 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorCool. Thank you.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorDo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 22, 2015 at 05:58 in reply to: Is there a way to integrate Login Screen into front page, eliminating login page #42990sharmstr
ModeratorLet 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 22, 2015 at 05:56 in reply to: Is there a way to integrate Login Screen into front page, eliminating login page #42989sharmstr
ModeratorAgain, ‘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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 22, 2015 at 02:31 in reply to: Is there a way to integrate Login Screen into front page, eliminating login page #42983sharmstr
ModeratorWorks 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 solutionThis 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.January 21, 2015 at 23:26 in reply to: Is there a way to integrate Login Screen into front page, eliminating login page #42975sharmstr
ModeratorBB login? Do you mean BP?
COPY CODEfunction 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIts 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorwrap 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 21, 2015 at 17:10 in reply to: Possible to break up news items to different listings? #42932sharmstr
ModeratorHe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 21, 2015 at 17:08 in reply to: Possible to break up news items to different listings? #42927sharmstr
ModeratorI 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 solutionThis 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.January 21, 2015 at 16:58 in reply to: Possible to break up news items to different listings? #42921sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 21, 2015 at 16:56 in reply to: Possible to break up news items to different listings? #42919sharmstr
ModeratorLike 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorRemoving 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 21, 2015 at 16:21 in reply to: Possible to break up news items to different listings? #42908sharmstr
ModeratorIts 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAhhh. 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSorry. 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 solutionThis 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
ModeratorNo problem.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator1 – 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatortry this
COPY CODEh3.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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHow 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 CODEspan.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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorKleo removes it. I’ve added back by putting this in my child functions.php file
COPY CODEadd_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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorGo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 21, 2015 at 12:39 in reply to: Possible to break up news items to different listings? #42846sharmstr
ModeratorHmmm. 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 21, 2015 at 12:28 in reply to: Change registration text to be more friendly and beneficial #42844sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 21, 2015 at 04:34 in reply to: Is there a way to integrate Login Screen into front page, eliminating login page #42832sharmstr
ModeratorAdmin 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAnd perhaps towards the bottom of this search
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts