Gart
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: continuous scrolling of images inside a postI haven’t used it yet, but the ‘drop in image slideshow gallery’ plugin seems a very good candidate. Any comments?
Forum: Fixing WordPress
In reply to: continuous scrolling of images inside a post@ govpatel,
Thank you very much for your recommendation. I really like your plugin, although for the purposes of my blog (https://www.stopthewarondrugs.org), I would prefer images that could dissolve, I do not know how to put it, “more naturally”?
Thanks again!
Gart
Forum: Fixing WordPress
In reply to: Comments on relevant postThanks to IntenseDebate brilliant support team (Michael Koening), the solution is to remove
<?php comments_template(); ?>
from the pages.php file
Forum: Fixing WordPress
In reply to: no search engine shows up my imageProblem solved.
Forum: Fixing WordPress
In reply to: Inserting and wrapping an image in a post, not in the headerThanks esmi, spot on!
xcloner/ovidiu, many thanks! Clear, precise and spot on advice. Thank you!
Forum: Fixing WordPress
In reply to: opening a link in a widget in a new windowExactly. As a matter fact, I’ve decided to let the options (right click) open to the end user.
Again, many thanks!
Forum: Fixing WordPress
In reply to: opening a link in a widget in a new windowBrilliant guys, thanks to you all.
Forum: Fixing WordPress
In reply to: opening a link in a widget in a new window39images, many thanks, your advice is spot on!
Root and Rev.Voodoo, I don’t want to compromise either useability or accessibility. Is your advice not to add “_blank” and let the end user right click to open it in a new tab?Forum: Themes and Templates
In reply to: Want to change the way Simplicity theme tagline displaysWhat you suggest is exactly what I mentioned I did in my fifth message above (the one on which you commented you couldn’t find in my public website). I’ve now learned that I can center it and change the font (as mentioned in my messages). What I haven’t been able to do is to rearrange the way the tagline displays (example above).
Forum: Themes and Templates
In reply to: Want to change the way Simplicity theme tagline displaysIn my previous message I said:
I tried to center it, but nothing happened. Another failed attempt.
What I meant is that I failed in trying to change the tagline display to something like this:
“Prohibition is an attempted cure
that makes matters worst for both
the addict and the rest of us.”
Milton FriedmanForum: Themes and Templates
In reply to: Want to change the way Simplicity theme tagline displayswhat you mean?
Forum: Themes and Templates
In reply to: Want to change the way Simplicity theme tagline displaysI’ve now managed to change the font size of the tagline by changing it from 1.2em to 1.05em in the following line in the css file:
#headertitle .description {font-size: 1.05em; }
I tried to center it, but nothing happened. Another failed attempt. I have now made the changes to my public website, in case you want to see the result.
https://www.stopthewarondrugs.org
By the way, I’m wondering why people seem to suggest/comment/ask once and then do not follow through until the problem is solved (for instance, jrav001, esmi). Is there a rule in this forum that doesn’t allow members to communicate more than once?
Forum: Themes and Templates
In reply to: Want to change the way Simplicity theme tagline displaysHi esmi,
I did it on my test site (localhost) to see what would happen. I don’t want to mess up my public website. Once I’m sure it works, I’ll make the definitive changes.
Forum: Themes and Templates
In reply to: Want to change the way Simplicity theme tagline displaysHi there,
I’ve been wrestling with this issue for a while (too long, to be honest)and wish somebody could help me solve it. So far, I’ve managed to change the position of the header title by adding the following line
text-align: center;
to the this line in the css file below:
#header h1, #header h1 a, #header h1 a:hover, #header h1 a:visited, #header .description { text-decoration: none; color: #fff; }
The problem is, I want to change the tagline, not the title. Any one?
Thanks!