• Resolved NeviZero

    (@nevizero)


    I have a few questions and issues regarding the Enigma theme…

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

    1: I am getting the folloing error when trying to add any code to the Custom CSS section:

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘weblizar_sanitize_text’ not found or invalid function name in /home/content/p3pnexwpnas10_data02/37/2719037/html/wp-includes/plugin.php on line 213

    2: In the Service Option section, the hyperlink has defaulted to gatewayreporting.com/# for all three links – how do I customie those to a specific link.

    3: Is it possible to use the Portfolio section on a different page? As in, I want to use the Portfolio section, but I want to use it on the What We Do page, not on the Home page.

    4: I am not able to center images on my pages. Not the featured images, but images I have added with my content – see the Why Chose GATEWAY or What We Do pages for an example.

    Thank you for your assistance.

Viewing 4 replies - 16 through 19 (of 19 total)
  • Hi,

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

    If you want similar type of output then let me know.

    Screen-Shot

    Thanks

    Hi,

    Here is a code for above solution

    <?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(); ?>

    Note: You have to create a template. in this code i created template with name ABC. so you can change the template name with your own.

    To show this page content Go to dashboard admin Panel >> pages >> Add New page >> Now select the template.

    And save the changes.

    Thanks

    Thanks

    Thread Starter NeviZero

    (@nevizero)

    Okay – we are getting closer! ??

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

    A couple of things happened. First off, with the new Page Template, the content isn’t framing down the middle of the page like it does with the other pages – it stretches right to the edge of the screen.

    Down at the bottom, the heading for the blog is now there, and big empty white space, but none of the blog content.

    Thread Starter NeviZero

    (@nevizero)

    Hey Team!! Any update on this one?

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘A Few Questions’ is closed to new replies.