Forum Replies Created

  • In reply to: Managing columns with a child Theme

    #23370

    Hello Syahir,

    let me rephrase it. I haven’t made any changes in css as far columns.

    I just installed the updated theme and with the child theme still activated the sidebar columns and the footer cluttered (2 columns with right sidebar).

    Then I tried to tweak the width options but nothing changed (still with the child theme activated).

    Turning to the native theme the layout looks fine but actually I have some other changes in css and footer that I want to keep through the child theme.

    Are there certain elements/files that I should copy to the child theme so that no cluttering happens?

    In reply to: put another slider instead header

    #22107

    Hello All

    I have the same issue. I’m thinking of creating a more attractive header with some action.

    Your answers here stand as a reason for further investigation to the direction of getting a final solution after all.

    Well Josh

    You need to create an action hook, and insert a php widget (another plugin download), so that you may include the shortcode provided by the image slider.

    Could please thtough some light on the “create action hook” step and then “insert a php widget”? I found several php widgets but could you just refer the mid-steps or if any coding needed?

    Thanks

    In reply to: UI Tabs plugins not working

    #22580

    OMG!!!!!

    THANK YOU THANK YOU THANK YOU.

    Finally it works.

    I’m planning to localize the theme for Greece.

    As soon as I’m trough I will follow the procedure as descibed and contribute to your effort.

    Thank you again.

    Stavros (the real me)

    In reply to: UI Tabs plugins not working

    #22578

    ok then I did a check with thw clean install of graphene and all the plugins except POst UI deactivated but nothign changed again.

    I can compromise losing the slider and using a plugin for this function on the front page until the 1.6 comes out (can you estimate when it’s gonna be?)

    Any hint on how to remove the Jquery Tools library? And is this gonna fix the issue with the other tab plugins?

    Thank you

    In reply to: UI Tabs plugins not working

    #22577

    Happy to hear from you Syahir.

    My best credits for this fully customized theme.

    Well, do you think that it’s about a conflict with other plugins? I have not made any major changes in the css and what has been done relates mostly to borders, a custom th, list image and colors.

    Don’t you see a java issue at all?

    Have you checked my links?

    I will try to change back to the original Graphene set up and see if tab plugins work fine as you say.

    In reply to: UI Tabs plugins not working

    #22574

    Well the latest finding is related to to javascripts loadaded from each theme after swaping.

    All are the same except the one extra in Graphene and that is:

    http://cdn.jquerytools.org/1.2.5/all/jquery.tools.min.js?ver=3.3.1.

    Does this light up the situation?

    In reply to: UI Tabs plugins not working

    #22573

    Hello john.

    Thank you very much for spending some time for my case.

    Yes it’s obvious that it’s a css or java issue (actually according to what I’ve read so far the java library and tools loaded by the functions.php I suppose)

    Well I chose to start from your last suggestion, sth that I should have tried before posting here as it is typically the most recommended solution for checking compatibility issues. Sorry for that but after 8 hours of testing and reading I got so frustrated and confused that I ignored the basic testing rules.

    Now guess what. I turned to the classic twenty eleven and all the tab plugins work perfectly. So it’s a Graphene issue. Do you have any tecnical suggestions about this? Any functions.php additions to my child theme perhaps?

    I added the following after reading a close related topic here according to the guides given from Sayhir. But nothing changed.

    Thank you in advance.

    function graphene_enqueue_scripts_custom(){
    wp_enqueue_script( 'jquery-tools' );
    }
    add_action( 'init', 'graphene_enqueue_scripts_custom' );

    function graphene_custom_tabs_script(){
    ?>
    <script type="text/javascript">
    jQuery(document).ready(function($) {
    $("ul.tabs").tabs("div.panes > div");
    });
    </script>
    <?php
    }
    add_action( 'wp_footer', 'graphene_custom_tabs_script', 100 );

    In reply to: UI Tabs plugins not working

    #22571

    Any hint out there please?!

    In reply to: Sidebar Widgets Not Working

    #22564

    Hello there.

    Have you tried loading a widget on the Front Page Sidebars area too?

    And have you setup the content of the widget you need according to its settings?

Viewing 9 posts - 11 through 19 (of 19 total)

  • 1
  • 2