Forum Replies Created
list of topics you have created till now.
-
-
Hi,
Yes, WordPres adds classes automatically.
Thanks
You are welcome.
Hi,
– Embed Video: Add your iframe embed code with inline_media shortcode. Like this:
[inline_media] <iframe width="500" height="281" src="http://player.vimeo.com/video/37254322?badge=0&color=ffffff"></iframe> [/inline_media]
You are welcome.
Hi, there is no problem on my pc. Can you provide a screenshot?
Hi,
– select lightbox type for your portfolio item from details box.
– I will check your site for the issue about contact.
Hi,
This is not a YouTube url:
youtu.be
Hi,
The portfolio and gallery functionality need it.
Thanks
Hi,
You need to do some important steps. Please check out the portfolio and gallery chapters in your theme’s documentation.
Thanks
Hi,
Are you using a plugin to show your portfolio?
You are welcome.
Sorry, not possible via css.
You are welcome.
You are welcome.
Mehmet S.
Keymaster24 January 2014 at 03:04Posted in : Reduce Space between Header Image & Top MenuHi,
You need to change the folder name of the theme.
Thanks
You are welcome.
Wordpress editor can’t see the main.css file. It is under css folder of your theme.
Do the above step in your cat-nosidebar.php file.
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; } }