Forum Replies Created
list of topics you have created till now.
-
-
Paste to Theme Options > Style > Custom CSS:
@media (max-width: 767px) { .blog-posts .entry-meta { display: block; } }Paste to Theme Options > Style > Custom CSS:
.blog-masonry .page-header { width: 100%; }Can you provide a screenshot?
– Attachments are images in your content,
– Do not change the links, wordpress will dynamically addressed the links for the new site while importing the content data file.
Note: The hosting company’s step is not secure way.
1-) ( khalidaldakhee.com ) is a wordpress site with Read WP theme, ok.
2-) You want to move above site to ( kdzone.kdcartoon.com ), ok.
3-) You want to redirect ( 1- khalidaldakheel.com ) to ( 2- kdzone.kdcartoon.com ), ok.
4-) Export the current content, Go to Tools > Export > All Content > Download Export File,
5-) Do not delete any content or the installed wordpress or database,
6-) Install a new wordpress to the sub-domain ( kdzone.kdcartoon.com ),
7-) Install Read WP theme to ( kdzone.kdcartoon.com ),
8-) Import the downloaded export file to ( kdzone.kdcartoon.com ), Go to Tools > Import > WordPress, Select file, upload it, if you see any checkbox about attachment check it and complete the importation,
9-) I think it is ok.
– work carefully.
Please wait a little more.
It is weird. Where did you see that exactly?
Use Google Maps.
Yes, screenshot is a good idea.
You had made mistakes when defining the widget parameters. Please read carefully the parameter values of custom widgets in the documentation.
Please read carefully the “Widgets” section in the documentation.
BookCard WordPress theme is available.
http://themeforest.net/item/bookcard-wp-responsive-3d-folded-vcard/4703989
– Go to Appearance > Editor > blog-sidebar.php,
– Find and cut sidebar codes:
<!-- #secondary --> <?php get_sidebar(); ?> <!-- end #secondary -->
– Paste them after header codes,
– Finally:
<?php get_header(); ?> <!-- #secondary --> <?php get_sidebar(); ?> <!-- end #secondary -->
Which blog layout are you using?
How did you add a slider to your homepage?
It is working fine on my side. ( Windows 7 )
Select “Your latest posts” option from Reading Settings.
There is a “Read me” file under Theme folder in the package.
Set your homepage from Reading Settings.
– Go to Settings > Reading.
Use Pages box to add your homepage to the custom menu.
Please show images.
Email me your log-in info, I will check.
Note: Add this topic url to the email.
I just checked your source code and there is a mistake in your email. See in the image:

Where did you build the Read WP firstly? kdcartoon.com?
I receive a Not Found message when I visit the url above.
No permission still. I think the DNS refresh in 24 hours. So I will try again tomorrow.
Paste to Theme Options > Style > Custom CSS:
.format-video:before { content: ""; } .format-audio:before { content: ""; } .format-image:before { content: ""; } .format-gallery:before { content: ""; } .format-link:before { content: ""; } .format-aside:before { content: ""; } .format-quote:before { content: ""; } .format-status:before { content: ""; } .format-chat:before { content: ""; }Not yet a success for me.
.main-navigation ul li a { color: #333; }Access the page titles via h2 element:
h2 { font-family: "Put Your Font Family Name Here", Georgia, serif; }No, Europe.
??
Your URL says Not Found.
Read WP is not compatible with Responsy WP completely.
Click the Quick Edit link of a page and uncheck the Allow Comments option.
Email me a site example.
You had gone to wrong way. The documentation is in the downloaded package.
Do the above same steps for the other post format files:
format-aside.php format-audio.php format-chat.php format-gallery.php format-image.php format-link.php format-quote.php format-status.php format-video.php
Which blog layout are you using?
Good luck :)
Maybe a plugin related issue.
– Add the following div element before the end tag of the body element:
<div style="position: fixed; bottom: 0px; text-align: center; right: 0px; left: 0px; padding: 10px;">Footer Text here.</div>
– Finally:
<div style="position: fixed; bottom: 0px; text-align: center; right: 0px; left: 0px; padding: 10px;">Footer Text here.</div> </body>
Paste to Theme Options > Style > Custom CSS:
.site-header hgroup { padding-top: 0px; }Your url is forbidden for me.
Paste to Theme Options > Style > Custom CSS:
.widget-area ul.pins-feed-list li:before { content: ""; }Did you search on CodeCanyon.net for a plugin?
Go to Documentation > Shortcodes > Inline Lightbox.
BookCard WordPress theme is ready but now I’m writing a documentation for it. I’m thinking to upload it to ThemeForest on tomorrow. Thanks for your patience.