Forum Replies Created

Viewing 15 posts - 46 through 60 (of 87 total)
  • Posted in:
  • manofmany
    Member
    Post count: 91

    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,
    Scott

    in reply to: No Description in RSS Feed #151427
    manofmany
    Member
    Post count: 91

    Hi,

    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) {
        // 
      }
    }
    in reply to: No Description in RSS Feed #151102
    manofmany
    Member
    Post count: 91

    I also tried switching to the Parent theme but I still encountered the same issue.

    Cheers,
    Scott

    in reply to: No Description in RSS Feed #151096
    manofmany
    Member
    Post count: 91

    Hi 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>
    in reply to: Recent Posts Thumbnail Size #150306
    manofmany
    Member
    Post count: 91

    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,
    Scott

    in reply to: No Description in RSS Feed #150294
    manofmany
    Member
    Post count: 91

    Hi 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,
    Scott

    in reply to: Recent Posts Thumbnail Size #150107
    manofmany
    Member
    Post count: 91

    Hi 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,
    Scott

    in reply to: No Description in RSS Feed #149649
    manofmany
    Member
    Post count: 91

    OR at this site here: http://www.validome.org/rss-atom/validate

    Select RSS 2 and view sourcecode > validate

    in reply to: No Description in RSS Feed #149647
    manofmany
    Member
    Post count: 91
    in reply to: No Description in RSS Feed #149646
    manofmany
    Member
    Post count: 91

    Hi,

    I’ve disabled the plugin.

    Cheers,
    Scott

    in reply to: Lightbox Gallery Example #149244
    manofmany
    Member
    Post count: 91

    Thanks Rui.

    Cheers,
    Scott

    in reply to: Lightbox Gallery Example #149220
    manofmany
    Member
    Post count: 91

    Thanks 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,
    Scott

    in reply to: Video Padding-Bottom too Large since update #149208
    manofmany
    Member
    Post count: 91

    Hi 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,
    Scott

    in reply to: No Description in RSS Feed #149067
    manofmany
    Member
    Post count: 91
    This reply has been marked as private.
    in reply to: Recent Posts Thumbnail Size #149052
    manofmany
    Member
    Post count: 91
    This reply has been marked as private.
Viewing 15 posts - 46 through 60 (of 87 total)