zihniates
Forum Replies Created
-
Forum: Plugins
In reply to: [WBW Currency Switcher for WooCommerce] Shortcode parameters not working.Website and Browser’s caches are cleaned, not working.
I am using another WP website, it is installed now and super clean. Doesn’t have any plugins or others, not working.
I am contacting with you.Thanks.
Thanks for updating. It is now working perfect.
I have no idea about that. And yes, that is what i need. Thank you.
I solved this with adding a function and a custom language file.
I add the code below to the class.wpdatatables.php file line 474. Then add a language file SAMPLE.inc.php to the source/lang/ folder.
public function setInterfaceLanguage($lang) { $l = $this->getLang(); if($l == 'en') { $lang = 'SAMPLE.inc.php'; } if (empty($lang)) { throw new WDTException('Incorrect language parameter!'); } if (!file_exists(WDT_ROOT_PATH . 'source/lang/' . $lang)) { throw new WDTException('Language file not found'); } $this->_interfaceLanguage = WDT_ROOT_PATH . 'source/lang/' . $lang; }
Forum: Plugins
In reply to: [WP Latest Posts] Columns on Mobile DevicesHi.
https://liberyusdns.com/ecka/fpnews/
There is 1 column at mobile but showing 3 news. I need to see 1 column, 1 new.
Thank you.I found the error
XML parse error:
Location: …/wp-content/plugins/cybersyn/fivefilters-full-text-rss/makefulltextfeed.php?url=ghananewsagency.org%2Frss%2Feconomics.xml&max=5&links=preserve&exc=&submit=Create+FeedRow: 2, Column: 1:<b>Deprecated</b>: filter_var(): explicit use of FILTER_FLAG_SCHEME_REQUIRED and FILTER_FLAG_HOST_REQUIRED is deprecated in <b>C:\xampp\htdocs\ghana\wp-content\plugins\cybersyn\fivefilters-full-text-rss\makefulltextfeed.php</b> on line <b>1252</b><br />
^line: 1252
$test = filter_var($url, FILTER_VALIDATE_URL, FILTER_FLAG_SCHEME_REQUIRED);
- This reply was modified 5 years, 9 months ago by zihniates.
I can’t enable PHP debug mode ?? because I’m using a shared hosting and the hosting company doesn’t allow access to the PHP.ini file.
I’ll try add to wp-config.php file for php errors log.
// log php errors @ini_set('log_errors','On'); @ini_set('display_errors','Off'); @ini_set('error_log','/home/path/logs/php-errors.log');
but not working.
everything looks normaly?
- This reply was modified 5 years, 9 months ago by zihniates.
Forum: Fixing WordPress
In reply to: How to change Embed Page in WP Logook! i found it! embed.php line 1032 to 1039
Regards!Forum: Plugins
In reply to: [Awesome Surveys] Unicode Charactersi’m used 2.1, wp version 4.4 language TR.
I re-create survey and running correctly now
Forum: Plugins
In reply to: [WooCommerce] How to change thumbnail images location?ok i solved!.
install woocommerce tab pro,
open product-thumbnails.php and before <div class=thumbnails”> write ob_start();
and
after the </div> write
<?php $tamb_html= ob_get contents();ob_end_clean(); ?>
and go to tabs.phpadd global $tamb_html;
and after the panel entry content; write:
<?php
if ($key == ‘product_editor_2908_tab’)
{
echo $tamb_html;
}
call_user_func( $tab[‘callback’], $key, $tab,;Forum: Plugins
In reply to: [WP Catalogue] Layout Problem inner pagei try https://www.ads-software.com/support/topic/product-page-problems-aligns-to-the-left this step.
i tryed add code
<div id="page-wrap" class="container"> <div id="content" class="sixteen columns"> <article class=" page type-page status-publish hentry"> <div class="entry">
in header.php to theme files, after the
<?php wp_nav_menu(array('theme_location' => 'main_menu', 'menu_class' => 'menu', 'depth' => '3')); ?> <div class="clear"></div> </nav> <div class="clear"></div> </div>
and
i tryed add code
</div> </article> </div> </div>
in footer.php to theme files, after the
</div><!-- .footer_right --> <div class="clear"></div> </div>
Forum: Fixing WordPress
In reply to: can't display all pages after the moving another URL[Thu Jun 12 11:17:17 2014] [error] [client XX.XX.XX.XX] File does not exist: /home/simkilidikaldir.com/httpdocs/avusturya-a1-iphone-3g-3gs-4-4s-5-sim-kilidi-kaldirma
but page is in the mysql.
Forum: Fixing WordPress
In reply to: can't display all pages after the moving another URLHey Esmi,
I try all steps. But is not runing… Im connect now hosting company for error logs.