Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)
  • Hi,
    Please disregard my question above. I went to the X theme and someone else had the same problem in Firefox (it was a padding problem!!!) https://theme.co/apex/forum/t/contact-form-7-input-data-not-displaying-in-firefox/19617/4

    Thank you for your time!
    Cheers,
    Janell

    Hi,
    I am having the same problem, form works fine in Chrome & Safari, not in Firefox. I added a bunch of CSS just to be certain, but when I type into the text or email field, nothing enters (it does in the textarea, probably because of this:
    /*******CONTACT US FORM*********/
    input[type=”text”],
    input[type=”email”],
    textarea
    {
    color: #000!important;
    text-transform: none!important;}
    input[type=”text*”],
    input[type=”email*”]
    {
    color: #000!important;
    float:none!important;
    text-transform: none!important;}
    #blackfont {color:#000!important;
    text-transform: none;}
    #blackletter {color:#000!important;
    text-transform: none!important;}

    I know this CSS is working as when I tested in Chrome & Safari, it had formally all been caps, after entering the text-transform, it fixed the “all capitals” problem. The two id’s did not work.

    I did go to a default theme, and so I know that theme, “X” IS the problem (I could indeed fill in your form in the default theme). What is my work around please? I would be so grateful for any help you could give me, and of course others who are using your plugin!
    Thanks,
    Janell

    Thread Starter Janell2

    (@janell2)

    Steve,
    Absolutely perfect. I cannot thank you enough as I NEVER would have figured that out.

    For others the plug-in that worked for me was: “Simple Image Sizes”. It puts a “Regenerate Image Sizes” right below the Featured Image. Just click that (not sure if you need to Update the page but I did for all 77 logos!) and it was fixed. Just a little adjustments on the CSS and I’m back in business.

    Thanks again Steve, you are wonderful!
    Cheers,
    Janell

    Thread Starter Janell2

    (@janell2)

    Steve,
    Ah, I see, I will try that. Thanks so much for taking the time & answering so quickly.
    Janell

    Thread Starter Janell2

    (@janell2)

    This is what Vladimir wrote back to me on his website support page:

    You should remove global skin from uploads directory, because it’s outdated and not used anymore. Here’s how.
    Log in to your server through FTP and rename the following directory
    from: /wp-content/uploads/shortcodes-ultimate-skins/
    to: /wp-content/uploads/_shortcodes-ultimate-skins/

    Next, you should add the following code to your theme’s functions.php file:

    update_option( ‘su_option_skin’, ‘default’ );

    Hope this helps others with the same problem it worked perfectly for me.
    Cheers,
    Janell

    Thread Starter Janell2

    (@janell2)

    Hi,
    Still cannot get the icon to show up. and updated to 4.9.8 and now I need to do another page with accordions/spoilers and really would like an icon for each spoiler.

    Any ideas?
    Thanks so much.
    Janell

    Thread Starter Janell2

    (@janell2)

    Just tried updating to 4.9.6, but that did not help. Any clues why the icon is not showing up in the spoilers?
    Thanks,
    Janell

    Fixed it, many, many thanks!

    Thread Starter Janell2

    (@janell2)

    I still have not resolved this problem. I hope someone out there can help!

    Forum: Fixing WordPress
    In reply to: AdSense To Header
    Janell2

    (@janell2)

    Hi Geeksfolder,
    Your code to place the banner ad on top of the branding/header worked perfectly. It took forever to find a correct answer to this. Congrats and many thanks.
    Janell

    Janell2

    (@janell2)

    Hi,
    It is always safer to COMMENT OUT your code rather than delete it. It will be easier to trouble shoot later.

    When you want to comment out code, use <!– at the beginning of the code and
    –> at the end of the code, so it should look like this:
    <!–<?php
    // Has the text been hidden?
    if ( ‘blank’ == get_header_textcolor() ) :
    ?>
    <div class=”only-search<?php if ( ! empty( $header_image ) ) : ?> with-image<?php endif; ?>”>
    <?php get_search_form(); ?>
    </div>
    <?php
    else :
    ?>
    <?php get_search_form(); ?>
    <?php endif; ?>–>

    To just comment out one line only (to truly make a comment, you can use this:
    //this is just a comment
    However if it goes to a second line then each line you do not want to appear as code needs the // in front of it OR:
    <!–there are a lot of comments so just in case I am going to use the safer mode–>

    If you are commenting out css, use this:
    /*margin-top: 10px;*/

    However, in a child theme if you want to margin-top to be 0, you have to rewrite it to:
    margin-top: 0;

    However, in PHP commenting out code gets tricky, and a bit of research (more than I know since I am a programmer) would be in order.

    I like to upload the file to the child directory first, THEN comment it out or change the code and hit update. That way I can see in real time if the action worked and make changes accordingly.

    Thread Starter Janell2

    (@janell2)

    Hi,
    There was a mistake in Twenty-Eleven (least for me it was) on the file: single.php. It was missing
    <?php get_sidebar(); ?>
    before
    <?php get_footer(); ?>

    That was why the widget content did not show up on the sidebar when “Leave a Reply” was clicked.

    I was able to finally figure out why all the content was pushing over to the right side, again when “leave a reply” was activated. On the child theme I added these:
    .singular #content, .left-sidebar.singular #content {
    margin: 0 0;
    }

    .left-sidebar.singular #content {
    margin:0 0 0 0;
    position: relative;
    width: auto;
    }
    .singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
    margin: 0 auto;
    width: auto;
    }

    Hope this helps anyone who was having the same problem. Thanks again, Esmi.
    Cheers,
    Janell

    Thread Starter Janell2

    (@janell2)

    Hi Esmi,
    Yup, rewriting, background: none; did the trick.

    Have you seen why when clicking the “leave a reply” it all moves to the right, the sidebar content disappears as well as the original Post? Also, I’ve been unable to find what is creating the horizontal rule under the navigation bar.
    Thanks so much!
    Janell

    Thread Starter Janell2

    (@janell2)

    Fixed the Navigation Bar- except I can’t get the Hover css to work correctly (it is only supposed to change the font color to white, not have a new background color.) What do you do in a child theme to DELETE a style that is on the parent theme’s style.css. I have it commented out and that is not working.

    The other problems remain.
    Thanks!!!

    Thread Starter Janell2

    (@janell2)

    Hi Esmi,
    I had re-uploaded a fresh copy, but just did it again… I shall obey the diva!
    Thanks,
    Janell

Viewing 15 replies - 1 through 15 (of 17 total)