Venkat Raj
Forum Replies Created
-
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 https://downloads.www.ads-software.com/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
https://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 https://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.
https://demo.webulous.in/abaris/documentation/getting-started/
https://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 https://demo.webulous.in/abaris/documentation/advanced-settings/footer/Forum: Themes and Templates
In reply to: [Abaris] LogoYou can use a logo with transparent background.
Any ways, the background colour is #1F2329Forum: Themes and Templates
In reply to: [Abaris] LogoDid you installed theme’s recommended plugin ‘Redux Framework’?
https://www.ads-software.com/plugins/redux-framework/If so, you’ll see plenty of options to customize your site in “Theme Options” menu in Dashboard.
Here is documentation about header customization and changing logo.
https://demo.webulous.in/abaris/documentation/advanced-settings/header/Forum: Themes and Templates
In reply to: [Abaris] Change Header Size?Hello Kevin,
At present there is no such theme options. May be in future release, I’ll consider providing choosing header style option.
Meanwhile, If you would like to achieve this and know html/css,
adding height property to .site-header class (line 637 in style.css file) will change size of header.For centered header and menu change this block of code in header.php
https://pastebin.com/L76vnmH0Regards,
Venkat