bethrobson
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Add a read more link on excerptsThanks Michael, wrimomatt,
Appreciate your help! I am guessing my theme just doesn’t use the_excerpt(). I grep’d for it in all my .php files and am not finding anything. A grep on “excerpt” producesarray( "name" => esc_html__("Use excerpts when defined",$themename), "id" => $shortname."_use_excerpt", "type" => "checkbox", "std" => "false", "desc" => esc_html__("This will enable the use of excerpts in posts or pages.",$themename) ),
in options.php. I’m assuming this corresponds to the “Use Excerpts when Defined” option in Divi.
I will try reaching out to the Divi people – thank you.
Forum: Themes and Templates
In reply to: Add a read more link on excerptswrimomatt,
Thank you – where do I find “the_excerpt()”? I’m not seeing that in functions.php or any of the other php files in the Divi/ folder.Thanks!
Got a fix for this in the theme. Thanks! It is in “single.php” and had to have it print a regular image rather than a thumbnail image.
Okay thanks I’ll give that a try
Still cropping.
Weird. I upped the max size, and also turned off cropping for thumbnails and still the same behavior.
More info:
In the HTML on the post page, the img link is:img src=”https://MY_WEBSITE/wp-content/uploads/2015/06/IMG_32959-825×675.jpg” alt=’Blue Sky Monday’ width=’1080′ height=’675′
In my Media Library the image is 825 x 1100
So somewhere the image is being cropped. I think it must be user-submitted-posts that’s doing the cropping when it’s uploaded to “uploads”. ???
Thanks
I got a solution to this by adding a js script with enqueue script in functions.php, with the js stored in the plugin’s resources folder. No idea if this is the right way to do it, but it seems to be working.
Yeah that’s what I thought too. I’ve tried three different browsers and none of them are showing the filename after I select the image!
Also, is there a way to show a “loading” indicator while the image is uploading through the plug in, or is that something I’d have to program myself, and if so, do you have any sample code for how best to do that?
Thanks
Oops! my previous response was to a different problem.
When I try to upload an image that is too large, I don’t see any message saying it’s too large. It just takes a really long time to upload (giving the impression I’m still on the same page) and then takes me to the “thank you” page. However, there is no pending post, indicating that it did not in fact work.
Hiya,
I too am having trouble with error messages (not seeing them).
Just piling on ??Thanks
Elisabeth