eMink
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Waitlist] Looks promising but…Hey!
I guess I expressed myself incorrectly! I mean all the emails sent through WooCommerce and other plugins are being sent and I can see them through Mandril.
Just ‘YITH WooCommerce Waiting List’ mails are not being sent.
Forum: Plugins
In reply to: [YITH WooCommerce Waitlist] Looks promising but…Hey there!
Thanks for replying! All the emails are being sent and I can check them through Mandril.
Got it! I needed that last line, thank you very much!
Forum: Plugins
In reply to: [MimeTypes Link Icons] New files won't show their corresponding iconsAnd I believe the content are being replaced via javascript as you said. Well, I’ll figure it out how to separate both things. The thing is that the problem is when there is a MTLI with a Grid Posts.
Thank you very much for your time! I’ll mark the this topic as resolved anway!
Forum: Plugins
In reply to: [MimeTypes Link Icons] New files won't show their corresponding iconsHere you have the list of the filters.
the_content
Priority: 8
[object] WP_Embed -> run_shortcode
[object] WP_Embed -> autoembedPriority: 10
wptexturize
convert_smilies
convert_chars
wpautop
shortcode_unautop
prepend_attachment
[object] Events_Maker_Shortcodes -> add_full_calendar
[object] bainternet_U_S_C -> User_specific_content_filterPriority: 11
capital_P_dangit
do_shortcode
[object] WPBakeryVisualComposerSetup -> fixPContentPriority: 15
[object] Mime_Types_Link_Icons -> mimetype_to_icon
As we can see the mimetype plugin has the higher priority. It should work, shouldn’t it?
Forum: Plugins
In reply to: [MimeTypes Link Icons] New files won't show their corresponding iconsHey thanks for the feedback! I’ll try to do it now!
Forum: Plugins
In reply to: [MimeTypes Link Icons] New files won't show their corresponding iconsHey there again!
The function that I think has the priority of the_content is here:
public function init() { do_action( 'vc_before_init_base' ); // Add vc body classes add_filter( 'body_class', array( &$this, 'bodyClass' ) ); // TODO: Check css to do. add_filter( 'the_excerpt', array( &$this, 'excerptFilter' ) ); add_action( 'wp_head', array( &$this, 'addMetaData' ) ); add_filter( 'the_content', array( &$this, 'fixPContent' ), 11 ); //If weight is higher then 11 it doesn work... why? // TODO: remove from class create tools or smth else. if ( is_admin() ) { $this->initAdmin(); } else { $this->initPage(); } do_action( 'vc_after_init_base' ); }The priority of mimetypes plugin is 15, if I am not mistaken, so it should be working even without that change in functions.php, but it isn’t.
I’ll keep looking at it.
Forum: Plugins
In reply to: [MimeTypes Link Icons] New files won't show their corresponding iconsI just realised that the problem isn’t the tab. The problem is caused because of what’s inside the tab named ‘Notes de premsa’, which has a grid of posts. I am really interested in having the filesizes, so I’ll try what you suggested!
I am sorry for not replying before, but I didn’t have enough time to take a look at it!
Forum: Plugins
In reply to: [MimeTypes Link Icons] New files won't show their corresponding iconsI’ll take a look tomorrow and I’ll try what you suggest or else I’ll just turn the MLTI async to ‘on’.
Thank you very much for your time!
Forum: Plugins
In reply to: [MimeTypes Link Icons] New files won't show their corresponding iconsI just remembered that I already have a page with tabs and the icons are showing up.
Forum: Plugins
In reply to: [MimeTypes Link Icons] New files won't show their corresponding iconsThanks for replying jrf.
To your first question, yes. I am using a plugin called Visual Composer which is the one that generetes de tabs (among other things).
I believe you’re right. I think the problem is the tab page in general. I just created another page (without tabs) and the icons showed up.
What do you suggest I could do to fix this? I want to keep the tabs.
Best,
Oriol.Forum: Plugins
In reply to: [Events Maker by dFactory] Show category on widget listGot it! Thank you!
Forum: Plugins
In reply to: [Events Maker by dFactory] Show category on widget listI still haven’t found a solution in the last update.
Forum: Plugins
In reply to: [Events Maker by dFactory] Show category on widget listThank you very much for your answer! I will wait as you said!
Best,
Oriol.