Forum Replies Created

Viewing 8 posts - 31 through 38 (of 38 total)
  • Author
    Posts
  • in reply to: Portfolio thumbs overlapping thumbnail titles above #116597

    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.

    in reply to: Contact form checkbox doesn't work #116273

    Don’t worry, worked it out. I can see that it is only a single check box option, so doesn’t need multiple options.

    in reply to: Remove Kriesi backlink in footer #116183

    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 : ”);

    ?>

    in reply to: theme layout diagram #115869

    Best way is try things out, and download the demo content. Some great tools in it.

    in reply to: Help: backend went… blank! #115905

    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.

    in reply to: Layerslider content not centred like demo #115733

    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.

    in reply to: Setting up a child theme problem, #115728

    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.

    in reply to: Layerslider content not centred like demo #115731

    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.

Viewing 8 posts - 31 through 38 (of 38 total)