osCitas Themes
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] Issues after update to 2.2.1Hi, I have checked your site and it is not showing up home page. Please give some more information to resolve your issue.
Forum: Reviews
In reply to: [Easy Wordpress Parallax Slider] Great PluginThanks, and try our other plugin Easy Bootstrap Shortcodes, to create responsive content.
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] Compatibility with a bootstrap themeAnytime, and also try our new plugin Easy WordPress Parallax Slider.
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] Compatibility with a bootstrap themeHi,
Thanks and same to you, we have launched the new version. We have provided few new settings so that anybody can give inbuilt compatibility with our plugin. such as you are creating theme and want to use our plugin to give your users more flexibility to add responsive content, however you like to use your custom css/js files. So now you can do this, and don’t worry, for this you just have to paste the following code to your init hook or install hook of your plugin and it will start working
After adding this code user will not be able to change the files location for EBS plugin as user can’t see the EBS Settings link of LHS menu in admin panel
update_option( 'EBS_CUSTOM_OPTION', 1 ); update_option( 'EBS_BOOTSTRAP_JS_LOCATION', 2 ); update_option( 'EBS_BOOTSTRAP_CSS_LOCATION', 2 );
To give use the custom css for icons
update_option( 'EBS_CUSTOM_BOOTSTRAP_ICON_CSS', 1 );
And to give use the custom css for admin
update_option( 'EBS_CUSTOM_BOOTSTRAP_ADMIN_CSS', 1 );
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] Compatibility with a bootstrap themeHi,
Thanks for using our plugin. Regarding the bootstrap css/js files, there are two different ways you can include your custom files.
1. you can use the same handler name(bootstrap-icons,bootstrap) so that yours files will not be overwritten by our plugin files, but you have to make sure that your enqueue script/style will run before EBS plugin enqueue script/style. But please note that our plugin is bootstrap 3.0 based so include bootstrap 3.0 file not bootstrap 2.0.
2. We are going to launch new version today or max by tomorrow, where we are using the theme option for file settings, so you can set those options in your code to the values you want such as
EBS_BOOTSTRAP_JS_LOCATION to (‘1’ – for plugin file, ‘2’ – don’t user EBS files but use from other plugin or theme, ‘3’ – to user CDN path)
EBS_BOOTSTRAP_CSS_LOCATION to (‘1’ – for plugin file, ‘2’ – don’t user EBS files but use from other plugin or theme)
so you can use the
update_option( 'EBS_BOOTSTRAP_JS_LOCATION', 2 ); update_option( 'EBS_BOOTSTRAP_CSS_LOCATION', 2 );
to set files location to your theme/other plugin.
And about the custom class for image heading, we will make this change in our future release.
Best of luck for your theme, let us know, in case you need any other help.
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] Tabs Shortcode ErrorHi, thanks for pointing out this issue, we have fixed the issue. You can take update that will fix this issue.
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] Is it translatable?Sure I will create the files and push the code to git. and let you know so that you can translate it to Italian.
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] Is it translatable?Mac, I got your point, but sorry to say till now its not translatable. However its great idea to provide the language file. We will do this for sure, but I don’t think it will be in our next release. And it will be great if you can help us in this, please create language file for the words and push your code on our github link
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] Is it translatable?Hi Mac,
Do you want this plugin in Italian?
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] EBS v3.6 – problemsYes, you are right. Hopefully we will soon release one very basic bootstrap 3.0 theme.
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] The idea for the next versionThanks for the idea, and we really like this. Soon we will implement it. So keep checking ??
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] EBS v3.6 – problemsWe have checked the sites you have provided, all these sites are responsive , but these site are not bootstrap based, you have done custom css(using media css) to make these responsive. Our plugin is based on the bootstrap 3.0 which have their own css and js files to make sites responsive, check this following link for more information about bootstrap
Example
Bootstrap ExampleForum: Plugins
In reply to: [Easy Bootstrap Shortcode] target="false" opens new windowthanks for pointing out the issue, we will fix it and update it soon.
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] The idea for the next versionThanks for your idea, we are working on the next release of the plugin, but till now we are not sure that this functionality will be there in next release, however we have added it to our list. We will try to give this functionality as soon as possible.
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] EBS v3.6 – problemsPlease make sure that you are using the theme which is based on the bootstrap 3.0 as our plugin is bootstrap 3.0 based, or send us link of the theme you are using we will check that.