Title: Mohammad Taqui Sayed's Replies | WordPress.org

---

# Mohammad Taqui Sayed

  [  ](https://wordpress.org/support/users/sayedwp/)

 *   [Profile](https://wordpress.org/support/users/sayedwp/)
 *   [Topics Started](https://wordpress.org/support/users/sayedwp/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sayedwp/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sayedwp/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sayedwp/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sayedwp/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sayedwp/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 324 total)

1 [2](https://wordpress.org/support/users/sayedwp/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/sayedwp/replies/page/3/?output_format=md)…
[20](https://wordpress.org/support/users/sayedwp/replies/page/20/?output_format=md)
[21](https://wordpress.org/support/users/sayedwp/replies/page/21/?output_format=md)
[22](https://wordpress.org/support/users/sayedwp/replies/page/22/?output_format=md)
[→](https://wordpress.org/support/users/sayedwp/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Supernova] How to Adress the menu-name of a menu?](https://wordpress.org/support/topic/how-to-adress-the-menu-name-of-a-menu/)
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/how-to-adress-the-menu-name-of-a-menu/#post-9500909)
 * If you can explain in more detail, may be I can help you. How do you change the
   language? I think using some plugin? Do you have the ability to change two different
   menus for different languages?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Supernova] How to Adress the menu-name of a menu?](https://wordpress.org/support/topic/how-to-adress-the-menu-name-of-a-menu/)
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/how-to-adress-the-menu-name-of-a-menu/#post-9497084)
 * Okay, I created the child theme for you which contains the feature you requested.
   [http://supernovathemes.com/wp-content/uploads/2017/09/supernova-child.zip](http://supernovathemes.com/wp-content/uploads/2017/09/supernova-child.zip)
 * You would need to adjust the css if you change category menu text.
 * Read more about child themes here [https://codex.wordpress.org/Child_Themes](https://codex.wordpress.org/Child_Themes)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Supernova] How to Adress the menu-name of a menu?](https://wordpress.org/support/topic/how-to-adress-the-menu-name-of-a-menu/)
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/how-to-adress-the-menu-name-of-a-menu/#post-9494485)
 * Why not add additional control under _Display > Display Navigation_ in customizer.
 * By registering like this.
 *     ```
       if ( class_exists( 'Nova' ) ) {
       	Nova::add_field( 'supernova', array(
       		'section'  => 'display_nav_section',
       		'settings' => 'sup_cat_menu_name',
       		'label'    => esc_attr__( 'Category Menu Name', 'supernova' ),
       		'type'     => 'text',
       		'priority' => 1,
       		'default'  => __( 'Categories', 'supernova' ),
       	) );
       }
       ```
   
 * and then get the value using
 * `get_theme_mod( 'sup_cat_menu_name' )`
 * considering you are using a child theme.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Supernova] file_get_contents(): php_network_getaddresses: getaddrinfo failed](https://wordpress.org/support/topic/file_get_contents-php_network_getaddresses-getaddrinfo-failed/)
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/file_get_contents-php_network_getaddresses-getaddrinfo-failed/#post-9372171)
 * Hi, this forum is for free themes, for pro please contact at [http://supernovathemes.com/contact-me/](http://supernovathemes.com/contact-me/)
   and we will fix the issue for you.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Supernova] Remove space between Menu and Content](https://wordpress.org/support/topic/remove-space-between-menu-and-content/)
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-space-between-menu-and-content/#post-8248415)
 * Can I see your website to see how the gap is looking?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Supernova] Google Search Console microformats.org Data Errors](https://wordpress.org/support/topic/google-search-console-microformats-org-data-errors/)
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/google-search-console-microformats-org-data-errors/#post-8248409)
 * Hey sorry for replying late, if you are still using the theme, can you please
   give me some more information about what the errors and link to your website,
   so I can see the errors myself.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Lesse Lite] install error of theme](https://wordpress.org/support/topic/install-error-of-theme/)
 *  [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/install-error-of-theme/#post-8204689)
 * Well that’s because you are running PHP Version below 5.3. The theme requires
   PHP 5.3+ and WordPress recommends PHP 5.6+ . You should consider upgrading your
   php version.
    [https://wordpress.org/about/requirements](https://wordpress.org/about/requirements)
 * I will anyways change the code today so it does not throw error in lower PHP 
   versions.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Supernova] The titles of the pages are in h2 and not in h1](https://wordpress.org/support/topic/the-titles-of-the-pages-are-in-h2-and-not-in-h1/)
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/the-titles-of-the-pages-are-in-h2-and-not-in-h1/#post-7504124)
 * I see your title “RASTREAMENTO CORREIOS DE ENCOMENDAS” is in h1 tag, Are you 
   referring to any title? BTW a page should generally have only one h1 title tag
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Supernova] The titles of the pages are in h2 and not in h1](https://wordpress.org/support/topic/the-titles-of-the-pages-are-in-h2-and-not-in-h1/)
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/the-titles-of-the-pages-are-in-h2-and-not-in-h1/#post-7504104)
 * Checked again, title is `h1` and not `h2`. Can I have link to your website please.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Supernova] Resizing slider](https://wordpress.org/support/topic/resizing-slider-1/)
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/resizing-slider-1/#post-6991292)
 * you dont need to change the css , the slider takes the height according to the
   image size you upload.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Supernova] Missing Author missing Entry](https://wordpress.org/support/topic/missing-author-missing-entry/)
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/missing-author-missing-entry/#post-6966223)
 * Can you attach a screenshot of the error please.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Supernova] Recommended Tab not Workig](https://wordpress.org/support/topic/recommended-tab-not-workig/)
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/recommended-tab-not-workig/#post-6946471)
 * Its a plugin related issue, Please deactivate your plugins one by one to see 
   which one is causing issue. Also please empty your cache to see the changes.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Supernova] How to disable 'Next Post' and 'Previous Post' Navigation in single post](https://wordpress.org/support/topic/how-to-disable-next-post-and-previous-post-navigation-in-single-post/)
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-to-disable-next-post-and-previous-post-navigation-in-single-post/#post-6892431)
 * I’ll add that option to remove it in next version.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Supernova] Remove Featured Image From Post??](https://wordpress.org/support/topic/remove-featured-image-from-post-21/)
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-featured-image-from-post-21/#post-6909736)
 * I’ll add that option in next version.
    For now you can use this css
 *     ```
       . sup-single-page-featured {
        display:none;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Supernova] The icons next to Search box and Back to Top have disappeared](https://wordpress.org/support/topic/the-icons-next-to-search-box-and-back-to-top-have-disappeared/)
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/the-icons-next-to-search-box-and-back-to-top-have-disappeared/#post-6884800)
 * No nothing will be lost from now on. You can delete your current theme and upload
   it manually.
    Or you can wait for it to be available through update

Viewing 15 replies - 1 through 15 (of 324 total)

1 [2](https://wordpress.org/support/users/sayedwp/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/sayedwp/replies/page/3/?output_format=md)…
[20](https://wordpress.org/support/users/sayedwp/replies/page/20/?output_format=md)
[21](https://wordpress.org/support/users/sayedwp/replies/page/21/?output_format=md)
[22](https://wordpress.org/support/users/sayedwp/replies/page/22/?output_format=md)
[→](https://wordpress.org/support/users/sayedwp/replies/page/2/?output_format=md)