Forum Replies Created

Viewing 15 replies - 1 through 15 (of 48 total)
  • Thread Starter SandyMcDonald

    (@sandymcdonald)

    Yes, I had already read that and understand that is likely what I need to do. I am confused on how to fine the exact js file to exclude. I even tried using a tool, but am missing something.

    Thank you.

    Thread Starter SandyMcDonald

    (@sandymcdonald)

    Thank you so much, PIPDigitalCom. I will give it a try. I’m with you, and don’t prefer watermarks on the photos.

    Thread Starter SandyMcDonald

    (@sandymcdonald)

    Interesting article, Andrew. I have no issue with any work being distributed and shared at all. I am opposed to someone stealing another’s writings or photos without permission and presenting them as original.

    Not sure why people bother to write copywrite plugins then. I’ll delete the one I was using since it’s not preventing anything ??

    Thread Starter SandyMcDonald

    (@sandymcdonald)

    I will install the plugin. It is supposed to disable right clicking and copying of text and images. It works if you are actually on the page, but when you double click on the image opening it in another window, the right click is not disabled. I posted to the plugin’s (WP-Copywrite-Protection) page months ago but did not get a response.

    One more question, when I add header, footer or other template files to the child theme, what’s the best way to handle when a theme upgrade happens with beneficial changes in those files?

    Thread Starter SandyMcDonald

    (@sandymcdonald)

    That fixed the menu. I did not notice no menu was selected in the screen when I made the change.

    Also, the apple icons are now appearing now that I added the full path and corrected the typo.

    Thank you very much for your help.

    I still don’t know where in the code you guys are talking about the right click being disabled. I do have a copywrite plugin installed. What code should I correct for right click problem?

    Thread Starter SandyMcDonald

    (@sandymcdonald)

    In addition, a page that is not included in the menu is now appearing in the menu. This is very strange.

    Thread Starter SandyMcDonald

    (@sandymcdonald)

    I’m following the directions in the child theme article above. So far, I’ve created the folder and added the style.css with the code to call the parent style.css.

    Now, for some reason, my menu is not displaying properly. It is ignoring the labels.

    I haven’t added anything else to the file yet.

    Thread Starter SandyMcDonald

    (@sandymcdonald)

    What is disabling right click? I just added the link code for the apple icons.

    Thread Starter SandyMcDonald

    (@sandymcdonald)

    I’ve now made the URLs absolute, but the apple icons are still not working. Below is the code.

    <head>
            <meta charset="<?php bloginfo('charset'); ?>" />
            <title>
                <?php
                /*
                 * Print the <title> tag based on what is being viewed.
                 */
                global $page, $paged;
                wp_title('|', true, 'right');
    // Add the blog name.
                bloginfo('name');
    // Add the blog description for the home/front page.
                $site_description = get_bloginfo('description', 'display');
                if ($site_description && ( is_home() || is_front_page() ))
                    echo " | $site_description";
    // Add a page number if necessary:
                if ($paged >= 2 || $page >= 2)
                    echo ' | ' . sprintf(__('Page %s', 'andrina-lite'), max($paged, $page));
                ?>
            </title>
            <?php if (is_front_page()) { ?>
                <?php if (inkthemes_get_option('inkthemes_keyword') != '') { ?>
                    <meta name="keywords" content="<?php echo inkthemes_get_option('inkthemes_keyword'); ?>" />
                <?php } else {
    
                } ?>
                <?php if (inkthemes_get_option('inkthemes_description') != '') { ?>
    
                <?php } else {
    
                } ?>
                <?php if (inkthemes_get_option('inkthemes_author') != '') { ?>
                    <meta name="author" content="<?php echo inkthemes_get_option('inkthemes_author'); ?>" />
                <?php } else {
    
                } ?>
            <?php } ?>
            <link rel="profile" href="https://gmpg.org/xfn/11" />
            <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
            <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('stylesheet_url'); ?>" />
          	<link rel="apple-touch-icon" sizes="57x57" href="https://comfortclimateservice.com/wp-content/themes/andrina=lite/images/apple-icon-57x57.png" />
          <link rel="apple-touch-icon" sizes="72x72" href="https://comfortclimateservice.com/wp-content/themes/andrina=lite/images/apple-icon-72x72.png" />
          <link rel="apple-touch-icon" sizes="114x114" href="/wp-content/themes/andrina=lite/images/apple-icon-114x114.png" />
          <link rel="apple-touch-icon" sizes="144x144" href="/wp-content/themes/andrina=lite/images/apple-icon-144x144.png" />
            <?php
            /* Always have wp_head() just before the closing </head>
             * tag of your theme, or you will break many plugins, which
             * generally use this hook to add elements to <head> such
             * as styles, scripts, and meta tags.
             */
            wp_head();
            ?>
        </head>
    Thread Starter SandyMcDonald

    (@sandymcdonald)

    I’m working on creating the child theme, but in the meantime, can you help me understand why the code is not working?

    Thread Starter SandyMcDonald

    (@sandymcdonald)

    I’m using the Andrina Lite theme. https://comfortclimateservice.com

    Thread Starter SandyMcDonald

    (@sandymcdonald)

    Apparently, the problem was the AA’s Digg Digg Alternative plugin for sharing on social media sites. It worked beautifully for a week or so and then caused havoc. The URL address kept flashing rapidly. Does anyone understand what was happening? I’ve of course disabled the plugin. I can reactivate it if someone is interested. Does anyone know of a social media sharing plugin similar in looks?

    Thread Starter SandyMcDonald

    (@sandymcdonald)

    I’m using the latest version of WordPress and the theme.

    Thread Starter SandyMcDonald

    (@sandymcdonald)

    GitHub sounds nice. I’ll sign up for an account. Once again, thank you for resolving the issue.

    Thread Starter SandyMcDonald

    (@sandymcdonald)

    David,
    Thank you very much. It fixed the problem. I edited the file last night but the mistake I made was to move the entire if statement above the grid_16 and content-bar lines of code. My change worked as long as search results existed but the layout of the page screwed up with no results found.

    I see your solution was jut to take the title line of code out of the if statement and place it above the grid_16 and content-bar lines.

    What is GetHub?

    Thank you very much for your help!

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