ginreviews
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site completly crashedHi Trisha,
Thanks for the idea of checking the deactivated widgets.
I checked the inactive widgets and none of the widgets, either the facebook one or the Financing & leasing made simple is there.
Also for the picture gallery, the picture gallery is present and loaded on each page in the console yet does not show up on each page.
Any ideas?
Forum: Fixing WordPress
In reply to: Weird link at top of websiteThanks for the link. I was able to review all of these and I will be using these articles for reference.
However, I’m still unclear as to what is causing this and how to fix it.
Anyone else ever see this before or have a specific place to look?
This just appeared today and it is very bizarre?
Forum: Fixing WordPress
In reply to: How to format this listHey Esmi,
Thanks for coming the the rescue yet again, I’ve used firebug, just not sure what code to modify to fix this so they are in a straight vertical line.
Any ideas?
Forum: Fixing WordPress
In reply to: how to remove Author information at bottom of ever page?I see something like this in single.php
backticks
<?php /* If a user fills out their bio info, it’s included here */ ?>
<div id=”post-author”>
<h3>Written by <?php the_author_posts_link() ?></h3>
<p class=”gravatar”><?php if(function_exists(‘get_avatar’)) { echo get_avatar( get_the_author_email(), ’80’ ); /* This avatar is the user’s gravatar (https://gravatar.com) based on their administrative email address */ } ?></p>
<div id=”author-description”>
<?php the_author_meta(‘description’) ?>
<div id=”author-link”>
<p>View all posts by: <?php the_author_posts_link() ?></p>
</div><!–#author-link–>
</div><!–#author-description –>
</div><!–#post-author–>backticks
Forum: Fixing WordPress
In reply to: how to remove Author information at bottom of ever page?Forum: Fixing WordPress
In reply to: how to remove Author information at bottom of ever page?[code moderated - please use the pastebin for any code longer than 10 lines - see forum rules]
Forum: Fixing WordPress
In reply to: Can't get portfolios to work properlySo far I want to have sub categories, and it is not letting me
Forum: Fixing WordPress
In reply to: how to remove Author information at bottom of ever page?[code moderated - please use the pastebin for any code longer than 10 lines - see forum rules]
Forum: Fixing WordPress
In reply to: Can not format logo position on homepageI’m looking to get it 17 pixels north
and
17 pixels westForum: Fixing WordPress
In reply to: Can not format logo position on homepageI didn’t see any option built in to arrange the logo but I did see this
on the style.css
‘
/* Header
—————————————- */
#header {
height:169px;
border-bottom:1px solid #f4f5f5;
background:url(images/header-splash.png) no-repeat 50% 0 #323639;
}/* Logo */
.logo {
position:absolute;
left:0;
top:75px;
}
.logo h1,
.logo h2 {
font-size:3em;
line-height:1.2em;
margin-bottom:0;
}
.logo h1 a,
.logo h2 a {
color:#222;
text-decoration:none;
}
‘
Anyone able to decipher the next move for getting the logo aligned properly?Forum: Fixing WordPress
In reply to: Can't figure out how to remove Latest Topics on home pageJosh,
Check your email with your website, I sent you additional contact information regarding this
Forum: Fixing WordPress
In reply to: Can't figure out how to remove Latest Topics on home pageJosh,
Thanks for clarifying. We are looking to remove the entire section, any ideas on how to remove this off the front page?
Forum: Fixing WordPress
In reply to: Can't figure out how to remove Latest Topics on home pageJosh,
Latest topics it
Thanks for taking the time to look at this
Hopefully, a solution is in site
Forum: Fixing WordPress
In reply to: How do you make a over 21 page to control access?no, would love to know though!
Forum: Fixing WordPress
In reply to: format search bar and navigation barlooks like i found something
}
#header .widget-area {
float: right;
padding: -168px 0 0;
width: 800px;
}i changed the 68px to -168
looks good.
Can you confirm that this is the best way to do this?
also i wanted to have a small space between the search form and the navigation form so that they are not bunched up together, any ideas?