sandygraph
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to make custom page appear on menu?I didn’t download it. It was a custom made theme from a web-developer for a company.
Forum: Fixing WordPress
In reply to: Header Navigation MenuThank you
Forum: Fixing WordPress
In reply to: Header Navigation MenuI cannot. I believe the company parted ways with him and he has since disappeared.
Forum: Fixing WordPress
In reply to: Header Navigation MenuTheme Name: TAG
Theme URI: http://www.tintedadvertisinggraphics.com
Description: A custom theme developed for Tinted Advertsing Graphics, in Houston TX.
Version: 1.0
Author: Rodrigo Del Castillo
Author URI: http://www.r3phlex.com
Tags: custom, clean, corporateForum: Fixing WordPress
In reply to: Header Navigation MenuFrom what I understand, to register a single menu I need to use this:
<?php register_nav_menu( $location, $description ); ?>
However, I don’t know where to place it (my guess is functions.php) or how to know what the location and the description are for the menu that the web developer created in the theme I am using. Or is this supposed to allow me to create one from WordPress?Forum: Fixing WordPress
In reply to: Header Navigation MenuI did read it and I’m trying my best to understand it but honestly, I don’t.
Forum: Fixing WordPress
In reply to: Header Navigation MenuThank you for responding. I did place this piece of php:
function register_my_menu() {
register_nav_menu(‘header-menu’,__( ‘Header Menu’ ));
}
add_action( ‘init’, ‘register_my_menu’ );to the functions.php file in the theme so that it could register the menu and this one:
<?php wp_nav_menu( array( ‘theme_location’ => ‘header-menu’ ) ); ?>
to the header.php file. However, I think I might have done it wrong. This might be a silly question, but how do I know what the name of the menu is? Or is it something you just name to keep track of it?
Forum: Fixing WordPress
In reply to: Using Editor for footerThere was apparently more than one folder with default.css ??? :/
Forum: Plugins
In reply to: [CataBlog] Updating photos without messing it upIt did thank you 🙂 I have another question but I will start a new thread.
Forum: Fixing WordPress
In reply to: How do I access these ghost images?Well thank you I think I can manage changing the photos from the file manager 🙂
Forum: Fixing WordPress
In reply to: How do I access these ghost images?Thank you for replying,
It was a custom theme done by some guy and it doesn’t seem to have any documentation.
If I change the “large” images, the thumbnails don’t automatically change by any chance?
Forum: Fixing WordPress
In reply to: Where is my REAL dashboard?That was the one and only he gave us. Is there anything else I can do?
Forum: Fixing WordPress
In reply to: Where is my REAL dashboard?Thank You for replying,
There was a web designer who developed the site but it was handed over to me to maintain it. He handed over all the files and logins and I’m using the login he provided. How would I check if I am in a Subscriber role?Forum: Fixing WordPress
In reply to: My WordPress admin page is not found :/I might have other inquiries but I’ll post a new thread 🙂
Forum: Fixing WordPress
In reply to: My WordPress admin page is not found :/Thank you to everyone that replied.
My host support team apparently fixed it for me. They are so helpful but sometimes I wish they were able to explain it to me when they fixed something because I still don’t know how it happened…
Thank You though!