Modern WP Themes
Forum Replies Created
-
Go to the theme directory and open this “/simply-vision/inc/template-tags.php” and replace the below code:- on line 232 and 233
find this below code and
add_action( ‘edit_category’, ‘_category_transient_flusher’ );
add_action( ‘save_post’, ‘_category_transient_flusher’ );replace with this one
add_action( ‘edit_category’, ‘modernwpthemes_category_transient_flusher’ );
add_action( ‘save_post’, ‘modernwpthemes_category_transient_flusher’ );Hope it will work for you.
Forum: Themes and Templates
In reply to: [Simply-VisiOn] Font Size TitleYou can change the font size of the post title from style.css, open the simply-vision theme folder there you can see this file and open it. Go to the line no.672 where you can see like this:-
.entry-title {
margin: 0 50px 3px 0;
font-size: 2.5em;
line-height: 1.2;
}So here you have to change the font size.
Forum: Themes and Templates
In reply to: [Simply-VisiOn] How to customize the "read more" tagYou want to change the ‘Read More’ text, so open the simply-vision theme folder and then open ‘inc’ folder, in that folder you can see the ‘extras.php’ file open it, and go to line no. “77”
where you can see the below line, so you have to just replace this
__( ‘Read More’, ” )
to this one or write what you want
__( ‘Continue reading’, ” )
Forum: Themes and Templates
In reply to: [Simply-VisiOn] Changelog for 2.1In this version we have modified in functions.php and style.css file.
Forum: Themes and Templates
In reply to: [Simply-VisiOn] Unique Headers how to make it work?All themes don’t support all plugins, and this is a free theme not paid.
I want to say that this theme is approved by WordPress so it has been coded right, otherwise this theme would not get approved by WordPress.Forum: Themes and Templates
In reply to: [Simply-VisiOn] Changelog for 2.1The changes are done only in functions.php file.
Forum: Themes and Templates
In reply to: [Simply-VisiOn] Unique Headers how to make it work?I also tried this plugin but it’s not working, so i think you have to contact unique-headers support.
Forum: Themes and Templates
In reply to: [Simply-VisiOn] Changelog for 2.1There were no changes but only some issues in theme functions which has been solved.
Forum: Themes and Templates
In reply to: [Simply-VisiOn] VIP theme review – many errorsThank you for this plugin.
Thanks for fix this error
The social icon is the “Awesome font” and the Steam social icon font is not available there, so it is not possible.
I had check the above tooltipsy link and follow the step given in website, but it doesn’t work, first i have tried with Simply-VisOn theme so it doesn’t work, then i have create an html file tried with normal html file but here also not work. so sorry i can’t help you for this.
First of all thank you for your suggestion, and yes it is a popular request for left sidebar. After the Simply-VisiOn theme we are working on our next theme and it is almost done, so after this theme we will definitely give the left sidebar option in our themes.
I’ve suggest you to put this icon separately from our social icon widget because if you can’t do this properly it will give you error and i can’t explain it easily. are you ok with this and put this icon separately, so follow below steps.
Step 1 -> Go to the widget in Appearance tab in wordpress back-end.
Step 2 -> There you can see text widget, so drag it and put in sidebar area.
step 3 -> Upload your social icon from media and put the social icon image to that text widget and give it to your profile link.
I hope this will work for you.I can not find the actually tipsy jquery plugin, so i can’t tell about this.
and you want to add left sidebar but you can’t add it easily, for that you have to change the theme structure.Forum: Themes and Templates
In reply to: [Simply-VisiOn] Request for Left SidebarFirst of all thank you,
For creating the left sidebar it’s not easy task because for that you have to change the theme html structure and then you have to set with css, other wise theme will not set properly and it will break.