Forum Replies Created
-
AuthorPosts
-
Charles.brandrethParticipant
Hi there I have just realised that I was trying to upload the wrong file which is why it wasnt working
Charles.brandrethParticipant<?php
/**
* The template for displaying Porfolio Page
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#portfolio-page
*
* @package Bizlight
*/get_header(); ?>
<div class=”wrapper page-inner-title”>
<header class=”entry-header”>
<?php the_title( ‘<h1 class=”entry-title”>’, ‘</h1>’ ); ?>
</header><!– .entry-header –>
</div>
<div id=”content” class=”site-content”>
<div id=”primary” class=”content-area”>
<main id=”main” class=”site-main” role=”main”><?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( ‘template-parts/content’, ‘single’ ); ?>
<?php the_post_navigation(); ?>
<?php
// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
?><?php endwhile; // End of the loop. ?>
</main><!– #main –>
</div><!– #primary –><?php get_sidebar(); ?>
</div><!– #content –>
<?php get_footer(); ?>Thats the complete file that I have put in to the theme folder, do I need to do anything on wordpress to add it in, before when I have done this the option was displayed its just odd with this theme it doesnt?
Charles.brandrethParticipantHi there please read the first one, the problem is that I have added in the page template to wordpress
BUT when you go to add a page and look on the left on the page attributes there is NO option to use the custom page template???
Charles.brandrethParticipantSorry it is actually sorted now, I hadn’t copied and pasted the new css across
Many thanksCharles.brandrethParticipantHi there I have now updated but the issue is still there?
CheersCharles.brandrethParticipantOur license key has been entered for a long time, we have however just moved the site from one domain to another if this would affect it i am not sure, but there is no option to update the theme
Charles.brandrethParticipantI went to update but its saying its all up to date on 2.1.1?
Charles.brandrethParticipantHi there thanks this works just fine
Charles.brandrethParticipantHi there i have just sent an email over now
Cheers
Charles.brandrethParticipantWe are on version 2.0.8? I have tried it again this morning but to no luck unfortunately.
Cheers
Charles.brandrethParticipantIs the update 2.1.1? As when i go to download this and install i am getting a “Download failed. Internal Server Error”
Any ideas why?
Charles.brandrethParticipantI will have to hang on till the update as that bit of code doesn’t work when you cache refresh the site and as this is a new site lots of people will be visiting for the first time and will see this odd behaviour.
Do you know how soon it will be till release?
Cheers
Charles.brandrethParticipantHi there is there any sort of lead time as to when the next update will be released with this fix
Cheers
Charles.brandrethParticipantHi there thanks this works very well
Charles.brandrethParticipantIf you go to the link provided below, if you see there are 4 sections under services and i want to change each of these banners at the top (the bright red one currently)
I want these each to be a different colour so i want to be able to set this on an indivdual basis which i can do by CSS i know how to do that and it works the only problem is that your rules which are generated when the page loads and are set in the customise screen in wordpress are over writting them.
http://dev.in-marketing.co.uk/website-design/
This is the code that i want to stop but it is not in any template files.
Hopefully you understand this now?
button, html input[type=”button”], input[type=”button”], input[type=”reset”], input[type=”submit”], button:focus, input[type=”button”]:focus, input[type=”reset”]:focus, input[type=”submit”]:focus, .search-form .search-submit, .bizlight-back-to-top, body:not(.home) .site-header.evision-nav-right, .evision-nav-type-2 .main-navigation, .title-divider, .icon-section i, .single-thumb-image .icon span, .evision-nav-type-2 {
background-color: #d6003b !important;
} -
AuthorPosts