Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Problems with Secure Socket Layer #322309

    That did not help. Since the client reported that the issues were primarily on the home page, I edited the page to correct the issues. For each image that was being pulled from http: I just told it to replace the image and saved the new one which was using https:. It was tedious but it appears to have worked.

    in reply to: Cannot Edit Page #308207
    This reply has been marked as private.
    in reply to: Cannot Edit Page #308204

    Yes I tried disabling the plugins. No help.
    I tried setting my profile to html editing only. No help.
    I rried switching to parent theme. (Enfold instead of our chlld theme version). No help.
    I tried switching to Twenty Fourteen. I was able to see the page in the editor with that. I made some changes, which did not help after I went back to our Enfold theme.
    I set it back to Twenty Fourteen and copied the source of the page:
    [av_two_third first]
    [av_textblock ]
    [av_hr class='invisible' height='10' shadow='no-shadow' position='center']
    <h4>Discover the only all-in-one business automation platform you need to start, systemize, and scale your small business.</h4>
    With CHRONICLE You Can:

    • Automate relationship marketing, sales and business activities
    • Manage your contacts, jobs and job costing in one central system
    • Email, fax and add/create documents
    • Track your key performance indicators and see the ROI

    In your 30-minute strategy session, we’ll discuss the challenges you’re facing and whether CHRONICLE is the right solution for you. If it looks like a match, we’ll show you exactly how our powerful business automation platform will work in your business, and how easy it is to get up and running quickly.

    We’ll also describe the process for getting setup and running with CHRONICLE, so you’ll know exactly what it’s going to take from you and what we can take off your plate.

    By the end of our call, you’ll see how CHRONICLE can make a difference in your business… and if we can’t, we’ll even help you find a better solution.

    Bring everyone on your team who has input on this — let’s answer everyone’s questions at once!
    <h4></h4>
    [/av_textblock]
    [/av_two_third]

    [av_one_third]

    [av_textblock ]
    <div id=”demo-req-form”>
    <div id=”crmWebToEntityForm” class=”frm_forms with_frm_style”><form class=”frm-show-form” accept-charset=”UTF-8″ action=”https://crm.zoho.com/crm/WebToLeadForm&#8221; method=”POST” name=”WebToLeads746329000000059237″>Get a Demo Today!
    <div class=”frm_form_fields”>
    <label class=”frm_primary_label”>Company</label>
    <input maxlength=”100″ name=”Company” type=”text” />
    <label class=”frm_primary_label”>First Name</label>
    <input maxlength=”40″ name=”First Name” type=”text” />
    <label class=”frm_primary_label”>Last Name</label>
    <input maxlength=”80″ name=”Last Name” type=”text” />
    <label class=”frm_primary_label”>Email</label>
    <input maxlength=”100″ name=”Email” type=”text” />
    <label class=”frm_primary_label”>Phone</label>
    <input maxlength=”30″ name=”Phone” type=”text” />
    <label class=”frm_primary_label”>Mobile</label>
    <input maxlength=”30″ name=”Mobile” type=”text” />
    <label class=”frm_primary_label”>Message</label>
    <textarea maxlength=”1000″ name=”Description”></textarea>
    <input name=”save” type=”submit” value=”Submit” />
    </div>
    </form></div>
    </div>
    [/av_textblock]

    [/av_one_third]

    in reply to: Remove all image title tooltips #299131

    Thanks. I added a couple lines at top and created a functions.php in my child theme:
    <?php
    function add_custom_script() { ?>
    <script>
    jQuery(window).load(function(){
    jQuery(“img”).removeAttr(‘title’);
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘add_custom_script’);

    Well, josue, that was a pretty obvious mistake wasn’t it?!?!?!
    thanks.
    Although that allowed me to move the trackit-trigger around, the containing div was neither full size nor in the right place. I had to do quite a bit more before I could achieve what I needed:

    #full_slider_1 ul.avia-slideshow-inner {position:relative;width:100%;height:100%;}
    #full_slider_1 div.container.caption_container {position:relative;width:100%;height:100%;margin:0;left:0;}
    #full_slider_1 div.slideshow_caption {position:relative;width:100%;height:100%;}
    #full_slider_1 div.slideshow_inner_caption {position:relative;width:100%;height:100%;}
    #full_slider_1 div.slideshow_align_caption {position:relative;width:100%;height:100%;}
    #full_slider_1 div.avia-caption-content {position:relative;width:100%;height:100%;}

    a#trackit-trigger{position:absolute;top:33%;left:37%;width:8%;height:20%;background-color:white;}

    This seems to work pretty well. Tracking between sizes isn’t 100% reliable but close. I would appreciate any further recommendations, but I think I’ve pretty much got it at this point.

    This reply has been marked as private.
    in reply to: Too much whitespace under logo #271311
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)