Venkat Raj
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Abaris] Theme Options DisappearMake sure you don’t have any sytax errors in /theme-options-config.php
Is there any extra plugin in your server? comparing to localhost?
Forum: Themes and Templates
In reply to: [Abaris] Flex Slider onFullWidthThats right. it was designed to hold image in 50% of screen and caption in another 50% of screen (as seen on demo). You need to edit front-page.php and remove ‘container’ and ‘row’ divs to achieve full width.
Forum: Themes and Templates
In reply to: [Abaris] Logo ResizeYou can use from span1 to span12 as classes. If it is not enough you can override it using #masthead .spanx: xxwidth !important. But I’m not sure how well it be responsive.
Forum: Themes and Templates
In reply to: [Abaris] Slicknav on iPhoneI’ve used emulators and can’t replicate the issue.
Is http://slicknav.com/ working correctly on your phone?Forum: Themes and Templates
In reply to: [Abaris] Recent Posts (slide)Comment out this line (around 478)
$output .= get_the_excerpt();
in abaris/includes/template-tags.phpForum: Themes and Templates
In reply to: [Abaris] Slicknav on iPhonePlease provide screenshot
Forum: Themes and Templates
In reply to: [Abaris] Homepage Slider@srgeneroso, Thanks for helping.
I actually fixed that issue and even if you don’t mention URL, the slide will be shown (from v.1.0.8) Image should be uploaded using Theme Options panel not media manger.
You can try resetting section in theme options panel and try to built slideshow from scratch. I’ve even provided a json file in ‘Documentation’ section of demo site.
Forum: Themes and Templates
In reply to: [Abaris] Recent Posts (slide)The idea was that after the site visitor read recent posts, he/she will manually scroll to see next set of posts. If you want automatic sliding
edit abaris/js/custom.js file. Around line no. 13 there is
slideshow: false
you can either make it true or take off that line completely.Forum: Themes and Templates
In reply to: [Abaris] Slider BackgroundI don’t understand. Please explain more about the issue
Forum: Themes and Templates
In reply to: [Abaris] Logo ResizeYou can use child theme and edit header.php
http://pastebin.com/C7GvZ5DmAround Line No. 55 and 68 you can see span3 and span9 classes you can change both to span6 so that both column has half of screen space.
Forum: Themes and Templates
In reply to: [Abaris] Recent Posts (slide)Hello, Thanks for using my theme and your review.
The ‘Recent Posts’ section is already a Slider(carousel)? Do you mean something else?Forum: Themes and Templates
In reply to: [Abaris] Theme Options DisappearIf the following url shows theme options page, then you can conclude that the options is working, but there is a conflict in menu position between plugins
http://[yourdomainname]/wp-admin/admin.php?page=_optionsIf so, edit the line (around 722) in abaris/includes/theme-options-config.php
‘page_priority’ => null, // Order where the menu appears in the admin area. If there is any conflict, something will not show. Warning.
Forum: Themes and Templates
In reply to: [Abaris] Theme Options DisappearI would like to help, But I can’t guess which plugin is causing the error and/or how your Dashboard looks now (a screenshot please), what styles are added to style.css (while there is custom css field in theme options)
So couldn’t propose a solution.
Forum: Themes and Templates
In reply to: [Abaris] Remove sidebar on particular pageHi Andrei,
I’ve added Full Width Page template in version 1.0.8.
So you can remove side bar on particular pages. You just need to choose template while editing/publishing that particular page.I’ve used this plugin to achieve different sidebars for blog and documentation. http://wordpress.org/plugins/simple-page-sidebars/
Venkat
Forum: Themes and Templates
In reply to: [Abaris] Skills animation bar not working in IE11Theme has Options Panel and can be added to custom CSS field as well.
I’m not sure whether he is using a child theme or not.
Yesterday v1.0.8 was approved, I said while it is in review stage by Theme Review team, I don’t want to upload another version. So, I’ll update stylesheet in next release.