Digital experiences for all disciplines
Forum Replies Created
-
-
June 17, 2015 at 6:45 am in reply to: Post Media Display > Standard (above content) vs Full Width #185273
Thanks Mohammad but this also changes/restricts the width of the images for the Media Display setting set to Full Width.
We’d like it to remain full width for “Full Width” and be restricted to the width of the theme when it is set to “Standard Above Content”.
Kind regards,
ScottHi,
I added the following code to the Child Theme and got it to work. It must have been something in those particular functions that weren’t working.
I’ll have a further play around with it tonight to get it working the way we want. http://manofmany.com/feed
Cheers,
Scott// Parent if (!function_exists('sf_custom_feed_content')) { function sf_custom_feed_content ($content) { // } } // Parent if (!function_exists(' sf_featured_image_rss')) { function sf_featured_image_rss ($content) { // } }
I also tried switching to the Parent theme but I still encountered the same issue.
Cheers,
ScottHi Ed,
I just changed over tot he 2015 theme and it worked perfectly. I’ve copied in the description for you below.
Could it be something to do with the functions.php in the child theme?
I’ve read others with a similar issue in the forums. For some reason it is not picking up the_content.
I’ve seen something similar in another answer to add the following code which did not work:
function add_feed_content($content) {
$content = get_the_content();
return $content;
}
add_filter(‘the_excerpt_rss’, ‘add_feed_content’);
add_filter(‘the_content’, ‘add_feed_content’);<item> <title> 7 Whisky Distilleries to Visit on Your Next Tassie Trip </title> <link> http://manofmany.com/lifestyle/7-whisky-distilleries-visit-next-tassie-trip/ </link> <comments> http://manofmany.com/lifestyle/7-whisky-distilleries-visit-next-tassie-trip/#comments </comments> <pubDate>Tue, 17 Feb 2015 01:42:05 +0000</pubDate> <dc:creator> <![CDATA[ Bertie Cason ]]> </dc:creator> <category> <![CDATA[ Lifestyle ]]> </category> <category> <![CDATA[ alcohol ]]> </category> <category> <![CDATA[ distillery ]]> </category> <category> <![CDATA[ tasmania ]]> </category> <category> <![CDATA[ travel ]]> </category> <category> <![CDATA[ whisky ]]> </category> <guid isPermaLink="false">http://manofmany.com/?p=26449</guid> <description> <![CDATA[ Fancy a weekend cruising around whisky distilleries? Well you don’t have to fly to Scotland to visit world class distilleries any longer, just hop on a flight to Hobart and check out our local lads in Tassie making big waves on the global scene. Below is a list of top Tasmanian whisky destinations recommended by … <a href="http://manofmany.com/lifestyle/7-whisky-distilleries-visit-next-tassie-trip/" class="more-link">Continue reading <span class="screen-reader-text">7 Whisky Distilleries to Visit on Your Next Tassie Trip</span></a> ]]> </description> <wfw:commentRss> http://manofmany.com/lifestyle/7-whisky-distilleries-visit-next-tassie-trip/feed/ </wfw:commentRss> <slash:comments>0</slash:comments> </item>
Please refer to the test here from GT Metrix where images are not being served as scaled:
http://gtmetrix.com/reports/manofmany.com/yfpTCT5i
Kind regards,
ScottHi Rui,
I’ve disabled all plugins and the redirect to feedburner.
It should show up with the original XML Feed now at http://manofmany.com/feed
There is still the same issue. I’ve seen in the forum that others had a similar issue. It seems the RSS feed is unable to grab the_content (regardless of whether summary or full content is selected to display in Reading settings)
Kind regards,
ScottHi Rui,
I have not solved the issue as the images that are being served to the site are not scaled correctly.
Ideally I’d like to serve scaled images across the homepage and archive pages.
I’ve set up some new thumbnail sizes in the functions.php file and regenerated thumbnail sizes but I’m not sure how to ensure these are served to the relevant sections.
I hope this makes sense.
Cheers,
ScottOR at this site here: http://www.validome.org/rss-atom/validate
Select RSS 2 and view sourcecode > validate
You can see the entire content of the xml feed here:
http://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Ffeeds.feedburner.com%2FmanofmanyHi,
I’ve disabled the plugin.
Cheers,
ScottThanks Rui.
Cheers,
ScottThanks Rui.
As a suggestion to improve the theme in future, it would be helpful for the lightbox images to be added to the shortcodes plugin so we can easily access it from the classic editor.
cheers,
ScottHi Ed,
I installed a plugin to fit embedded videos on mobile devices so that they are responsive (not the Detail Media but actually embedded clips within the content of the post).
See an example here: http://manofmany.com/rides/interview-felix-baumgartner-guy-jumped-space/
Previously these videos were not resizing when viewed on mobile and would overlap the container.
The plugin may be conflicting with the theme but I’d prefer for those videos to be responsive as well.
Is this correct?
Cheers,
ScottThis reply has been marked as private.This reply has been marked as private. -