Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Flourish Theme Pro – Setting menu not clear

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #41114
    Bianca Honey
    Participant

    Based on the themes documentation – step 4a isn’t very clear as to how the menu and pages are to be sought out. Instructions are vague and I now have multiple links in my nav as opposed to what the documentation shows.

    #41116
    Bianca Honey
    Participant

    Warning: Undefined array key “image_title” in C:\Users\design2\Local Sites\adjust4sleep\app\public\wp-content\themes\flourish-pro\header.php on line 141
    ” title=”#slidecaption1″/> Warning: Undefined array key “image_title” in C:\Users\design2\Local Sites\adjust4sleep\app\public\wp-content\themes\flourish-pro\header.php on line 141
    ” title=”#slidecaption2″/> Warning: Undefined array key “image_title” in C:\Users\design2\Local Sites\adjust4sleep\app\public\wp-content\themes\flourish-pro\header.php on line 141
    ” title=”#slidecaption3″/>

    Why is this happening?

    #41131
    Grace Support
    Keymaster

    Hi,

    To solve this issue
    Go to the Appearance -> Theme Editor -> header.php
    Find the below code at line no. 141

    <img src=”<?php echo esc_url($sv[‘image_src’]); ?>” alt=”<?php echo esc_attr($sv[‘image_title’]);?>” title=”<?php echo ‘#slidecaption’.$n ; ?>”/>

    Change it with

    <img src=”<?php echo esc_url($sv[‘image_src’]); ?>” alt=”” title=”<?php echo ‘#slidecaption’.$n ; ?>”/>

    Please make these changes and let me know if it works.

    Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.

    Regards

    #41168
    Bianca Honey
    Participant

    Thanks for the assistance. How does one make the top navigation sticky so that it sticks to the top as the user the scrolls?

    #41178
    Bianca Honey
    Participant

    Our features image not showing, all that shows is:

    <img src=”//sitename.com/wp-content/themes/flourish-pro/images/our-features.jpg” />

    #41193
    Grace Support
    Keymaster

    You need to replace sitename.com with your website URL

    <img src=”//sitename.com/wp-content/themes/flourish-pro/images/our-features.jpg” />

    Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.

    Regards
    Grace Themes

    #41204
    Bianca Honey
    Participant

    <img class=”hvr-grow” src=”https://www.adjust4sleep.local/wp-content/uploads/2023/03/Regent-2.jpg” /

    It’s still not working. Shows the same issue even though I have edited the sites name/identity.

    #41214
    Grace Support
    Keymaster

    Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.