I installed a plugin named Limit Login Attempts as it seemed a prudent thing to do. I then got alerts that there were 250-300 blocked attempts to login every 24 hours. They even seem to be using my cryptic (not “admin”) name, which I find strange. Where are they getting that from…? I’ve now installed Blackhole for Bad Bots which has successfully reduced the bot activity by 2/3.
So my question is …Are these typical bot traffic numbers for a WordPress website?
]]>Warning: Undefined array key “Normal” in /home/danskyrk/mydomains/rebbe.be/wp-content/plugins/redirection-reporting/forms.php on line 275
]]>The colors change correctly when the page is a subpage.
But if I set this page (or any other subpage) as home – the menu stops working as I would like.
How does it look like?
1) If the color yellow is set as Active – then all texts in the menu are yellow all the time. This means that you cannot see the “Hover” action.
2) If I change Active to black color – then you can see the “Hover” effect (text under the cursor is yellow), but you cannot see the effect of Active (text is black, as set).
Links for examples:
ad 2) subpage – with black, yellow, black = https://eng.sitemode.pl/home-test/
ad 2) home page – with black, yellow, black = https://eng.sitemode.pl/
Perhaps this is a problem of using anchors on a OnePage type page?
The anchors are made into sections (e.g. O nas = About Us) and the menu (/#About, /#Onas) directs to those anchors.
Is it possible to set this up correctly and how?
PS
Additional surprise – when you select a word from the menu and the page automatically scrolls to the selected section, the word in the menu gets a thin black rectangular frame. But I do not set such an effect for the “Active” variant. So why is this happening?
The colors change correctly when the page is a subpage.
But if I set this page (or any other subpage) as home – the menu stops working as I would like.
How does it look like?
1) If the color yellow is set as Active – then all texts in the menu are yellow all the time. This means that you cannot see the “Hover” action.
2) If I change Active to black color – then you can see the “Hover” effect (text under the cursor is yellow), but you cannot see the effect of Active (text is black, as set).
Links for examples:
ad 2) subpage – with black, yellow, black = https://eng.sitemode.pl/home-test/
ad 2) home page – with black, yellow, black = https://eng.sitemode.pl/
Perhaps this is a problem of using anchors on a OnePage type page?
The anchors are made into sections (e.g. O nas = About Us) and the menu (/#About, /#Onas) directs to those anchors.
Is it possible to set this up correctly and how?
PS
Additional surprise – when you select a word from the menu and the page automatically scrolls to the selected section, the word in the menu gets a thin black rectangular frame. But I do not set such an effect for the “Active” variant. So why is this happening?
Thanks
]]>I found an issue: gutenberg blocks (like an image in a post) set to full width don’t show full width.
I installed the demo page, and in customize/layout/site container/ is set to 800px width, and the default container is Normal. I want the blocks (like paragraphs) maintain 800px, but the images set to full width go up to it.
I only can get full width by changing “Normal” to “Full Width/streched”, but it also ignores the 800px.
I found a solution here: https://weblines.com.au/gutenberg-blocks-wide-alignment-full-width/#devaside , maintain the default container to Normal and 800px and:
– adding the snippet to functions.php:
<?php
/**
* Register support for Gutenberg wide images in your theme
*/
function mytheme_setup() {
add_theme_support( 'align-wide' );
}
add_action( 'after_setup_theme', 'mytheme_setup' );
– and also this, to the css:
.entry-content .alignwide {
margin-left : -80px;
margin-right : -80px;
}
.entry-content .alignfull {
margin-left : calc( -100vw / 2 + 100% / 2 );
margin-right : calc( -100vw / 2 + 100% / 2 );
max-width : 100vw;
}
.alignfull img {
width: 100vw;
}
This is my clean installation using only the woostify wizard: https://mimay.es/oneact/2018/10/16/when-feeling-tired-of-human-relationships/
Could you tell me if its an issue or im doing something wrong,
huge thanks in advance!!!!
I tried to create a quiz with watuquiz and it’s fine.
Except the fact that it’s displaying my anwser’s quiz sentences in BOLD.
As you can see on the link the three questions are in Bold but cause I choose too put them in bold.
For the answers sentences I would like them to be in normal font.
But Impossible xd
I even tried to create CSS code to have them in normal font but it’s not working either.
Could you help me to make those answer sentences in normal font instead of bold please ?
Regards,
JC
The good things about this theme are, its minimalist, it doesn’t have a lot of other clutter, the ‘read more’ button, and social media tabs come integrated. The posts get displayed on the nice card.
The theme creators gave me good technical support to customize the theme.
I highly recommend this theme for bloggers and magazine publishers.
]]>