• Hey Support Team!!

    My Site: https://www.gatewayreporting.com

    I would like to use the Blog section from the home page on my What We Do page. We had some back and forth about this on another thread, click here, but there were a few other things in that thread – I thought it may be better to post my question in its own thread.

    At this point I have deactivated all of my plugins and removed everything from my Custom CSS section. I also deleted my child theme and switched back the stock Enigma theme.

    The last solution suggested was to create a template with the below code:

    <?php
    //Template Name: ABC
    get_header();
    get_template_part('breadcrums');
    ?>
    <p align="justify">
    At GATEWAY Reporting & Data Solutions our goal is to build long, meaningful, and productive partnerships with all of our clients. Our number one priority is you! We accomplish this by placing a large emphasis in being flexible in our relationship with our partners. By placing a focus on customer service, performance excellence, and service execution we ensure that all of our partners see maximum value in their relationship with GATEWAY!
    
    <h3 style="text-align: center;">
    LET YOUR ANALYSTS FOCUS ON ANALYSIS - WE WILL HANDLE THE REPORTS!!
    </h3>
    
    <p align="justify">
    We will work closely with you to identify your exact needs and requirements then develop a schedule and plan specific to your environment. There are no cookie cutter solutions here! Every organization is different, with wide ranging goals and requirements. The solution GATEWAY offers will be specifically tailored to your environment. We will work together to execute and provide long lasting efficiency and excellence!
    
    <p align="center">
    <img class=" wp-image-10 size-full aligncenter" src="https://gatewayreporting.com/wp-content/uploads/2015/07/Chart2JPG.jpg" alt="GATEWAY Reporting & Data Solutions" width="800" height="479" align="middle" />
    
    <?php get_template_part('home','blog'); ?>
    
    <h2 style="text-align: center;">
    Click <A HREF https://gatewayreporting.com/?p=4>here</A> to get started on your custom solution today!
    </h2>
    <?php get_footer(); ?>

    As you can see from the What We Do page, this didn’t quite do the trick. The Blog Header showed up at the bottom, but then there is just a big white space where the slider should be. Also, the template removed the left and right margins – the content isn’t framining on the page like the other pages do.

    Thank you for all your help!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,

    Write below CSS into custom CSS editor:

    .scrollimation.scale-in {
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    }

    Save the changes.

    Thanks.

    Hi,

    Use this code:

    <?php
    //Template Name: ABC
    get_header();
    get_template_part('breadcrums');
    ?>
    <div class="container">
    	<div class="row">
    <p align="justify">
    At GATEWAY Reporting & Data Solutions our goal is to build long, meaningful, and productive partnerships with all of our clients. Our number one priority is you! We accomplish this by placing a large emphasis in being flexible in our relationship with our partners. By placing a focus on customer service, performance excellence, and service execution we ensure that all of our partners see maximum value in their relationship with GATEWAY!
    
    <h3 style="text-align: center;">
    LET YOUR ANALYSTS FOCUS ON ANALYSIS - WE WILL HANDLE THE REPORTS!!
    </h3>
    
    <p align="justify">
    We will work closely with you to identify your exact needs and requirements then develop a schedule and plan specific to your environment. There are no cookie cutter solutions here! Every organization is different, with wide ranging goals and requirements. The solution GATEWAY offers will be specifically tailored to your environment. We will work together to execute and provide long lasting efficiency and excellence!
    
    <p align="center">
    <img class=" wp-image-10 size-full aligncenter" src="https://gatewayreporting.com/wp-content/uploads/2015/07/Chart2JPG.jpg" alt="GATEWAY Reporting & Data Solutions" width="800" height="479" align="middle" />
    
    <?php get_template_part('home','blog'); ?>
    
    <h2 style="text-align: center;">
    Click <A HREF https://gatewayreporting.com/?p=4>here</A> to get started on your custom solution today!
    </h2>
    </div>
    </div>
    <?php get_footer(); ?>

    Save the changes.

    Thanks

    Thread Starter NeviZero

    (@nevizero)

    Okay! We are almost there!

    With the changes above, the page margins are now corrected and I can see the Blog posts. However, the blog posts are not in the slider (like they are on the Home Page) – all of the posts are showing up.

    Have a look: https://gatewayreporting.com/whatwedo/

    Hi,

    Create a “Child-Theme” directory.

    Now create a “css_js.php” file into your “Child-Theme” directory.

    Now copy the code from this LINK and paste into “css_js.php” file of your

    “Child-Theme” directory.

    Now save the changes.

    Thanks.

    Thread Starter NeviZero

    (@nevizero)

    Hey Team,

    That didn’t work – made no change on the page.

    Hi,

    Have you created a “Child-Theme”.

    If no, then follow this thread

    After creating a “Child-Theme” create a “functions.php” file into your “Child-Theme” directory.

    Now copy the code from this LINK and paste into “functions.php” file of your

    “Child-Theme” directory.

    Now cut the “What We Do” (Page Template) from your core theme directory and paste into your “child-Theme” directory.

    Now save all the changes.

    Thanks.

    Hi,

    Here i’m sending a “screen-shot” for your view.

    Screen-shot

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Add The Blog Slider To A Different Page’ is closed to new replies.