vpthemes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Apprise] Featured image questionI will address this issue in the upcoming update of the theme. As a quick fix for now you can set post format to “video” to prevent featured image to appear as part of the post.
Forum: Themes and Templates
In reply to: [Apprise] Remove featured image from post?I will address this issue in the upcoming update of the theme. As a quick fix for now you can set post format to “video” to prevent featured image to appear as part of the post.
Post boxes designed to display images, and when you hover over – will display an excerpt of the post. You can set opacity to 1 to make text visible all the time by adding this code to style.css file:
#from-blog li .mosaic-block a.mosaic-overlay {
opacity: 1 !important;
}Forum: Themes and Templates
In reply to: [Terrifico] From thr blog – front pageTo always display the text from the blog – add this code to style.css file:
#from-blog li .mosaic-block a.mosaic-overlay {
opacity: 1 !important;
}Forum: Themes and Templates
In reply to: [Terrifico] Disable date, author, category, comments from PostYou need to edit file name “meta.php” located inside your theme folder.
Forum: Themes and Templates
In reply to: [Terrifico] upper contact bar not shows in responsive designGo to WordPress dashboard -> Appearance -> Editor and edit file name style.css Go to line #163 and remove following lines of code:
#info-box #contact-bar {
display: none;
}Forum: Themes and Templates
In reply to: [Terrifico] Change color of Logo Alt Text from default orangeGo to WordPress dashboard -> Appearance -> Theme Options -> General Settings and change color of logo by clicking on “Logo Color” option.
Forum: Themes and Templates
In reply to: [Terrifico] where to edit Social LinksGo to WordPress dashboard -> Appearance -> Theme Options -> Social Links and remove # sign. If the text area is blank – the social icon will not be displayed.
Forum: Themes and Templates
In reply to: [Terrifico] meta-wrap subhead php code?You need to edit file name “meta.php” located inside your theme folder.
Forum: Themes and Templates
In reply to: [Terrifico] Menu outside the headerYes is only available to Pro, I’m still working on upgrade for the free version.
To fix the last menu item not accessible problem: edit file name “custom.js” located in “js” folder inside theme directory. Go to line #59 which is $(‘#menu-main-navigation’).tinyNav(); and replace it with:
$(‘#menu-main-navigation’).tinyNav({
active: ‘selected’,
header: ‘Navigation’,
label: ”
});This feature is part of Pro version of the theme.
Forum: Themes and Templates
In reply to: [Terrifico] Menu outside the headerAt this time it is only available in Pro version of the theme.
Forum: Themes and Templates
In reply to: [Terrifico] Need Separate Blog PageCreate new category “Blog” and include your posts into it. Go to Dashboard -> Appearance -> Menus. At bottom left of your screen you should now see a sub-panel called, “Categories”. Select category “Blog” and click, “Add to Menu” button. “Save Menu” when you done.
Forum: Themes and Templates
In reply to: [Terrifico] theme options (panel) not availablePlease send me an email via my support form https://www.vpthemes.com/support/ I will need to log in into WordPress dashboard on your website to look at the problem.