rakesh mohanta
Forum Replies Created
-
Hello Mr. Shyam
Thank you for the Nice Plugin, i am using it on my blog https://goo.gl/HsN9fZ . May i know ? Is there any option available in this plugin, So that when i publish any post in my WP blog it will automatically add As a link into my listly List.Regards
Forum: Fixing WordPress
In reply to: Comments don't displayHello carltown,
Check the setting once again, if some thing left https://codex.www.ads-software.com/Settings_Discussion_ScreenForum: Fixing WordPress
In reply to: Background images missingDear jac123
i checked your website, try this solution for -sponsor_title.png (behind the the ‘our supporters’ text) down the bottom of the home page.this is the style declaration for sponsors Title ID#sponsorsTitle {
background: url(“images/sponsor_title.png”) no-repeat scroll 0 0 transparent;
color: #FFFFFF;
font-family: sans-serif;
font-size: 12px;
font-weight: bold;
height: 44px;
left: 50%;
letter-spacing: 0.7px;
line-height: 44px;
margin-left: -80px;
position: absolute;
text-align: center;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
text-transform: uppercase;
top: -11px;
width: 161px;
}open your style sheet in a text editor named as style.css located at (themes/wpaid/style.css)then go to line 235/236 or search for sponsorsTitle.
Find this line
background: url(“images/sponsor_title.png”) no-repeat scroll 0 0 transparent;
Here change the background tag to background-image as belowbackground-image: url(“images/sponsor_title.png”) no-repeat scroll 0 0 transparent;
Hope it work ??
Forum: Fixing WordPress
In reply to: A Page as a Blog with a different themeDear cotain ,
check this article this may help you.
https://www.wpbeginner.com/wp-tutorials/how-to-create-a-separate-page-for-blog-posts-in-wordpress/Forum: Fixing WordPress
In reply to: Deleting comments section from certain pages in Twenty Eleven themeHappy to Help ??
Forum: Fixing WordPress
In reply to: Deleting comments section from certain pages in Twenty Eleven themeDear Hardneen,
pl check the below article for detail information.
https://www.simplethemes.com/tutorials/help/disable-comments-in-wordpresscheer’s
Forum: Installing WordPress
In reply to: Installing WordPress on Microsoft IIS 7.0 typeForum: Installing WordPress
In reply to: Installing WordPress on Microsoft IIS 7.0 typeForum: Installing WordPress
In reply to: Problems after transferring domain and siteDear philiphotog,this is a .htacces issue,make sure that wordpress is installed in your webhosting root folder,login to the hosting space through FTP and find if there is any .htacces file,if u find then just delete it
Forum: Fixing WordPress
In reply to: Error Opening the websitego to your wp-content/plugins directory using ftp and delete the facebook-like folder….
Forum: Fixing WordPress
In reply to: Installing buddypresswordpress.com not support buddypress.buddypress comes with a separate plugin,to use buddypress download a fresh copy of wordpress from www.ads-software.com and install it in your server
Forum: Fixing WordPress
In reply to: FlickR Troubleshootingok follow the steps:
1) log in to your flickr account
2) click on >>Your Photostream
3) choose/click over the photo u want to stream
4) note: on right side there is an option to add Tags (add a tag) ,enter the tag u like e.g:MilkkPR
5) repeat this step for every photo u want to streamForum: Fixing WordPress
In reply to: FlickR Troubleshootinghi, try this code in your sidebar within a text widget
<iframe align=”center” src=”https://www.flickr.com/slideShow/index.gne?
user_id=12345678@N00&tags=YOUR_TAGS” frameBorder=”0″ “width=500″ height=”500″ scrolling=”yes”></iframe>replace the user_id (“12345678@N00”) with your own–in case you don’t know what yours is,https://idgettr.com/ will tell you–and YOUR_TAGS with whatever tags you want in the slideshow.
Forum: Fixing WordPress
In reply to: homepage not displaying after plugin installHello,
first of all deactivate the theme & active the Twenty Ten theme.if the problem remaining same ,connect to your wordpress database,and drop these two tables created by YARRP when u active the plugin
1)wp_yarpp_keyword_cache
2)wp_yarpp_related_cacheForum: Fixing WordPress
In reply to: homepage not displaying after plugin installwhich plugin u have install?