Pitabas
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ascent] I can not go to the admin panelHi MykolUA,
Step to fix the issue.
– First download the Option Framework theme plugin from Github
– Extract the Zip file
– Copy all files from inc directory and Paste these files to your ‘Ascent’ theme inside options-frameworkcp /options-framework-theme-master/inc/* /ascent/options-framework
– Then install the themePlugin Download link: https://github.com/devinsays/options-framework-theme
I will fix this issue on second version release. Or if you find difficulties to fix this please mail me the FTP details will do it.
Forum: Themes and Templates
In reply to: [Ascent] Email in headerHi Andrew,
Step to fix the issue.
– First download the Option Framework theme plugin from Github
– Extract the Zip file
– Copy all files frominc
directory and Paste these files to your ‘Ascent’ theme insideoptions-framework
cp /options-framework-theme-master/inc/* /ascent/options-framework
– Then install the themeForum: Themes and Templates
In reply to: [Ascent] Asent theme not loading and getting error message .I will resolve the above issue on second version release.
Forum: Themes and Templates
In reply to: [Ascent] Asent theme not loading and getting error message .Hi,
I have checked the theme the above error is showing for the ‘options-framework’ plugin. Please use the latest version of the ‘options-framework’ plugin it will resolve your issue.Latest verions options-framework plugin link:
https://github.com/devinsays/options-framework-themeForum: Themes and Templates
In reply to: [Ascent] I can not go to the admin panelHI,
When I try to install the ‘Ascent’ theme from the wp-admin its showing the following error.Unable to create directory . /usr/home/econology.org.ua/public_html/wp-content/themes/ascent/
So please install the theme and just check the error log, If you find any error log please share with me.
Forum: Themes and Templates
In reply to: [Ascent] I can not go to the admin panelHi MykolUA,
Can I check your admin panel? If you give me the access then I can check why its showing error.
Forum: Themes and Templates
In reply to: [Ascent] "scroll-top.png" not loadingIt will work if you change the CSS.
Forum: Themes and Templates
In reply to: [Ascent] "scroll-top.png" not loadingYour website is under maintenance mode. After live, will check
Forum: Themes and Templates
In reply to: [Ascent] Email in headerHi,
I got the issue, It was a mistake on my code, You just update the ‘header.php’ code
Old code => `<?php if(of_get_option(’email_id’)): ?>
<span><i class=”fa fa-envelope”></i> <a href=”<?php echo of_get_option(’email_id’); ?>” target=”_blank”><?php echo of_get_option(’email_id’); ?></a></span>
<?php endif; ?>`Updated Code => `<?php if(of_get_option(’email_id’)): ?>
<span><i class=”fa fa-envelope”></i> <a href=”mailto:<?php echo of_get_option(’email_id’); ?>” target=”_blank”><?php echo of_get_option(’email_id’); ?></a></span>
<?php endif; ?>`I have missed to add ‘mailto’ before the email id.
"mailto:<?php echo of_get_option('email_id'); ?>"
I will update the code on second version release. For now you just update your theme.
Thanks again for use Ascent theme.
Forum: Themes and Templates
In reply to: [Ascent] "scroll-top.png" not loadingDid you overwrite the CSS? Can you give the URL of your theme then I can check.
Forum: Themes and Templates
In reply to: [Ascent] Logo resolutionThanks for the appreciation.
Can you share any screen-shot or please clarify more.Forum: Reviews
In reply to: [Ascent] Love itThanks for your review.
Forum: Themes and Templates
In reply to: [Ascent] Full width page, no sidebarEdit the page and go to the “Page Attributes” section(Available on right hand side of the page) and choose “Template” >> Full Width Page. Then the page will appear without any sidebar.
On PHP you just edit the php template and remove the code
<?php get_sidebar(); ?>
and fix the style accordingly.Forum: Themes and Templates
In reply to: [Ascent] "scroll-top.png" not loadingHi,
Thaks for choose Ascent theme.You can change the style on style.css file
a#scroll-top { display: none; position: fixed; right: 20px; bottom: 80px; height: 42px; width: 42px; z-index: 9999; line-height: 3em; background: #1ABC9C url("includes/images/scroll-top.png") center center no-repeat; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
If you have setup your theme any live url plase send the link will check and give you the solution.
Thanks
PitabasForum: Themes and Templates
In reply to: [Ascent] Asent theme not loading and getting error message .The isssue is showing for the PHP version. You can check here and slove the problem.