Zappa365
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Is it possible to turn off post credit "by admin" ?I’m using graphene theme
Forum: Themes and Templates
In reply to: Graphene Theme – Adding Meteor slides with page titleI put it in the slider html code at the very top of this file and it put the slider on every page, not what I need but it is certainly closer to what I need for the homepage.
Forum: Themes and Templates
In reply to: Graphene Theme – Adding Meteor slides with page titleThanks for you replies thuis far, keeping me sane!
I only have loop.php and loop-author.php in the teomplate directory.
I dont think its author after looking.
Loop.php looks like this:
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Themes and Templates
In reply to: Graphene Theme – Adding Meteor slides with page title<?php /** * The main template file. * * This is the most generic template file in a WordPress theme * and one of the two required files for a theme (the other being style.css). * It is used to display a page when nothing more specific matches a query. * E.g., it puts together the home page when no home.php file exists. * Learn more: https://codex.www.ads-software.com/Template_Hierarchy * * @package WordPress * @subpackage Graphene * @since Graphene 1.0 */ get_header(); ?> <?php /* Run the loop to output the posts. * If you want to overload this in a child theme then include a file * called loop-index.php and that will be used instead. */ get_template_part('loop', 'index'); ?> <?php get_sidebar(); ?> <?php get_footer(); ?>
Thats what my index.php file looks like within the graphene theme.
I copied the code to run the slideshow but it didnt do anything.
I dont think this file is looking at the the front page?
Forum: Themes and Templates
In reply to: Graphene Theme – Adding Meteor slides with page titleHi,
No it is a page that pulls in all the news articles from every category.
I set it up from the custom menus feature.
Forum: Themes and Templates
In reply to: Graphene Theme – Adding Meteor slides with page titleI will search when I get home.
Because my front page is a custom page it is not likely to be index I don’t think, as I am not using the front page that the theme came with.Confusing :/
Forum: Themes and Templates
In reply to: Graphene Theme – Adding Meteor slides with page titleI thought the index page in WP was just a generic file to load the header etc?
Forum: Themes and Templates
In reply to: Graphene Theme – Adding Meteor slides with page titleI only want it to appear on my front page, which is a custom one which collects all news articles.
If edited the template file wouldn’t it appear on every page?
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Previous/next navigation arrowsHi,
Great plugin!
However I cant seem to get the buttons to go forwards and back, they are not responsive.
Any ideas why?
Forum: Themes and Templates
In reply to: @ Font- Face changing all fonts on page , help please!Ah!
didn’t know that would cause the problem, error sorted!
Thanks!
Can you use @font-face more than once?
e.g. using two or three different fonts, like one for the menu and one for headings?
Forum: Fixing WordPress
In reply to: How to add Facebook "Like" to pageHow do I install this?
I activated it, but it never came on the page ??