Danial K
Forum Replies Created
-
Forum: Plugins
In reply to: [AI Translate] Installed the plugin and language selector doesn’t show up.Heel erg bedankt, Gerard!
I really appreciate the time you spent on this. The problem was setting a default language. It is fixed now. It is working and i really love it!Forum: Fixing WordPress
In reply to: WordPress is converting all linked files to inline file.The point is I tested this on three different installations on three different web hosting without any plugin and on different themes. It seems like a bug from WordPress 4.0.
Forum: Fixing WordPress
In reply to: WordPress is converting all linked files to inline file.I checked it with FirefFox, Chrome, Safari on Mac.
Forum: Installing WordPress
In reply to: Strange Permalinks behaviourCould you please send me the URL to this installation?
Forum: Fixing WordPress
In reply to: Undefined indexHi Helen,
Actually I have never worked with OpenCart but if I want to check it I can advice you to check shop/catalog/controller/module/slideshow.php on line 17 and probably remove the whole banner_id line there, but this can make other problems so always make some backups first and be careful with what you do.
Forum: Installing WordPress
In reply to: thumbnail image do not show when share topic to facebookThis URL will help you to see why Facebook doesn’t show the image. add the URL and read all details carefully:
https://developers.facebook.com/tools/debug/Forum: Installing WordPress
In reply to: Strange Permalinks behaviourI suggest something: Check the last time .httaccess is modified via FTP and be sure that by updating permanlink this file is getting updated. this problem mostly comes when there is not a right / enough permission to update .httacess file.
Check it again and let see if this can lead us somewhere.Forum: Installing WordPress
In reply to: Missing installation fileHi dear,
WordPress is an online application for installation on the web server and not PC / Mac directly. if you would like to install it on your computer you need to install a local web server for your computer. Please read more herehttp://www.wpbeginner.com/wp-tutorials/how-to-install-wordpress-on-your-windows-computer-using-wamp/
Forum: Fixing WordPress
In reply to: Undefined indexDear,
It seems that your site is not powered by WordPress. Are you sure you use WordPress for your site?Forum: Plugins
In reply to: Redirect by country ipYou should check this
http://www.maxmind.com/app/geolitecity
although you can not find so many WP solutions.Forum: Plugins
In reply to: Simple problem with gadgets in the sidebarSolved:
problem is this:<?php if (function_exists(‘…..’)): ?>
Forum: Plugins
In reply to: Simple problem with gadgets in the sidebarWhen I am inserting Widgets in a Dynamic sidebar they are working well but when I am using the code which plugin says I can use everywhere they are not working:
This is my Sidebar:
<div class="arvand1"> <div class="arvand1matn"> <img src="<?php bloginfo('template_directory'); ?>/pics/lastarticles.png" alt="Last articles" /> <ul><?php get_archives('postbypost','10','custom','<li>','</li>'); ?></ul> <img src="<?php bloginfo('template_directory'); ?>/pics/search.png" alt="Search" /> <form id="searchform" method="get" action="index.php"> <div> <input type="text" name="s" id="s" size="25" /><br /> <input type="submit" value="Search" /> </div> </form> <img src="<?php bloginfo('template_directory'); ?>/pics/mahboob.png" alt="Top viewed" /> <li><a href="%POST_URL%" title="%POST_TITLE%">%POST_TITLE%</a> - %VIEW_COUNT% views</li> %1$s: %2$s: <img src="<?php bloginfo('template_directory'); ?>/pics/mahboob.png" alt="Top viewed" /> <ul id="Blogroll"> <?php get_links(2, '<li>', '</li>', ' ', FALSE, '_id', FALSE, FALSE, 3, FALSE, TRUE); ?> </ul> <img src="<?php bloginfo('template_directory'); ?>/pics/mahboob.png" alt="Search" /> <p style="text-align: center;"><strong>%POLL_QUESTION%</strong></p><div id="polls-%POLL_ID%-ans" class="wp-polls-ans"><ul class="wp-polls-ul"><li><input type="%POLL_CHECKBOX_RADIO%" id="poll-answer-%POLL_ANSWER_ID%" name="poll_%POLL_ID%" value="%POLL_ANSWER_ID%" /> <label for="poll-answer-%POLL_ANSWER_ID%">%POLL_ANSWER%</label></li></ul><p style="text-align: center;"><input type="button" name="vote" value=" Vote " class="Buttons" onclick="poll_vote(%POLL_ID%);" /></p><p style="text-align: center;"><a href="#ViewPollResults" onclick="poll_result(%POLL_ID%); return false;" title="View Results Of This Poll">View Results</a></p></div> [weather_display] <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(Leftinside) ) : ?> <?php endif; ?> </div>Forum: Fixing WordPress
In reply to: How to change wp-content folderthanks!
Forum: Fixing WordPress
In reply to: Problem with monthly ArchiveThank you very much MichaelH, that solved my problem!