christomwebdesign
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Center Featured Images on Blog Posts?Hi there,
try…
.post-img {
text-align: center;
}.blog #main {
width: 100%;
}Forum: Fixing WordPress
In reply to: wordpress website change from http to HttpsHi there, have you purchased and installed a SSL certificate?
Forum: Fixing WordPress
In reply to: Moving a Static HTML Page to WordPressHi Daniel, you will probably need a web developer to help you code it. Or you could try purchasing a theme with a similar layout and adjusting the colours, etc.
Forum: Fixing WordPress
In reply to: Columns on pageHI Lucy, try adding this plugin: https://wordpress.org/plugins/column-shortcodes/. Allows you to create columns.
Forum: Fixing WordPress
In reply to: remove categories using css child themeHi Catherine, try adding .entry-meta { display: none;}
If you don’t know where to find the css files, go to wp-admin/theme-editor.php. It would be called style.css
Forum: Fixing WordPress
In reply to: redirects and pages missingHi apexglobal, are you using a premium theme or a custom build? Woocommerce regularly breaks when something has been updated.
You can try the following..
1. Update Woocommerce if you haven’t done already.
2. If a premium theme, check if the developer has released a new version.I would recommend keeping WordPress up to date and not backtracking.
Backup before you do any updates.