Forum Replies Created
list of topics you have created till now.
-
-
Hi, max-width for the default sidebar is 480px.
Mehmet S.
Keymaster23 January 2014 at 05:06Posted in : Custom hover background color or underliningOk, try this:
– no bg color on hover:
a:hover { background-color: transparent ; }– your text color on hover:
a { color: #003399; }Note: check out Appearance > Customize > Colors.
Mehmet S.
Keymaster23 January 2014 at 05:01Posted in : Adding an EXTRA colourful line on contact page?You are welcome.
Sorry.
– you need to edit your template-archive-2.php file.
Find:
if ( $format == false )
Edit:
if ( ( $format == false ) || ( $format == true ) )
Set featured images for your posts.
Hi, only use integer values in the field.
– in miliseconds:
3000 = 3 seconds
You are welcome.
Hi, you can try Contact Form 7 plugin.
Thanks
Hi, use this in your theme options > custom css:
#site-navigation { text-transform: lowercase; }Thanks
Hi, use these in your theme options > custom css field:
– remove logo underline:
h1.site-title a { border: none; }– hide nav menu:
#site-navigation { display: none; }Hi, it is 400px
Hi, they are in the main.css file.
Thanks
Hi, use double size images for the hd screens.
Thanks
Activate your blog sidebar from your theme options > Blog > Blog Sidebar.
Hi, they are not available right now, but I will think a solution.
Thanks
Ok. Good luck.
Mehmet S.
Keymaster22 January 2014 at 04:16Posted in : Adding an EXTRA colourful line on contact page?Try this:
#contact-form { background: url( "http://littleredroostercreative.com/wp-content/themes/bookcard-v4-2/images/bckg/letter-lines.png" ) left bottom repeat-x; background-size: 45px 5px; padding-bottom: 26px; }@acid45087: Your site is better then before now.
@LittleRedRoosterCreative: ThanksCan you provide your url?
From:
<h1 class="page-title"><?php echo __( 'Post Category', 'read' ); ?> <span class="on"><?php echo __( '→', 'read' ); ?></span> <span><?php echo single_cat_title(); ?></span></h1>
To:
<h1 class="page-title"><span><?php echo single_cat_title(); ?></span></h1>
You are welcome.
Mehmet S.
Keymaster22 January 2014 at 03:52Posted in : Custom hover background color or underliningHi,
– article hover:
.entry-title a:hover { background-color: #F3F3FF; }– read more:
.entry-content a.more-link:hover { background-color: #F3F3FF; }Note: use
transparentword instead of a color code if you want to hide a color.Can you provide your link for #1?
Hi, I think you did something wrong, but I don’t know exactly. Send your wp log-in info to me: http://www.pixelwars.org/contact/
Note: include this topic url.
Hi, there is an option for that: Theme Options > Blog > All Post Formats on Homepage.
Thanks
That’s a nice idea. I will have that in mind for a next update. Thanks.
You are welcome.
Find the code block:
<h1 class="site-title"> ... ... ... </h1> <!-- end .site-title -->
Edit its inside:
<h1 class="site-title"> <a rel="home" href="<?php echo esc_url( home_url( '/' ) ); ?>"> <img alt="<?php bloginfo( 'name' ); ?>" src="<?php echo get_option( 'logo_image', "" ); ?>"> </a> <?php $select_text_logo = get_option( 'select_text_logo', 'WordPress Site Title' ); if ( $select_text_logo == 'WordPress Site Title' ) { $text_logo_out = get_bloginfo( 'name' ); } else { $text_logo_out = stripcslashes( get_option( 'theme_site_title', "" ) ); } ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php echo $text_logo_out; ?></a> </h1> <!-- end .site-title -->You are welcome.
Hi, because your page slug is home-2.
Thanks
Try this:
@media (max-width: 767px) { .entry-content p { font-size: 1.1em; } }Hi, please check the links below for details in usage:
How to use: http://fontawesome.io/3.2.1/examples
Complete list of icons: http://fontawesome.io/3.2.1/icons
Hi, please go to your theme options, you will find all of them.
Thanks
Hi, please check out the widgets chapter in your theme’s documentation.
Thanks
You are welcome.
Hi, can you provide a screenshot from your S4 Phone?
Hi, you can turn it on from your theme options.
Thanks
Is there any page widget to refer for the home link? Please check your widget list in the pages widget area.
Thanks
Hi, when you use the theme’s blog widget, then you must set featured image for your post to appear them in your site.
Thanks
Hi, you need to edit your header.php file. Just remove the condition and use them both on your site.
Thanks
Hi, you can try Contact Form 7 plugin.
Thanks
Hi, you need to edit your html code.
Thanks
Hi, use this custom css:
.entry-content p { font-size: 1.2em; }– you can check out the shortcode list in your theme’s documentation for drop caps.
– sorry, not tested with that plugin.
Thanks
Hi, you can edit that line in your theme’s cat-sidebar.php file.
Thanks
Hi, choose quote format for your post, then I will check your link and provide a solution.
Hi, use this custom css:
.blog-single footer.entry-meta:before { left: 0px; }Hi,
Did you have any installed plugin on your wordpress?
Hi, choose your heading from the editor:
[history_group] [history_unit date=""] Position. (Heading 4) Company name. (Heading 5) Description. (Paragraph) [/history_unit] [history_unit date=""] Position. (Heading 4) Company name. (Heading 5) Description. (Paragraph) [/history_unit] [/history_group]
You are welcome.