jcburke
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Social Icons] Gutenberg blocksI would also like to add it by shortcode in Gutenberg blocks.
Forum: Plugins
In reply to: [Simple Social Icons] is whatsapp includedI would also like WhatsApp to be supported.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Change max columns widthOK. I removed the last bit. I now have:
.wrap {
max-width: 720px;
}
@media screen and (min-width: 48em) {
.wrap {
max-width: 1200px;
}
}.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
max-width: 100%;
}I updgraded from the 2015 theme, where the pictures were 720 px. So, it looks better.
I find the sidebar a bit wide though. Is there any way I can reduce the width of the sidebar?
Am not too worried about it. I was just wondering. Thank you,
Jenniferhttps://YukonJen.com
It looks better (720 is the width of the oForum: Themes and Templates
In reply to: [Twenty Seventeen] Change max columns widthHello. I used the Additional CSS code in the customizer. I pasted the following code:
.wrap {
max-width: 720px;
}
@media screen and (min-width: 48em) {
.wrap {
max-width: 1200px;
}
}.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
max-width: 100%;
}.has-sidebar:not(.error404) #primary {
width: 70%;
}.has-sidebar #secondary {
width: 30%;
}It doesn’t give the right spacing between the two columns. Did I do something wrong?
Blog here: https://YukonJen.com
Thank you for any thoughts or direction.
JenniferForum: Plugins
In reply to: [Standout Color Boxes and Buttons] Updated plug in…now get error messagereverted back to previous version of the plugin. WOrks fine.
??
Forum: Plugins
In reply to: [Standout Color Boxes and Buttons] Updated plug in…now get error messageAny page I used the button short codes…
Our Story, Wines, indivudual wine pages, …
Forum: Fixing WordPress
In reply to: Upgraded to WordPress 3.5.1, now have a blank homepageHi Theme Diva,
It worked. Thank you.
I am still using the default theme. My old theme still leaves a blank screen. It is ok though.
My blog needs a refresh.
Thank you so much.
Forum: Fixing WordPress
In reply to: Upgraded to WordPress 3.5.1, now have a blank homepageHi govepatel,
My WordPress is in the root.
I will try the solution from Theme Diva.
Thanks,
Forum: Fixing WordPress
In reply to: Blank home pageI am having this issue as well.
I upgraded to 3.5.1 as usual (using the upgrade function in the dashboard).
I can now access the entire dashboard, but my homepage is not displaying.
I deactivated all plugins. It doesn’t work.
I deactivated the theme and activated 2012. It doesn’t work.
I removed the .htaccess file. It doesn’t work.
I only have an index.php file in the root.My index.php file says:
<?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define('WP_USE_THEMES', true); /** Loads the WordPress Environment and Template */ require('./wp-blog-header.php');
Help? Anyone?
Thanks,
J