wpgerd
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Missing featuresHello,
thanks for the new Feature “Switched the “+” beside each FAQ to a “-” when it’s open”. That what we need.
But unfortunately now the Accordion (Close old open FAQ when a new one is clicked) didn’t work. I saw this on my page and tested with my test-WP. Installed Ultimate FAQ 0.23. Accordion works. Update to 0.24 Accordion didn’t work. http://themes.gerdzim.ch/plugin-demo/faq/ultimate-faq/
Hope you can fix this. Thanks!Gerd
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Missing featuresHi,
I think Bob had the problem with custom CSS. In my WordPress there was no issue with custom CSS. When I insert code and save it was saved, when I clear custom CSS and save, it was empty. Hope Bob can clarify this.
I don’t know the reason, why CSS on one page was with and on other without underline. I used other FAQ-Plugins before, possible this was the reason? but as I wrote, after recreating the first two pages, layout is consistent.
I misunderstood the function of the code, because I’m waiting for the feature with changing symbols;-)
For me it’s easier to choose one symbol from a list. Possible there are some extravagant styles, but that is not important for me. There are several standard-symbols for such symbol like +/- or arrow right/down. I’m not familar with upload icons.Thanks for you nice Plugin!
Gerd
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Missing featuresYour theme has the text-decoration to underline for all “a” on one page. The other has it set to none.
I wonder why this was not in the first 2 FAQs and only in the last 4. The style.css for the child-theme define it without underline. I recreate the first two pages and change the CSS-Settings for the child-theme. Now all FAQs have the same layout.
I also delete the Custom CSS in Ultimate FAQ and save. In my WP this was saved correctly. Possible Bob have another problem with this.
I hope we do not have to wait too long before this missing feature of changing symbols is realized. We have several users here, who want to use this. Don’t get me wrong, Ultimate FAQ is the best Plugin we have for this, everything can be done better 😉
Gerd
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Missing featuresHi,
Don’t know what happened. Looks like there are differences between Browers. In Firefox and Chrome I see the “-” as symbol. In IE 11 there are no symbols.
In all browers, there is no change when I open the answer, the symbol is always “-“. I understood, with this code above, the symbol will change if you open a answer. Or was this a missunderstanding?
Other problem is, that there differences in formatting. On http://tradenavigator.ch/faq/charting/ the symbol is with underline on http://tradenavigator.ch/faq/kursdaten/ symbol i without underline. I can’t remeber that I made this difference. Shortcode is both [ultimate-faqs include_category=”category-name”]
Gerd
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Missing featuresHello,
I’ve add your code to the custom CSS-field of Ultimate FAQ, but now the symbol will not be display, neither the answer is visible. What do I do wrong?
http://tradenavigator.ch/faq/charting/Gerd
Hello,
in addition to my post before. If you use .htaccess also for directory Protection and move to another domain, Server of folder, you also to adjust the path in .htaccess
<Files wp-login.php> AuthName "Admin-Bereich" AuthType Basic AuthUserFile /path/domain.com/htpasswd.123456789 require valid-user </Files>Gerd
Hello Cory,
now I had the time to make some tests with a WP-Installations where the wp-content-folder was renamed and the login-slug was changed
Here are my results:The original .htacces always was restored as .htaccess.orign and a smaler Version without specifi code, was restored as .htaccess. So if you restore on the same Domain, Server and folder, I changed the names so the .htaccess.orign beome the activ version and the login-slug works.
In case you move to another it’s the same, but you should have a look, if there are other path to change.The wp-config.php was restored without changes. So if you restore on the same same Domain, Server and folder there is no problem. If you move to another same Domain, Server or folder, you have to adjust the path of the two rows in this file
define( 'WP_CONTENT_DIR', '/path/domain.com/loginslug' );So both security-changes can restored with Duplicator. I didn’t test your proposal to export the settings of iThemes Security because, the test WP works with the free Version of this plugins, there you can’t export/import. Other reason was that I want to have full control about the changes.
Hope that helps other users.
Gerd
Hello Cory,
Sorry, the problem is the wrong version of WP. I normaly use german version and the restore gives me only the english version and I can’t change this. In my opinion Duplicator can’t work correct, if the wp-content folder was changed because of security-reasons 🙁
I test this with other WP-installations without this change. They work correctly.
I’m not really sure, but I think, this works also in the past with wp-installations and renaiming wp-content-folder. But actually WP rolls out an update of language-files. Possible this two thinks are the reason?Gerd
Hello,
I’ve updated to version 0.12 and now I can open directly from plugin page to settings of Ultimate FAQ. Thanks!No I wait for Category Column in Backend 😉
https://wordpress.org/support/topic/back-end-faqs-page-needs-a-category-column-for-quick-sorting?replies=4Gerd
Hi Rustaurius,
yes that’s rigth
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Problem with searchHello EtoileWebDesign,
possible I found the solution. First I thougt, there is something wrong with the URLs. I have had a page with http://beta.tradenavigator.ch/faq/ and I thougth WP made the change from faq to faqs. But after changing the url to http://beta.tradenavigator.ch/frage-und-antworten/ there was no different.
After that I refreshed the permalinks and now it works. Possible it’s necessary to refresh them after import from other FAQ-Plugins?
I’ve missed something or could this be a good complement to the information trough the process?Curious was, that I had yesterday the same problems with the fresh installation and today they are solved. The reason was, that I forgot to set the permalinks to name, as I do always. Today I saw this and made it correct, so the test-Installation works also now.
Thanks for this good plugin!
GerdForum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Question to CSSHello EtoileWebDesign,
I try to test this on http://beta.tradenavigator.ch/faq/
Insert the code I wrote above in Custom CSS of Ultimate FAQGerd
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Question to CSSHello EtoileWebDesign,
sorry, I’m Beginner with CSS. I understand, with this code I change font-size and line-height of h4 overall.
I only want to change the class .ufaq-faq-category-title and .ufaq-faq-title. So I set.ufaq-faq-category-title { font-size: 24px; } .ufaq-faq-title { font-size: 15px; } .ewd-ufaq-post-margin-symbol font-size: 15px; }Possible I misunderstand something. Can you help? For me as beginner it would be easier to set categorie or title to h3, h4 or h5. but I understand, the way with the Custom CSS field is much more flexible. But you have to use the right commands 😉
Gerd
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Problem with searchHello EtoileWebDesign,
yes, there must be something wrong with /faqs/.
I installed a fresh clean WP with Ultimate FAQ and got the same problem: http://wptest.gerdzim.ch/?s=antwortthe link goes to search for “antwort” and if you click on title you get no results. The link of title goes to http://wptest.gerdzim.ch/faqs/frage-2/ and if I go to this FAQ in Ultimate settings, there is the same URL: http://wptest.gerdzim.ch/faqs/frage-2/
The Term /faqs/ will be created, if I add a new faq. Possible WP change something or there is a bug in Ultimate FAQ?
Gerd
Hello EtoileWebDesign,
yes this is only there. I installed Ultimate FAQ in several WP-Install and all the same. Nothing special. I have reset my WP-Testinstallation and it’s the same. You need more rights only on plugin page. In Register FAQ it’s no problem to open and save settings.
Gerd