Forum Replies Created
-
Author
-
nusolutionsParticipant
For google adsense ads you can use the “responsive” option which “should” adjust to the size of the sidebar. In addition, I suggest trying the Simple Ads Manager plugin as it allows you to create custom size blocks for your ads.
Google Responsive Ads: https://support.google.com/adsense/answer/3213689?hl=en
Simple Ads Manager: https://wordpress.org/plugins/simple-ads-manager/
gl
nusolutionsParticipantOn my site I see en_US.po and also buddyapp-child.pot. Regardless of the template file chosen when following the video I enter Log… click Sync and all I get is “OK: Already up to date with source code. I don’t get the content to modify. Maybe I missed a step?
thanks
Attachments:
You must be logged in to view attached files.nusolutionsParticipantYou’re right so I’ve opted to leave as is and uncheck the login form. Still unsure on how to change this text. Did I miss something in your post?
nusolutionsParticipantAlso,
Is it possible to add the Google reCaptcha to the login form?Plugin Name: Google Captcha (reCAPTCHA) by BestWebSoft
Plugin faq:Here’s a snippet of instructions from the faq of the plugin I’m using:
I would like to add Google Captcha (reCAPTCHA) to the custom form on my website. How can I do this?
1. Install the Google Captcha (reCAPTCHA) plugin and activate it.
2. Open the file with the form (where you would like to add Google Captcha (reCAPTCHA) to).
3. Find a place to insert the code for the Google Captcha (reCAPTCHA) output.
4. Insert the necessary lines:
For Free version:
if( function_exists( ‘gglcptch_display’ ) ) { echo gglcptch_display(); } ;For Pro version:
if( function_exists( ‘gglcptchpr_display’ ) ) { echo gglcptchpr_display(); } ;If the form is HTML you should insert the line with the PHP tags:
For Free version:
<?php if( function_exists( ‘gglcptch_display’ ) ) { echo gglcptch_display(); } ; ?>The captcha appears in the login and register forms.
tia
nusolutionsParticipantThe most obvious question from this newbie is what is translation and why is it necessary for something so simple? I get that I’m not translating language files so I’m lost on the purpose of this process.
Nevertheless:
Plugin installed and activated.
New language created for English.
A check alerted the following folders missing:
wp-content/languages
wp-content/languages/themes
themes/buddyapp-child/languagesTemplate (POT) file saved as BuddyApp-child.pot
I see the following:
BuddyApp Child
Child theme for BuddyApp
SeventhQueen
http://seventhqueen.comIf I paste the text, Log in with your credentials, into English Translation I don’t see a “search” option.
What am I missing?
nusolutionsParticipantIf only it was that easy. I have [sq_login_form] shortcode embedded in the page seen here and there’s no content to modify. I will admit that I cheated and copied the page code from Kleo 4.0 so maybe that’s why I can’t edit it directly???
tia
nusolutionsParticipantIs this the only recommended plugin for this particular request? I ask because the plugin hasn’t been updated in 2 years.
nusolutionsParticipantReverted back to fix the bleeding. Now neither of the methods listed above works.
nusolutionsParticipantAlthough flush things are now bleeding past the edges. Thinking I’m missing something “simple”?
nusolutionsParticipantThat did it! Didn’t remove the spacing between the first row containing the slider though. Maybe I’ll try adding everything into the same row element?
Thanks
nusolutionsParticipantAt this point integrating the form / slider option like in SweetDate seems to make sense.
As seen in the attachment visitors should see the splash page which shows the top bar @ #333333. In CSS I have the following added:
.top-bar {
background-color: #333333;
}If I add the code below then both the top bar AND header are changed to #333333 for visitors:
.header-color {
background-color: #333333 !important;
}.top-bar {
background-color: #333333;
}I’ve checked on a few devices thinking there to be a cache issue but there doesn’t appear to be. Am I missing something?
Attachments:
You must be logged in to view attached files.nusolutionsParticipantAh! Got it! But it’s not what I want :-/
I’m trying to set the background on the top bar to #F1C40F and the background on the header to #333333. To do this I had the header styling background color set to #F1C40F and the following code placed in CSS:
.header-color {
background-color: #333333!important;
}.top-bar {
background-color: #333333;
}
.header-color .top-menu li > a, .header-color #top-social li a {
color: #f1f1f1;
}.header-color .top-menu li > a:hover, .header-color #top-social li a:hover {
color: #f1f1f1;
}This works until I attempt to configure the splash page.
nusolutionsParticipantFirst question was a lead in to me adding this as a feature request.
Although I have the login form displayed on the background photo I tried setting the options for displaying the top menu with no luck. Also deactivated plugins not packaged with theme. LINKnusolutionsParticipantA Micros Theme for Kleo
Sample Community:
http://theamericanveteran.orgCommunity purpose: provide resources for veterans.
Resources:
Jobs: http://hireamvets.com
eLearning: http://clc.theamericanveteran.org 3rd party theme (pita!)
Dating (Why not): http://singleveterans.comWhat’s missing: a micro-blog for veterans.
Vet Blogging: http://theamvet.com
Allows veterans to create a blog and share their stories.Right now if I wanted to provide a minimal blog I have to use themes from another provider. What I’d like would be something easy which would allow the user to add just an image to a placeholder located in the right or left of a two-column theme. In addition they’d have the ability to make subtle changes via scaled down theme options.
Motivation: http://themeforest.net/forums/thread/envatos-most-wanted-micro-niche-themes-part-2-15000/167069
This could apply to either of the following niches:
Foodies
Students
Sports
etcnusolutionsParticipantNo worries as I know you mean well.
Check yet another example on an HTML template:http://themeforest.net/item/html-directory-geolocation-social-network-/full_screen_preview/10438309
I see this functionality in Kleo. If only I had yaw’lls abilities.
nusolutionsParticipantShucks! Looks like he’s stepping away from supporting it: http://devfarm.it/forums/topic/almost-end-of-support/
@sharmstr – not sure i follow but I guess you mean well as from what I can tell there’s nothing new about integrating geolocation features into themes. I guess you’re saying that it prolly shouldn’t be integrated in kleo but then again I thought this was a “features requests” thread.nusolutionsParticipantThanks for that as I got the same suggestion from someone over at WP Google Maps. In searching I came across: Map My Tracks and this set up is exactly what I want. Users can log in and add routes to an activity which for me would be BuddyPress. I’m no where near the app creation stage but just want to know how would I build something like this but on a smaller, yet scalable, platform? Would the functionality already be in the theme, a plugin, or would I need custom development?
tia
nusolutionsParticipantFitness functionality? Right now I want to create a community for runners and bikers and although I can see using Kleo I can’t figure out the specifics. Functionality I think I want:
Maps! Users have the ability to add maps of their run or ride routes. This could be handled by a map plugin or maybe this is something you all could add.
Runner blog. A simple two column layout which could suit front-end posting for runners/riders.I use the Nike+ app when running but plugins to integrate that info into a wordpress website have tried and died so I don’t know if this would be a challenge our out of scope for what you all do.
Not sure where to go beyond this as other functionality such as social media integration could be handled by plugins.
nusolutionsParticipantWhen using this option I notice that I’m unable to scroll to the bottom of my site. You can see this clicking here and attempting to scroll to the bottom of the page:
This happens in all browsers and goes away when I select a different header option. I get that the header area isn’t optimized for widgets but moreso for shortcodes. What am I missing?
Any responses appreciated
nusolutionsParticipantAfter adding another banner into the rotation I see the end result and difference between a responsive and non-responsive banner and I’m ok with it. I’ll look out for updates and in the mean time will close this request.
thanks for the assistance / guidance
nusolutionsParticipantMaybe I’m being too picky but that spacing seems wrong. The ad shouldn’t be flushed against the top menu and adding a break above the shortcode doesn’t help. Is there anything that can be done to drop that ad a little and decrease the amount of space between the primary menu and the Highlight Background Color? Looking to decrease the overall width of the header area.
tia
Attachments:
You must be logged in to view attached files.nusolutionsParticipantGot it! If I place a Simple Ad shortcode: [sam_zone id=”7″ name=”Home MiddleComm Ad” codes=”true”] the ad does appear flushed at the top. It looks like the extra spacing comes from the Highlight Background Color. So the questsion is where do I go to adjust if not remove it to get rid of that extra space?
tia
nusolutionsParticipantNot “quite” the response I was hoping for as I don’t want to have to go that route. Here’s what I’ve noticed:
1. If I place the same widget and code on a page it displays the ad. Here’s an example on a page:http://vendors.nuryders.com/?page_id=2&preview=true
On this page I’ve added a widgetized sidebar called Header Ad Sidebar. In this sidebar I have two widgets: 1. Revolution Slider – it’s image is on top.
2. Simple Ads Zone – it’s image is on the bottom.Neither will display inside of the header. If I look at the backend of the page I come across the following name for the widget:
[vc_widget_sidebar sidebar_id="home-top-middle-ad-sidebar"]
I place this inside of the header and it doesn’t display anything.
For me the ability to rotate banner ads is essential. Be nice to be able to rotate between 768×90 and 468×90. Maybe this should be added as a feature request. The thing I can’t figure out is why there’s so much extra space added for a 468×90 image. Screenshot below.
Frstruating
any responses appreciatedAttachments:
You must be logged in to view attached files.nusolutionsParticipantIn chrome all I see at times is white space. If you launch in Firefox or IE and then view in Chrome you’ll see what I’m referring to.
Area 1: Above Choose you Fighter
Area 2: Above Visit our Store.Will update to this latest version this weekend.
tia
nusolutionsParticipantnusolutionsParticipantThis doesn’t work. In the end still trying to get an ad to appear in the header area within the extra “whitespace”. Options??
nusolutionsParticipant@Cover
The ability to align the avatar either left, center, right, or bottom. As the attachment shows this may make for a better experience.Attachments:
You must be logged in to view attached files.February 21, 2015 at 18:00 in reply to: how to display social networks to buddypress member profile #46993nusolutionsParticipantI see the text file left by sharmstr but don’t follow the steps. Can someone post them for me?
1. Create custom profile field(s)?
2. Paste into child theme ???
3.tia
nusolutionsParticipantNo intent to hijack your thread:
The question I’d ask is would you, kleo, consider giving the option to align the avatar to be left, center, right, or bottom in the cover for kleo? I’d prefer to use this one since I know it was designed to work with the theme.tia
-
AuthorPosts