Niura
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] Can’t display CPT termsHello!
yesterday afternoon i solved by myself… within the loop i use this code to get all the terms of my cpt.
$term_list = wp_get_post_terms($post->ID, 'store_brand', array("fields" => "all")); $elencocategorie=''; foreach($term_list as $term_single) { $elencocategorie.= $term_single->name . " - "; } $elencocategorie = rtrim($elencocategorie, "- "); echo "$elencocategorie</p>";
But thanks for your support!
Forum: Plugins
In reply to: Woocommerce – buying "related" productcan anyone help me?
Forum: Fixing WordPress
In reply to: website "invisible"i don’t change nothing, but maybe they updated the DNS as you suggest…
thank you!Forum: Fixing WordPress
In reply to: website "invisible"i think about this, but the hosting service provider told me it’s ok.
please check this fact :
if i type :
https://borgobuono.it or
https://www.borgobuono.it/index.php
work…i mean, the redirect works.doesn’t work only with :
https://www.borgobuono.itdo you think i’ve to ask again to the hosting provider?
thank you for your support!Forum: Hacks
In reply to: xml importingYou can almost certainly automate the entire process. The only unknown for me is exactly how you access the nightly XML file, your script needs to determine the exact URL, that may be stupid simple or a complete pain. That established, use file_get_contents().
the XML is provided me by FTP (the client put the XML file on a FTP space and the file name is always the same…and everynight automatically he reupload a new file).
i’ll give a look at the importer…and……another thing xD.if an article is already present the importer doesn’t import the article (right?).
the best strategy is remove all the posts by the author i’m importing and then reimporting all?
(
something like DELETE * FROM wp_posts WHERE post_author = [AUTHOR_CODE]
)Forum: Hacks
In reply to: xml importingone more question…
i created the xml compatible file ad i test it importing with WP Tool.
now i’d like to do one more step…every night is given me an XML file and via and running an authomatic PHP file i create the wordpress compatible XML file.
can i create a PHP file that retrive the new XML file and insert the new (eventual) articles?there’s something to be inspired by (or better, someone already did something like this?)?
thank you very much!
..so resolved ;P
i updated to 2.0.55 beta test version and everything seems to work
UP
(thank you for your support)
MYSQL Version : 5.0.96-community-log
SQL Mode : Not set
PHP Version : 5.3.26
PHP Safe Mode : Off
PHP Allow URL fopen : On
PHP Memory Limit : 268435456
PHP Max Upload Size : 20M
PHP Max Post Size : 20M
PCRE Backtracking Limit : 1000000
PHP Max Script Execute Time : 30s
PHP Exif support : Yes ( V1.4 )
PHP IPTC support : Yes
PHP XML support : YesGraphic Library
GD Version : bundled (2.1.0 compatible)
FreeType Support : Yes
FreeType Linkage : with freetype
T1Lib Support : No
GIF Read Support : Yes
GIF Create Support : Yes
JPEG Support : Yes
PNG Support : Yes
WBMP Support : Yes
XPM Support : Yes
XBM Support : Yes
JIS-mapped Japanese Font Support : NoWordPress 3.8.1
NGG: 2.0.40i still has this issue….i’ve to rollback to earlier version?
i use this code
` echo ‘<div id=”headerSlider”>’;
echo do_shortcode(‘[ngg_images gallery_ids=”13″ display_type=”photocrati-nextgen_basic_slideshow” gallery_width=”903″ gallery_height=”300″ cycle_interval=”4″ ]’);
echo ‘</div>’; `(i now disabled this code)
unfortunately i don’t have yet all the information and all the necessary credentials to verify :/ but
– WordPress up to date? yes
– NextGEN up to date? yes
– What version of NextGEN Gallery did you upgrade from? – don’t know, but a versione 1 year earlier (at least)(please confirm the following, with your server host tech) :
– MySQL up to date? 5.0.92-enterprise-gpl-log
– PHP up to date (at least 5.0)? – don’t kwow
– The mod_rewrite Apache module activated? Yes
– PHP Safe Mode OFF? – don’t knowsomeone could help me?
(i see many users had the same problem, but deactivating others plugin not solved…)