ramanandmehta
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Multiple condition for different equationSalute for the faster response; I have?never seen?before.
I have removed the comment but it’s not working. here is test page- This reply was modified 7 months, 3 weeks ago by ramanandmehta.
Forum: Plugins
In reply to: [Calculated Fields Form] Usefull features suggetionplease add this feature to your to-do list.
This will be useful for every users.Forum: Plugins
In reply to: [Calculated Fields Form] bug in big number calculationIf I will install suggested plugin, How I will have to set the equation?
Will it be same or it will be changed?
Or just I have to enable math.js library?If I want to conditionally change decimal to scientific or scientific to decimal then how can I achieve this? I am using this code in calculated field value (Fieldname3) but it’s not working:
if (typeof Fieldname1 === 'number') { Fieldname1 = DECIMALTOSCIENTIFIC(Fieldname1); } else if (typeof Fieldname1 === 'string' && /^[+-]?\d+(\.\d+)?[eE][+-]?\d+$/.test(Fieldname1)) { Fieldname1 = SCIENTIFICTODECIMAL(Fieldname1); }
- This reply was modified 1 year, 5 months ago by ramanandmehta.
Forum: Plugins
In reply to: [Breadcrumb] Custom home text with Font Awesome iconhtml code not working after using single quote. please check on your site.
Thank you for your response, sir,
predefined filtering value method is working fine. but again issue for SEO.
loaded table data on the frontend are not the same on the backend when I view page source.I changed max no. of the row to display to 25 and it’s working on frontend, but on page source, there are only 9 rows data. and also these 9 rows data are different from loaded data on the frontend. actually here first 9 rows of whole table data got added.
just I want to do that, after loading table data by filter, same data source code should be available for the search engine crawlers.
Thanks, hope I will get a positive responce.
Forum: Plugins
In reply to: [Secondary Title] get primary title using shortcodeWow,.This is working sir, thank you very much. You are not just a WordPress developer, You are amazing by the mind and by the heart.
Forum: Plugins
In reply to: [Secondary Title] Add css class to secondary title for everywherethank you very much for the response, sir.
Actually the problem is not with displaying or not displaying the secondary title. I want to add a CSS class for the secondary title which should be work on every pages and every section of the site.
I want to style the secondary title for this I need to add css class.
when i am applying setting like this in plugin’s setting-%title%: <span class=”st”>%secondary_title%</span>
here you can see, I am adding a span class “st” so that I can style using this one. but this class is working only on single post. I want it to work on every pages like archive page and all section of the site.
for example,
https://meaninginhindi.net/with-meaning-in-hindi/ (here it is working)
https://meaninginhindi.net/blog/ (here it is not working)you can inspect element and check the difference in the title.