AlwaysEnthusiast
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Calculated form not appearingThe calculator was only shown briefly and then vanished again. I was using the standard WordPress “Shortcode” to insert “[CP_CALCULATED_FIELDS id=”6″]”. Your short video made me realise that your plugin has a new tool to insert the code on the relevant page. When I used that instead it seem to work (at least for now).
Forum: Plugins
In reply to: [Calculated Fields Form] Calculated form not appearingI duplicated the Shortcode on the WordPress page and removed the first instance of the shortcode. That made everything start working again. Peculiar problem… …
- This reply was modified 1 year, 6 months ago by AlwaysEnthusiast. Reason: Marking as resolved
Forum: Plugins
In reply to: [Recent Posts Widget Extended] default bullet goes into textI found another plugin that does not have this problem: https://www.ads-software.com/plugins/acf-recent-posts-widget/
Forum: Plugins
In reply to: [Recent Posts Widget Extended] default bullet goes into textAny idea of how to fix the glitch appearing in version 2 of this plugin (worked fine in previous versions)
Forum: Plugins
In reply to: [Sticky Side Buttons] Plugin is marked as abandoned“Good idea! Thanks @netzlodern . Done.” Does this means a tiny update was done? www.ads-software.com states it was 6 years since last update of this plugin. Was the tiny update published elsewhere? If so please also ensure the update is uploaded / visible at www.ads-software.com.
I have been using this plugin for years and it still does the job well.
Forum: Plugins
In reply to: [Collapse-O-Matic] Long space between title and contentI removed your first suggestion above that was
/*Reduce the margin or space directly after a header-Collapse-o-matic*/ .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { margin: 20px 0 5px 0; }
…because it did not seem to make any difference
…and then added your last suggestion.collapseomatic { padding: 0 0 0 16px; } .collapseomatic_excerpt, .collapseomatic_content { margin-top: -10px; }
…and problem solved. THANKS FOR GOOD SUPPORT!
Forum: Plugins
In reply to: [Collapse-O-Matic] Long space between title and contentThanks for the reply. I could add the first CSS to customize the theme. It seems this only influences the margins before and after the complete block (including the title). It does nothing to alter the distance from the title to the text included. The second suggestion made a small difference. If you look at the same Webb page you can see that the first item have everything in one line (as your second suggestion) but the other two is as before. Any other suggestions?
Forum: Plugins
In reply to: [Chatbot with IBM Watson] “moving to watson.cloud.ibm.com”I did find the problem. I marked the credentials with my mouse (ensuring I marked everything) and pressed Ctrl+C to copy the information to the clipboard. However, to the right of this information was a symbol for copying the information to the clipboard. Using that symbol resolved the problem. Hence, the symbol provided by IBM and Ctrl+C seem to work differently in this specific context. Everything works fine again ??
Forum: Plugins
In reply to: [Chatbot with IBM Watson] “moving to watson.cloud.ibm.com”I tried this. It was easy to create new credentials on IBMs site. However, when entering them into the Watson WP Plugin it says:
{ "code": 404, "error": "Not Found" }
I have checked carefully and I am sure I enter the new credentials correctly. The consequence is that the chat boot is now inoperable ??
I would appreciate a quick solution.
Forum: Plugins
In reply to: [Auto Menu From Pages] Sort items alphabetically…forgot that I can reorder pages using the setting “Order” when editing a page. That will solve my problem for this small site. However, I also have other sites with much more pages so a function to automatically sort items in alphabetical order would still be very handy.
Gr8! I tried this and it worked on all tables ??
.tablepress tbody td { background-color: #f3ebde !important; color: #352003 !important; }
I used the first of your suggested codes and it fixed the problem. Thanks!
Forum: Plugins
In reply to: [Joli Table Of Contents] Headings by custom depthThanks for this clarification. I am happy to pay for good plugins.
Forum: Plugins
In reply to: [Joli Table Of Contents] Dots and numbers mixedThanks for your reply. I added your suggested custom CSS and it fixed the problem. For coming updates I think Rookie (@alriksson) has a point. My theme would not add these dots for an ordered list. It only does it for an unordered list.
Forum: Plugins
In reply to: [Joli Table Of Contents] Dots and numbers mixedI think this is the same problem as pointed out by Rookie (@alriksson) when he says: “Numbers as
<ul>
is not correct should swap to<ol>
once this is selected.” When I use your plugin and set it to use numbers as prefix my theme adds the dots for unordered lists. I don’t get this problem with “Easy Table of contents”. Hence, I think this is a glitch in your plugin that needs to be fixed. Otherwise your plugin looks like the best table of content plugin so far ??- This reply was modified 4 years, 4 months ago by AlwaysEnthusiast. Reason: Tagged code as code