vpthemes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Apprise] Images of latest posts on Homepage don't appearTo better understand the problem, please provide URL to your site.
Forum: Themes and Templates
In reply to: [Apprise] Translate navigation barYou currently have Apprise version 1.0.4 installed, please upgrade to newer version 1.0.7.3 of the theme that has updated, translation ready pagination function.
Forum: Themes and Templates
In reply to: [Apprise] Featured thumbnails on homepageYou need to go to WordPress dashboard -> Appearance -> Theme Options -> Home Page :
1.Set “Enable Featured Posts on Home Page” to “ON”
2.Set “Display Featured Posts as Image Slider” to “OFF”
3.“Select Featured Posts Category” and make sure that you have 5 or more posts in that category.Forum: Themes and Templates
In reply to: [Apprise] Featured Images GoneLooks like you resolve the problem by upgrading the theme.
Forum: Themes and Templates
In reply to: [Apprise] Fatal Error messageThe issue is resolved in updated version of Apprise 1.0.7.2
Forum: Themes and Templates
In reply to: [Apprise] Featured image questionPlease go to WordPress dashboard -> Appearance -> Theme Options -> Blog Options and set “Display Featured Image Inside the Post” to “OFF”
Forum: Themes and Templates
In reply to: [Apprise] Comment section disappearingPlease provide URL to the post with disappearing comments, it will help to understand the problem.
Forum: Themes and Templates
In reply to: [Apprise] Fatal Error messageLooks like an error is related to the options framework plugin. You will need to access your site via FTP. You can remove the theme – go to ../html/wp-content/themes/ and erase Apprise folder. After deletion on the theme – WordPress should go to default theme like TwentyFourteen. Or you can erase the plugin – go to ..html/wp-content/plugins/ and erase folder options-framework. If you need additional assistance please contact me directly at https://www.vpthemes.com/support/
Forum: Themes and Templates
In reply to: [Apprise] Side bar widthGreat!
Forum: Themes and Templates
In reply to: [Apprise] Social Links URL issuesYou need to include https:// into the link, for example: https://www.facebook.com/fbpage or https://www.twitter.com/twitterhandle
Forum: Themes and Templates
In reply to: [Terrifico] How to remove page title barTry to add following code into style.css file:
.page-header {
display: none;
}Forum: Themes and Templates
In reply to: [Terrifico] Content BoxesPlease go to WordPress dashboard – > Appearance -> Theme options -> Content Boxes.
Forum: Themes and Templates
In reply to: [Terrifico] Images in home page blog sectionPlease go to WordPress dashboard – >Settings -> Reading and verify that “Front page displays” is set to “Your latest posts”.
Forum: Themes and Templates
In reply to: [Apprise] Slider IssueHello,
I will add this feature to the slider with the upcoming update of the theme.Forum: Themes and Templates
In reply to: [Apprise] Number of views in post-info and -metaFor WP PostViews Plugin you need to put the following code into content-single.php template:
if(function_exists('the_views')) { the_views(); }
try to place the code directly afterthe_content();