Paul
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove Page Title in Browser Tab from Static Home PageBased on the parent theme, under Appearance -> Menus -> Click Create Menu. Edit the order and which menu items you want and check Primary Menu under Menu Settings -> Theme locations and then click Save Menu.
To remove items from your menu, under Menu Structure click the down arrow on the right side of the item you want to remove and click the Remove button.
Hope this helps.
Forum: Fixing WordPress
In reply to: RSS FeedWhen I follow your link, it redirects me to this with about 30 items listed.
Forum: Fixing WordPress
In reply to: Remove Page Title in Browser Tab from Static Home PageWhat theme are you using?
Forum: Fixing WordPress
In reply to: Copy in post keeps aligning left when I've aligned it centeredI’m not sure…it might be an issue with a plugin you have installed or it could be the theme or something else entirely.
I would use the preview button before posting and double check that everything looks they way you want it to look.
I’ve had issues with other pages doing the same thing but when I go back and edit after the preview it has worked out the way I wanted.
Without being able to look at your code, that’s about all the help I can offer at this time.
Forum: Fixing WordPress
In reply to: Copy in post keeps aligning left when I've aligned it centeredChange your
<p>
tag to<p style="text-align: center;">
for the paragraph the text appears in.Forum: Themes and Templates
In reply to: Removing byline from Sight themeyou are looking for a line of code that is something along the lines of <div class=”post-meta”> by <?php the_author(); ?> on <?php the_time( get_option( ‘date_format’ ) ); ?>
Forum: Themes and Templates
In reply to: Need help getting theme to fill whole screen on mobile.Forum: Themes and Templates
In reply to: Removing byline from Sight themeYou can go into your index.php or single.php and manually delete the meta information.
Or you can add a line to your style.css post-meta { display: none; }
I would recommend creating a child theme to remove unwanted elements from the theme so you do not lose your work when the theme updates at a later date.
Forum: Themes and Templates
In reply to: Need help getting theme to fill whole screen on mobile.not sure what blank space you are referring to. When I look at your site on my mobile, it spans across the entire screen.
Have you tried refreshing your browser?
Forum: Themes and Templates
In reply to: [Bunny] Changing pages widthWhich plugin did you install?
Forum: Themes and Templates
In reply to: [GovPress] Hiding post author?It is most likely in the index.php file or the single.php that you are referring to if you want to remove it that way.
You could also add some code to your style.css file such as author { display: none; }
The downside is that if/when you update your theme, you will lose these changes and start over. Best practice would be to create a child theme and do your editing in there.
Forum: Themes and Templates
In reply to: [Virtue] How to set up the home page?Did you assign “home” to be your homepage in the settings?
- Go to Administration > Settings > Reading panel.
- Set Front page displays to a static page
- In the drop down menu for Front Page select “Home.”
- In the drop down menu for Posts page select “Blog” or the name you created, or leave it blank if you will not feature posts on the site.
Save changes.
You can go to https://codex.www.ads-software.com/Creating_a_Static_Front_Page for more information.
Without seeing your site, this is all I can help with for now.
Forum: Fixing WordPress
In reply to: Background sliderThe movement is called zoom in/out. It looks like most plugins with this feature will charge you a premium.
Forum: Fixing WordPress
In reply to: Menu and custom URLsmarabouda – you should be able to change it in your header.php file
Forum: Fixing WordPress
In reply to: Menu and custom URLsfluteplayer – unless I am mistaken, it looks like cello is already in the list