Forum Replies Created

Viewing 15 posts - 16 through 30 (of 87 total)
  • Posted in:
  • in reply to: Site gone weird after update… #297069
    manofmany
    Member
    Post count: 91

    Hi Ed,

    I have updated to the latest version and still experiencing the same issue.

    Please see here: http://manofmany.com/featured/giveaway-win-1-2-limited-edition-pulsar-pu2083x-chronographs

    Any help on how to rectify this would be greatly appreciated.

    Kind regards,
    Scott

    in reply to: Site gone weird after update… #296767
    manofmany
    Member
    Post count: 91

    Hi Ed,

    I’m using Version: 2.6.10

    Please let me know if you need any further information.

    Kind regards,
    Scott

    in reply to: Site gone weird after update… #296411
    manofmany
    Member
    Post count: 91

    Hi Ed,

    Unfortunately my site is not working either. THe Swiftpage posts are still appearing full width when they should be within the page width of 1050px.

    Here’s a link to an example so you can see: http://manofmany.com/featured/giveaway-win-1-2-limited-edition-pulsar-pu2083x-chronographs

    I’ve attached a copy of this post’s code for you to check through.

    Kind regards,
    Scott

    Attachments:
    You must be logged in to view attached files.
    in reply to: Site gone weird after update… #295628
    manofmany
    Member
    Post count: 91

    Hi Rui,

    The site is http://manofmany.com

    The menu doesn’t work when browsing from a mobile or smartphone.

    Kind regards,
    Scott

    in reply to: Site gone weird after update… #295402
    manofmany
    Member
    Post count: 91

    Hi Ed,

    Thanks. We’ll await the update for the theme.

    The Menu/Burger doesn’t work at all when browsing from a smartphone. a # just shows up in the URL when you try to click on it.

    The mobile menu works fine when viewing on desktop from a small window.

    Kind regards,
    Scott

    in reply to: Site gone weird after update… #295383
    manofmany
    Member
    Post count: 91

    Hi Ed,

    I’m still experiencing the same issue even after the latest update which went out yesterday. All swiftpage builder posts have now been stretched to full width.

    See here: http://manofmany.com/featured/giveaway-win-1-2-limited-edition-pulsar-pu2083x-chronographs

    and here: http://manofmany.com/featured/suits-peter-jackson-made-measure

    Even for rows that are set to “Standard Width” They’re being stretched to be full width.

    Similarly some row spacing is acting up weird.

    The Standard width we set at 1050px.

    Any help is very much appreciated.

    Kind regards,
    Scott

    in reply to: Site gone weird after update… #295040
    manofmany
    Member
    Post count: 91

    Hi Guys,

    Since the latest update, all swiftpage builder posts have now been stretched to full width.

    See here: http://manofmany.com/featured/giveaway-win-1-2-limited-edition-pulsar-pu2083x-chronographs

    and here: http://manofmany.com/featured/suits-peter-jackson-made-measure

    Even for rows that are set to “Standard Width” They’re being stretched to be full width.

    Similarly some row spacing is acting up weird.

    The Standard width we set at 1050px.

    Any help is very much appreciated.

    Kind regards,
    Scott

    in reply to: Switching from Classic Editor to Swift Page Builder #226445
    manofmany
    Member
    Post count: 91

    Hi David,

    I think that might have been it as it was working for me as well. I should just leave it in the text editor when switching over.

    Cheers,
    Scott

    in reply to: Switching from Classic Editor to Swift Page Builder #225607
    manofmany
    Member
    Post count: 91
    This reply has been marked as private.
    in reply to: Switching from Classic Editor to Swift Page Builder #225231
    manofmany
    Member
    Post count: 91

    Hi Rui,

    The code I have pasted is not disappearing. It is the fact that the post is not saving as a “swift page builder post” that is the problem. As it is switching back to a classic page view when we save the post, it means that the width of the post isn’t correct and we’re having issues with removing the sidebars. The code is all still there and appears fine but when we save the post is when it will switch to the classic editor and also mess up the display/width of the post when we preview it.

    I’ve managed to fix the problem if I follow the following steps: (1) Create a new post (2) switch to the Swift Page Builder editor (3) insert a text box (4) save the post as a draft (5) switch to the classic editor > text mode (6) Paste the code in beneath the text box (7) switch back to the Swift Page Builder Editor.

    I think it appears to recognise the post as a “swift page builder post” if we save it as so first off before pasting in any code to the Classic editor, but surely this shouldn’t be the case?

    There’s no conflict with a plugin.

    Kind regards,
    Scott

    in reply to: Switching from Classic Editor to Swift Page Builder #224979
    manofmany
    Member
    Post count: 91

    Further,

    I can’t seem to get the post to stay with no-sidebars when I past in code in the classic editor and switch back to the swiftpage builder.

    Kind regards,
    SCott

    manofmany
    Member
    Post count: 91

    Also experiencing this issue after upgrading.

    in reply to: SwiftPage Builder Posts in RSS Feed #200388
    manofmany
    Member
    Post count: 91

    Hi David,

    Thanks for much for your help. As an inexperienced coder, i’ve tried implementing your suggestion but there seems to still be something wrong with this code. It would be greatly appreciated if you’re able to help fix the issue:

    add_action('init', 'customRSS');
    function customRSS(){
            add_feed('fullcontentfeed', 'customRSSFunc');
    }
    
    function customRSSFunc(){
            get_template_part('rss', 'fullcontentfeed');
    }
    
    /************* Get the image *****************/
    function insertThumbnailRSS($content) {
    global $post;
    $pb_status = get_post_meta($post->ID, '_spb_js_status', true);
    if ($pb_status) {
    $content = '<p><a href="' . get_permalink( $post_id ) . '">' . get_the_post_thumbnail( $post->ID, 'thumb-image', array( 'style' =>'float:left; margin:0 15px 15px 0; padding:0; border:1px solid #000000; width: 300px; height: auto;') ) . '</a></p>' . get_post_meta( $post->ID, 'sf_custom_excerpt', true ) . '<p><br>Visit <a href="' . get_permalink( $post_id ) . '">Man of Many</a> for the full post.</p>'; 
    } else {
    if ( has_post_thumbnail( $post->ID ) ){
    $content = '<p><a href="' . get_permalink( $post_id ) . '">' . get_the_post_thumbnail( $post->ID, 'thumb-image', array( 'style' =>'float:left; margin:0 15px 15px 0; padding:0; border:1px solid #000000; width: 300px; height: auto;') ) . '</a></p>' . $content . '<p><br>Visit <a href="' . get_permalink( $post_id ) . '">Man of Many</a> for the full post.</p>'; 
    }
    return $content;
    }
    add_filter('the_excerpt_rss', 'insertThumbnailRSS');
    
    in reply to: Shortcode Counters & Charts not working #195961
    manofmany
    Member
    Post count: 91

    Please do not disable any plugins.

    in reply to: Shortcode Counters & Charts not working #195960
    manofmany
    Member
    Post count: 91
    This reply has been marked as private.
Viewing 15 posts - 16 through 30 (of 87 total)