• Resolved napster2001

    (@napster2001)


    Hello please I’ve successfully installed the matrix theme & its super cool, the only problem is..My homepage is messing up after I set the template to (Home),the dummy portfolio section contents keeps showing… even when I put it off on the customize section. I want to add my own custom contents..just like the other pages…I only need the slider on the homepage & finally the phone number glitch is still there.
    Please I help fixing those issues, Thank you

    The site url is https://radelconsult.com

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Put below CSS rules into Custom CSS Editor:

    .full-width-portfolio {
        display: none;
    }
    .extra_bg .text-center {
        margin-bottom: 45px;
        margin-top: 70px;
    }

    Save the changes.

    And please provide the screen-shot link for mobile no issue so that we can

    assist you better.

    Thank You

    Thread Starter napster2001

    (@napster2001)

    Thanks for the quick reply, I’ll do that right away & give you a feedback…Thanks once again

    Thread Starter napster2001

    (@napster2001)

    The portfolio images are gone but there’s still this dummy text “Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium” I was able to take it off with the “display:none” css rule though…
    Finally is there any chance I can have my sidebar widgets on the homepage too, just like the other pages?

    Links for the mobile no.
    https://radelconsult.com/wp-content/uploads/2016/06/mobile-number.png

    https://radelconsult.com/wp-content/uploads/2016/06/customizing-mobile-number-1.png

    Thanks you.

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    No, there is no chance to have sidebar widgets on homepage.

    Let us know for further help.

    Thank You.

    Thread Starter napster2001

    (@napster2001)

    Alright, I still haven’t gotten any feedback on the mobile contact issues…aside that I think I’m ok for now. thank you!!

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hello,

    May be this is because you are using + sign in mobile no.

    Anyway open customizer.php file look for below code

    Kirki::add_field('matrix_theme', array(
        'settings' => 'contact_phone',
        'label' => __('Phone No.', 'matrix'),
        'section' => 'contact_sec',
        'type' => 'text',
        'priority' => 10,
        'transport' => 'postMessage',
        'default' => $matrix_theme_options['contact_phone'],
        'sanitize_callback' => 'matrix_sanitize_number'
    ));

    and change ‘sanitize_callback’ => ‘matrix_sanitize_number’ to

    ‘sanitize_callback’ => ‘matrix_sanitize_text’

    Save the changes.

    Now try to add phone number again and check if it’s works.

    And for Portfolio, You can use Photo Video Gallery Master or Ultimate Gallery Master plugin.

    After adding content to this plugin, copy the shortcode and paste it into

    Appearance >> matix Options >> Portfolio -> portfolio_shortcode field.

    Save the customizer settings.

    Now dummy content will lost and it’ll show you the the gallery images you have added.

    If you have any query please let us know.

    Thank you

    Thread Starter napster2001

    (@napster2001)

    Awesome Support, Thank you.. the phone number issue is resolved now, after replacing
    ‘sanitize_callback’ => ‘matrix_sanitize_number’ to
    ‘sanitize_callback’ => ‘matrix_sanitize_text’

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Most Welcome.

    Thank You

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove dummy portfolio contents on homepage’ is closed to new replies.