Shortcodes and Youtube Videos
Hey guys,I've been researching this quite a lot and any solution that I have found online does not works. I have thoroughly read the guide here and I don't quite understand which files I need to modify...
View ArticleProblems with GIFs
I'm trying to add some GIF file maps in my pages, but apparently SS is attempting to resize them, despite my trying to override this by setting the dimensions on upload to match the original image (or...
View ArticleMedia as a Page?
My SilverStripe site is a genealogy web site, so I have a ton of high-resolution scanned documents (mostly PDFs and JPEGs) that I want to include.Is there some sort of add-on or option I can use to...
View ArticleRe: Media as a Page?
You could use a RedirectorPage, and instead of pointing it to another page on the site, select the option to point to another website, and enter the url of the pdf.If you wanted to implement a dropdown...
View ArticleFavicon Not Updating
I'm trying to get my favicon.ico to show up. The website is vvv-gaming.com.I have ensured the I am using a properly formatted favicon.ico and I have tested it on the following server,...
View ArticleRe: Favicon Not Updating
fav icon is visible in my browser, but the fav icon is missing in the htmladd the code in Page.ss template.<link rel="shortcut icon" href="/favicon.ico" />Hope it might help.Posted to: Favicon...
View ArticleRe: Media as a Page?
i recently developed a website for magazine, they had there magazine in pdf format, i used the view the pdfmysite/_config/routes.ymlName: myroutesAfter: framework/routes#coreroutes---Director: rules:...
View ArticleRe: Media as a Page?
Thanks!I've extended Page to create a new DocumentPage type without the sidebar menu and with a single IMG / OBJECT tag.While it's still not the entire browser width, it's a start.Now I'm having a...
View Article[SOLVED] - Using JQuery > 1.7?
In my quest to create pages with large scanned documents (JPEG files), I've found a Javascript library I'd like to use for panning and zooming these large...
View ArticleRe: [SOLVED] - Using JQuery > 1.7?
We strongly recommend that you also use the jQuery Migrate plugin if you are upgrading from pre-1.9 versions of jQuery or need to use plugins that haven't yet been updated....The plugin restores...
View ArticleRe: Login Redirects back to login page
Try to login again with your correct login details carefully. and you should also clear cache and cookies before you login.Posted to: Login Redirects back to login page | Show Thread | Post Reply
View ArticleRe: Favicon Not Updating
The favicon problem got fixed but I don't understand how. I have not changed the code and I have not uploaded a new image, it just all of a sudden started working. Is it possible this was a problem on...
View ArticleRe: Favicon Not Updating
I get this a lot when changing/adding favicons. It's definitely a caching issue, probably with the browser. I've never been able to directly fix it but it always as you said sorts itself out.My rule of...
View Article[SOLVED] Setup an ajax call to load content
Hi...I tried asking for a solution for this a few days ago but I think my question was unnecessarily complicated so I'm trying again Can anyone help with seting up an ajax call to load content onto a...
View ArticleRe: How do you no what version is installed?
Yes, we can check our current version by logo inside the admin panel. i have tried it and it works.Posted to: How do you no what version is installed? | Show Thread | Post Reply
View ArticleRe: [SOLVED] Setup an ajax call to load content
http://doc.silverstripe.org/framework/en/reference/templates#calling-templates-from-php-codejQuery:$('#mycontainer').load( 'mypage', function() {}); // load mypage into #mycontainerController:public...
View ArticleRe: [SOLVED] Setup an ajax call to load content
Hi Devlin,I think I've been on the right track but it's not loading the template content into my project-content div for some reason. Does what I have below look correct to you?In Page.php Controller I...
View ArticleRe: [SOLVED] Setup an ajax call to load content
I think I've been on the right track but it's not loading the template content into my project-content div for some reason.Did you check the console for messages?There should be a notification like...
View ArticleRe: Meta tags
May I hijack this one again:I am using SS 3.1 and this is my Page.ss<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
View ArticleRe: [SOLVED] Setup an ajax call to load content
I also have this in my Main.js file which might be relevant?Well, it'd be better if you move your JavaScript code from the link to your Main.js file.Posted to: [SOLVED] Setup an ajax call to load...
View Article