manuelmasia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove Woocommerce price filterHey, I’m the developer of Enfinity. Contact me through ThemeForest for this kind of support ??
Forum: Plugins
In reply to: [PixGridder] PixGridder doesn't show up in the page editorHere is my profile, https://themeforest.net/user/pixedelic There a contact form on the right sidebar, just log in with the same account you used to purchase the plugin.
Forum: Plugins
In reply to: [PixGridder] PixGridder doesn't show up in the page editorI’m not at my desk until monday, sorry. However, since the issue is with the Pro version, could you contact me from my profile page on ThemeForest and provide, if possible, the WP login details?
Thanks. Manuel ??
Forum: Plugins
In reply to: [PixGridder] PixGridder doesn't show up in the page editorI don’t have any problem both with WP 3.9.2 and WP 4.0
First of all, if you have the problem with the Pro version only, maybe you only need to activate the default page template of your theme on “Pixgridder option panel -> Settings -> Select the post types and the template you want to apply the default settings to”.
If this doesn’t fix the problem or, however, the problem was with the free version too, please enter your page backend and provide a screenshot of the browser console or copy and paste the messages there: https://developer.chrome.com/devtools/docs/console
Manuel ??
Forum: Plugins
In reply to: [PixGridder] PixGridder doesn't show up in the page editorLet me check, I’ll let you know something ASAP
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Refresh entry content tooOk, I’ve fixed in this way, maybe it can help someone else with the same “strange” need, at least until a more elegant way will be found by the author, if he will want it:
1. saved somewhere the js var
var wp_comments_post = "<?php echo site_url( '/wp-comments-post.php' ); ?>";
2. added the js function:
$( document ).ajaxSuccess(function( event, xhr, settings ) { if ( settings.url == wp_comments_post ) { //my function } });
Thanks. Manuel ??
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Refresh entry content tooOMG, sorry, it is a field in the admin panel, I’m a poor stupid guy ??
But, however, I was planning to make my theme (commercial theme) compatible with your plugin by using code only, so, if I understand well, there’s no way, no PHP hook or jquery trigger, am I right?
Thank you. Manuel ??
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Refresh entry content tooJust… could you provide an example of the use of the callback… I assumed it was a classic hook or a javascript callback… I’m a bit lost, sorry.
Manuel ??
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Refresh entry content tooThank you for the quick reply. I can’t wrap content and comments together unfortunately, because of the style of the blog (previous and next post links will be wrapped into the same container as well and that would be a problem, of course).
I will try with the callback you suggested. I can’t try with “ajaxSuccess” event since it would generate an infinite loop. So thank you for the kind reply.
Manuel ??
Forum: Plugins
In reply to: [PixGridder] PixGridder doesn't show up in the page editorHowever everything works fine on my end, both with PG 2.0.4 + WP 3.9.2 and PG 2.0.4 + WP 4.0 Have you checked if the problem comes from the theme?
Manuel ??
Forum: Plugins
In reply to: [PixGridder] PixGridder doesn't show up in the page editorHi Daniel, could you tell me what version of WordPress and of PixGridder you are running please?
Forum: Plugins
In reply to: [PixGridder] PixGridder doesn't show up in the page editorSorry, not sure to understand whether there’s a problem ?? I release an update of PixGridder because of the recent update of WP so issues are possible. Let me know. Manuel ??
Forum: Plugins
In reply to: [PixGridder] Pixgridder doesn't show excerptsI guess you’ve resolved ??
Forum: Plugins
In reply to: [PixGridder] too much space between top of page and begining of the gridI guess you have resolved ??
Forum: Plugins
In reply to: [PixGridder] To much space between rows.There is a margin from the pixgridder column, but paddings from the theme styles too.
Try this:
.entry .row:first-child > .column * { margin-bottom: 0; padding-bottom: 0; }
Manuel ??