Asakasan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to add a subtitle under the main title@prashantvatsh thanks a lot. This really helps me.
It works only in new posts, not in older posts. Don’t know why.
But that’s something. Thanks
Forum: Fixing WordPress
In reply to: How to add a subtitle under the main titleUnfortunately it doesn’t work, cause it’s not updated to the last WP version.
Forum: Fixing WordPress
In reply to: How to add a subtitle under the main titleFor example, add a paragraph tag and then style it to look like a subtitle.
@prashantvatsh thanks for your reply. That’s a interesting advice.
Could you please help me to fulfil that?
I’m not very experienced in coding.
Thanks
Forum: Fixing WordPress
In reply to: How to add a subtitle under the main title@prashantvatsh unfortunely this plugin is not updated and not working with the latest WP version on my site. ??
But i really appreciate your help.
Forum: Fixing WordPress
In reply to: How to add a subtitle under the main titleHi, and thanks for your answer.
I’ve tried to apply your suggests, but it’s not what I’m searching for.
I want the subtitle appears in homepage under the main title, not in the first paragraph.
Forum: Themes and Templates
In reply to: [Founder] Customize HeaderHi Ben, thanks.
But, as you can see, the image seems smaller than the entire header. ??
Forum: Themes and Templates
In reply to: [Moesia] Home Page Images sizeHello @romanbon, thanks for your answer.
It’s difficult for me to use images of the same size, given the kind of site I’m customizing.
I was hoping there were a way, maybe some code, for showing image boxes of the same size for each section of the front page, regardless the image size or aspect ratio.
Thanks for any suggest or help you’ll gave me.
A.
- This reply was modified 7 years, 8 months ago by Asakasan.
Forum: Themes and Templates
In reply to: [Moesia] Home Page Images sizethanks for your suggestion, that’s what I needed to know!
Forum: Fixing WordPress
In reply to: Plugin for featured post pop-upHi there, @jose Castaneda,
thanks for replying.
I’ve tried a couple of plugins (CM Pop-up Banners in particular) but I don’t know how to customize it in order to show my favorite posts.
Forum: Fixing WordPress
In reply to: Changing FooterAm I wrong or it’s a site by wordpress.com?
Forum: Themes and Templates
In reply to: [Founder] Three columns footerThanks Ben, you’re the best! So kind ??
Forum: Themes and Templates
In reply to: [Founder] Three columns footerWow Ben! Thank you so much @bensibley!
That was too difficult to achieve for me, but now that’s fine! ??
May I ask you how to change font size of the footer widgets, both widget title and widget text?
- This reply was modified 8 years ago by Asakasan.
Forum: Themes and Templates
In reply to: [Founder] Three columns footerHi @bensibley, thanks for help. ??
I’m afraid I’m messing up my code. In the CSS code you’ve suggested, you wrote “sidebar-footer”.
So I replaced that with the ID I wrote in functions.php, but it doesn’t work. ??I wrote, as the link by @poonam9 suggested,
<?php /** * Register our sidebars and widgetized areas. * */ function arphabet_widgets_init() { register_sidebar( array( 'name' => 'Home right sidebar', 'id' => 'home_right_1', 'before_widget' => '<div>', 'after_widget' => '</div>', 'before_title' => '<h2 class="rounded">', 'after_title' => '</h2>', ) ); } add_action( 'widgets_init', 'arphabet_widgets_init' ); ?>
So I’ve replaced sidebar-footer with home_widget_1
I guess i’ve mistaken! ??
- This reply was modified 8 years ago by Asakasan.
Forum: Themes and Templates
In reply to: [Founder] Three columns footerHi Poonam Namdev,
thanks for your help.
I’ve tried to create a footer widget area manually following your link, and that’s what I get:
asakaltrove dot com
A one-column widget area.
How can i fix it?