jackfalstaff
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Bento] Edit font size of sub menusI have the same problem. I found this style in the original theme:
.primary-menu .sub-menu { display: none; position: absolute; z-index: 9999; width: 200px; width: 20rem; font-size: 11px; font-size: 1.1rem; border-top: 1px solid #ccc; }
But nothing happens when I put this code in my child theme:
.primary-menu .sub-menu { font-size: 14px; font-size: 1.4rem; }
Still the 11 px font. How can I solve this?
- This reply was modified 4 years, 9 months ago by jackfalstaff.
Forum: Plugins
In reply to: [Smart Slider 3] Can’t control background height in responsive modeJust one thing I noticed when I created the correct slides: If I put the image as a background it adjust by itself to the slider height and width. Since I had so few words for each slide, I could out them as text layers on top.
The plugin is very versatile! Thank you!
Forum: Plugins
In reply to: [Smart Slider 3] Can’t control background height in responsive modeThanks Laszlo for the help. Everything works now.
Best regards
Forum: Themes and Templates
In reply to: [Bento] Translate “Continue reading”Hello again,
just a report on how I solved this problem. I installed Loco Translate and created an override for the text string. I suppose it would have been no problem at all if this theme had been translated into my native language. I have seen solutions in other themes where text strings like this can be altered in the settings. Such a solution helps out when a theme translation is not at hand. It felt kinda akward to install a plugin for just one text string. But it works…
Best regardsForum: Fixing WordPress
In reply to: Custom field doesn't display in a single postBrilliant!
The plugin pointed me to the file content-single.php.
I added the code as in content.php and voilá it works.Thanks a million…
Best regards
Forum: Plugins
In reply to: [Contact Form 7] Error after update to WP4.2.2 – A solutionBrilliant! Thanks!
I’ve had great problems as my website needed to be updated, but I could not achieve this since the CF7 stopped working. I tried many different solutions in a dev site, but everyone of them broke down the forms when the WP 4.4.2 was installed. But now I have been able to update everything with the CF7 plugin still working.
This was my procedure:
1. Backup the present forms according to Takayuki Miyoshi’s link above
2. Update WP to latest version
3. Uninstall the CF7 plugin (that’s not working)
4. Reinstall the latest CF7 plugin
5. Import the exported forms (p 1) via Tools-> Import –“WordPress” importer plugin
6. DoneSo far, so good.
Best regards