wiresplus
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Website & PortfolioThat depends if you need two separate names.
if your domain is pirates.com and you blog about boats, and you want to also have a photo site with cats on it, you either make a subdomain of pirates.com (cats.pirates.com) or a folder in the domain called cats which would make pirates.com/cats/. If it didn’t matter if the browsers saw the url about pirates when they were looking at cats, then this is simplest.
if you want pirates.com and catsgivemehayfever.com completely separate and not to be linked in any way at all, then yes, it’s a new domain.
Forum: Fixing WordPress
In reply to: Why cant I talk to anyone.Where r theyGlad you found it.
please do two things: 1: copy the website address/ link for the youtube video, and paste it in here for others to find.
2: tick the little box down below here that says “mark as resolved’And then go grab a coffee, a biscuit and a good book 🙂
Forum: Fixing WordPress
In reply to: ¿how to find a code in my site?what’s your site address?:
Forum: Fixing WordPress
In reply to: Removing nav bar below header🙂 tick the box below for resolved, then.
Forum: Fixing WordPress
In reply to: Removing nav bar below headerOK. Different tactic.
I just downloaded and installed weaver II to my test website.
I got the nav to vanish thus:Go right to the bottom of the header.php file. look for
/* ======== BOTTOM MENU ======== */
//do_action(‘weaver_nav’,’bottom’);
echo “</div> <!– #wrap-header –>\n”;now, add two forward slashes in front of do_action, like this
//do_action('weaver_nav','bottom');
saveForum: Fixing WordPress
In reply to: Removing nav bar below headerWhich theme are you using?
Forum: Fixing WordPress
In reply to: Change color of one element on websitewho even bothers to read my little cry for help.
none of that! We’re all passionate about WP or we wouldn’t be on the forum.
Go to your css file and find div.column.column-1 (or whichever column you want)
edit the css to include a background-color valueForum: Fixing WordPress
In reply to: Hacked but don't know how to fix!@kmessinger: that’s not her full domain. It’s similar, and if hypnofertility is worth big dollars, $2299 will buy it for you…!!!!
@essexhypno: I think those are automatic placeholder images from your host. I’d re-load the correct images and try again.
It’s not hacked as such, because the links work as expected. The images have simply dropped from their indexed locations somehow.
Forum: Fixing WordPress
In reply to: Removing nav bar below headersorry, should have made that clearer: no navbar because you’re not using it. Removing the
<div>in header.php makes the rest of the page move up into it’s place.Forum: Fixing WordPress
In reply to: Removing nav bar below headerYes. There is: go to appearance > editor
find header.php
find the place where it says:`<div id=”navbar” class=”navbar”>
<nav id=”site-navigation” class=”navigation main-navigation” role=”navigation”>
<h3 class=”menu-toggle”><?php _e( ‘Menu’, ‘twentythirteen’ ); ?></h3>
<a class=”screen-reader-text skip-link” href=”#content” title=”<?php esc_attr_e( ‘Skip to content’, ‘twentythirteen’ ); ?>”><?php _e( ‘Skip to content’, ‘twentythirteen’ ); ?></a>
<?php wp_nav_menu( array( ‘theme_location’ => ‘primary’, ‘menu_class’ => ‘nav-menu’ ) ); ?>
<?php get_search_form(); ?>
</nav><!– #site-navigation –>
</div><!– #navbar –>
`(obviously, you can see this is the twentythirteen theme, but the theory is the same.)
Delete all the stuff above.
Save
hey presto: no site navbar.Forum: Fixing WordPress
In reply to: Posts, Pages & Categories, etc, all give 404 errorHow was your menu set up? if the menu was set manually, the links will all be wrong. Updating them might help?
BTW, adorable pictures!
Forum: Fixing WordPress
In reply to: Removing nav bar below headerI see you’ve created a sidebar menu. So, just make a blank menu for the header.
Go to appearance > menus
Click the ‘create a new menu’ link
Call it ‘Blank’
Save it
Take all the entries off it so it has no contents anyway
Save that
click locations
choose blank as the main menuForum: Fixing WordPress
In reply to: Page link not workingGo to your admin, and look at pages. choose the home page and see what it’s ‘slug’ is : betcha it’s set as shop!
If not, next place to look is appearance > customize. Check the front page is set to be whatever static page you want people to land on when they type in your URL.
Forum: Fixing WordPress
In reply to: login logo distortedOK, so make it bigger by exact proportions ie, 640 x 160 is double
Forum: Fixing WordPress
In reply to: I'm going crazyHey, that’s cool.
Do you have FTP access to the website’s files?