Forum Replies Created

Viewing 15 posts - 1 through 15 (of 34 total)
  • Author
    Posts
  • in reply to: Adding in Template Page #14038
    Charles.brandreth
    Participant

    Hi there I have just realised that I was trying to upload the wrong file which is why it wasnt working

    in reply to: Adding in Template Page #14035
    Charles.brandreth
    Participant

    <?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?

    in reply to: Adding in Template Page #13951
    Charles.brandreth
    Participant

    Hi 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???

    in reply to: Website not loading from the top of the page #13623
    Charles.brandreth
    Participant

    Sorry it is actually sorted now, I hadn’t copied and pasted the new css across
    Many thanks

    in reply to: Website not loading from the top of the page #13622
    Charles.brandreth
    Participant

    Hi there I have now updated but the issue is still there?
    Cheers

    in reply to: Problems with the Slider in Chrome #10721
    Charles.brandreth
    Participant

    Our 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

    in reply to: Problems with the Slider in Chrome #10718
    Charles.brandreth
    Participant

    I went to update but its saying its all up to date on 2.1.1?

    in reply to: Alt tag missing on the home page #10380
    Charles.brandreth
    Participant

    Hi there thanks this works just fine

    in reply to: Problems with the Slider in Chrome #10206
    Charles.brandreth
    Participant

    Hi there i have just sent an email over now

    Cheers

    in reply to: Problems with the Slider in Chrome #10200
    Charles.brandreth
    Participant

    We are on version 2.0.8? I have tried it again this morning but to no luck unfortunately.

    Cheers

    in reply to: Problems with the Slider in Chrome #9970
    Charles.brandreth
    Participant

    Is 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?

    in reply to: Problems with the Slider in Chrome #9856
    Charles.brandreth
    Participant

    I 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

    in reply to: Problems with the Slider in Chrome #9825
    Charles.brandreth
    Participant

    Hi there is there any sort of lead time as to when the next update will be released with this fix

    Cheers

    in reply to: Change banner colour per page, is it possible #8924
    Charles.brandreth
    Participant

    Hi there thanks this works very well

    in reply to: Change banner colour per page, is it possible #8839
    Charles.brandreth
    Participant

    If 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;
    }

Viewing 15 posts - 1 through 15 (of 34 total)