Forum Replies Created
-
AuthorPosts
-
Have found where the bug is. It is due to the new extra wide 1210px formating in verson 1.3. The demo doesn’t have this enabled, but if I put it back to 1030px it fixes it. So there is a bug in the css somewhere at the wider format.
Don’t worry, worked it out. I can see that it is only a single check box option, so doesn’t need multiple options.
You would need to add something like the following to the footer.php file. You can’t do it in the control panel
<?php
$copyYear = 2001;
$curYear = date(‘Y’);
echo $copyYear . (($copyYear != $curYear) ? ‘-‘ . $curYear : ”);
?>
Best way is try things out, and download the demo content. Some great tools in it.
You don’t need the plugin if you don’t plan to use it. Contact your host about the memory. Some of the cheap ones may have a limit.
Thanks Devin. Viewed the video and I can see in the video the same problem at 5.00 min mark, where layerslider is alighted to the left. eg it is quite far left from the sites logo above, not centred, and not like the version on the themeforest demo. But I think it may just be a problem with the layerslider demo file not being centred properly, as when I imported layersliders own sample data, they seem to be aligned fine.
Thanks for your reply. I use child themes so I don’t have to touch any of the existing files in the main theme, as any changes I make to the main theme files get overwritten when the theme is updated.Is there another way to do it. So wondering if there is another way to do it, rather than making changes to the existing theme files, in order to create the child theme. I have found with other themes they do have a sample child theme already setup with just blank files. I think part of the problem is that the styles.css in this theme doesn’t contain any styles in it.
Just to add, I am using the stretched layout version, rather than the boxed on. And all the layerslider content is left justified on the screen. The demos all show that it does centre on the stretched out version.
-
AuthorPosts