Forum Replies Created
list of topics you have created till now.
-
-
You are welcome.
Hi, use this in your theme options > custom css:
.blog-single footer.entry-meta:before { color: #003399; }Please try to install a fresh copy of the theme. You can download it from ThemeForest.
Can you provide a bit info from the plugin author about the issue?
What do you mean by saying CP?
If you do not provide an explicit excerpt to a post (in the post editor’s optional excerpt field), it will display an automatic excerpt which refers to the first 55 words of the post’s content.
– I will add an option to change the default 55 words length on the future update.
You are welcome.
Hi, you can see the page-contact.php file on the right hand side list if you are using Read WP theme. This is Read WP support forum.
– The built-in contact form is not editable on fields. You can try Contact Form 7 plugin for flexible forms.
Thanks
Do you have any code in your theme options > custom css field?
You are welcome.
Ok. Good luck.
Hi, install new version in the regular way.
Thanks
Try this:
article.format-standard:before { display: block; content: "\f108"; }– tested. it is ok now.
Select post name option from settings > permalink, then try again.
You are welcome.
For #1:
– This is not possible by default, needs more further customization, you may consider working with a professional.
body.category .page-header { display: none; }Hi, you can activate the excerpt functionality for your blog page from theme options > blog > excerpt.
Note: This feature is available since v2.7
Use inline-lightbox for the pages. Please check out the Inline Lightbox chapter in the theme’s documentation.
Documentation > Shortcodes > Inline Lightbox.
Mehmet S.
Keymaster25 January 2014 at 22:50Posted in : why twice repeats the portfolio in the link?Hi, it is required functionality for this theme.
Thanks
You can try plugin’s support forum to implement it to the theme correctly. I think, the plugin author provides info about it.
Hi, make sure you are in the right forum. I replied your another question under Read WP forum, this is impressivCard WP forum.
Thanks
Hi, you can address this via category url.
Example:
– category1: has posts.
– category2: has posts.
in nav menu:
– Category 1 (site.com/category1)
– Category 2 (site.com/category2)
You are welcome.
Hi,
– go to Appearance > Editor > format-standard.php
– find:
<!-- end .comments-link -->
– edit:
<!-- end .comments-link --><span class="post-tag"><?php the_tags( "", ', ', "" ); ?></span>
Hi, build a correct menu and use theme widgets. Please check out the menu and widgets chapters in the theme’s documentation.
Thanks
Sorry, not tested with that plugin.
Hi,
1. is this on the mobile?
2. not easy.
3. check out this post.
4. learn icon name from its web page, then use in same way of the theme’s documentation. http://fontawesome.io/3.2.1/icons
5. explain more please.
Try this:
.entry-content iframe { margin-left: auto; margin-right: auto; }Hi, use this in your theme options > custom css box:
.entry-content iframe { text-align: center; }Only use full link, and the embed type of a full link;
– there are two kinds of full links, watch and embed.
– your full link above is a watch url. (you can see a “watch” word in the url)
https://www.youtube.com/watch?v=1Uxrr2GfVq4
– visit your url on YouTube,
– find “Share” tab below the video,
– click the “Embed” inside tab,
– you will find the embed code of your video in the box,
– like this: (you can see an “embed” word in the url)
<iframe width="560" height="315" src="//www.youtube.com/embed/1Uxrr2GfVq4?rel=0" frameborder="0" allowfullscreen></iframe>– only copy the embed url from the embed code and use it in your shortcode.
– this is the embed url:
//www.youtube.com/embed/1Uxrr2GfVq4?rel=0– in the shortcode:
[lightbox_video title="Bicep Stretch" url="//www.youtube.com/embed/1Uxrr2GfVq4?rel=0"]
Remove condition and try again:
– default:
while ( $loop_homepage->have_posts() ) : $loop_homepage->the_post(); $format = get_post_format(); if ( $format == false ) { ?> <li> ... ... </li> <?php } // end if endwhile;– edited:
while ( $loop_homepage->have_posts() ) : $loop_homepage->the_post(); ?> <li> ... ... </li> <?php endwhile;
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.