HerculesDemo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: making the site go live??Well I guess for now I redirected the main site to the new one…
What is the disadvantages of that?? I really cant figure out how to replace the whole site with the new wordpress one and Im too afraid of losing all my content…. :/
Forum: Fixing WordPress
In reply to: making the site go live??which is the best way to do this?? just redirect or to move the content???
Forum: Fixing WordPress
In reply to: how to add image to menu bar instead of wording HOMEwhich I do that and it doesn’t change it to the new http that I put in there… I put the HOME address in and it continues to go to the BLOG.
someone said to change the HEADER.php but not seeing anything in here to change.
<head>
<title><?php if ( is_category() ) {
echo theme_locals(“category_for”).” "”; single_cat_title(); echo ‘" | ‘; bloginfo( ‘name’ );
} elseif ( is_tag() ) {
echo theme_locals(“tag_for”).” "”; single_tag_title(); echo ‘" | ‘; bloginfo( ‘name’ );
} elseif ( is_archive() ) {
wp_title(”); echo ” “.theme_locals(“archive”).” | “; bloginfo( ‘name’ );
} elseif ( is_search() ) {
echo theme_locals(“fearch_for”).” "”.esc_html($s).’" | ‘; bloginfo( ‘name’ );
} elseif ( is_home() || is_front_page()) {
bloginfo( ‘name’ ); echo ‘ | ‘; bloginfo( ‘description’ );
} elseif ( is_404() ) {
echo theme_locals(“error_404″).” | “; bloginfo( ‘name’ );
} elseif ( is_single() ) {
wp_title(”);
} else {
wp_title( ‘ | ‘, true, ‘right’ ); bloginfo( ‘name’ );
} ?></title>
<meta name=”description” content=”<?php wp_title(); echo ‘ | ‘; bloginfo( ‘description’ ); ?>” />
<meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<link rel=”profile” href=”//gmpg.org/xfn/11″ />
<?php if(of_get_option(‘favicon’) != ”){ ?>
<link rel=”icon” href=”<?php echo of_get_option(‘favicon’, ” ); ?>” type=”image/x-icon” />
<?php } else { ?>
<link rel=”icon” href=”<?php echo CHILD_URL; ?>/favicon.ico” type=”image/x-icon” />
<?php } ?>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo( ‘name’ ); ?>” href=”<?php bloginfo( ‘rss2_url’ ); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”<?php bloginfo( ‘name’ ); ?>” href=”<?php bloginfo( ‘atom_url’ ); ?>” />
<link rel=”stylesheet” type=”text/css” media=”all” href=”<?php echo CHILD_URL; ?>/bootstrap/css/bootstrap.css” />
<link rel=”stylesheet” type=”text/css” media=”all” href=”<?php echo CHILD_URL; ?>/bootstrap/css/responsive.css” />
<link rel=”stylesheet” type=”text/css” media=”all” href=”<?php echo PARENT_URL; ?>/css/camera.css” />
<link rel=”stylesheet” type=”text/css” media=”all” href=”<?php bloginfo( ‘stylesheet_url’ ); ?>” />
<?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();
?>
<?php
/* The HTML5 Shim is required for older browsers, mainly older versions IE */ ?>
<!–[if lt IE 8]>
<div style=’ clear: both; text-align:center; position: relative;’>
<img src=”http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg” border=”0″ alt=”” />
</div>
<![endif]–>
<!–[if gte IE 9]><!–>
<script src=”<?php echo PARENT_URL; ?>/js/jquery.mobile.customized.min.js” type=”text/javascript”></script>
<script type=”text/javascript”>
jQuery(function(){
jQuery(‘.sf-menu’).mobileMenu({defaultText: <?php echo ‘”‘ . apply_filters( ‘cherry_text_translate’, of_get_option(‘mobile_menu_label’), ‘mobile_menu_label’ ) . ‘”‘; ?>});
});
</script>
<!–<![endif]–>
<script type=”text/javascript”>
// Init navigation menu
jQuery(function(){
// main navigation init
jQuery(‘ul.sf-menu’).superfish({
delay: <?php echo (of_get_option(‘sf_delay’)!=”) ? of_get_option(‘sf_delay’) : 600; ?>, // the delay in milliseconds that the mouse can remain outside a sub-menu without it closing
animation: {
opacity: “<?php echo (of_get_option(‘sf_f_animation’)!=”) ? of_get_option(‘sf_f_animation’) : ‘show’; ?>”,
height: “<?php echo (of_get_option(‘sf_sl_animation’)!=”) ? of_get_option(‘sf_sl_animation’) : ‘show’; ?>”
}, // used to animate the sub-menu open
speed: “<?php echo (of_get_option(‘sf_speed’)!=”) ? of_get_option(‘sf_speed’) : ‘normal’; ?>”, // animation speed
autoArrows: <?php echo (of_get_option(‘sf_arrows’)==false) ? ‘false’ : of_get_option(‘sf_arrows’); ?>, // generation of arrow mark-up (for submenu)
disableHI: true // to disable hoverIntent detection
});//Zoom fix
//IPad/IPhone
var viewportmeta = document.querySelector && document.querySelector(‘meta[name=”viewport”]’),
ua = navigator.userAgent,
gestureStart = function () {
viewportmeta.content = “width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0”;
},
scaleFix = function () {
if (viewportmeta && /iPhone|iPad/.test(ua) && !/Opera Mini/.test(ua)) {
viewportmeta.content = “width=device-width, minimum-scale=1.0, maximum-scale=1.0”;
document.addEventListener(“gesturestart”, gestureStart, false);
}
};
scaleFix();
})
</script>
<!– stick up menu –>
<script type=”text/javascript”>
jQuery(document).ready(function(){
if(!device.mobile() && !device.tablet()){
jQuery(‘<?php echo apply_filters( “cherry_stickmenu_selector”, “.header .nav__primary” ); ?>’).tmStickUp({
correctionSelector: jQuery(‘#wpadminbar’)
, listenSelector: jQuery(‘<?php echo apply_filters( “cherry_stickmenu_listen_selector”, “.listenSelector” ); ?>’)
, active: <?php echo (of_get_option(‘stickup_menu’, ‘false’)==”false”) ? ‘false’ : ‘true’; ?>
, pseudo: <?php echo apply_filters( “cherry_stickmenu_option_pseudo”, “true” ); ?>
});
}
})
</script>
</head>Forum: Fixing WordPress
In reply to: how to add image to menu bar instead of wording HOMEmaybe I didn’t explain right on the top menu bar… I am looking to put a .png graphic as the button instead of the lettering HOME.
Forum: Fixing WordPress
In reply to: how to add image to menu bar instead of wording HOMEI don’t have an area where there is a setting to change the logo/site to the title link….
Forum: Fixing WordPress
In reply to: how to add phone numberomg thank you so much LORRO!! Its all been learning all this myself.
I have sent over five emails to the makers of the theme that, yes, I paid for and no ones responded. So its pretty much creating everything myself.
Forum: Fixing WordPress
In reply to: change font color…oh also… is there a code for the hover over in the menu?? to make it red when you hover over it?
and I was able to just add that code for the color to the add extra CSS in the cherry options without having to touch the actual css page.
Forum: Fixing WordPress
In reply to: change font color…Would you happen to also know how to add a business phone number under the facebook, twitter widgets on the right corner???
Forum: Fixing WordPress
In reply to: Prob with page…oh it looks like it worked now… maybe just took a second to change… and to get the font white? not blue?
Forum: Fixing WordPress
In reply to: Prob with page…do I need to add anything to that because its still blue inside… should be all grey with white writing.
Forum: Fixing WordPress
In reply to: Prob with page…OMG YOUR AMAZING!! It worked.
OK! Can you possibly help me with three other issues.
1. The logo clicks to the blog, how can I have it redirect to the HOME.
2. the HOME on menu should be a little picture of the house, its not.
how do I have the HOME be a house….3. the drop down from ABOUT US on menu that has testimonials is blue and not grey like it should be.
Forum: Fixing WordPress
In reply to: Prob with page…OK! Yes that worked on the home page…. but now its doing it to ALL pages… can I get it to go back the way before for all the rest of the pages?
Forum: Fixing WordPress
In reply to: Prob with page…yes there is a child theme…
Forum: Fixing WordPress
In reply to: Prob with page…oh… ok… yes and no one writes me back. OF COURSE. it was paid. is there any way of fixing this?