GRAVELBIKEcom
Forum Replies Created
-
Forum: Plugins
In reply to: [Child Theme Creator by Orbisius] Problem with 1.4.0I deleted the old plug-in directory, installed the new version, and still see these errors:
Warning: require_once(/home/xxx/public_html/wp-content/plugins/orbisius-child-theme-creator/addons/cloud_lib/init.php): failed to open stream: No such file or directory in /home/xxx/public_html/wp-content/plugins/orbisius-child-theme-creator/orbisius-child-theme-creator.php on line 48
Fatal error: require_once(): Failed opening required ‘/home/xxx/public_html/wp-content/plugins/orbisius-child-theme-creator/addons/cloud_lib/init.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/xxx/public_html/wp-content/plugins/orbisius-child-theme-creator/orbisius-child-theme-creator.php on line 48
- This reply was modified 7 years, 2 months ago by GRAVELBIKEcom.
- This reply was modified 7 years, 2 months ago by GRAVELBIKEcom.
Forum: Plugins
In reply to: [Child Theme Creator by Orbisius] Problem with 1.4.0I don’t have shell access, but I deleted the directory and files via cPanel. My site will load, but if I try to access the Updates section of wp-admin, I get the aforementioned errors.
Forum: Plugins
In reply to: [Child Theme Creator by Orbisius] Problem with 1.4.0Seeing the same issue on my site, too. Deleting the Orbisius plug-in directory doesn’t fix the problem.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] unable to access wp-adminI’m seeing the same issue with my site (www.gravelbike.com).
Jetpack: 4.8.2
PHP: 5.6
WordPress: 4.7.3I end up having to remove the jetpack plug directory via ftp or file manager.
Forum: Themes and Templates
In reply to: Twenty Eleven: comment alignment problemsFixed it with:
.entry-title { text-align: left; } .entry-title, .entry-header .entry-meta { text-align: left; } .comment-content p { text-align: left; } .comment-meta { text-align: left; } #comments-title { text-align: left;
Forum: Themes and Templates
In reply to: [Twenty Eleven] Twenty Eleven: comment alignment problemsFixed it with:
.entry-title { text-align: left; } .entry-title, .entry-header .entry-meta { text-align: left; } .comment-content p { text-align: left; } .comment-meta { text-align: left; } #comments-title { text-align: left;
Forum: Themes and Templates
In reply to: Twenty Eleven: comment alignment problemsSorry,
Link to my site is here:
https://www.gravelbike.com/?p=5655#commentsForum: Plugins
In reply to: [WooCommerce] PayPal Emails Partly refundedI’ve also seen this on my site.
Forum: Plugins
In reply to: [WooCommerce] Can't link simple to grouped productsThe grouped product is set as a group product.
I activated a different theme, and am able to successfully link to the grouped product. Would much rather use the new-commerce theme (especially since I paid for it), though.
Forum: Plugins
In reply to: [Easy Table] Caption not centeredAny suggestions or recommendations?
Forum: Plugins
In reply to: [Easy Table] How to insert comma as text, not row spaceCan you post the table code that isn’t working?
Forum: Plugins
In reply to: [Easy Table] How to insert comma as text, not row spaceI’ve been able to get commas to work with 4.1 and 1.5.2
I added the following text to one cell, and it shows up as “, HI”
$72\, HI
Forum: Fixing WordPress
In reply to: Unable to access mysite.com/wp-adminI deleted /wp-admin and /wp-includes, and restored both directories with fresh installs (via ftp), and that seems to have fixed things. The site is back up, and I can now access mysite.com/wp-admin
Thanks for all the help.
Forum: Fixing WordPress
In reply to: Sites BROKEN after WordPress 4.0.1 UpgradeI opened a new ticket for my issue (thanks, BTW).
Forum: Fixing WordPress
In reply to: Unable to access mysite.com/wp-adminThanks for the suggestions. Everything was working fine last night, but this morning I’m unable to access wp-admin.
I renamed the plugins folder, and that didn’t help.
Renaming the current theme didn’t fix the problem either.I have a cgi_error_log file, so I’ll dive into that.