Mohammad Taqui Sayed
Forum Replies Created
-
Did you clear your cache?
Forum: Themes and Templates
In reply to: [Supernova] supernova1.4.8beta-MultiTabsWedgetForum: Themes and Templates
In reply to: [Supernova] supernova1.4.8beta-MultiTabsWedget1) Fixed , the newer version should be available in couple of day.s
2)not be able to select another text instead of “Recent”,”Popular”,”Recommended”adding, no text want to select in pull down menu.I entered Japanese text and its working fine.
I entered this “る(画像付き)レシピ”
You should try that again and probably clear your cache.
Forum: Themes and Templates
In reply to: [Supernova] supernova1.4.8beta-MultiTabsWedgetThanks for reporting issues.
1) seems right will fix it.
2) Its working fine for English text, are you not able to do it for Japanese?Didn’t understand what you meant for the widget.
Forum: Themes and Templates
In reply to: [Supernova] It is not possible to save optionsI have fixed it in the latest version , dont forget to update when its available.
Forum: Themes and Templates
In reply to: [Supernova] It is not possible to save optionsThat is correct, but you can delete both of them if you want, the other one is used when the theme is updated, so I think you should.
Forum: Themes and Templates
In reply to: [Supernova] It is not possible to save optionsSorry for the trouble , it happens only when your hosting doesn’t give permission to write files. I’ll do something about it, but for now please follow these two steps.
1) Go to supernova/lib/admin/admin-setup.php and delete this bit of code.
supernova_writer();
(Its on line # 41)2) Paste this in functions.php file.
add_action('wp_head', 'supernova_temp_user_css');Forum: Themes and Templates
In reply to: [Supernova] Metadata languageThat should be the same I think.
If you have trouble you may leave your login information for me to make changes. http://supernovathemes.com/contact-me/
Forum: Themes and Templates
In reply to: [Supernova] Want to change the slide size – square oneSorry didnt see your post.
Yes
#supernova_slider img{height:300px}is the css you need to change.Forum: Themes and Templates
In reply to: [Supernova] Metadata languageOkay, find meta.php file from Editor, and on line 20, replace
the_time('F jS, Y')
with
the_date()Forum: Themes and Templates
In reply to: [Supernova] Metadata languagesorry , not in the current version, but I have fixed it in the next version which should be available soon.
Forum: Themes and Templates
In reply to: [Supernova] Add social media icons to menu barWhere exactly? In place of categories? can you write html and css?
Forum: Themes and Templates
In reply to: [Supernova] How to disactivate completly the sidebar?The theme doesn’t have that option however there are two other ways of going about it.
1) Use ‘full width’ template for each page
OR
2) Paste this css in Supernova Settings>Styling Custom CSS.#sidebar {display: none;} #content {width:100%!Important}