Chigolo
Forum Replies Created
-
Thx @yingscarlett
I have now integrated the code as follows, so that I have only deactivated the module in the desktop version and the menu and the search module are displayed in the mobile view as intended by Genertae Press.
/* GENERATE PRESS SEARCH MODUL ONLY ON DESKTOP */ @media(min-width:769px) { .menu-bar-item a[data-gpmodal-trigger="gp-search"] { display: none; } }
Thx for your support. SOLVED
Yes. With this settings in the customizer: https://gyazo.com/1b373b74f227375b2f7083702a4377fc and the code in my oprevious post it`s allways visible.
Hey @yingscarlett
The Code doesn’t work for me. I have the following settings in de customizer: https://gyazo.com/1b373b74f227375b2f7083702a4377fc. So the search is shown everywhere.
The best result for me would be to only have it shown in the mobile versions, but NOT in the desktop version. I think I have to activate the search in the cusotmizer, but tehn exclude it with css in the mobile versions, right?
I’ve tried this code the exclude the search modul in the mobile versions:
@media (min-width: 769px) { .menu-bar-items .search-item { display: none !important; } }
Forum: Themes and Templates
In reply to: [GeneratePress] Plugins page loads slowlyCould it be that it is something to do with the server or the host? Maybe there is a local or temporary error.
Forum: Themes and Templates
In reply to: [GeneratePress] Settings of padding of a single widgetTop support, thx!
Thx @alvindcaesar, that`s working. Can I also set it to the right?
And is there also the possibility to activate the search only in the mobile version?
Forum: Themes and Templates
In reply to: [GeneratePress] Settings of padding of a single widgetOne more little thing @alvindcaesar.
Why does it work on on fitnsexy.de but the same code on my-new-baby.de doesn’t work with the widget (in this case: #ajaxsearchlitewidget-2). The padding with the same pixels are different.
Thx in advance.
There you go: https://www.fitnsexy.de
Can I send you the URL right here?
Forum: Themes and Templates
In reply to: [GeneratePress] Settings of padding of a single widgetThx @alvindcaesar it′s working.
Thx for your support!
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Double backup with DropboxIn the meantime, I contacted the host. The “problem” seems to be with the cron job itself, because manual backups via link worked.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Double backup with DropboxThanks for the feedback.
As I already wrote, I already use an external link to a cron job from my host and not the one integrated in WordPress.
Is it definitely due to the cron job? If I access the URL manually, only a backup is created.The told me, that they can’t find an issue. What should they do? Is it something with the IP?
It was already enabled, please see:
Thx. It`s working fine!