steve92
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Plugin does not keep the settingMaybe I solved it, changed the css class to sticky element and deleted “Space between top of page and sticky element: (optional)”, it seems to work.
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Plugin translation not visibleI think that to solve the translation problem you have to make sure that when you install the plugin it has to automatically create the .mo and .po files in the translations system folder.
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Plugin translation not visibleI SOLVED.
A copy of the .mo and .po files in the system translations folder was missing.Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Manual setting CSSI want to do one simple thing: when the menu bar goes up to the top it has to stop, this must happen even if the WordPress black bar is activated. I have now set the code for how I see the home, but you will see the menu bar below a few pixels.
My CSS code:
#masthead { position: -webkit-sticky; position: sticky; top: -123px; z-index: 9999; }This is my site: https://albenessereblog.altervista.org
- This reply was modified 4 years, 4 months ago by steve92.
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Problem with pc monitor sizeMaybe it’s as you say, if I do the test with these measures everything works fine: http://www.responsinator.com
My site is this: https://albenessereblog.altervista.org
Forum: Plugins
In reply to: [Compliance by Hu-manity.co] Banner doesn’t work in Safari desktopI also use Safari, you just need to install the plugin and set it up. When the user logs in for the first time, the warning appears.
You can check my site: https://fotoebenessere.altervista.org/
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] WordPress 5.8 workaroundThe block id does not work. Classic Widgets plugin is good.
I also have this error, but I don’t know how to fix it, in the meantime I have to deactivate the plugin.
Forum: Plugins
In reply to: [Post Views Counter] Hide graph icon in tray barThis is CSS solution:
.pvc-graph-container { display: none !important; }Forum: Plugins
In reply to: [Compliance by Hu-manity.co] Font Size CSSThis
#cn-notice-textForum: Plugins
In reply to: [Subscribe To Comments Reloaded] Problem with Management pageSolved!
On the page there was this double code
[stcr_management_page]Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Problem with Management pageForum: Plugins
In reply to: [Better Recent Comments] When next update the plugin?Forum: Themes and Templates
In reply to: [Donovan] Bbpress font size@ricsca2
have you tried to modify the css of the fonts of that specific area?Forum: Themes and Templates
In reply to: [Donovan] Problem with pages@themezee
I solved the problem, now it works correctly:
in ./template-parts/content-page.php I replaced<?php the_post_thumbnail(); ?>
with
<?php get_the_post_thumbnail(); ?>You can add this change to the next version of the theme.
