mungle
Forum Replies Created
-
Forum: Plugins
In reply to: [Tippy] Autoshow issue on FirefoxTypeError: event is undefined
tippy_positions.curPageX = event.clientX + tippy_positions.scrollPageX;
in (line 335, col 3) http://mywebsite.com/wp-content/plugins/tippy/jquery.tippy.js?ver=6.0.0
could someone help me to solve this issue, please?!
Thank You!Forum: Plugins
In reply to: [Facebook Friend Inviter] ProblรจmeIf I press over the button nothing happens… any way to solve this issue?
Forum: Plugins
In reply to: [Custom CSS by Techsperia] Custom Post issueSolved… just replace this part of code:
function ts_custom_css_hooks() { add_meta_box('custom_css', 'Custom CSS', 'ts_custom_css_input', 'post', 'normal', 'high'); add_meta_box('custom_css', 'Custom CSS', 'ts_custom_css_input', 'page', 'normal', 'high'); }with this one:
function ts_custom_css_hooks() { add_meta_box('custom_css', 'Custom CSS', 'ts_custom_css_input', 'post', 'normal', 'high'); add_meta_box('custom_css', 'Custom CSS', 'ts_custom_css_input', 'page', 'normal', 'high'); add_meta_box('custom_css', 'Custom CSS', 'ts_custom_css_input', 'custom_post_type', 'normal', 'high'); }where custom_post_type is the custom post type slug!
You can also add more then one custom post type.
Forum: Plugins
In reply to: [WP-jTweets] query issue how to debugYes, I think it came from a theme conflict but I don’t know how to debug it… Any suggestion about tutorials, posts, forums where somebody explain how to start debug jQuery (yes, query only was a mistake)?
Thank you!
Forum: Fixing WordPress
In reply to: Admin bar issue – site in root residing in subdomainI still have this issue. Could someone explain me which configurations need .htaccess file in root and .htaccess file in subdomain? Thank you!
Forum: Fixing WordPress
In reply to: Admin bar issue – site in root residing in subdomainopened a new stackoverflow thread. Please help!
Forum: Fixing WordPress
In reply to: Admin bar issue – site in root residing in subdomainThe admin bar issue was solved using this plugin: https://wordpress.org/plugins/root-cookie/ But I still getting tons of redirect issue…and I empty my cache!!!
Could someone explain me which configurations need .htaccess file in root and .htaccess file in subdomain? Thank you!
Maybe… I’m not sure…! Before it worked well but now it redirect users. I don’t know if is apmp roles or userpro issue…
ok… I didn’t understand that the plugin autogenerate roles… anyway, now I’m getting a new issue… With UserPro I can’t choose a levels as I’m getting a redirection if I’m not logged in… sad… ๐
Thank you…!
Download and installed the plugin but can’t understand how to use it…!
I’m using WP 3.9.1… maybe need to be updated?Forum: Plugins
In reply to: [WooCommerce] Removing the reviews tabYou need to copy the files which display your product from woocommerce plugin folder to your theme folder and customize them… You just need to place the attribute php strings in your description file…
But that require some knowledge…Forum: Plugins
In reply to: [WooCommerce] Removing the reviews tabFound a solution to remove product data tabs in backend:
Install this plugin: http://wordpress.org/plugins/add-admin-css (or something similar)
Add these css:
.general_options {display:none !important;}With that rule you can hide the general price tab.
If you need to remove others tabs just add separated by , these classes:.general_options, .inventory_options, .shipping_options, .advanced_options, .linked_product_options, .attribute_options, .advanced_options ย {display:none !important;}ย `
(all af these classes remove all tabs… so write only tabs you want to delete!!!)
Forum: Plugins
In reply to: [WooCommerce] Removing the reviews tab“lorro” is right… follow his guidelines.
Anyway, I would like to use woocommerce just as a catalog showcase at the moment without sell anything so: how to remove / hide tabs also in the backend? I would like to be able to see just the attribute tab…
PS: I know there is http://www.woothemes.com/products/catalog-visibility-options/ but it doesn’t hide backend tabs… and it is expensive for me at the moment… ๐
Thank you!
Forum: Plugins
In reply to: [Tippy] Modifying Tippy 6.0.7 CSSHello! Overriding doesn’t work! I placed jquery.tippy.css in my child-theme/plugin/tippy/ folder but changes doesn’t appear. How to resolve it?
Thank you!
PS: amazing plugin!
Forum: Plugins
In reply to: [WordPress Social Login] Widget Not working in side barI have the same issue…! The shortcode in HTML javascript adder doesn’t display anything…! How to solve it?