purissimo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zakra] Zakra 4.0 Footer Builder Bottom Area IssuesHi Rohit,
I have just uploaded my child theme via: https://zakratheme.com/zakra-child-theme/
Best regards,
GabrieleForum: Themes and Templates
In reply to: [Zakra] Zakra 4.0 Footer Builder Bottom Area IssuesYes Rohit, I’m using a child theme and it is active.
Forum: Themes and Templates
In reply to: [Zakra] Zakra 4.0 Footer Builder Bottom Area IssuesHi Rohit,
as you can see in the second image (Frontend), there is some content in the widget/html
1. Copyright: “© 2024 Gabriele Strache”
2. HTML 1: “Impressum Datenschutzerklärung”
but it is not visible in the Backend.This all relates only to the Footer Bottom Row, whereas the contents of the Top Row and the Main Row is visible in the backend.
Regarding the Bottom Row I can even see and change the color ofborder-top.Best regards,
GabrieleForum: Themes and Templates
In reply to: [Zakra] Zakra 4.0 Footer Builder Bottom Area IssuesHi Rohit,
The URL of my site is: https://gabriele-strache.de/ .
Here is the backend of the Staging-site: The elements of the footer bottom row are not visible
Here is the frontend of the staging-site, where the footer bottom row is visible, but the copyright and the HTML 1 elements are centered in their columns

Thank you for your help!
Dear Joel,
Thank you for the quick and professional help for my specific problem. Thanks to your screencast it was quite easy for me to adjust the settings. And I must admit, that by doing so I was using the Responsive Mode for the first time. So it didn’t only solve my problem, but I also learned a lot from it.
With kind regards,
- This reply was modified 2 years, 4 months ago by purissimo.
Forum: Themes and Templates
In reply to: [Zakra] Zakra 3.0 Open mobile submenuThank you Barsha, after updating to Zakra 3.0.2, the issue with the sub-menu has been fixed 🙂
Forum: Themes and Templates
In reply to: [Zakra] Zakra 3.0 Open mobile submenuThx for taking care of it!
Forum: Themes and Templates
In reply to: [Zakra] Zakra 3.0 Open mobile submenuHi Barsha,
I’m sorry, but in Zakra 3.0.1 this issue still persists.
RegardsForum: Themes and Templates
In reply to: [Zakra] Zakra 3.0 Open mobile submenuThanks for your help, Barsha! I’m glad to hear that the issue will be fixed in the upcoming version of Zakra.
Forum: Themes and Templates
In reply to: [Zakra] Text too large in WordPress EditorHi,
Since Zakra 3.0.0.5 the editor issue is fixed!
ThxForum: Themes and Templates
In reply to: [Zakra] Zakra 3.0 Search field instead of iconHi,
I just found out the reason for the weird behaviour of the header search bar on my staging site. It is because I replaced the wordpress search by the Google Programmable Search Engine. For this I had to provide asearchform.phpin the child theme. In order to work with Zakra 3.0 I had to customize the updatedsearchform.php. Now everything looks and works as desired!
Regards.Forum: Themes and Templates
In reply to: [Zakra] Zakra 3.0 Search field instead of iconHi,
Meanwhile I found a workaround for this issue:First I commented out the following css that the Zakra service team had inserted in my child theme’s css:
/*.zak-header-search__toggle { display: none; }*/
Thus the search-icon (magnifying glass) was displayed.Then I hid the search form by the following css:
.zak-header-search form.search-form { display: none; }
If you now click on this icon, the search-form is dispayed in the header section by this css:@media screen and (min-width: 768px){
.zak-main-header.zak-header-search--opened form.search-form { display:block; }
}I would be glad if you could tell me a better and saver way to target this issue.
In this help center article https://docs.zakratheme.com/en/article/how-to-remove-the-search-icon-from-the-header-main-area-wgepo6/
I maybe found the reason for this issue: In Appearance > Customize > Header & Navigation > Header Search in my Zakra version I have only the toggle “Enable” but not the toggle “Full Search Form”, which I think would do the trick.Regards
Forum: Themes and Templates
In reply to: [Zakra] Zakra 3.0 Search field instead of iconHi Barsha,
This time my question refers to the dektop view of a Zakra 3.0 website. As I’m testing it on a staging site I cannot provide you with a link. But you can access screenshots of the live site (Zakra 2) and the staging site (Zakra 3.0) here:
https://c.gmx.net/@324534827569124460/8dPk4987StGXGJpQ7HahZA
In the desktop version I’d like to see the icon only, so that the main menu can be displayed in one row like it is now on the live website.
Thanks for your helpForum: Themes and Templates
In reply to: [Zakra] Text too large in WordPress EditorHi,
I have the same experience since I’ve updated to Zakra 3.0. The font-size in the editor is: 25.6px! This makes it really hard to imagine how the page content will look like in real life. So I hope this issue will be fixed soon.
RegardsForum: Themes and Templates
In reply to: [Zakra] Zakra 3.0 Footer content vertical alignmentI have fixed it: For some reason Customizer had inserted a blank <div> after the text(<p>) in zak-footer-bar__2 which caused the poor alignment as it had been assigned the default font-size (1.6rem). I somehow managed to get rid of the superfluous <div> and now everything is perfect.
Regards