acosmin
Forum Replies Created
-
Forum: Plugins
In reply to: [Businessx Extensions] unresponsive scriptI can’t at the moment, away for holidays. I’ll take a look when I get back home.
Thank you!
Forum: Reviews
In reply to: [Businessx] Nice design with Debugging needsHi! Thanks for the review, but I really can’t replicate the issue regarding saving changes. When clicking on save changes in customizer everything is saved. Could you please be more specific, which option doesn’t save?
What else would you like to see in our documentation?http://www.acosmin.com/documentation/businessx/
The support forum link is for a old version 1.0.2.1. The current version is 1.0.5.4.
Also, I would really apreciate it if you open a support ticket before leaving a review. I’ve answered almost all support tickets here and on the forums http://www.acosmin.com/forums/forum/businessx-free/
At the moment I am mobile, away for holidays until Jan 2nd.
Happy holidays!
Forum: Themes and Templates
In reply to: [JustWrite] Images not showingForum: Reviews
In reply to: [Businessx] SUPERB!!Thank you! Happy holidays!
Forum: Themes and Templates
In reply to: [Businessx] Safari bugsUpdate to Busienssx v1.0.5.4, you’re currently using v1.0.5.3
Forum: Reviews
In reply to: [Businessx] Nice themeThank you!
Forum: Reviews
In reply to: [Businessx] Awesome design and featuresThank you!
Forum: Themes and Templates
In reply to: [JustWrite] Images not showingYour images show up from what I can see. Did you solve it?
Forum: Themes and Templates
In reply to: [JustWrite] Front page set upThe confirmation email may be in your “Spam” folder.
Forum: Themes and Templates
In reply to: [JustWrite] Front page set uphttp://www.acosmin.com/documentation/justwrite/#h7
check out the video, also please read the documentation, it’s on the same link
Forum: Themes and Templates
In reply to: [JustWrite] Website problemsIf you added the social sharing buttons from http://www.acosmin.com/documentation/justwrite/#h8 (single view), then open the file where those lines where added, search for
data-via="<?php echo of_get_option( 'ac_twitter_username' ); ?>"remove it or replace with:data-via="YOUR TWITTER USERNAME HERE".Forum: Themes and Templates
In reply to: [JustWrite] Decrease font size of the text in posts.single-template-1 .single-content { font-size: 16px !important; }Forum: Themes and Templates
In reply to: [JustWrite] Decrease font size of the text in postsin which area, single or index view?
Forum: Themes and Templates
In reply to: [JustWrite] Disable Plugin Install Notification@jrf I was planning on releasing an update on Monday. I’ve added your suggestions on the list. Thank you!
Forum: Themes and Templates
In reply to: [JustWrite] Disable Plugin Install NotificationYou can add this in your child theme’s
functions.phpfile, at the bottom:
remove_action('tgmpa_register','my_theme_register_required_plugins');