Forum Replies Created

Viewing 15 replies - 31 through 45 (of 51 total)
  • Thread Starter awkward_clam

    (@awkward_clam)

    Sorry, check here:

    https://www.backwardtracings.com/

    not sure if im missing a script or something…

    Thread Starter awkward_clam

    (@awkward_clam)

    yeah it was the cache, thanks

    Thread Starter awkward_clam

    (@awkward_clam)

    Heh,

    Not sure how I missed that. Anyway, changed it. Still unsecure elements. The only http I can find on the page is a footer link I added with HTTP.

    I can’t change it to https though because then when clicked on, the browser displays a severe warning sign.

    Thanks for the plugin!

    Forum: Fixing WordPress
    In reply to: Hidden Spam Links
    Thread Starter awkward_clam

    (@awkward_clam)

    Sorry, I’m really new with this stuff. So in which file would I find what $shortname equates to? And you’re talking about wp_options table through phpmyadmin?

    thanks

    Forum: Fixing WordPress
    In reply to: Hidden Spam Links
    Thread Starter awkward_clam

    (@awkward_clam)

    Hey thanks for your replies.

    I did a full text search of all the files, and this is the only wp_footer add_action that came up:

    function integration_head(){
    	global $shortname;
    	if (get_option($shortname.'_integration_head') <> '' && get_option($shortname.'_integrate_header_enable') == 'on') echo(get_option($shortname.'_integration_head'));
    };
    add_action('wp_head','integration_head',12);
    
    function integration_body(){
    	global $shortname;
    	if (get_option($shortname.'_integration_body') <> '' && get_option($shortname.'_integration_body_enable') == 'on') echo(get_option($shortname.'_integration_body'));
    };
    add_action('wp_footer','integration_body',12);

    Is this normal?

    Thanks.

    Forum: Fixing WordPress
    In reply to: Hidden Spam Links
    Thread Starter awkward_clam

    (@awkward_clam)

    Can’t seem to find it anywhere…

    It rotates around spam links, ie: it’s a different link (out of 4) every hour or so.

    Functions.php:

    <?php 
    
    require_once(TEMPLATEPATH . '/epanel/custom_functions.php'); 
    
    require_once(TEMPLATEPATH . '/includes/functions/comments.php'); 
    
    require_once(TEMPLATEPATH . '/includes/functions/sidebars.php'); 
    
    load_theme_textdomain('Minimal',get_template_directory().'/lang');
    
    require_once(TEMPLATEPATH . '/epanel/options_minimal.php');
    
    require_once(TEMPLATEPATH . '/epanel/core_functions.php'); 
    
    require_once(TEMPLATEPATH . '/epanel/post_thumbnails_minimal.php');
    
    $wp_ver = substr($GLOBALS['wp_version'],0,3);
    if ($wp_ver >= 2.8) include(TEMPLATEPATH . '/includes/widgets.php'); ?>

    Footer.php:

    <div id="footer" >
    		<div id="footer-content">
    			<ul id="bottom-menu">
    				<?php global $is_footer, $page_menu, $category_menu;
    				$is_footer = true;
    				elegant_init();
    
    				if (get_option('minimal_home_link') == 'on') { ?>
    					<li <?php if (is_front_page()) echo('class="current_page_item"') ?>><a href="<?php bloginfo('url'); ?>"><?php _e('Home','Minimal'); ?></a></li>
    				<?php }; ?>
    				<?php if ($category_menu <> '<li>No categories</li>') echo($category_menu); ?>
    
    				<?php echo $page_menu; ?>
    			</ul> <!-- end ul#bottom-menu -->
    
    		</div> <!-- end #footer-content -->
    	</div> <!-- end #footer -->
    </div> <!-- end #page-wrap -->
    
    	<?php include(TEMPLATEPATH . '/includes/scripts.php'); ?>
    
    	<?php wp_footer(); ?>
    </body>
    </html>

    And scripts:
    [code block removed as per the forum guidelines]

    See anything out of the ordinary?

    Thread Starter awkward_clam

    (@awkward_clam)

    running most recent version of WP

    Thread Starter awkward_clam

    (@awkward_clam)

    nvm it’s working… just installed a plugin! weee

    Thread Starter awkward_clam

    (@awkward_clam)

    Hey thanks for the response. I tried posting the following code and it has returned this error:

    Parse error: syntax error, unexpected ‘}’ in /home1/awkwardi/public_html/wp-content/themes/coffeebreak/header.php on line 80

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml">
    <head profile="https://gmpg.org/xfn/11">
    <meta name="google-site-verification" content="G_cMZztQAOGT7HzghOXlxnfXbsrEpZxOT-V9vq1-bBY" />
    
    <title>
    <?php if ( is_home() ) { ?><?php bloginfo('name'); ?>&nbsp;|&nbsp;<?php bloginfo('description'); ?><?php } ?>
    <?php if ( is_search() ) { ?><?php bloginfo('name'); ?>&nbsp;|&nbsp;Search Results<?php } ?>
    <?php if ( is_author() ) { ?><?php bloginfo('name'); ?>&nbsp;|&nbsp;Author Archives<?php } ?>
    <?php if ( is_single() ) { ?><?php wp_title(''); ?>&nbsp;|&nbsp;<?php bloginfo('name'); ?><?php } ?>
    <?php if ( is_page() ) { ?><?php bloginfo('name'); ?>&nbsp;|&nbsp;<?php wp_title(''); ?><?php } ?>
    <?php if ( is_category() ) { ?><?php bloginfo('name'); ?>&nbsp;|&nbsp;Archive&nbsp;|&nbsp;<?php single_cat_title(); ?><?php } ?>
    <?php if ( is_month() ) { ?><?php bloginfo('name'); ?>&nbsp;|&nbsp;Archive&nbsp;|&nbsp;<?php the_time('F'); ?><?php } ?>
    <?php if (function_exists('is_tag')) { if ( is_tag() ) { ?><?php bloginfo('name'); ?>&nbsp;|&nbsp;Tag Archive&nbsp;|&nbsp;<?php  single_tag_title("", true); } } ?>
    </title>
    
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php if ( get_option('woo_feedburner_url') <> "" ) { echo get_option('woo_feedburner_url'); } else { echo get_bloginfo_rss('rss2_url'); } ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    <!--[if IE 6]>
    <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/includes/js/pngfix.js"></script>
    <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/includes/js/menu.js"></script>
    <![endif]-->	
    
    <?php if (is_home()) wp_head(); ?>
    <?php if ( is_single() ) wp_enqueue_script( 'comment-reply' ); ?>
    
    <?php if (is_home()) { ?>
    <script type="text/javascript">
    jQuery(document).ready(function(){
        jQuery("#loopedSlider").loopedSlider({
    <?php
    	$autoStart = 0;
    	$slidespeed = 600;
    	$slidespeed = get_option("woo_slider_speed") * 1000;
    	if ( get_option("woo_slider_auto") == "true" )
    	   $autoStart = get_option("woo_slider_interval") * 1000;
    	else
    	   $autoStart = 0;
     ?>
            autoStart: <?php echo $autoStart; ?>,
            slidespeed: <?php echo $slidespeed; ?>,
            autoHeight: true
        });
    });
    </script>
    
    <?php } ?>
    
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-16866387-7']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'https://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })();
    </script>
    
    </head>
    <body class="custom">
    <div id="wrap">
       <div id="top">
          <div class="content">
    
             <div id="header">
    
                <?php  if (is_page('apply')) { ?>
                    <a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('description'); ?>"><img class="logo" src="https://www.yourvancouvermortgagebroker.ca/wp-content/woo_uploads/120-107-logo.png") alt="<?php bloginfo('name'); ?>" /></a>
                    <h1><?php bloginfo('name'); ?></h1>
    
                <?php } else { ?>
    
                    <a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('description'); ?>"><img class="logo" src="<?php if ( get_option('woo_logo') <> "" ) { echo get_option('woo_logo').'"'; } else { bloginfo('template_directory'); } ?>/images/logo.png<?php } ?>" alt="<?php bloginfo('name'); ?>" /></a>
                    <h1><?php bloginfo('name'); ?></h1>
                <?php} ?>
                </div>
            </div>
        </div>

    Thanks I’m a total noob with this stuff

    Thread Starter awkward_clam

    (@awkward_clam)

    hellllllo

    Thread Starter awkward_clam

    (@awkward_clam)

    The other question I am wondering is how to add a function to send the summary form to a specific email.

    Thread Starter awkward_clam

    (@awkward_clam)

    solved

    Thread Starter awkward_clam

    (@awkward_clam)

    Here’s how it should work:

    https://demo.woothemes.com/?name=inspire

    Thread Starter awkward_clam

    (@awkward_clam)

    thanks

    Thread Starter awkward_clam

    (@awkward_clam)

    Yeah thats what I was following but obviously ive done something wrong

Viewing 15 replies - 31 through 45 (of 51 total)