Allison Tarr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Customizing Post Archive size or content??Do you have experience with using CSS or manipulating the php files?
Forum: Fixing WordPress
In reply to: Header Logo size looks too small for 400px x 225pxCould you provide a link for the page in question? That would help the troubleshooting process.
Forum: Fixing WordPress
In reply to: Can't login anymoreAre those screenshot of what appears when you try to go to yourdomain.com/wp-admin?
Forum: Fixing WordPress
In reply to: Header smaller area smaller ?Do you have any experience with CSS?
There is a lot of margin-top on both your logo & “menu-bar” that you could lessen to push your header more together.
Forum: Themes and Templates
In reply to: Tricky nav bar linkingHave you tried setting up more hard-coded custom links with something like http://www.mydomain.com/landing#section2?
(Not sure if I’m following the end goal exactly)
Forum: Fixing WordPress
In reply to: New Page Does Not Show Up in SidebarYes, it’s possible to have more than one person with the role of Administrator (athough not the same username) if you’re still utilizing the generic admin login.
Depending on what they prefer, these are the different responsibilities that come with each role: https://make.wordpress.org/support/user-manual/customizing-wordpress/managing-users-on-your-wordpress-site/adding-users-to-your-wordpress-site/
Forum: Fixing WordPress
In reply to: adding a new subpagehttps://codex.wordpress.org/Pages_Add_New_Screen
In this case, if you want it to be included in the submenu under “Productions” (with “Passing Clouds”, “Ghosts” etc.) make sure to list the ‘parent’ as Productions in the bar to the right of the screen.
Let me know if that works!
Forum: Fixing WordPress
In reply to: New Page Does Not Show Up in SidebarWhat theme are you using? Depending on how it’s set up – you might want to double check your menu settings (https://codex.wordpress.org/Appearance_Menus_SubPanel).
Forum: Fixing WordPress
In reply to: Unique case of white screen problemI would contact Bluehost if you haven’t already – they might be able to shed some light on it.
Maybe your Filezilla isn’t connecting to the right area but it is still actually within Bluehost. Have you tried investigating using their internal File Manager? (https://my.bluehost.com/cgi/help/file_manager)
Forum: Fixing WordPress
In reply to: Problem with tag pageRight now is anything showing up when you utilize that code?
Forum: Fixing WordPress
In reply to: Hiding my author name on one of my multi-sites.Are you using a custom theme for the site in question where your name appears? Is it the same theme applied for all your multi-sites?
Forum: Fixing WordPress
In reply to: Thumbnail display when sharing on FacebookUnder the “Social” tab (I believe it’s on the furthest to the right), there should be an option to upload a custom image that will override the default one.
Forum: Fixing WordPress
In reply to: adding a new subpageYou can adjust your visible menu items by going to Appearance –> Menus (create the page or contentthat you’d like to add to your menu before completing those steps, though)
https://codex.wordpress.org/Appearance_Menus_SubPanel
Hope this helps!
Forum: Themes and Templates
In reply to: creating a menu in CSS#nav { border-top: 2px solid black; border-bottom: 2px solid black; }Would add the lines on the top/bottom.
Forum: Fixing WordPress
In reply to: Using CSS style sheets with WordPressJust to clarify, you’re trying to bring in another (existing) php template?
Some things are built-in and depending on the theme, it might be brought in in another way (ie: https://codex.wordpress.org/Function_Reference/get_template_part, for example)