vee
Forum Replies Created
-
Forum: Reviews
In reply to: [Bootstrap Basic] Great theme for Bootstrap developers!I’m glad that you like it. Thank you for your reviews.
Forum: Plugins
In reply to: [WPSecureOps Brute Force Protect] Can't blank out emailFor me, I’ve never get this email while they are attacking my account. It looks like this plugin block nothing.
Forum: Themes and Templates
In reply to: [Bootstrap Basic] Changelog 1.0.7Hi.
I have Github repository of this theme here. https://github.com/OkveeNet/bootstrap-basic
To see what changes in each commit please look at https://github.com/OkveeNet/bootstrap-basic/commits/master or click at commits tab.
For the changes of 1.0.7 are update Bootstrap, Font Awesome, Html5 Shiv, ModernizrForum: Reviews
In reply to: [Bootstrap Basic] Very clean and easy to work withThank you.
Good that you happy with it. I had updated some css to fix image responsive so don’t forget to update your images to have “img-responsive” class.Forum: Fixing WordPress
In reply to: Error on entering specific text on WP 4.4.1I don’t think it has anything to do about theme. You may try to change to WP default theme and see if problem still exists then it really is not about theme.
Hello,
Thanks to @bojan Radonic WPMU DEV Support, for your help.
Your reply is good for styling with css. So, I’ll reply for completely remove from template file.There are 2 cases for this.
1. Use Bootstrap Basic theme itself.
Modify content.php or content-***.php and removebootstrapBasicPostOn();function call from the file.
This is for the theme that created from main theme.2. Use child theme.
copy content.php and content-***.php and removebootstrapBasicPostOn();function call from the file.Forum: Themes and Templates
In reply to: [Bootstrap Basic] Thumbnail, 1.0.6 issue?Hi @robwheel
I’m sorry about this. First, I must say that I was removed the automatic image responsive class from css file. It can break the “in-line” images that’s why I have to remove it.
In Bootstrap v.3 you can set responsive image by add class=”img-responsive” to the <img> tag. That should help to display your image size in the block element correctly.
Or
You can add these css in some of your css file.
`
img {
display: block;
height: auto;
max-width: 100%;
}
`
But as I said. All images can’t be in-line style.If this can be fixed, please leave your reply. 🙂
Forum: Themes and Templates
In reply to: [Bootstrap Basic] Donations linkI use PP buy now button as donations. Here is the link to donations.
Thanks in advance.
Forum: Themes and Templates
In reply to: [Bootstrap Basic] Donations linkThank you @macgamer. But sadly PayPal ban donation in my country. I would like to accept the donation but I don’t know how.
Forum: Themes and Templates
In reply to: [Bootstrap Basic] Second and Third level submenuThis theme use every basic functional of Bootstrap v.3. No additional function.
The Bootstrap v.3 itself doesn’t support multi level menu, only just 2 level (Menu Item 1 > Sub Menu Item 1, Sub Menu Item 2, Sub Menu Item 3).To add multi level menu, you have to manually modify it. These are the way to do.
http://stackoverflow.com/questions/9758587/twitter-bootstrap-multilevel-dropdown-menu
http://stackoverflow.com/questions/18023493/bootstrap-3-dropdown-sub-menu-missingForum: Themes and Templates
In reply to: [Bootstrap Basic] widget in child themeMake sure that you are coding on functions.php NOT function.php
Forum: Plugins
In reply to: [Hyyan WooCommerce Polylang Integration] variable product price problemI have same problem.
Still nothing fixed.
WP 4.3.1
Google Analytics by Yoast 5.4.6
Yoast SEO 2.3.5In Analytics by Yoast all tabs are dead in both dashboard and settings.
…..
Look in Firebug console and found these errors.
admin.php?page=yst_ga_dashboard (line 253, col 5)ReferenceError: dimension_switch is not defined
dimension_switch(element);admin.php?page=yst_ga_settings (line 273)
TypeError: jQuery(…).chosen is not a function
jQuery(‘#yoast-ga-form-select-settings-analytics_profile’).chosen({No, still not fixed. (5.4.6)
For me, all tabs are nor working.
Analytics > Dashboard > click on any tabs > not working
Analytics > Settings > click on any tabs > not working