christomwebdesign
Forum Replies Created
-
Hi evvdesigns, if you can provide the website URL, it would be easier to provide the CSS code to add. All websites are built differently so would be hard to give you the solution without seeing the website.
Forum: Fixing WordPress
In reply to: Enquiry to share on facebookAgree with dimitris33. Try adding Yoast SEO and changing the meta tags on the page that you’re sharing.
Forum: Fixing WordPress
In reply to: Remove Big Quotation Marks…?It’s a blockquote. Moving the text outside a blockquote with resolve that.
Otherwise add:
blockquote::before {
content: none;
}Forum: Fixing WordPress
In reply to: WP Admin taking forever to loadIf nothing has changed and it’s suddenly slow, have you tried contacting your hosting? might be a server issue.
Forum: Fixing WordPress
In reply to: Why some images gallery are showing and some don't?Hi there,
Is there a URL we could look at?
Forum: Fixing WordPress
In reply to: Images Not Loading In ChromeHi there,
Try re-adding your images.
I have checked the sources and they are incorrect. One is
http://www.costaricacustomtrips.com/wp-content/uploads/2012/10/DSCN2304-300x225.jpg 300w, http://www.costaricacustomtrips.com/wp-content/uploads/2012/10/DSCN2304-400x300.jpg 400w, http://www.costaricacustomtrips.com/wp-content/uploads/2012/10/DSCN2304.jpg 500wshould be just
http://www.costaricacustomtrips.com/wp-content/uploads/2012/10/DSCN2304-300x225.jpgForum: Fixing WordPress
In reply to: Font Color Top NavigationHi,
I’m not familiar with the theme, but have you tried going to /wp-admin/customize.php? Might have the option there. Anyway adding CSS would do the trick though we’d need the website URL to help you out there.
Forum: Fixing WordPress
In reply to: How to Center Featured Images on Blog Posts?Try just adding
.post-img {
text-align: center;
}Forum: Fixing WordPress
In reply to: Visual Editor Gone In 4.4?Sounds like a conflict. have you tried switching the theme and disabling plugins to see if that resolves the issue?
Forum: Fixing WordPress
In reply to: Since last upgradeHi Rebecca, the ‘view page’ option was removed in the latest WordPress update. You can click on the permalink to view the page or ‘preview changes’ on the right.
Forum: Fixing WordPress
In reply to: Since upgrading to WP 4.4Hi Jay,
On the top right of the edit page with the missing option, click ‘Screen Options’. Is discussion ticked? If not, tick it.
Forum: Fixing WordPress
In reply to: remove categories using css child themeHi Catherine, you wouldn’t be able to do that via CSS. You would need to go into the theme and remove the code.
Forum: Fixing WordPress
In reply to: how to reset plugin Setting in wordpressWhat plugin are you using?
Forum: Fixing WordPress
In reply to: how to reset plugin Setting in wordpressHi there, is easiest way would be to delete the plugin and reinstall.
Forum: Fixing WordPress
In reply to: visual editor blank after upgrade to 4.4 CliffordHi knightwind69,
Might be a conflict with a plugin or theme. Try changing the theme to see if it fixes it. If not try disabling each plugin one by one to check if a plugin is causing the issue.