elstellino
Forum Replies Created
-
Forum: Plugins
In reply to: [Rename wp-login.php] Auto redirection for /wp-login.phpThanks Janneke, I eventually did exactly that because the attacks became unbearable.
Forum: Plugins
In reply to: [Rename wp-login.php] Auto redirection for /wp-login.phpWell, it doesn’t.
Forum: Plugins
In reply to: [Rename wp-login.php] Auto redirection for /wp-login.phpI agree, i just downloaded and installed it after a brute force attack that exceeded my bandwidth, wouldn’t want to experiment the same just redirecting to 404…
Good call the one of the “redirection” plugin, wpweaver, thanks. Maybe overkill, but if it works I will do it.Forum: Themes and Templates
In reply to: [BlackBird] Formatting – Font Size / ParagraphsSure they are, but we are also inserting tags. I guess I should add new ones, then, correct?
ThanksForum: Themes and Templates
In reply to: [BlackBird] Formatting – Font Size / ParagraphsThanks, that explains it well.
If it’s another thread, write your solution there. If it’s within this thread, write your solution here.
Thanks, I will write about it later in the other thread, then.
But it won’t appear in searches, will it?Forum: Themes and Templates
In reply to: [BlackBird] Formatting – Font Size / ParagraphsNot sure which problems you’re referring to.
Well, because if I have other h2 fonts in the website they would change the size to 18px as well, instead of the 24px specified in the style.css file, or not?
For the paragraphs, try adding this general style;
p { margin: 10px 0; }This worked a treat, thanks! Marked as solved already!
One thing, Andrew: I then discovered how to remove the hyperlink behaviour on the three features at the bottom, but as it was an additional question in the thread I opened (me stoopid), I now don’t know where to write about it.
Forum: Themes and Templates
In reply to: [BlackBird] Formatting – Font Size / ParagraphsThanks Andrew, although 100px was a bit too much 😀 I guess it was meant to be a percentage value, in any case I did 18px (because I didn’t manage to give the appropriate size using the tag
<h4>and 100% on the CSS), now it’s perfectly fine all across the website. But I understand that what I did can create potential future problems, right?Pages: all the other pages accessible from the menu, About, Fees, Contact
here’s the Fees’ link for example:
http://pedrazzi.eu/wp/fees/Thanks!
LucaForum: Themes and Templates
In reply to: [BlackBird] Lost "Home Top Feature" in BlacbirdHave you tried re-uploading it?
Dashboard -> Appearance -> Theme Options -> Home Top Feature -> Upload Imagegood luck
In fact in the theme options the link fields for the 3 features are left blank by default, and on the homepage while hovering on them the status bar displays webiste.url/#.
“Anything” written on the URL field in theme options becomes a subfolder and links the title (but oddly not the image) to website.url/anythingThanks anyway, and Happy Easter if you celebrate it.
Luca
Thanks Andrew, this worked a treat!
May I ask you? I am also trying to eliminate the link behavior of the titles and the 3 images, getting sort of lighter on roll over, as I haven’t got anything to link them to. What I’ve written already is what I need to say, and not much more can be said.
How can I make them as normal text and images, please?Hi,
there is the usual place in the dashboard (Theme options) to add CSS behaviors.Thanks
Forum: Themes and Templates
In reply to: [BlackBird] Different or no background in mobile versionI was, but as it was also not displaying I tried to copy the file in the same directory of the snowball.png, which was instead displayed, and changed the path to the one I posted.
Forum: Themes and Templates
In reply to: [BlackBird] Different or no background in mobile versionHello, I have both options but I only used the one to modify the style.css file not to create additional mess and confusion.
I honestly don’t know, regarding the wrong path:
if I go to
http://pedrazzi.eu/wp/wp-content/uploads/2013/03/snowball.png
it shows the dot (-> correct path)
and if I go manually to the specified file for wider backgrounds
http://pedrazzi.eu/wp/wp-content/uploads/2013/03/background.png
it still shows.Forum: Themes and Templates
In reply to: [BlackBird] Different or no background in mobile versionThanks Andrew – no need to be sorry, I really appreciate your efforts!
Now it seems to work on mobile (or precisely, below 480px width) displaying the snowball.png 2✕2px grey dot, but at full screen the background is blank. For instance if I right click and select from the menu “View Background Image” it redirects to http://pedrazzi.eu/wp/wp-content/themes/blackbird; showing then the 404 page.
Now the style.css file is the only one reporting the code you told me.
This meaning that it’s not written in the css style options page of the theme.Luca
Forum: Themes and Templates
In reply to: [BlackBird] Different or no background in mobile versionHello,
Well – I tried but no luck. I gave the
!importanttag too after the("image2.png"), but it only shows the textile-like background which is difficult to display on mobile. I tried on the style.css and in the css options of the Blackbird theme too.
However I believe that this behavior depends from header.php, where I previously modified (probably, I honest don’t remember) a name file to redirect it to my background file, although I am pretty sure I just renamed my original background as background.png:<body <?php body_class(); ?> style="<?php if (blackbird_get_option('blackbird_bodybg') != '') { ?>background: fixed url(<?php echo blackbird_get_option('blackbird_bodybg'); ?>);<?php } else { ?> background: fixed url(<?php echo get_template_directory_uri(); ?>/images/background.png); <?php } ?>" >Thanks,
Luca