• Resolved grlfriday

    (@grlfriday)


    1. Where do I edit the default slider text over the stock images? Specifically, how do I remove the “Read More” button?
    2. Where do I change the default text “This is our latest work” and the description below?
    3. Where do I edit the photos and text that comes up under “This is our latest work”?
    4. Where do I edit the default text “Our latest blog post” and the description below?

    I really love the look of this theme. I think it’s going to be perfect for what I need. I appreciate your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter grlfriday

    (@grlfriday)

    I was able to edit some text in the .php files, but I don’t code php yet, so don’t want to go messing with the image links as I don’t know how to fix it if I do it wrong.

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Ans 1: First of all follow this LINK

    Go to Dashboard Admin Panel >> Posts >> Add New Post.

    In order to create a post which you want to show in slider.

    Go to Dashboard Admin Panel >> Appearance >> Customize >> Matrix Options >> Slider Options >>

    Select Posts to be Shown in Slider.

    Now select the posts which you created for slider.

    To hide the read more button from slider post put below CSS Rules into Custom CSS Editor:

    .slider.btn {
        display: none;
    }

    Save the changes.

    ==================================================

    Ans 2 : For this trouble you need to create a “Child-Theme”.

    After this copy “home-portfolio.php” file from your core theme directory and paste

    into your “Child-Theme” directory.

    Now open “home-portfolio.php” file of “Child-Theme” directory

    into any text editor and find this “This is our latest work” text and description text and replace

    according your need.

    Save the changes.

    ======================================================

    Ans 3 : We have made this section with plugin compatible so you can use “photo video gallery master” , “Ultimate Gallery Master”, “Social Media Gallery” and any other gallery plugins from Wp Plugin directory.

    Create a gallery shorcode using above plugin and Go to again Matrix Options >> Portfolio Options >>

    Put Your Gallery Shortcode here.

    Now put your gallery shortcode here.

    Save the changes.

    ========================================================

    Ans 4 : Go to Matrix Options >> Home Blog Options.

    Now you can change home blog title and description here.

    Save the changes again.

    Let us know for further assistance.

    Note: Please don’t bundle all in one. create seprate ticket for seprate issue.

    Thank You

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Please don’t modify the theme code directly.

    If you want to perform the changes then please create a “Child_Theme” first and perform the changes

    using this.

    To create a “Child-Theme” follow this LINK

    If you have any query let us know.

    Thank You

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Edit Slider, Portfolio, Default text in Template’ is closed to new replies.