passegua
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Secure Contact Form] About Fast Secure Contact Form redirect problemRight, I’ll post my question to JetPack forum too.
Thanks.Forum: Plugins
In reply to: [Fast Secure Contact Form] About Fast Secure Contact Form redirect problemThanks to Mike I inserted this line after:
‘si-contact-form/si-contact-form.php’ // Fast Secure Contact Formand now Fast Secure Contact Form redirect works great.
But I do not understand the other message about open graph: “If they did so, it could actually cause their own ‘Publicize and ‘Sharing’ modules to not have any open graph tags since my plugin does not add any.”
It means that ‘Publicize and ‘Sharing’ now wont work any more?
I mean: is there any way to have BOTH Secure Contact Form AND ‘Publicize and ‘Sharing’ working properly together?
Many thanks and best wishes.
Dan
Well, I did it, but nothing change in my theme.
Any other suggestion?
Thanks.[ link removed, correct link provide above already ]
Hi everybody, I’ve read https://jetpack.me/support/infinite-scroll/
but I didn’t understand “where” should I add those code line?
add_theme_support( ‘infinite-scroll’, array(
‘container’ => ‘content’,
‘footer’ => ‘page’,
) );
to which file?
1) functions.php ?
2) index.php ?
???Many thanks.
My wordpress blog is here:
Forum: Themes and Templates
In reply to: Drop down menu hoverI gave up this issue since I’ve found a new theme supporting drop down menu and much more.
This theme is suffusion and I like it very much.
Many thanks anyway for what I’ve learnt from your suggestions.Forum: Themes and Templates
In reply to: Drop down menu hoverThanks Andrew,
I like easiest things.
I already have a Custom CSS plugin, is that one that comes within Jetpack.So what should I put into it? The whole new CSS automatically generated?
How could my wordpress theme knows where the drop down menu must be?Thanks again
Forum: Themes and Templates
In reply to: Drop down menu hoverI could create a CSS for drop-down menu using “Drop down CSS generator”
I download the file and then?
Where shoud I put those lines? Just merge with the existing style.css in my theme?
How could I put the drop-down menu where ever I want?
I’d like to substitute <?php wp_list_pages(‘title_li=0&depth=2’); ?>
wiht a drop down menu so should I change also header.php?As you see I have many questions, please help me if you can.
Many thanks.Forum: Themes and Templates
In reply to: Drop down menu hoverI’ve read both but I didn’t understand a single word.
How could I build a drop-down menu?
Where do I put the CSS drop-menu lines?
In which part of css file I should add:
<?php wp_list_pages(‘title_li=0&depth=2’); ?>
Anyhow, thanks.Forum: Themes and Templates
In reply to: Drop down menu hoverOk, I’ll have a try, even if I’m totally ignorant about php coding.
Thanks.Forum: Themes and Templates
In reply to: Start e new post with a bigger font (default is too small)Excellent! You’re really helpful!
Forum: Themes and Templates
In reply to: Start e new post with a bigger font (default is too small)Many thanks, now I’ll check if your code:
.storycontent p {
font-family: verdana;
font-size: 18pt;
}will work even when posting using windows live writer,
and … it does!https://lnx.sinapsi.org/wordpress/2000/08/13/this-is-working-well/
Forum: Themes and Templates
In reply to: Start e new post with a bigger font (default is too small)Wow! It seems to work!
I copied exactly what you said:
.storycontent p {
font-family: verdana;
font-size: 18pt;
}and now it’s correct!
Forum: Themes and Templates
In reply to: Start e new post with a bigger font (default is too small)I can display the fonts I like only if I, manually each time, add the html code, such as:
<p><font size=”5″>This font has been set manually changing the html code.</font></p>I’d like not to change it manually, but having it already set as default font.
Forum: Themes and Templates
In reply to: Start e new post with a bigger font (default is too small)I’d like to change the default font of every post.
I suppose the paragraph font has to be changed.
I’d like to click on “add a new post” and start writing with, let say, verdana 18pt, then publish it and read it on my firefox as, let say, verdana 18pt.
That’s all.Forum: Themes and Templates
In reply to: Start e new post with a bigger font (default is too small)I added custom style plugin,
I added these lines in it:<style type=”text/css”>
font-family: verdana;
font-size: 18pt;
</style>nothing changes, neither editing neither posting.
always tiny tiny font as in this post:https://lnx.sinapsi.org/wordpress/2000/08/11/very-small-writings/