Forum Replies Created

Viewing 40 posts - 241 through 280 (of 407 total)
  • Author
  • in reply to: Social Icons Do Not Display On Mobile #106353
     jwchameleoncorp
    Participant

    Perfect Radu! Awesome support as always. Cheers my friend! πŸ™‚

    in reply to: Geonames in Kleo? #106297
     jwchameleoncorp
    Participant

    Okay. Then I’d like to make it a feature request for future updates please. Thanks Radu!

    in reply to: Social Icons Do Not Display On Mobile #106148
     jwchameleoncorp
    Participant

    Hey Radu,

    I tried the code but no change. I cleared the cache as well, but no change.

    You mind taking a look please?

    Thanks for your help.

    in reply to: Copying Code to New Server #105437
     jwchameleoncorp
    Participant

    Hi Laura,

    Never mind, the code you provided worked. It was just held in the cache. All good now. Thanks for all your help. Awesome as usual! πŸ™‚

    in reply to: Copying Code to New Server #105435
     jwchameleoncorp
    Participant

    Hi Laura. Good to see your face. πŸ™‚

    I tried the code above but was not successful. Here’s how my style.css looks right now:

    Did I do something wrong?

    /*
    Theme Name: Sweetdate Child
    Theme URI:
    Description: Child theme for Sweetdate
    Author: SeventhQueen
    Author URI: http://seventhqueen.com
    Template: sweetdate
    Tags: dating, clean, responsive, creative, minimal, modern, landing page, social, buddypress,bbpress, woocommerce
    License: GNU General Public License
    License URI: license.txt
    */
    @import url(“../sweetdate/style.css”);

    /*
    * Please add your custom styles below
    */

    .top-links {
    border-bottom: 1px solid #000000 !important;
    }

    in reply to: Integrating Aweber Into Registration Page #85285
     jwchameleoncorp
    Participant
    This reply has been set as private.
    in reply to: Integrating Aweber Into Registration Page #85171
     jwchameleoncorp
    Participant
    This reply has been set as private.
    in reply to: Integrating Aweber Into Registration Page #85130
     jwchameleoncorp
    Participant

    Hola @laura !

    Hope you are well.

    First and foremost, I want to thank you for all your help. I love working with you. πŸ™‚

    I wanted to follow up with somethings I’ve learned since you added the code for the registration page.

    1. When I was trying to do it myself and initially created the “test register page” at http://www.travelcuckoo.com/test-register/, it appeared that the blue “Login in with Facebook” was just a non-functioning icon/button. However, now that I’ve tried it again, it does function. (see attached snap shot “facebook login error 3”)

    2. When I try to login using the the top menu “Login/Register” link, and click the blue “Login in with Facebook” button in the pop up modal, I get the same error as issue number one (see attached snap shot “facebook login error”). Go to http://travelcuckoo.com and try it.

    3. When I try to login using the blue “Login in with Facebook” bbPress login widget in the Community section of the Home Page, I get the same error as issue number one (see attached snap shot “facebook login error”). Go to http://travelcuckoo.com, scroll half way down, and try it.

    So it seems that the blue “Login with Facebook” button is trying to work properly in all cases, but adding/changing the code for the registration page we created together has somehow caused a conflict with the functionality.

    Can we try to fix the issue together please?

    Hope you are well and thank you for all your help. πŸ™‚

    Attachments:
    You must be logged in to view attached files.
     jwchameleoncorp
    Participant

    Hi @abe

    Go to http://travelcuckoo.com

    Yep, I built the category query too. πŸ™‚

    Thanks for checking it out!

    in reply to: Integrating Aweber Into Registration Page #83823
     jwchameleoncorp
    Participant

    Oops! You’re right. πŸ™

    Okay, well how to I add it correctly?

    in reply to: Integrating Aweber Into Registration Page #83655
     jwchameleoncorp
    Participant

    Wow! That was fast! Thanks Laura πŸ™‚

    Quick question…

    When trying to do it on my own, I created a Test Register Page http://www.travelcuckoo.com/test-register/

    If you compare it to the current register page ( http://www.travelcuckoo.com/register ) you configured, the test register page has the Facebook Login option, verbiage above the form, and the option to configure with a side bar.

    Do I add that directly on the page, or does that require more back end code?

    in reply to: Integrating Aweber Into Registration Page #83651
     jwchameleoncorp
    Participant

    Sweet! Thanks Laura!

    in reply to: Integrating Aweber Into Registration Page #83509
     jwchameleoncorp
    Participant
    This reply has been set as private.
    in reply to: Integrating Aweber Into Registration Page #83508
     jwchameleoncorp
    Participant
    This reply has been set as private.
    in reply to: Integrating Aweber Into Registration Page #83504
     jwchameleoncorp
    Participant
    This reply has been set as private.
    in reply to: Integrating Aweber Into Registration Page #83463
     jwchameleoncorp
    Participant
    This reply has been set as private.
    in reply to: Integrating Aweber Into Registration Page #83298
     jwchameleoncorp
    Participant
    This reply has been set as private.
    in reply to: Integrating Aweber Into Registration Page #83297
     jwchameleoncorp
    Participant
    This reply has been set as private.
     jwchameleoncorp
    Participant

    Hi @abe

    Those are my settings in the Theme > Blog settings. All my posts have featured images, but it still does not display the highlighted category on the image.

    in reply to: Integrating Aweber Into Registration Page #83271
     jwchameleoncorp
    Participant

    Hi @laura

    Haha! Yeah, I forget I originally submitted the ticket when I was using Sweet Date but since moved to KLEO. Sorry about that.

    Anyway, I created an entire copy of the buddypress folder located in public_html/travelcuckoo.com/wp-content/themes/kleo and copied/pasted it to public_html/travelcuckoo.com/wp-content/themes/kleo-child

    Then inside the new buddypress folder I went to public_html/travelcuckoo.com/wp-content/themes/kleo-child/buddypress/members and found the register.php file.

    I backed up a copy of the file, then opened the file and pasted your code (with my Gravity Form short code added) so it looked like this:

    ————————————-

    <div id=”buddypress”>

    <?php do_action( ‘bp_before_register_page’ ); ?>

    <div class=”page” id=”register-page”>

    <?php echo do_shortcode( [gravityform id=”1″ title=”false” description=”false”] ); ?>

    </div>

    <?php do_action( ‘bp_after_register_page’ ); ?>

    </div><!– #buddypress –>

    ————————————-

    Unfortunately the result was a blank page (see attached). Wondering if I made an error?

    Thanks for all your help! πŸ™‚

    Attachments:
    You must be logged in to view attached files.
    in reply to: Integrating Aweber Into Registration Page #82970
     jwchameleoncorp
    Participant

    Hi @laura

    Thanks for putting all that together. I really appreciate it.

    I went to my cpanel at public_html/travelcuckoo.com/wp-content/themes/kleo but did not find any register.php or a folder named register. I opened all the subfolders and looked at all the php files in the list, but could not find a register.php file anywhere. Do you know where the file/folder might be?

    in reply to: Social articles? #82883
     jwchameleoncorp
    Participant
     jwchameleoncorp
    Participant

    All my articles have images, but it doesn’t show.

    in reply to: Styling Problems with Kleo #82854
     jwchameleoncorp
    Participant

    See, it’s stuff like that I’d love to learn. Do you mentor students at all? If I could just learn a few basics I could get so much farther.

    Just tell me your hourly rate. I’m serious.

    in reply to: Styling Problems with Kleo #82845
     jwchameleoncorp
    Participant

    LOL! No worries. It made me laugh…I needed that! πŸ™‚

    in reply to: Social Articles Conflict? #82839
     jwchameleoncorp
    Participant

    Hi @sharmstr

    FYI – That Buddy Blog plugin works flawlessly and has a much better interface than Social Articles. Thanks for the suggestion!

    in reply to: Styling Problems with Kleo #82838
     jwchameleoncorp
    Participant

    Haha! It was my feeble attempt to do it myself. I’m trying my best to learn this stuff and not bug you guys.

    You’re code worked perfectly. Freaking genius as usual. Thanks!

    in reply to: Font Color in Widgetized Side Bar #82831
     jwchameleoncorp
    Participant

    http://travelcuckoo.com

    Hi @sharmstr

    I added this to another topic like we discussed, but it’s been 5 days and haven’t received a reply. I know you just got back from vacation, but if you have a minute, you mind looking at this please?

    I tried to fix it using this code, but no luck:

    .vc_column_container a.awpcp {
    color: #fff !important;
    }

    I also have the same problem with the font color in the very left column containing the β€œRegister” link in the Login widget.

    See attached snap shot showing the issues, or you can go to the site at http://travelcuckoo.com

    Doing my best to try to figure out the code on my own, but not nearly as talented as you guys are. You mind taking a look at it please?

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    in reply to: Social Articles Conflict? #82826
     jwchameleoncorp
    Participant

    Haha! They never are!

    I’ve give that one a try. Thanks!

    in reply to: Integrating Aweber Into Registration Page #82824
     jwchameleoncorp
    Participant

    Hi @laura

    Just to clarify…

    1. Go to the settings you instructed (see attached snap shot)

    2. Select any other page in the drop down. Save settings.

    3. Then go back to the the Dashboard > Pages menu, find the Register Page, then enter my code.

    4. Then go back to Buddypress > Pages and re-select the Register Page in the drop down. Save Settings

    Is this correct?

    Thank you!

    Attachments:
    You must be logged in to view attached files.
    in reply to: Social Articles Conflict? #82815
     jwchameleoncorp
    Participant

    Hi @sharmstr

    Welcome back from vacation. πŸ™‚

    It showed up with I changed the user status from subscriber to contributor. However, the plugin seems to have bugs with functionality, especially in the word processor interface for the Buddypress User. I’ve looked into solving the problem, but it seems the developer does not support the plugin anymore as he has not responded to support inquiries submitted by other users of the plugin.

    Are there other plugins you’d recommend that might accomplish the same thing?

    Thanks for your help.

    in reply to: Social articles? #82466
     jwchameleoncorp
    Participant

    Hi @abe

    I investigated your suggestion. Those who subscribers do not have the links, but when I change their status to contributor, the links worked properly.

    However, once I fixed the issue, I found a lot of formatting and functionality problems with the plugin. The plugin author seems to have abandoned it as well and is not responding to support issues.

    Do you have suggestions for a plugin other than this one?

    Thanks!

    in reply to: Integrating Aweber Into Registration Page #82187
     jwchameleoncorp
    Participant

    Hi @laura !

    Looks like I was able to recreate the code on a test registration page with the Gravity Form integrated into it instead of the default KLEO form – http://travelcuckoo.com/test-register/

    However, I know that I need to get the code transferred onto the real Register Page, so what is the best way to do that since there is no code on the default Register page? – http://travelcuckoo.com/register

    I want to make sure I eliminate the old code without causing problems in the functionality of the theme.

    Thanks!

    in reply to: Integrating Aweber Into Registration Page #82136
     jwchameleoncorp
    Participant

    Hi @laura

    I’ve done my research and I’m going to implement this idea now, but have a couple questions before I do.

    The URL for the page is http://travelcuckoo.com/register

    However, when I visit that page to edit it in the Admin Dashboard, the page is blank (see attached snap shot), so there is no existing code to edit or replace with new Gravity Form code.

    Also, the Register link in the WP menu has a short code like this: kleo-menu kleo-register-nav (see attached snap shot)

    Here are the challenges I need to fix:

    1. I want to edit the register page and add the Gravity Form, yet keep the “Login with Facebook” button and the dialogue just below it that is included on the default Register Page from KLEO (see attached snap shot). The only thing I want to replace are the form fields. Those will be provided by Gravity Forms. Everything else should remain the same.

    2. How do I update the Register custom link in the WP menu to show the updated Register page, or do I even need to?

    Thanks for your help Laura!

    Attachments:
    You must be logged in to view attached files.
     jwchameleoncorp
    Participant

    Hi @Abe

    Not sure I understand. Can you explain what you mean please?

    Thanks!

    in reply to: Font Color in Widgetized Side Bar #81762
     jwchameleoncorp
    Participant

    Will do. Have a great vacation! πŸ™‚

    in reply to: Styling Problems with Kleo #81760
     jwchameleoncorp
    Participant

    http://travelcuckoo.com

    Hi @radu

    I tried to fix the same issue with another widgetized column in the same row, but was unsuccessful. Here’s the code I tried:

    .vc_column_container a.awpcp {
    color: #fff !important;
    }

    You can go to the website or view the attachment to see the font that I’m trying to make white.

    I also have the same problem with the font color in the very left column containing the β€œRegister” link in the Login widget.

    Doing my best to try to figure out the code on my own, but not nearly as talented as you guys are. You mind taking a look at it please?

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    in reply to: Font Color in Widgetized Side Bar #81757
     jwchameleoncorp
    Participant

    http://travelcuckoo.com

    Hi @sharmstr

    I tried to fix the same issue with another widgetized column in the same row, but was unsuccessful. Here’s the code I tried:

    .vc_column_container a.awpcp {
    color: #fff !important;
    }

    You can go to the website or view the attachment to see the font that I’m trying to make white.

    I also have the same problem with the font color in the very left column containing the “Register” link in the Login widget.

    Doing my best to try to figure out the code on my own, but not nearly as talented as you guys are. You mind taking a look at it please?

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    in reply to: Video Light Box #81756
     jwchameleoncorp
    Participant

    Hello @laura !

    Thanks for taking a shot at it. You’re awesome, as usual. πŸ™‚

    I ended up finding a Visual Composer Add-On that did the trick.

    Hope you have an incredible weekend.

    Cheers!

     jwchameleoncorp
    Participant

    Hi @abe

    Thanks for the reply. Yep, as I mentioned above in my last post, I discovered that. But how to I accomplish the second item?

    Thanks!

Viewing 40 posts - 241 through 280 (of 407 total)

Log in with your credentials

Forgot your details?