steve92
Forum Replies Created
-
You have to check and click Activate / Deactivate where there is the red arrow.
In my last post I put the screenshot: you must to disable user emails and they will not receive alerts for new articles.
You can give it a try: you subscribe to Subscribe2 as a user and then how admin you make a new post.If you don’t want to notify for new articles, you need to uninstall Subescribe2 plugin because you don’t need it.
To view the setting in the edit area, see the screenshot below.
<br />modifica foto online gratis italiano<br />Solved.
The user who can edit the post must click the Send Preview button and he himself will receive the email with the preview of the last article written in order of date.Forum: Themes and Templates
In reply to: [Donovan] How to set the menu bar css?Solved, this is the CSS for those interested.
/* Altezza barra del menù */ .primary-navigation { height: 40px; } /* Barra del menù */ .primary-navigation-wrap { position: relative; background: #e6e6e6; border-top: 1px solid #fff; } /* Formatta categorie del menù */ .main-navigation ul li.current-menu-item > a { background-color: #f8f7f9; height: 40px; text-decoration: none; margin-top: 8px; padding-top: 8px; } @media screen and (min-width: 320px) and (max-width: 1136px) { /* Altezza barra del menù */ .menu, .primary-navigation { height: auto; } }Forum: Themes and Templates
In reply to: [Donovan] How to connect Three Columns ?!Columns or previews?
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] The menu bar does not disappearForum: Plugins
In reply to: [Sticky Menu & Sticky Header] Spacing above sticky header barYou find this CSS
.wp-site-blocks> * + * { margin-top: var (- wp - style - block-gap); }edit it like this
.wp-site-blocks> * + * { margin-top: 0px; }However, if you want the changes not to be deleted you have to create a child folder and put the modified files inside.
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Spacing above sticky header barTo solve the spacing problem you have to work on the CSS or look in the header.php file if there are any tags e.g. <br>
If you look at my home there is header and under the menu bar stecky https://albenessereblog.altervista.org
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Spacing above sticky header barThe yellow bar is sticky and works with Chrome, but not Safari.
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Spacing above sticky header barI have looked at your site, but I see that the yellow bar is not sticky. I see you have this CSS controlling the yellow bar. Work on the margin-top class=”wp-container-4 wp-block-group has-background has-no-padding”
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Spacing above sticky header barIf you are logged in, the black admin bar appears, this is correct operation.
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] The menu bar does not disappear


