Support

Ines BuddyPress theme (64 posts)

Languages

de | fr | es | 日本語

About This Topic

Tags

  1. rss iwrite

    junior member


    rss Posted 2 years ago
    #

    Hello

    I have seen your themes and I am most impressed especially your buddypress theme (Ines)which really stands out from the rest of the buddypress theme available at the moment.

    Since you allow us to download, I made the assumption that you would allow us to us it. I would like to understand if there are any term and condition attached to it. If it is then allow me to ask some questions about your theme. I understand you are doing a business, however I do not have a budget to employ you to help me with my project. However I was hoping you might just direct me towards where I could shorten my learning curve.

    First let me say I am a novice, I only basic HTML codes and I do not know much about PHP codes.

    Header – Would I be able to configure a picture I have create for
    Footer – Ines I notice a little bug here, while the tile have change, the one on the footer have not. I have attached the picture so you would understand what I meant. (http://www.shareapic.net/content.php?id=19911108&owner=maestro)

    Widget certain area – Is it possible for me to put widget area onto your buddy press theme.

    Buttons
    The buttons on your page does not seem to work at all. First of all the register does not work at all and the rest I am not able to test. And what are these buttons for? Perhaps you could direct me to see how to modify this.
    Twitter – is this to connect to twitter?
    Register – not able to work
    Create – What does this do?
    Share – Seem to be similar to forum?
    Discuss – Seem to be similar to forum?

    I would be glad if someone would be able to help me. thanks

  2. rss milo

    moderator


    rss Posted 2 years ago
    #

    All changes for backgrounds, colors etc can be made in the main stylesheet CSS, preferably via ftp (filezilla) or download, edit ( via pspad ), and upload edited file.

    For help learning CSS, visit:

    CSS Basics.com
    HTML Dog's CSS Beginner Tutorial
    HTML.net's CSS Tutorial
    W3's CSS School
    Stylegala's CSS Reference

    For help learning WordPress/wpmu, visit:

    Howto work with WP with video footage
    Working with WordPress
    Administering your blog
    Working with BuddyPress
    Working with WPmu

    Widgets:
    The Ines theme is completely widgetized, open appearance, select sidebar to edit and drop widgets.

    Buttons:
    open members.php file at wp-content/themes/ines/inc/
    and edit the information and link, just fill in your desired linkage.

    The buttons can do whatever you'd like to: open the site, open a javascript panel, it's up to you what they are good for.

    And add next time an url, that will help solving bugs

  3. rss iwrite

    junior member


    rss Posted 2 years ago
    #

    Hello again milo, sorry to be such a bother, I have problem with signup page, it appears to be blank when I click on it. on your test site, there is also the same problem.

    My url is travelores.com

  4. rss milo

    moderator


    rss Posted 2 years ago
    #

    Sorry, there is a bug in register.php file in the folder
    themes/ines/registration/register.php

    pls rename the file to something like
    registerss.php
    while I fix this error.

    It will load the core register template instead now.

  5. rss iwrite

    junior member


    rss Posted 2 years ago
    #

    Thanks, I tried to rename the file, however it does not change the problem, perhaps when you fixed the bug, do let me know.

  6. rss milo

    moderator


    rss Posted 2 years ago
    #

    You can also delete it, then BP will load the generic register file.

  7. rss cl1n1c4lb34r

    junior member


    rss Posted 2 years ago
    #

    Hi Milo, first of all thank you to share the work you do, I've just finished to customize "Ines" theme for my blog, but I have a small problem on it, I dont found the way to connect the "twitter" button with my link...
    Secondly... on the main page on the "glidecontent" doesnt show anything...
    Here is the link of the blog:
    christiansworld.org
    Sorry if I wasnt so clear... I am very new on this stuff...

  8. rss milo

    moderator


    rss Posted 2 years ago
    #

    1.
    One your your plugins is interfering with the js from the theme,
    try to disable all plugins (except of buddypress) one by one to localize the interfering plugin,
    from the source code it might be the gigya plugin, as it loads (again) js files that are already loaded.

    2.
    Twitter button connect: open the member.php file at
    themes/Ines/inc/ and add your twitter link to your profile.

    3.
    There is a bug in register.php file in the folder
    themes/ines/registration/register.php

    pls rename or delete the file while I fix this error.
    It will load the core register template instead now.

  9. rss milo

    moderator


    rss Posted 2 years ago
    #

    And the mod looks awesome, love it ;P

  10. rss cl1n1c4lb34r

    junior member


    rss Posted 2 years ago
    #

    I am really happy that you like it, well I love to work with graphic programs, if you want me to prepare some mods for you I will be happy to do it....

    Back to my question...
    thank you for the answer you gave me, the twitter problem is solved
    the register.php file was already renamed with regitress.php (or something like this)
    I disabled all the plugins (not buddypress)... but I still have the problem of that slider I told you before....
    Now Is also the left column.. I dont know why it stay empty... no widget are on...
    Thank you for your help

  11. rss milo

    moderator


    rss Posted 2 years ago
    #

    Try to replace this 2 js calls from the ines header files
    at ines/header.php and ines/inc/header2.php
    into the footer
    slider.js
    glide.js
    contentslider.js

    From the source it looks like your install loads much more css and js files than necessary, like plugin files and so on,
    one of the file does interfere with theme files.

    For example everything under
    <link rel="pingback" href="http://christiansworld.org/blog/xmlrpc.php" />
    til the
    <body>
    tags does not load on my test install with the generic Ines template.

  12. rss cl1n1c4lb34r

    junior member


    rss Posted 2 years ago
    #

    Hi sorry but I really dont understand where and what I have to change....
    I promise the first time you come in Italy I offer you a dinner :P

    danke vielmals für die hilfe.

  13. rss milo

    moderator


    rss Posted 2 years ago
    #

    Get in contact via mail at
    milo317 [at] gmail [dot] com
    then I will take a look into your theme files ;P

  14. rss roelani

    junior member


    rss Posted 2 years ago
    #

    Hello! I downloaded and installed your Ines buddypress theme and am in the process of modifying it to suit my needs. For the moment, I've run into a snag; the buddypress default admin bar is disablled, but I need its functions active and would like to re-enable it.

    I've searched for the hook and found some lines where you remove the actions in /inc/control.php, but I still don't get the admin bar anywhere on the site, no even on the wp-mu admin.

    Any help would be greatly appreciated! :)

    -k

  15. rss cl1n1c4lb34r

    junior member


    rss Posted 2 years ago
    #

    is it enabled already, but have a different look, if you watch on the top you will found "dashboard"... click on it and the admin bar will open with a very cool look...

  16. rss cl1n1c4lb34r

    junior member


    rss Posted 2 years ago
    #

    I have another small problem... I just saw that in the buddypress menù in the dashboard I have an error... the theme is not buddypress enabled.... :O
    why?

  17. rss roelani

    junior member


    rss Posted 2 years ago
    #

    Actually, the member bar is missing the whole "My Accounts -> Groups -> Create a group" bit, or maybe I'm just not seeing it. All I see on that dashboard (while it does look admittedly very cool) are links to the back-end, not links to the front-end.

  18. rss milo

    moderator


    rss Posted 2 years ago
    #

    @roelani
    Open css in Ines theme stylesheet and look for this line:
    #wp-admin-bar
    with the following styles applied to it, and remove this line or style as your wish

    @cl1n1c4lb34r
    I've got the same error once after wpmu upgrade to latest version, but apparently it does not mean anything, as the themes continue to work flawless.

  19. rss cl1n1c4lb34r

    junior member


    rss Posted 2 years ago
    #

    Hi milo, thank you again for the help, but what can you suggest me to repair that problem?
    have you recived my email with my zip file?

  20. rss milo

    moderator


    rss Posted 2 years ago
    #

    Sorry, not recieved anything, addy is milo317[at]gmail[dot]com.
    About the error: as long as the themes are working ignore it,
    I've been monitoring this issue last week and expected further problems, but all keeps working without failure.

    make sure that /wp-content/bp-themes/ does not exist (i.e. delete the folder) else BP will get confused

  21. rss cl1n1c4lb34r

    junior member


    rss Posted 2 years ago
    #

    The slider work the slider work :P
    it was just to delete the bp-theme folder... :)

  22. rss milo

    moderator


    rss Posted 2 years ago
    #

    Glad it worked out for you, hope you enjoy the theme :P

  23. rss roelani

    junior member


    rss Posted 2 years ago
    #

    I'm sorry for bumping this again, but I'm still not getting the admin bar back. In the back-end, an un-styled list appears below the back-end window, and contains all the links from the admin-bar. I disabled all instances of #wp-admin-bar {display:none;} I could find.

    If I remove the remove-actions hooks from inc/control.php, the slider feature on the main page stops working. I'm guessing there's an ajax compatibility issue somewhere.

    EDIT: The un-styled admin-menu now appears everywhere-- back-end AND front-end -- after all content (ie, after footer)... By removing the display:none; from the css, it seems the admin-menu is there, it's just not getting pulled up where it should and displaying with the drop-down effects.

  24. rss milo

    moderator


    rss Posted 2 years ago
    #

    @roelani no prob, but pls post an url where I can check the theme in action, this way it's easier to find the bugs.

Reply »

You must log in to post.

Design by milo

Milo designs web sites that strike the perfect balance between professional high-class graphics, functionality, usability, user experience, and high performance.