avenueapple-mac
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to customize "Read More"?Cool. Thanks!
Forum: Themes and Templates
In reply to: How to customize "Read More"?Thanks, Indeedle! It works!
Forum: Themes and Templates
In reply to: Favicon isn't showing upI found a resolution. I tried different plugins and none of them work.
As it turned out, I didn’t need to put any codes anywhere. I just went to the BlueHost cPanel and uploaded my own favicon.ico to the root directory, replacing the BlueHost favicon.ico file.
All is well now. ??
Forum: Themes and Templates
In reply to: How to add Twitter button on menu bar?This is what’s in my header.php right now.
<!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” <?php language_attributes(); ?>><head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<title><?php wp_title(‘«’, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title>
<meta content=’Apple Mac Accessories, Apple gadgets, iPad cases, iPhone cases, iPod cases ‘ name=’keywords’/>
<meta content=’All about Apple Mac accessories, Gadgets, iPad cases, iPhone cases, iPod cases ‘ name=’description’/><link rel=”shortcut icon” href=”favicon.ico”>
<link rel=”icon” type=”image/gif” href=”animated_favicon1.gif”><link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/print.css” type=”text/css” media=”print” /><link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
<?php wp_head(); ?></head>
<body <?php body_class(); ?>>
<div id=”page”><div id=”header” onclick=”location.href=’https://www.avenueapplemac.com/’;” style=”cursor: pointer;”>
<div id=”headerlogo”>
<h1>” title=”<?php bloginfo(‘name’) ?>: <?php bloginfo(‘description’) ?>”><?php bloginfo(‘name’) ?></h1><div class=”description”><?php bloginfo(‘description’) ?></div>
</div>
</div><div id=”hmenu”> <!– Horizontal navigation menu –>
Skip to content- “><?php _e(‘Home’, ‘f2’) ?>
<?php wp_list_pages(‘title_li=&depth=2&sort_column=menu_order&exclude=’.f2_option(‘hmenu_exclude’)) ?>
<li class=”hmenu_rss”>“><?php _e(‘Feed’, ‘f2’) ?></div>
<div id=”container”>
<div id=”wrapper”>Forum: Themes and Templates
In reply to: How to add Twitter button on menu bar?Where’s the twitter section?
I didn’t use a Twitter plugin. I just posted the Twitter code that Twitter gave me, and posted the code in Pages (that’s where all the buttons are being set up), and I put the code in the title bar in Pages.
<img src=”https://twitter-badges.s3.amazonaws.com/t_mini-a.png” alt=”Follow AvenueAppleMac on Twitter”/>
Maybe I’m doing this all wrong?
Forum: Themes and Templates
In reply to: How to add Twitter button on menu bar?Does anyone have any idea how I could get rid of the extra link on my Twitter button?
I can’t find the extra Permalink in my Editor. I tried the Header.php, Index.php, Page.php and even Style.css.
Forum: Themes and Templates
In reply to: How to add Twitter button on menu bar?Ok, I figured out how to switch the buttons.
But I still can’t find the line to delete. I assume that’s the line I have to delete.
It looks like https://www.avenueapplemac.com/141-2 is the Permalink that was automatically generated when I posted in Pages.
Forum: Themes and Templates
In reply to: How to add Twitter button on menu bar?Where do I go to delete it? I can’t find the code you just posted. I only posted the twitter.com line on the Pages title bar, I didn’t actually post it in Editor.
Also, how do I switch the Twitter button with the “Contact Us” button so that the Twitter Icon is next to the RSS button?
Forum: Themes and Templates
In reply to: How to add Twitter button on menu bar?I managed to put the Twitter icon on the button by posting the code in the title bar in pages, but the icon shows up too low on the button. How can I make it higher?
Forum: Themes and Templates
In reply to: Adsense not showing up on SidebarThe Adsense ad is working on other pages, just not showing on the main page.
Forum: Themes and Templates
In reply to: Adsense not showing up on SidebarAnd when I refresh the page, I can see the ad box outline flashing for a second but no image.
Forum: Themes and Templates
In reply to: Adsense not showing up on SidebarI have only one adsense ad right now. It did work for a couple of minutes at first.
Forum: Themes and Templates
In reply to: How to change border background color & the sidebar color?Thank you! It worked!
Before I tried changing the body to #eee instead of #eeeeee, and it didn’t work. Why are all the color codes in the original theme have only 3 letters instead of 6?