vetteran
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I Can't Preview/Edit Drafts | No PermissionsOne learns a lot by making mistakes
and then working out how to resolve them!(Fatal error excluded π )
Forum: Fixing WordPress
In reply to: Use H1 for title image on homepage, but H2 everywhere elseThat’s interesting, I didn’t use the link
button but a clickable link shows.Forum: Fixing WordPress
In reply to: Use H1 for title image on homepage, but H2 everywhere elseI did!
Hadn’t noticed that it did not work.
Used the link button again, still won’t show
so plain, sorry.Forum: Fixing WordPress
In reply to: I Can't Preview/Edit Drafts | No PermissionsDon’t apologise, everyone has to start somewhere.
Permission are usually set to allow editing
but odd things can occcur.Go to your cPanel on GoDaddy.
Click File Manager
-> public_html
-> wp-content
-> themes
-> your theme
See the list in the panel. Last column headed Perms.
js and images will be 0755, all others should be 0644
Click any file not so.
Click Change permissions – there’s a key logo.
tick Read for User, Group, World
tick Write for User
Click Chamge Permissions button.Now you should be able to edit.
Forum: Fixing WordPress
In reply to: Use H1 for title image on homepage, but H2 everywhere elseForum: Fixing WordPress
In reply to: I Can't Preview/Edit Drafts | No PermissionsHave you checked the permissions for the file/s in the file manager of your cpanel?
644 for most
Forum: Fixing WordPress
In reply to: Use H1 for title image on homepage, but H2 everywhere elseI found this in header.php (An obvious place to look!)
Will deeply appreciate advice on what to modify.<div id=”branding” role=”banner”>
<div id=”ttw-site-logo”></div>
<div id=”ttw-site-logo-link” onclick=”location.href='<?php echo home_url( ‘/’ ); ?>’;” style=”cursor:pointer;”></div>
<?php if (!ttw_getopt(‘ttw_hide_site_title’)){ /* TTW – hide site title */ ?>
<?php $heading_tag = ( is_home() || is_front_page() ) ? ‘h2’ : ‘div’; ?>
<<?php echo $heading_tag; ?> id=”site-title”>
<span>
” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?>
</span>
</<?php echo $heading_tag; ?>>
<div id=”site-description”><?php bloginfo( ‘description’ ); ?></div>
<?php } /* end hide site title if */ ?>Forum: Fixing WordPress
In reply to: Use H1 for title image on homepage, but H2 everywhere elseI’d like to use that too!
Which file should that be in?
Even less knowledge of .php than Hoget10
Thanks in advance.
Forum: Themes and Templates
In reply to: Missing previews in Manage ThemesHah!
Just spent hours deleting and restoring everything.
No good.
Then thought to try Chrome instead of Firefox.Works!
Looked in Firefox again and found that Permission set as blocked for images in Tools – Page Info. No idea how that happened.
One learns a lot from errors!
Forum: Themes and Templates
In reply to: Missing previews in Manage ThemesI’m giving up for today!
Did that – no good.
Damn.
I’ve saved all that I wrote.
I’ll try deleting everything from the host
and start again.Thanks for help.
Forum: Themes and Templates
In reply to: Missing previews in Manage ThemesSadly, no good.
I’m now wondering whether some permissions have been altered
and need restoring.Forum: Themes and Templates
In reply to: Missing previews in Manage ThemesHi t-p,
Thanks for that.
I’ve tried that now but still no preview.
I’ve had several plugins running fine this week.
What I can’t figure is what happened
as it was ok yesterday and until mid-day.Driving slightly demented now!