Dan Roundhill
Forum Replies Created
-
Forum: Plugins
In reply to: [Regenerate Thumbnails] Not all thumbnail sizes showingCan you verify that the theme is registering the image sizes properly? https://developer.wordpress.org/reference/functions/add_image_size/
Forum: Plugins
In reply to: [Regenerate Thumbnails] Custom image size has red xHmm, do the images with the red x actually existing in that folder?
Forum: Fixing WordPress
In reply to: Help displaying conditional text.I think you can accomplish this with the Contact Form 7 plugin, it’s pretty flexible!
Forum: Fixing WordPress
In reply to: Add Media – Photos on Mac not ShowingAre the images actually on your computer? You might need to export them from iPhoto somewhere so that they get downloaded from iCloud and are available on your Mac.
Forum: Fixing WordPress
In reply to: Trouble Centering my NavigationOK try adding this as well:
.navbar-default .navbar-nav li a { margin: 0 auto; padding: 0 10px; }Forum: Fixing WordPress
In reply to: Enlarging the text in the headerHi Jason,
Yes, the size of the header text is determined by the theme. You can tweak it with CSS. Some themes have their own customizers which will allow you to change the font size, so you can search around for one that will fit your needs without editing the CSS if you’re not comfortable with that.Forum: Fixing WordPress
In reply to: HeaderThat’s the correct XML-RPC message. You might want to check with your web host to see if they are allowing XML-RPC access for your site, some hosts block it by default.
As far as the header goes, I’m not seeing any errors when viewing your site. Any other info on that?
Forum: Fixing WordPress
In reply to: Visual tab in post editing not showing.Maybe check the error console in your web browser. I wonder if there’s a problem with loading the visual editor because of a javascript error or something similar.
Forum: Fixing WordPress
In reply to: Trouble Centering my NavigationThis should work, add this to your theme’s stylesheet:
.site-navigation-inner { display: flex; flex-direction: row; justify-content: center; }You can edit the CSS file using the File Editor: http://codex.wordpress.org/Editing_Files
It should look like this: https://cloudup.com/cZ1-AV7spmO
Forum: Fixing WordPress
In reply to: broken website css not linkingOh sweet, glad it’s working again. Nice looking site!
Forum: Fixing WordPress
In reply to: broken website css not linkingIt actually looks fixed for me now! If you hold shift and click refresh in your browser is it better for you too?
Forum: Fixing WordPress
In reply to: how to upload file to blog?You can’t do it directly through WordPress, you’ll need to upload it via your web hosting account or via FTP transfer.
This thread may be helpful to you! https://wordpress.org/support/topic/hwo-do-i-upload-the-google-html-verification-code-to-my-website?replies=5
Forum: Fixing WordPress
In reply to: broken website css not linkingI get this error in the Safari console:
Did not parse stylesheet at ‘http://interiorexteriorbuilders.com.au/wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/LayerSlider/static/css/layerslider.css,wp-content/themes/bridge/style.css,wp-content/themes/bridge/css/font-awesome/css/font-awesome.min.css,wp-content/themes/bridge/css/stylesheet.min.css,wp-content/themes/bridge/css/webkit_stylesheet.css,wp-content/themes/bridge/css/safari_stylesheet.css,wp-content/themes/bridge/css/style_dynamic.css,wp-content/themes/bridge/css/responsive.min.css,wp-content/themes/bridge/css/style_dynamic_responsive.css,wp-content/themes/bridge/css/vertical_responsive.css&9b1ce4’ because non CSS MIME types are not allowed in strict mode.
So I’m wondering if it’s something to do with the
bwp-minifyplugin. Does it make any difference if you disable that plugin?Forum: Fixing WordPress
In reply to: Password ResetYes! The login/password reset page can be styled. There’s some information on that in the codex page here: https://codex.wordpress.org/Customizing_the_Login_Form.
Forum: Fixing WordPress
In reply to: Remove Sub Pages Navigation from Front PageI don’t think you can do that by default, but maybe this plugin could help? https://wordpress.org/plugins/conditional-widgets/