Juha Metsäkallas
Forum Replies Created
-
Forum: Plugins
In reply to: [Inline Image Upload for BBPress] Error Upload ImageI just discovered that I have this same issue too.
I had to downgrade to 1.1.18 in order to get uploading to work.
Forum: Themes and Templates
In reply to: [Eco Nature Elementor] Missing localisable stringsAdd to those missing “Categories” at the footer.
Forum: Plugins
In reply to: [Table of Contents Plus] Is only 1 [toc] shortcode per page supported?Hello!
I do not need any help, thank you anyway. I was merely trying to help @qrusnell by suggesting an alternative way to have multiple instances of a shortcode on a page.
There is a plugin called Shortcoder by which you can easily create custom shortcodes. I have not tested this, but the following solution should work.
Create two shortcodes with Shortcoder and put as content some javascript to detect desktop resp. mobile browser followed by a call to [toc] with suitable parameters. Now put both these two shortcodes onto a page and voilà, they both are run.
Forum: Plugins
In reply to: [Table of Contents Plus] Is only 1 [toc] shortcode per page supported?I came to think about using the plugin with name Shortcoder. You could create with it wrappers for the TOC shortcode. I have not tested this.
Forum: Plugins
In reply to: [ICS Calendar] Start date not now but the first existing date of the calendarI think I have sort of an explanation. For some reason the dropdown shows in my site only 12 months. Now if the
pastdaysparameter brings me back so much that the current month is not included within those days counting from the first day in the past, then the dropdown defaults to the first month.Note, that that particular calendar has events from 2018 upto June 2024. Even if I set
monthnav="both"I cannot browse with the arrows beyond those 12 months.So there is definitely something fishy going on.
I opted for now for a setting that allow browsing ca. three months backward and eight forward.
Forum: Plugins
In reply to: [ICS Calendar] Extra line breaks in the compact layoutOk. I opted for now for the quick fix.
A CSS selector
div.entry-content adid the trick, thank you.I have had a CSS selector for a button for a long time. There are several dark blue buttons on the site, all using the same CSS definition. As I said, I cannot remember for sure, but I think it previously was possible to have something like
<span class="myButton">Click here</span>(or<myButton>Click here</myButton>) in the “Link text” field and have the text using whatever style definitions you had for that class or element. Now that html element does not get evaluated, i.e. you literally see “<span class…”.Compare this to the “Content of topic first post” which gets evaluated. For instance I have for that
%excerpt…<br/><br/>[Read the whole article %title] and I do see the excerpt, an empty line and the text with the name of the article.So something has definitely changed, it might be this plugin or it might be something else. Anyway adding that CSS selector to my button CSS selector (some tweaking was required) solved the issue (which should not have risen at the first place at all).
Correction, the “link text” does not get trimmed but any html content is simply not evaluated, i.e.
<span class="myButton">Click here</span>looks like<span class="myButton">Click here</span>, there is no rendering as defined by the CSS classmyButton.I do not remember for sure how I did it, but I could make the link to look like a centered button instead of the current left-aligned link. Before I undertake a process of restoring old backups to check how I did it, I guess that the “link text” field allowed html (e.g.
<span class="myButton">Click here</span>), cf. the field “Content of topic first post”.Can the “link text” be made to permit html or a shortcode so that I can attach some CSS to it?
Forum: Plugins
In reply to: [Post Comments as bbPress Topics] How to customize link to the topic?I moved the question into a new thread.
You are misusing HTML. Use the tags, such as heading tags (h1, h2…h6) to mark up what an element is, e.g.
<h1>This is my highest level heading</h1>. Use CSS to attach styles to elements.The tag
strongindicates an important piece of text, cf. to the tagem. It does not indicate a heading.So my advice is to run a search and replace to have proper tags for headings.
Forum: Plugins
In reply to: [Table of Contents Plus] Does it work for French texts?The short answer: The plugin is language-agnostic.
A longer answer: The plugin works on headings, that is on the h1, h2…h6 elements, that are on a page. What these elements contain will be the lines in the table of content, i.e. if such a heading element contain something WordPress can display, that will be a visible row in the TOC.
Forum: Plugins
In reply to: [Table of Contents Plus] Plugin suddenly stopped workingTake a look at the thread with the name “New update broke the plugin“. Does the solution there solve your issue?
Forum: Plugins
In reply to: [Table of Contents Plus] Plugin suddenly stopped workingYou may want to look at this support forum for a solution.
Forum: Plugins
In reply to: [Aurora Heatmap] Does not collect dataHello!
I have been busy with other tasks. There seems to be a larger issue with some snippets not loading. I apologise for the noise.