Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • Hi Ben. Is there any reason that the plugin wouldn’t accept the name and password? I have Chrome, a simple WP website, and installed your plugin. It keeps rejecting the name and pw and saying access denied. I’m sure I have something set up wrong. Any suggestions?
    ??
    Shawn

    Thread Starter shawndady

    (@shawndady)

    Thank you.

    Thread Starter shawndady

    (@shawndady)

    Hello Harish.
    Thanks for your response.

    Can you give me a little more guidance on disabling it in my mailchimp account? I cannot find out how to do that. And do they allow me to do that? I get conflicting information – some say yes, some say no on the internet. Need accuracy. (If the mailchimp PLUGIN lets you disable double-opt-in, I would think mailchimp corporate is okay with it?)

    So 2 followup questions for you.

    1.) Is it okay with mailchimp that I disable double-opt-in in my account?
    2.) Need a bit more guidance on HOW to do that inside my mailchimp account. I cannot find it.

    Thanks so much again for responding and for your expertise.
    Shawn Dady

    Thread Starter shawndady

    (@shawndady)

    Resolved previously, sorry.

    Thread Starter shawndady

    (@shawndady)

    Oh I see this response. THank you very much. Sorry I re-posted the question.
    Shawn D.

    How do I get rid of a sidebar down at the bottom of the shop page? I am looking at all the woocommerce template files, and I cannot find it. Here;s the source code below that I want to delete. Doesn’t that look like a stray sidebar? Anyway, I am jsut not sure what in the world to modify to get it to go away. It’s putting the search bar, archives, page nav, and categories, all the bottom of my shop page.
    ??
    Shawn D.

    </div></div>
    <div id=”sidebar” role=”complementary”>

    • <div class=’search-form-container’>
      <form role=”search” method=”get” class=”search-form” action=”https://www.artemiscopywriting.com/”&gt;
      <label class=”screen-reader-text”>Search for:</label>
      <input type=”search” class=”search-field” placeholder=”Search…” value=”” name=”s” title=”Search for:” />
      <input type=”submit” class=”search-submit” value=’Go’ />
      </form>
      </div>
    • <!– Author information is disabled per default. Uncomment and fill in your details if you want to use it.

    • <h2>Author</h2>
      <p>A little something about you, the author. Nothing lengthy, just an overview.</p>
    • –>

    <ul role=”navigation”>
    <li class=”pagenav”><h2>Pages</h2>

    • <h2>Archives</h2>

    <li class=”categories”><h2>Categories</h2>

    <li class=”cat-item cat-item-1″>A Software Copywriter's Blog about … <span>3</span>

    <li class=”cat-item cat-item-22″>A Software Copywriter's Blog About… <span>6</span>

    Thread Starter shawndady

    (@shawndady)

    Thread Starter shawndady

    (@shawndady)

    Thanks Ben. Again much appreciated!

    Thread Starter shawndady

    (@shawndady)

    DANG!! You’re good.

    Thread Starter shawndady

    (@shawndady)

    Oh wait….I see the ability to change the color scheme only comes with Ignite Plus. Sorry!

    Thread Starter shawndady

    (@shawndady)

    Oh also Ben, this fix works to widen and narrow the various elements of the sidebar or the main column on my website. BUT. I guess I should have asked my question differently.

    What I’m really after is to see if I can widen the elements WITHIN the sidebar. It’s almost like there is padding inside the sidebar that’s making the elements narrow and small…almost like a frame.

    What think ye? Could I add this fix to my Custom CSS as well?
    Thank you SO much.
    Shawn D.
    PS To see better what I mean, go to my website…
    https://www.artemiscopywriting.com and look at the sidebar. Narrow inside, not outside. Would like to widen it inside.

    Thread Starter shawndady

    (@shawndady)

    Thank you Ben! That’s a lifesaver! Much appreciated.
    Shawn

    Thread Starter shawndady

    (@shawndady)

    Hello support.
    Here is my contact template for my theme. It’s called page-contact.php.

    Could you PLEASE tell where in this I would put the little mailchimp code you provide for templates? Here is the mailchimp code below, then my own theme’s contact page code. This is a really urgent problem.
    Thanks SO much.
    Shawn D.

    FROM MAILCHIMP FOR WP FAQ PAGE:
    How to display a form in my template files?
    Use the mc4wp_form() function.

    if( function_exists( ‘mc4wp_form’ ) ) {
    mc4wp_form();
    }

    And this file is the Highend theme’s page-contact.php
    <?php
    /**
    * @package WordPress
    * @subpackage Highend
    */
    /*
    Template Name: Contact Template
    */
    ?>
    <?php get_header(); ?>
    <?php if ( have_posts() ) : while (have_posts()) : the_post(); ?>

    <?php
    $box_animation_class = “”;
    if ( vp_metabox(‘contact_page_settings.hb_contact_box_enable_animation’) )
    $box_animation_class = ” hb-animate-element ” . vp_metabox(‘contact_page_settings.hb_contact_box_animation’);
    $box_title = vp_metabox(‘contact_page_settings.hb_contact_title’);
    $box_content = vp_metabox(‘contact_page_settings.hb_contact_content’);
    $box_details = vp_metabox(‘contact_page_settings.hb_contact_details’);
    $form_title = vp_metabox(‘contact_page_settings.hb_contact_form_title’);

    $box_details_empty = !empty($box_details);
    if ( sizeof( $box_details ) == 1 && $box_details[0][‘hb_contact_detail_content’] == “” && $box_details[0][‘hb_contact_detail_icon’] == “” )
    $box_details_empty = false;
    ?>

    <?php
    $main_content_style = “”;
    if ( vp_metabox(‘background_settings.hb_content_background_color’) )
    $main_content_style = ‘ style=”background-color: ‘ . vp_metabox(‘background_settings.hb_content_background_color’) . ‘;”‘;
    ?>
    <!– BEGIN #main-content –>
    <div id=”main-content”<?php echo $main_content_style; ?>>
    <div class=”fw-map-wrapper”>

    <?php if ( vp_metabox(‘contact_page_settings.hb_contact_background’) == ‘map’ ) { ?>
    <div class=”fw-map”>
    <div class=”hb-gmap-map” data-show-location=”-1″ data-map-level=”<?php echo hb_options(‘hb_map_zoom’); ?>” data-map-lat=”<?php echo hb_options(‘hb_map_1_latitude’); ?>” data-pan-control=”false” data-zoom-control=”false” data-map-lng=”<?php echo hb_options(‘hb_map_1_longitude’); ?>” data-map-img=”<?php echo hb_options(‘hb_custom_marker_image’); ?>” data-overlay-color=”<?php if ( hb_options(‘hb_enable_map_color’) ) { echo hb_options(‘hb_map_focus_color’); } else { echo ‘none’; } ?>”></div>
    </div>
    <?php } else if ( vp_metabox(‘contact_page_settings.hb_contact_background’) == ‘image’ ) { ?>
    <div class=”fw-map parallax” style=”background-image: url(‘<?php echo vp_metabox(‘contact_page_settings.hb_contact_background_image’); ?>’);”></div>
    <?php }?>

    <div class=”container”>

    <!– BEGIN .map-info-section –>
    <div class=”map-info-section clearfix<?php echo $box_animation_class; ?>”>
    <i class=”hb-moon-contract-3″></i>

    <script type=”text/javascript”>
    jQuery(document).ready(function($) {
    jQuery(‘.minimize-section’).click(function(e){
    e.preventDefault();
    jQuery(‘.map-info-section’).toggleClass(‘minimized’);
    });
    });
    </script>

    <?php if ( $box_title ) { ?>
    <h5 class=”hb-heading alt-color-1″><span><?php echo $box_title; ?></span></h5>
    <?php } ?>
    <div class=”row nbm”>

    <?php if ( $box_content && $box_details_empty ) { ?>
    <div class=”col-6 nbm”>
    <?php } else if ( $box_content ) { ?>
    <div class=”col-12 nbm”>
    <?php } ?>
    <p><?php echo $box_content; ?></p>
    <?php if ( $box_content ) { ?>
    </div>
    <?php } ?>

    <?php if ( $box_content && $box_details_empty ) { ?>
    <div class=”col-6 nbm”>
    <?php } else if ( $box_details_empty ) { ?>
    <div class=”col-12 nbm”>
    <?php } ?>
    <ul class=”hb-ul-list”>
    <?php foreach($box_details as $box_detail) { ?>

    <?php if ( $box_detail[‘hb_contact_detail_icon’] ) { ?>
    <i class=”<?php echo $box_detail[‘hb_contact_detail_icon’]; ?>”></i>
    <?php } ?>
    <span><?php echo $box_detail[‘hb_contact_detail_content’]; ?></span>
    <?php } ?>

    <?php if ( $box_details_empty ) { ?>
    </div>
    <?php } ?>

    </div>

    <?php if ( $form_title ) { ?>
    <h5 class=”hb-heading alt-color-1″><span><?php echo $form_title; ?></span></h5>
    <?php } ?>

    <form class=”special-contact-form clearfix” id=”sp-contact-form”>
    <p><input type=”text” name=”special-contact-name” id=”sp-contact-name” placeholder=”<?php _e(‘Name’,’hbthemes’); ?>” class=”required requiredField” tabindex=”65″/></p>
    <p><input type=”email” class=”required requiredField” name=”special-contact-email” id=”sp-contact-email” placeholder=”<?php _e(‘Email’,’hbthemes’); ?>” tabindex=”66″/></p>
    <p><input type=”text” placeholder=”<?php _e(‘Subject’,’hbthemes’); ?>” name=”hb_contact_subject” id=”hb_contact_subject_id”/></p>
    <p><textarea class=”required requiredField” name=”special-contact-message” id=”sp-contact-message” tabindex=”67″ placeholder=”<?php _e(‘Your message…’,’hbthemes’); ?>”></textarea></p>
    <?php _e(‘Send’,’hbthemes’); ?>
    <input type=”hidden” id=”success_text_special” value=”<?php _e(‘Message Sent’, ‘hbthemes’); ?>”/>
    </form>

    </div>
    <!– END .map-info-section –>

    </div>
    <!– END .container –>

    </div>

    </div>
    <!– END #main-content –>

    <?php endwhile; endif; ?>
    <?php get_footer(); ?>

    Thread Starter shawndady

    (@shawndady)

    Ummm, sorry for the trouble. I disabled the plug-ins one at a time. I found the one causing the trouble.
    Thanks,
    Shawn D.

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