Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Nareshpatkare
tagDiv Member

I mistakenly delete the icon box in top header bar and thus all icons in main menu are now invisible. But when I edit the home page with taggdiv composer I can see icons before the menu. Image 1
Image 2

Nareshpatkare
tagDiv Member

I do need solution from your side on this. Every time problem is just noted and ignored. I have many problems with your theme newspaper 12. Its been 10 days you are adding the problem in improvement list. Please solve these issues before I make and publish a video showing negative features and loopholes of newspaper theme on YouTube. Even I have many problems rather than this which I may convey after resolving this.
Thank you.
Regards.

Nareshpatkare
tagDiv Member

I have another issue with coding. I use mathjax to render maths on my website. I want to put “MathJax.typesetPromise();” code in appropriate plugin file editor which creates live search in theme lack of which mathjax doesn’t understand that there is some mathematical equation. See screenshot for more information and help me to put this code in appropriate place.

Screenshot: https://app.screencast.com/TruCYISvi97UF

Thank you.

Nareshpatkare
tagDiv Member

It has been 18 days past since I raised the query but no solution from your side. How long should it be taken to solved? waiting for the solution from your end

Nareshpatkare
tagDiv Member

Thank you so much.
I hope this problem will be solved ASAP

Nareshpatkare
tagDiv Member

Actually I run a mathematics website named “https://mathematicsly.com/”.
For mathematics to be rendered, I use a simple mathjax plugin. And you know, mathjax uses latex code to build math equations on webpages which involves “\” backslashes in most of the code. Newspaper theme/plugin vanishes backslashes as escape characters. Due to which math equations are not correctly rendered.
Main problem was in the homepage which I solved by using the following function code to preserve backslashes…

“function replace_backslashes_in_title($title) {
// Replace backslashes with the HTML entity ‘\’.
$title = str_replace(‘\\’, ‘\’, $title);

return $title;
}
add_filter(‘the_title’, ‘replace_backslashes_in_title’, 10, 2);”

Using the above code solved the problem on the homepage.
But the title in the breadcrumbs vanishes backslashes still and hence the maths in breadcrumbs is not properly rendered.

See screenshot: https://app.screencast.com/eDlsw5RhFIWeC

Nareshpatkare
tagDiv Member

Dear Bettina,
I already know the setting options that you explained from where it will be changed. My problem is that the changes are not incorporated even after making the relevant change. Truly bad experience after spending so much money.
Help me ASAP.
Thank you

Viewing 7 posts - 1 through 7 (of 7 total)