Mohammad Taqui Sayed
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Supernova] How to Adress the menu-name of a menu?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
In reply to: [Supernova] How to Adress the menu-name of a menu?Okay, I created the child theme for you which contains the feature you requested. https://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.www.ads-software.com/Child_Themes
Forum: Themes and Templates
In reply to: [Supernova] How to Adress the menu-name of a menu?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.
Hi, this forum is for free themes, for pro please contact at https://supernovathemes.com/contact-me/ and we will fix the issue for you.
Forum: Themes and Templates
In reply to: [Supernova] Remove space between Menu and ContentCan I see your website to see how the gap is looking?
Forum: Themes and Templates
In reply to: [Supernova] Google Search Console microformats.org Data ErrorsHey 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
In reply to: [Lesse Lite] install error of themeWell 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://www.ads-software.com/about/requirementsI will anyways change the code today so it does not throw error in lower PHP versions.
Forum: Themes and Templates
In reply to: [Supernova] The titles of the pages are in h2 and not in h1I 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
In reply to: [Supernova] The titles of the pages are in h2 and not in h1Checked again, title is
h1
and noth2
. Can I have link to your website please.Forum: Themes and Templates
In reply to: [Supernova] Resizing slideryou dont need to change the css , the slider takes the height according to the image size you upload.
Forum: Themes and Templates
In reply to: [Supernova] Missing Author missing EntryCan you attach a screenshot of the error please.
Forum: Themes and Templates
In reply to: [Supernova] Recommended Tab not WorkigIts 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.
I’ll add that option to remove it in next version.
Forum: Themes and Templates
In reply to: [Supernova] Remove Featured Image From Post??I’ll add that option in next version.
For now you can use this css. sup-single-page-featured { display:none; }
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