Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter Immigrationguru

    (@immigrationguru)

    Hi Marco,

    I will do thanks again for all your help.

    Have a nice day

    Thread Starter Immigrationguru

    (@immigrationguru)

    Hi Marco,

    For some reason the contact form (I am using the contact form with the Jetpack plugin) in my black studio widget is not working, you cannot submit anything there. It works fine on a separate page I have (Contact us) but not in the widget created by the plugin. Can you see what I am doing wrong?

    Thank you once again for all your help thus far!

    Thread Starter Immigrationguru

    (@immigrationguru)

    Hi Marco thank you so much that seemed to have corrected those errors. I really appreciate all your help that seems to have fixed all the problems with the visual editor. Thanks for your great plugin and for the great support helping people like me through our issues.

    Thanks once again Marco and keep up the great work!

    Thread Starter Immigrationguru

    (@immigrationguru)

    Hi Marco, thank you so much for your help, I will try re installing wordpress 4 and I will let you know.

    Thread Starter Immigrationguru

    (@immigrationguru)

    Hi Marco,

    Thank you so much for helping me out with this problem.

    I have sent a copy of the site files to [email protected].

    Thread Starter Immigrationguru

    (@immigrationguru)

    Hi Marco, I am reluctant to pass over the full admin details. What would be the best way to provide you with a copy of the site (files + db)?

    Hi I am running into the same issue, ie specify image dimensions. I am running your great plugin on two of my sites. I was wondering if the this issue was fixed in the latest update (as mentioned above) and if so have I not activated something in my settings to correct this problem?

    Thread Starter Immigrationguru

    (@immigrationguru)

    Hi Marco,

    There are a few different php codes on the site, all the different ones that I have are pasted below the function php.

    The only functions.php that I have is: Twentyeleven Child: Theme Functions (tranquil-reflections/functions.php and it is pasted below.

    <?php
    function tranquil_sidebars(){
    register_sidebar(array(
    ‘id’ => ‘sidebar-1’,
    ‘name’ => ‘Sidebar’,
    ‘before_widget’ => ”,
    ‘after_widget’ => ‘
    ‘,
    ‘before_title’ => ‘<h2>’,
    ‘after_title’ => ‘</h2>’,
    ));
    }

    add_action( ‘widgets_init’, ‘tranquil_sidebars’ );

    if ( ! isset( $content_width ) )
    $content_width = 570;

    add_theme_support(‘post-thumbnails’);
    set_post_thumbnail_size( 532, 355,true );
    add_theme_support(‘automatic-feed-links’);
    add_theme_support( ‘menus’ );

    require_once ( get_template_directory() . ‘/theme-options.php’ );

    function tranquil_menus(){
    register_nav_menus(
    array(
    ‘primary’ => ‘Header Menu’,
    ‘footer-menu’ => ‘Footer Menu’
    )
    );
    }
    add_action( ‘init’, ‘tranquil_menus’);

    ________________________________________________

    The other .php files I have on my site are as belows:

    Footer
    (footer.php)
    Header
    (header.php)
    Showcase Template Page Template
    (showcase.php)
    404 Template
    (tranquil-reflections/404.php)
    Archives
    (tranquil-reflections/archive.php)
    Archives Page Template
    (tranquil-reflections/archives.php)
    Comments
    (tranquil-reflections/comments.php)
    Footer
    (tranquil-reflections/footer.php)
    Theme Functions
    (tranquil-reflections/functions.php)
    Header
    (tranquil-reflections/header.php)
    Main Index Template
    (tranquil-reflections/index.php)
    Page Template
    (tranquil-reflections/page.php)
    Search Results
    (tranquil-reflections/search.php)
    Sidebar
    (tranquil-reflections/sidebar.php)
    Single Post
    (tranquil-reflections/single.php)
    Tag Template
    (tranquil-reflections/tag.php)
    theme-options.php

    Thread Starter Immigrationguru

    (@immigrationguru)

    Hi Marco,

    Do you mean the child CSS style sheet? If so the code reads as follows:

    /*
    Theme Name: Twentyeleven Child
    Description: Child theme for the twentyeleven theme
    Author: Your name here
    Template: twentyeleven
    */

    @import url(“../twentyeleven/style.css”);

    #jbffooter {
    font-size:x-small;
    color:#f00;
    }

    body, input, textarea {
    font: 12px “Gill Sans MT”;
    }

    /* to change width modify the below pixel number */

    #page {
    max-width: 1150px;
    }

    Thread Starter Immigrationguru

    (@immigrationguru)

    Hi Marco, my apologies.

    I am using wordpress 4.0, I am using black tiny MCE Widget 2.04 and sorry I mistakenly said I was using Pilcrow previously (I am using Pilcrow theme on my other site). I am actually using Twenty eleven child them of the twenty eleven, version 1.9.

    Just to update you it is not just in pages and posts it is when I try and use it in the widget as well. Also although the Text is entering in the visual tab when I hit save, nothing saves?

    Thread Starter Immigrationguru

    (@immigrationguru)

    Hi Marco,

    when I disable the visual editor plugin, I can insert Images by using the add media button into posts or pages with no problems.

    It is when it is enabled that I cannot. I have read the FAQs and I tried disabling all of my other plugins so just this one was active and it still would not let me insert images.

    Any thoughts or ideas would be very much appreciated?

    Thread Starter Immigrationguru

    (@immigrationguru)

    If that is in fact what needs to be done that is?

    Thread Starter Immigrationguru

    (@immigrationguru)

    Hi webbrewes, thank you very much for your thoughts. If you click on the two links you can see that their is a difference in the two (title s showing and format) and both have the sidebar now. Only the showcase template sidebar is displaying outside the border of the site and the sidebar template is displaying the sidebar correctly. Do you have any suggestions on how to get the showcase template to display the sidebar within the borders as the sidebar template does?

Viewing 13 replies - 1 through 13 (of 13 total)