Venkat Raj
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Abaris] 1.0.6 errorThere is no error in 1.0.6 except the loss of theme options settings.
If you could post url or html you used, I can tell what is the real problem.Forum: Themes and Templates
In reply to: [Abaris] Link with sliderYou’ve to put the URL of the image in URL field. Uploading image will not put it in the field automatically. This is Redux Framework issue and I hope they will fix it shortly.
Regarding linking slider to another page. You can do so in the caption area (which supports any html) as seen on demo.
Forum: Themes and Templates
In reply to: [Abaris] 1.0.6 errorI updated from 1.0.5 to 1.0.6 on demo site and I did get the error. So it should be improper html coding in image caption and/or services section.
I too experienced the issue of loosing home page settings, this is because I’ve to change functions/options prefix name to theme slug as recommended by theme reviewer. I apologize for the inconvenience.
Forum: Themes and Templates
In reply to: [Abaris] Images instead of Icons on the homepageGlad you like the theme.
There is no way to replace icons with images at this moment. In future releases it may happen.Forum: Themes and Templates
In reply to: [Abaris] 1.0.6 errorI don’t see any error. It should be in proper closing of html tags in services description
Forum: Themes and Templates
In reply to: [Abaris] Slideshow not showingI can see 3 slide images. Are you still facing this issue?
Forum: Themes and Templates
In reply to: [Abaris] Some problem with WP 3.9I’ve released an update, so there should be no problem if you update theme.
Forum: Themes and Templates
In reply to: [Abaris] Some problem with WP 3.9Thanks! Did you paste the url of image in url field as show in screenshot?
Forum: Themes and Templates
In reply to: [Abaris] Some problem with WP 3.9I’m sorry about the trouble, but it was caused by the latest update by redux framework (check change log). Please use this version http://downloads.wordpress.org/plugin/redux-framework.3.2.7.zip to solve problem, I’ll fix the issue in my next theme update release.
Forum: Themes and Templates
In reply to: [Abaris] AnimationHi Andrei,
Sorry I didn’t check my solution when posted. If you still want to remove animation, comment out this code in custom.js
http://pastebin.com/T261AhUKAnd add this css rule, in custom css box in Theme Options panel.
#service1, #service2, #service3 { visibility: visible; }I’ve tested this and it works..
Forum: Themes and Templates
In reply to: [Abaris] Animationfind custom.js file in ‘js’ folder with in ‘abaris’ theme folder.
comment out every thing between line no. 34 to 64.Like this http://pastebin.com/npkwKA4R
Forum: Themes and Templates
In reply to: [Abaris] Text ColorYour are using text widget and not enabled “Automatically add paragraphs” option, that is a part of problem. If you enable it, the problem will be disappear. If you still want to display text without <p> tags, then add this rule to custom css (Dashboard => Theme Options => General Settings => Custom CSS textarea)
.site-footer { color: #dedede; }
Forum: Themes and Templates
In reply to: [Abaris] Problem homepage layoutPlease make sure you’ve enabled all the content blocks you need in “Home page Layout Manger”. By default, only static page content will be displayed. This is so, because if redux framework plugin is not available, then it works as normal WP Theme.
http://demo.webulous.in/abaris/documentation/getting-started/
http://demo.webulous.in/abaris/documentation/getting-started/front-page-setup/Forum: Themes and Templates
In reply to: [Abaris] Text ColorCould you please post link to your site and mention the problem? Use “FireBug” addon for Firefox/Chrome to find colours hex values
Forum: Themes and Templates
In reply to: [Abaris] Extra widget area above the footerPlease install ‘Redux Framework’ plugin as recommended by theme, if you haven’t done already. Then you’ll have theme options page to customize theme.
Also we’ve detailed documentation, here is how to enable footer widget area http://demo.webulous.in/abaris/documentation/advanced-settings/footer/