Forum Replies Created
-
AuthorPosts
-
kristabradford
MemberGreat question . . . I love to know as well!
Thank you!
Krista Bradford
CEO The Good Search | Intelleratikristabradford
MemberI was told by support:
"Your server ran out of space, which caused your issue. I delete our own backups in order to clear up space, so your site should be back on-line. Let us know if you need anything else, please. Have a nice weekend :)"
There was no comment on how it could have append in the first place or what has been done to prevent it from happening again.
Later support said: After further investigation I noticed the issue with W3 Total Cache was caused by a misconfiguration on the plugin, which should not happen when you import our recommended W3 Total Cache settings. Can you let me know if those were imported or if they were changed in any way, please?"
FWIW WC Total Cache was configured by the WCTC guys themselves . . .
I thought the reason I migrated from GoDaddy to Synthesis was not to have random issues taking us down. I thought they were support to keep that kind of stuff from happening. I wasted a day dealing with the outage. I'm starting to worry I've jumped from the frying pan into the fire by choosing Synthesis. That coupled with a missing landing page solution -- new members not allowed with Premise -- is making this a gigantic rabbit hole from which I've yet to emerge.
I seriously hope this gets easier soon . . .
Thank you!
Krista Bradford
CEO The Good Search | Intelleratikristabradford
MemberThank you for you kind post. Thanks to you, I've managed to make progress. (My apologies in advance. I am just now coming up to speed on Genesis as a concept.) I can get the featured image to appear after the title with the php code from the page you pointed me to as follows:
add_action( 'genesis_entry_header', 'single_post_featured_image', 15 );
function single_post_featured_image() {
if ( ! is_singular( 'post' ) )
return;$img = genesis_get_image( array( 'format' => 'html', 'size' => genesis_get_option( 'image_size' ), 'attr' => array( 'class' => 'post-image' ) ) );
printf( '%s', get_permalink(), the_title_attribute( 'echo=0' ), $img );}
I then tried some CSS code and and successfully got the image to align left:
.single .post-image {
float:left;
margin: 1em 1em 0 0;
width: 150px;
height: 150px;
}
}But its not wrapping . . . I basically want the featured image to appear as it done on the page with the list of posts. I'd like the image to be left aligned the text wrapping to the right.
http://tgsus.com/category/executive-moves/Totally guessing: is it that I need to have the php hook into a different section of the post -- genesis_entry_content ? Would i replace "genesis_entry_header" with "genesis_entry_content" in the php file?
(It is okay to laugh . . .)
Thank you!
Krista Bradford
CEO The Good Search | Intelleratikristabradford
MemberI just tried replacing genesis_entry_header with genesis_entry_content in the php code. It pushed the image all the way to the bottom of the post. So . . . hmmmm.
Thank you!
Krista Bradford
CEO The Good Search | Intelleratikristabradford
MemberI know just enough to get myself in trouble 😉 The ftp method looks like a better practice for the reasons listed in the article in the link above.
In other websites, I've dropped in a line or two of code using the editor and nothing blew up . . . I suspect that may be a bit too risky now.
The last theme I used had a place where you could insert custom code without editing the theme itself. I miss that safer way to edit . . .it was super quick and you could do it to adjust layout, etc.
Thank you!
Krista Bradford
CEO The Good Search | Intelleratikristabradford
MemberI just imported a website into Parallax theme and am also missing the theme editor. Any news on what the issue might be?
Thank you!
Krista Bradford
CEO The Good Search | Intellerati -
AuthorPosts