Digital experiences for all disciplines
Forum Replies Created
-
-
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,
ScottHi Ed,
I’m using Version: 2.6.10
Please let me know if you need any further information.
Kind regards,
ScottHi 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,
ScottAttachments:
You must be logged in to view attached files.Hi Rui,
The site is http://manofmany.com
The menu doesn’t work when browsing from a mobile or smartphone.
Kind regards,
ScottHi 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,
ScottHi 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,
ScottHi 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,
ScottNovember 5, 2015 at 10:58 pm in reply to: Switching from Classic Editor to Swift Page Builder #226445Hi 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,
ScottNovember 4, 2015 at 12:11 am in reply to: Switching from Classic Editor to Swift Page Builder #225607This reply has been marked as private.November 2, 2015 at 11:21 pm in reply to: Switching from Classic Editor to Swift Page Builder #225231Hi 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,
ScottNovember 2, 2015 at 1:17 pm in reply to: Switching from Classic Editor to Swift Page Builder #224979Further,
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,
SCottAugust 28, 2015 at 9:34 am in reply to: "File Permission Issues. We were unable to modify required files…" #208352Also experiencing this issue after upgrading.
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');
Please do not disable any plugins.
This reply has been marked as private. -