Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Swift Page Builder & Visual – both inactive
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Swift Page Builder & Visual – both inactive
- This topic has 16 replies, 5 voices, and was last updated 10 years by Kyle – SUPPORT.
-
Posted in: Neighborhood
-
January 31, 2014 at 8:29 pm #46084
Hi,
Latest Neighbourhood Theme
Wordpress 8.1
Tested on Chrome / IEI have got a rather clean install of the fabulous Neighbourhood theme and working with it has been painless until I actually got down to creating and editing posts and pages. When viewing the 1st post in Visual mode, the text was white on a white background. When I tried clicking Swift Page Builder nothing happened. I then switched to Text mode – the only working one from then on, because reverting to Visual mode seems impossible. Have you got any ideas what I could do? Switching to another fresh user gets me back to square one. I tried disabling the only two plugins with no luck.
All the best.
PiotrFebruary 5, 2014 at 8:00 am #46846Hi, can you let us know your website URL and login details so we can have a look?
Thank you!
February 12, 2014 at 9:12 am #48199This reply has been marked as private.February 14, 2014 at 2:02 pm #49016This reply has been marked as private.February 14, 2014 at 4:01 pm #49041This reply has been marked as private.February 19, 2014 at 9:57 am #50168Hi,
for replacing the welcome message open up sf-header.php and replace the line
if (is_user_logged_in()) { global $current_user; get_currentuserinfo(); $woo_links_output .= '<li class="tb-welcome">' . __("Welcome", "swiftframework") . " " . $current_user->display_name . '</li>'. "\n"; } else { $woo_links_output .= '<li class="tb-welcome">' . __("Welcome", "swiftframework") . '</li>'. "\n"; }
with
echo do_shortcode('[social type="facebook"]');
Can you try deactivating your plugins to see if this would solve the page builder issue?
February 19, 2014 at 3:52 pm #50292Hi Melanie,
Thanks for your reply.
Unfortunaly exchanging the code results in:
Parse error: syntax error, unexpected T_IF, expecting T_STRING or T_VARIABLE or ‘$’ in /beta/wp-content/themes/neighborhood/includes/swift-framework/sf-content-display/sf-header.php on line 612
Also, deactivating all plugins not associated with the theme does not help a thing. I was actually able to use the Swift Page Bulder for a few secons after the latest theme update, but it was enough to switch to HTML, and I was not able to get back to either SPB or Visual.
Have you tried logging in?
Piotr
February 20, 2014 at 1:46 pm #50529I have the same problem. Any solution?
February 25, 2014 at 12:10 am #51409Hi @bargiel,
Your issue seems to be something to do with TinyMCE (tinyMCE.addI18n)
Do you know of anything that could be adding this? It’s not an issue with the Page Builder, as this JS error occurs on pages where the page builder isn’t used.
@tokenac – if you provide a login in a private reply we’ll take a look for you.– Ed
February 25, 2014 at 11:08 am #51567Thanks for your reply. I have absolutely no idea what could be causing this behaviour since, as you can see, I do not have TinyMCE installed or never have. Could it be that TinyMCE is somehow incorporated into the new WordPress as MP6? I am at a loss here. :S
Piotr
February 25, 2014 at 12:26 pm #51620Looks like something to do with a language pack? Can you check if this is something added on your hosting set up? May need to ask your host!
– Ed
February 25, 2014 at 1:57 pm #51670This reply has been marked as private.February 26, 2014 at 1:45 am #518541) Try replacing this:
if (is_user_logged_in()) { global $current_user; get_currentuserinfo(); $woo_links_output .= '<li class="tb-welcome">' . __("Welcome", "swiftframework") . " " . $current_user->display_name . '</li>'. "\n"; } else { $woo_links_output .= '<li class="tb-welcome">' . __("Welcome", "swiftframework") . '</li>'. "\n"; }
with this:
$woo_links_output .= '<li class="tb-welcome">'.do_shortcode('[social]').'</li>'
2) You can modify the language dropdown code in functions.php under line 902.
Hope that helps.
– Ed
February 27, 2014 at 2:05 pm #52489This reply has been marked as private.February 27, 2014 at 5:15 pm #52601That’s not an issue with the theme, looks like something with your WordPress setup.. Does it throw the same error on the Twenty Fourteen theme?
– Ed
-
Posted in: Neighborhood
You must be logged in and have valid license to reply to this topic.