Digital experiences for all disciplines
Forum Replies Created
-
-
The site isn’t live yet and hosted on my server. When it’s public either today or tomorrow I’ll share the link!
Thank you! You have no idea how much that’s been bugging me 😉
I don’t supposed you could also let me know how to align it centrally within the container?
I can’t send the link as it’s on my server, not publicly accessible. I’ve replicated on another site I run that’s also using Atelier:
May 19, 2016 at 3:29 pm in reply to: Swift Framework Plugin Required Notification – FYI already installed #268756I turned back on all the plug ins we use and all is well! Not sure which one was causing the tizzy.
Thanks!
May 19, 2016 at 2:08 pm in reply to: Swift Framework Plugin Required Notification – FYI already installed #268719Hi Kyle,
I’ve done as instructed and there’s no change to the front end, most of the content isn’t loading. After installing the theme, I was redirected to this link:
https://fierlan.com/wp-admin/themes.php?page=install-required-pluginsBut received this error message: You do not have sufficient permissions to access this page.
I’m using the primary admin account so don’t understand how I don’t have permissions
May 19, 2016 at 1:51 pm in reply to: Swift Framework Plugin Required Notification – FYI already installed #268705The homepage was displaying all of the Swift Builder codes before, somehow I’ve managed to get it closer to how it was but now hardly any of the elements are loading.
May 19, 2016 at 1:50 pm in reply to: Swift Framework Plugin Required Notification – FYI already installed #268704This reply has been marked as private.May 19, 2016 at 1:39 pm in reply to: Swift Framework Plugin Required Notification – FYI already installed #268698I’m having the exact same issue and the front end of the website looks horrendous, please could someone advise?
This is the error message:Please install/activate the Swift Framework plugin.
If you have not installed the plugin, please go to Appearance > Install PluginsBut my Appearance > Install Plugins is missing too.
This is the site: https://fierlan.com/
My developer fixed it using this code:
if (!function_exists('sf_horizontal_break_light') ) { function sf_horizontal_break_light( $atts, $content = null ) { return '<div class="horizontal-break light"> </div>'; } add_shortcode('hr_light', 'sf_horizontal_break_light'); } if (!function_exists('sf_horizontal_break_dark') ) { function sf_horizontal_break_dark( $atts, $content = null ) { return '<div class="horizontal-break dark"> </div>'; } add_shortcode('hr_dark', 'sf_horizontal_break_dark'); }
But the breaks don’t look the same as the original bold ones (see screen shots)
Attachments:
You must be logged in to view attached files.I’ve followed the instructions and the shortcode is displaying [hr_light] / [hr_dark], please could you advise?
Hi Mohammad, tanks for this, I’d like to change the colour of individual HRs too, e.g. I have some on dark background that would look better in white, and some on light background that would be better in colour. Is there a way to do this?
-