Forum Replies Created

Viewing 40 posts - 1 through 40 (of 105 total)
  • Author
  • in reply to: Advertiments compatibility required #118380
     nusolutions
    Participant

    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

    in reply to: Change log in with your credentials text #113283
     nusolutions
    Participant

    AWESOME!
    THANKS!

    in reply to: Change log in with your credentials text #113248
     nusolutions
    Participant

    On 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.
    in reply to: Change log in with your credentials text #112235
     nusolutions
    Participant

    You’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?

    in reply to: Change log in with your credentials text #111915
     nusolutions
    Participant

    Also,
    Is it possible to add the Google reCaptcha to the login form?

    Plugin Name: Google Captcha (reCAPTCHA) by BestWebSoft
    Plugin faq:

    My site here

    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

    in reply to: Change log in with your credentials text #111914
     nusolutions
    Participant

    The 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/languages

    Template (POT) file saved as BuddyApp-child.pot

    I see the following:

    BuddyApp Child
    Child theme for BuddyApp
    SeventhQueen
    http://seventhqueen.com

    If I paste the text, Log in with your credentials, into English Translation I don’t see a “search” option.

    What am I missing?

    in reply to: Change log in with your credentials text #111393
     nusolutions
    Participant

    If 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

    in reply to: YouTube Video Slider #95621
     nusolutions
    Participant
    This reply has been set as private.
    in reply to: Knowledge used in BuddyApp #91823
     nusolutions
    Participant
    This reply has been set as private.
    in reply to: Possible course management plugin conflict #88290
     nusolutions
    Participant

    Ended up being an issue with the plugin. Issue resolved.

    Thnks

    in reply to: Possible course management plugin conflict #88066
     nusolutions
    Participant
    This reply has been set as private.
    in reply to: Theme login vs WP Social Login #84724
     nusolutions
    Participant

    Tried the Super Socializer plugin and it addressed the need.

    Thanks

    in reply to: Add profile options in sidebar #84504
     nusolutions
    Participant

    Is this the only recommended plugin for this particular request? I ask because the plugin hasn’t been updated in 2 years.

    in reply to: Removing row spaces on a single page #82569
     nusolutions
    Participant

    Thanks!

    SHARMA!!! -)

    in reply to: Removing row spaces on a single page #82564
     nusolutions
    Participant

    Reverted back to fix the bleeding. Now neither of the methods listed above works.

    in reply to: Removing row spaces on a single page #82562
     nusolutions
    Participant

    Although flush things are now bleeding past the edges. Thinking I’m missing something “simple”?

    in reply to: Removing row spaces on a single page #82555
     nusolutions
    Participant

    That 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

    in reply to: Content by user type issue… splash page #67449
     nusolutions
    Participant

    At 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.
    in reply to: Content by user type issue… splash page #67403
     nusolutions
    Participant

    Ah! 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.

    in reply to: Content by user type issue… splash page #67284
     nusolutions
    Participant

    First 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. LINK

    in reply to: KLEO – Features Requests #54026
     nusolutions
    Participant

    A Micros Theme for Kleo
    Sample Community:
    http://theamericanveteran.org

    Community purpose: provide resources for veterans.
    Resources:
    Jobs: http://hireamvets.com
    eLearning: http://clc.theamericanveteran.org 3rd party theme (pita!)
    Dating (Why not): http://singleveterans.com

    What’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
    etc

    in reply to: KLEO – Features Requests #53878
     nusolutions
    Participant

    No 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.

    in reply to: KLEO – Features Requests #53875
     nusolutions
    Participant

    Shucks! 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.

    in reply to: KLEO – Features Requests #53757
     nusolutions
    Participant

    Thanks 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

    in reply to: KLEO – Features Requests #53677
     nusolutions
    Participant

    Continued

    Groups
    Group cover for runners or riders who opt to create groups.

    in reply to: KLEO – Features Requests #53676
     nusolutions
    Participant

    Fitness 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.

    in reply to: Header banner spacing #49098
     nusolutions
    Participant

    When 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:

    Vendors @ nuRyders

    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

    in reply to: Header banner spacing #48925
     nusolutions
    Participant

    After 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

    in reply to: Header banner spacing #48826
     nusolutions
    Participant
    This reply has been set as private.
    in reply to: Header banner spacing #48825
     nusolutions
    Participant

    I get it and appreciate the effort to resolve! Thanks

    in reply to: Header banner spacing #48821
     nusolutions
    Participant

    Maybe 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.
    in reply to: Header banner spacing #48811
     nusolutions
    Participant

    Got 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?

    http://vendors.nuryders.com/

    tia

    in reply to: Header banner spacing #48539
     nusolutions
    Participant

    Not “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 appreciated

    Attachments:
    You must be logged in to view attached files.
    in reply to: Different views in Chrome, IE, and FF #47670
     nusolutions
    Participant

    Link to my site:

    In 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

    in reply to: Slide-in #47212
     nusolutions
    Participant

    Reference site:

    If you click under Race Events you get an idea of what I’m referring to.

    Here’s my site:

    So I ended up using tabs but it doesn’t look how I wanted as I was hoping to hide the forms with an image.

    tia

    in reply to: Header banner spacing #47207
     nusolutions
    Participant

    This doesn’t work. In the end still trying to get an ad to appear in the header area within the extra “whitespace”. Options??

    in reply to: KLEO – Features Requests #46996
     nusolutions
    Participant

    @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.
     nusolutions
    Participant

    I 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

    in reply to: Social Media added to Profile? #46989
     nusolutions
    Participant

    Anyone have a screenshot or example of this in action?

    tia

    in reply to: Do I have to use your version of BuddyCover? #46988
     nusolutions
    Participant

    No 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

Viewing 40 posts - 1 through 40 (of 105 total)

Log in with your credentials

Forgot your details?