Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)
  • You mean the Pro version DOES come with the better captcha, right?

    • This reply was modified 7 years, 6 months ago by jlehrer.
    • This reply was modified 7 years, 6 months ago by bdbrown.
    Thread Starter jlehrer

    (@jlehrer)

    Shane, many thanks for your response, but I don’t quite understand. Are you saying the Pro version has more security than the free version? Where is this explained on your website? Is the File Upload function on the Pro version different from the free version?

    Thanks, much!

    I also have been getting spam on my Visual Form Builder form for the past few days. I have VFB on several sites, but (so far) I’m only getting the spam on one of them. Seems to be coming from Ukraine, based on the IP.

    Gary,

    Did you ever happen to find a plugin that would accomplish what you need? I’m using Divi 2.4 and want to display a portion of a specific page (or it could be a post) in a specific module. I’d love to find a plugin with a shortcode that I could insert in a home page module, with a read-more link to the full page.

    Jonathan

    Thread Starter jlehrer

    (@jlehrer)

    James, after goofing around with this for two days, and just getting ready to give up and look for a job at McDonald’s, it hit me that there’s a much simpler solution.

    If you install WP through the Yahoo control panel and follow their instructions, the permalinks work right. I did that.

    Then I just imported an XML file of my content, uploaded my theme and child theme and have been copying over settings, etc. and I’m almost up and running with the right site in the right place and with the right URL structure.

    Normally this would be an undesirable way to transfer a site. But it’s working in this case.

    Regardless, I fear that I’ll run into more roadblocks with Yahoo. At that point, the client will need to decide if he wants the flexibility of a regular host or if he’s really happy doing business with Yahoo.

    Thread Starter jlehrer

    (@jlehrer)

    James, I’m trying to get my client to let me set him up with a different host, but that doesn’t seem to be gaining any traction.

    Thanks for the suggestion to install the MS URL Rewrite Module, but it’s hard to imagine that Yahoo would let me fool around with server settings. (Their tech support isn’t so easy to deal with.)

    I did a fresh install of WP via the Yahoo control panel which automatically installs a plugin that fixes the permalinks. But it assumes the site is in its original directory. As my customized site is in a different folder, I copied the file below and installed the plugin in the folder where I have my site and I couldn’t make it work. But I’m posting the code here in case it’s helpful to someone else.

    <?php
    /*
    * Copyright (c) Yahoo! Inc. 2005. All Rights Reserved.
    *
    * This file is part of Yahoo Permalink Plugin. The Yahoo Permalink Plugin
    * is free software; you can redistribute it and/or modify it under the terms
    * of the GNU General Public License as published by the Free Software
    * Foundation under version 2 of the License, and no other version. The Yahoo
    * Permalink plugin is distributed in the hope that it will be useful, but WITHOUT
    * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    * FOR A PARTICULAR PURPOSE. See the
    * GNU General Public License for more details.
    * You should have received a copy of the GNU General Public License
    * along with the Yahoo Permalink plugin; if not, write to the Free Software
    * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
    */

    /*
    Plugin Name: Customizable Permalinks
    Plugin URI: https://smallbusiness.yahoo.com/webhosting/
    Description: Help drive and retain traffic to your site with the Customizable Permalinks plug-in, which enables you to give your readers easily understandable, static web addresses (URLs) for your pages. Customized permalinks make it easier for your readers to bookmark and share your blog posts.
    Author: Yahoo! Web Hosting
    Version: 1.0
    Author URI: https://smallbusiness.yahoo.com/webhosting/
    */

    function update_permalink_file() {
    if (isset($_POST[‘permalink_structure’]) ) {
    if(empty($_POST[‘permalink_structure’]) ) {
    unlink(get_home_path() . ‘.plink’);
    } else {
    touch(get_home_path() . ‘.plink’);
    }
    }

    if(strcmp($_GET[‘deactivate’],”true”)==0){
    unlink(get_home_path() . ‘.plink’);
    } else if(strcmp($_GET[‘activate’],”true”)==0){
    touch(get_home_path() . ‘.plink’);
    }
    unlink(get_home_path() . ‘.htaccess’);
    }

    // Now we set that function up to execute when the admin_footer action is called
    add_filter(‘mod_rewrite_rules’, ‘update_permalink_file’);
    add_action(‘mod_rewrite_rules’, ‘update_permalink_file’);
    // Disables canonical permalinks from WP 2.3+
    remove_filter(‘template_redirect’, ‘redirect_canonical’);
    ?>

    Thread Starter jlehrer

    (@jlehrer)

    Thank you for this suggestion. Unfortunately it does not appear to have fixed the problem in Internet Explorer. What is there about my page design that provokes the behavior to not focus on the top label? Maybe that is something I can fix in the page design.

    Note that since my original post, I purchased the pro version of your plugin.

    Thread Starter jlehrer

    (@jlehrer)

    OK, thanks, I’ll give one of these options a try.

    Thread Starter jlehrer

    (@jlehrer)

    Looks like the only change was to add a missing </div>, which I did, and it works now. I made the change directly to the code. When the next version of the plugin is released, will this small change be included?

    Thanks for your attention to this!

    Thread Starter jlehrer

    (@jlehrer)

    To clarify my question…

    My form contains two page breaks. I want the print function to appear only on the page that appears after the second page break. Specifically, I want to print the summary field.

    Can you suggest a way to do that? Is this a function of your pro versions?

    (In other words, I don’t want the user to click a print button until the form has been completed.)

    I am noticing similar code that appears for no reason, but how I get there is completely different from the OP.

    When editing text in the visual editor, then switching to text, I frequently see something like this:

    <span style=”font-size: 14px; line-height: 1.5em;”>

    It seems to occur when using backspace or enter to create or delete paragraphs (i.e., if this was regular HTML, it would be the same as adding or deleting <p> tags).

    I find this behavior in all of the blogs I manage, both on wordpress.com and self-hosted. No matter what the formatting of the page, the line-height is always 1.5em when this happens.

    I don’t like to see unnecessary code, and I always remove these span tags when I see them. Why are they there? How can I prevent this from happening?

    jlehrer

    (@jlehrer)

    ScottKR, where you have this:

    [su_row]
    [su_column size="1/2"]
    Content
    [/su_column]
    
    [su_column size="1/2"]
    Content
    [/su_column]

    I believe you need to end it with [/su_row].

    Thread Starter jlehrer

    (@jlehrer)

    Matthew, thank you for responding so quickly. The text field works well for my purposes.

    Has anyone figured out how to get the data to display in two (or more) columns?

    Thread Starter jlehrer

    (@jlehrer)

    There is something about this theme (or is it my site?) that is throwing it into Compatibility View on IE9 on my Win 7 64-machine.

    Note that I have the original Adobe Type 1 fonts installed on this computer, which apparently are not compatible with Windows and IE. The CSS for Twenty Twelve specifies Helvetica (one of the Type 1 fonts) in at least two places.

    A few Internet resources urge designers to either delete Helvetica from CSS or at least list Arial first. Otherwise IE 9 breaks.

    I tried commenting out the two lines that reference Helvetica, and still IE goes into Compatibility Mode.

    (I even get forced into Compatibility when using Twenty Ten and Twenty Eleven with this site, so there is either something wrong with my pages or with my browser.)

    This is what I’m working on: https://www.india-custom-tours-blog.com/

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