Forum Replies Created
list of topics you have created till now.
-
-
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.
Where? In blog page or post single?
Ok.
Sorry try this:
– Go to Appearance > Editor > format-standard.php.
No panic. After each theme updating WordPress sets some settings to defaults without losing any content data.
– For your custom menu: Go to Appearance > Menus and re-select and save your created menu from Theme Locations box,
– For you text logo font: Go to Appearance > Customize and re-select and save your font.
Can you tell me the pinterest plugin name which provides a widget for you? I will check it.
Responsy HTML5 is a static html template. It is just a design without dynamic CMS. So the comment form doesn’t work. It works on WordPress version of Responsy.
– I don’t have a practice with the Discus but you can try to implement it. Check its API.
Thanks for the feedback. I will think about it.
– Go to Appearance > Editor > blog-masonry.php,
– Find the below lines:
<div class="featured-image"> <?php the_post_thumbnail( 'blog_feat_img', array( 'alt' => get_the_title(), 'title' => "" ) ); ?> </div>
– Edit them like:
<div class="featured-image"> <a href="<?php the_permalink(); ?>"> <?php the_post_thumbnail( 'blog_feat_img', array( 'alt' => get_the_title(), 'title' => "" ) ); ?> </a> </div>
Go to Appearance > Editor > comments.php.
Use column shortcodes to restrict the slider width.
Example 1: Full width slider
[inline_slider autoplay="true"] [slide alt="" src=""]Put you slide title here.[/slide] [slide alt="" src=""]Put you slide title here.[/slide] [slide alt="" src=""]Put you slide title here.[/slide] [/inline_slider]
Example 2: Half width slider
[column width="6"] [inline_slider autoplay="true"] [slide alt="" src=""]Put you slide title here.[/slide] [slide alt="" src=""]Put you slide title here.[/slide] [slide alt="" src=""]Put you slide title here.[/slide] [/inline_slider] [/column]
Thank you, that worked.
Paste Theme Options > Style > Custom CSS:
.featured-image { overflow: hidden; max-height: 200px; }Paste to Theme Options > Style > Custom CSS:
#secondary { min-width: 300px; }Thanks.
The slider in that page is nivo slider. We used flex slider.
Can you provide a screenshot?
Yes, we have added.
Ask a question to your hosting company about server configuration is allowed for PHP mail sending.
Send me your login info. I will check.
It is weird. Deactivate all plugins and try to edit that page.