AurelioDeRosa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Annarita] right side barGlad you solved your problem and you liked the theme. Thank you for using!
Forum: Themes and Templates
In reply to: [Annarita] Annarita Parent PagesKase gave you the right answer. Moreover, this isn’t really a theme related question.
Forum: Themes and Templates
In reply to: [Annarita] right side barHello, I don’t see the issue. I see the right bar on each page.
Forum: Themes and Templates
In reply to: [Annarita] exchange more by an image read moreCan you explain better your problems? However, this is not a theme specific question.
Forum: Themes and Templates
In reply to: [Annarita] Change “subject line” of Outgoing EmailHello.
As I said, this isn’t a problem related to the theme. In fact, here you’re hooking two WP filters to change the name (http://codex.ww.wp.xz.cn/Plugin_API/Filter_Reference/wp_mail_from_name) and the email (http://codex.ww.wp.xz.cn/Plugin_API/Filter_Reference/wp_mail_from). I’m not aware of a filter to change the subject but probably it does exists.
Forum: Themes and Templates
In reply to: [Annarita] Change “subject line” of Outgoing EmailHello. This problem isn’t related with the theme but depends on the plugin or the script you’re using to send the email.
Forum: Themes and Templates
In reply to: [Annarita] View on Internet Explorer 8The fact is simply that IE < 9 doesn’t support border-radius, so it can’t show the rounded corners while modern browsers (Chrome, Firefox, IE >= 9 and so on) can.
Forum: Themes and Templates
In reply to: [Annarita] Flash Banner HeaderI’m glad it worked and you like the theme. If you don’t mind, don’t forget to vote it. I would appreciate it.
Forum: Themes and Templates
In reply to: [Annarita] Flash Banner HeaderYou have to put it inside the
<header class="main-header" role="banner">tag located in the file called
header.phpForum: Themes and Templates
In reply to: [Annarita] change rss feed to email with annarita themeHello. An URL isn’t something you can find in a folder like an image. You can change the URL (the
hrefattribute of the<a>tag) of the feed changing the following line in theheader.phpfile:<a href="<?php bloginfo('rss2_url'); ?>" title="<?php bloginfo('name'); ?> RSS Feed">Forum: Themes and Templates
In reply to: [Annarita] Custom Header picA simple method is to change the
functions.phpfile. Go to line 290 and replace this line:header.main-headerwith this one:
body.home header.main-headerIt should work.
Forum: Themes and Templates
In reply to: [Annarita] [Theme: Annarita] Comment BlockThe problem is solved.
Forum: Themes and Templates
In reply to: [Annarita] Updated Theme IssuesAbout the extra block, it can be now disabled in the theme settings. The other two changes should work as before. I can’t say why you have the errors without looking at your code. However I have to advise you that I can’t give this kind of personalised support for the theme. Did you a backup of your whole code before updating? If you can’t solve the problem, you can always go back to the old version.
Forum: Themes and Templates
In reply to: [Annarita] Updated Theme IssuesIt’s already set right. Since you have
margin: 10px auto;. (autois your man).Forum: Themes and Templates
In reply to: [Annarita] Updated Theme IssuesGlad that you solved the problem.