swpthemes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zinnia] Add slider to all pages@weirdo1978 you’ll have to check into the includes/ace_functions.php file under the “Theme slider” command. Please note that this is customizing the theme file, I will advice you to use a slider plugin instead, easier to setup and ready to slide.
Forum: Themes and Templates
In reply to: [Zinnia] Removing Zunnia Graphic from the Zinnia Theme@alongcamejay please use a larger image, the slider image size is 960×400, you can use either the exact size or larger size, please DO NOT upload smaller than that.
Forum: Themes and Templates
In reply to: [Zinnia] Removing the "Zunnia" picture on homepage@gregwainberg, use a Feature Image for your post. That should replace the default image. Make sure your image is 960×400 dimension or larger so WordPress can crop correctly.
Forum: Themes and Templates
In reply to: [Zinnia] How to center small images on header slider@kiipeli please use a larger image for your Featured Image. The Featured Image is cropped to 960×400 dimension, best you can upload the exact size.
Forum: Themes and Templates
In reply to: [Zinnia] Slider repeat a default photoOk! Topic mark as resolved.
Forum: Themes and Templates
In reply to: [Zinnia] Change featured blog post image on homepage@shortgigs you need to customize the size in functions.php, you may want to consider using a child theme for this customization.
Forum: Themes and Templates
In reply to: [Zinnia] Footer center aligned@shortgigs You need to customize the stylesheet, you can use the Custom CSS from Jetpack to customize the CSS instead, so you can update the theme without any issue to re-customize.
Forum: Themes and Templates
In reply to: [Zinnia] Extra slider showing nothing@shortgigs try this:
1- Go to Appearance -> Editor
2- Click and edit slide.php file
3- Add
<?php if ( is_sticky() ) { ?>
on top of the file and
<?php } ?>
at the end of the file.
3- Update the file.That should helps. Will update the theme as soon as possible.
Forum: Themes and Templates
In reply to: [Zinnia] How to center small images on header slider@kiipeli I don’t really get it, can you give me a screenshot of what you’re looking for?
Forum: Themes and Templates
In reply to: [Zinnia] Full Width Page Error@cnm I think that is the theme issue. Try this steps:
1- Go to Appearance -> Editor
2- Click and edit Full width Page Template file
3- Find
ace_get_link_pages
replace it with
zinnia_get_link_pages
4- Update fileThat should do it.
Forum: Themes and Templates
In reply to: [Zinnia] Removing the "Zunnia" picture on homepage@gregwainberg some minor issue with the theme, update is coming in soon.
However, for a quick fix:
1- Go to Appearance -> Editor
2- Click and edit slide.php file
3- Add
<?php if ( is_sticky() ) { ?>
on top of the file and
<?php } ?>
at the end of the file.
3- Update the file.Try that and let me know if that works.
@floret No, the theme doesn’t come with any sidebar, there is only footer widget, so the place you can place the email opt in box is on the footer.