Shahriyar M Jahangir
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Stop Redirection After Submitting FromNoted, will do. Thanks.
Forum: Plugins
In reply to: [Calculated Fields Form] Stop Redirection After Submitting FromI tried using the default Submit button, it immediately redirects to the Thank you page ==> https://www.screencast.com/t/hfePHUoBLHE
I cannot make the “Thank you page” empty either, it saves the link to home page if I leave it empty Y try to save.
Basically cannot stop the form from “redirecting” by any means.
Forum: Plugins
In reply to: [Calculated Fields Form] Stop Redirection After Submitting FromHi, I am referring to this button function => jQuery(this.form).submit();
It submits the form and then redirects to home page, I don’t want the form to redirect anywhere after clicking the button.
Should be a pretty simple thing, but I don’t have a clue on how to stop the redirection.
Forum: Plugins
In reply to: [WP Meteor Website Speed Optimization Addon] WP Meteor and Oxygen BuilderUPDATE:
From my tests, I think excluding WP Meteor when these parameters are in the request URL will help,
ct_builder
ct_execSincerely,
//SJA fix for that would be great, Thank you.
Forum: Plugins
In reply to: [WP Fastest Cache] Update Post – Clear only page cache, Not Home pageNoted, That will be great.
Thank you for your great work on the plugin.
Sincerely,
//SJForum: Plugins
In reply to: [WP Meteor Website Speed Optimization Addon] WP Meteor Divi SupportHi Aleksandr / @aguidrevitch
I can confirm, WP Meteor not working on Divi themes. By not working I mean, it does not do anything, add WP Meteor code to JS etc.
Hope you find a solution for it. Thank you.
Sincerely,
//SJThank you for your reply (not sure why www.ads-software.com didn’t sent notification)
I had updated the plugin from the plugins page, by licking the update button.
Sincerely,
//SJForum: Plugins
In reply to: [Table of Contents Plus] Exclude by Class programatically?Unfortunately, I haven’t had any response from the author. I edited toc.php in this area to add the condition,
for ($i = 0; $i < count($matches); $i++) {
if ( in_array($matches[$i][2], $this->options[‘heading_levels’]) && !strstr($matches[$i][3], ‘notoc’) )
$new_matches[] = $matches[$i];
}However, any time the plugin updates, I will have to redo the edit :/
Sincerely,
//SJForum: Plugins
In reply to: [Easy Table of Contents] Exclude by Class programatically?Hi Steven,
Thank you for the info, I might be doing something wrong, please see below.
MY HTML
———-
<body class=”type-post”>
….
<h2 class=”notoc”>Hello my title to skip</h2>
….
</body>So, I tried this in functions.php
———————————–add_filter(
‘ez_toc_exclude_by_selector’,
function( $selectors ) {$selectors[‘notoc’] = ‘.type-post’;
return $selectors;
}
);I was to skip all headings with the class “notoc”, But it didn’t work, I tried the reverse ($selectors[‘type-post’] = ‘notoc’;), didn’t work either.
Which class should I add as the key and which as the value? I am misunderstanding something here.
Thank you.
//SJThank you for your quick reply, I will checkout the lazySizesConfig.expand option, this should help achieve what I want.
Noted info about iframe/video, but built-in support would be great.
Thank you.
//SJForum: Plugins
In reply to: [Autoptimize] 2.7.0 known issuesGreat, Thank you very much!
Forum: Plugins
In reply to: [Autoptimize] 2.7.0 known issuesAlready installed the development fix. It works. Thank you ??
Forum: Plugins
In reply to: [Autoptimize] 2.7.0 known issuesThank you for addressing this, all my sites broke due to this issue as I speed optimize all my sites with advanced techniques. Kindly release 2.7.1 version as soon as possible.