Ste-Bi
Forum Replies Created
-
Forum: Plugins
In reply to: [AppStore Links] [Plugin: AppStore Links] CSS problemYou can fix this behavior by adding:
.appSliderGallery li img {
display: inline !important;
}to the custom CSS section in the AppStore-Plugin Settings..
Forum: Plugins
In reply to: [AppStore Links] [Plugin: AppStore Links] CSS problemDid you do an update of your Theme?
I think anything kills the css – It works with no problems on my testpage https://www.touchtalk.dreamhosters.com/tttest/demo/
Forum: Plugins
In reply to: [AppStore Links] [Plugin: AppStore Links] iPad Apps without Images#resolved
Forum: Plugins
In reply to: [AppStore Links] [Plugin: AppStore Links] RSS errors due to Appstore pluginmaybe the new Version 4.4.7 will fix this, please let me know if the problem is solved.
Forum: Plugins
In reply to: [AppStore Links] [Plugin: AppStore Links] iPad Apps without ImagesError fixed in 4.4.7
Forum: Plugins
In reply to: [AppStore Links] [Plugin: AppStore Links] Fatal error: Cannot redeclare classSorry, but i cannot reproduce this error…
Forum: Plugins
In reply to: [AppStore Links] AppStore Links – product not foundI also tried out the widget and this links in this way and goes nowehere
https://sitename.com/help/wp-content/plugins/appstore/AppStore.php?appid=343200656
Soemthing is not coming from Appstore.php?
If “/help” is where your blog is installed this URL is correct, otherwise not!
Forum: Plugins
In reply to: [AppStore Links] AppStore Links – product not foundThese should work in every country (Apples Remote App)
[app 284417350]
[app id=”284417350″]
[app id=”284417350″ screenshots=true]
[appimg 284417350]
[appext 284417350]
If you will get an error on an tradedoulber-link also the ID could be wrong. The ID you have to insert is not the programm-ID it should be the partner-ID (there’s a link to a youtube Video on the settingspage where this is described).
I’m using WordPress variables to get the URLs from your page, so a weird setup should not be the problem (but it could). Whats your URL?
Forum: Plugins
In reply to: [AppStore Links] AppStore Links – product not foundThe plugin tries it two ways.
function get_remote_file($url) { if (ini_get('allow_url_fopen')) { return @file_get_contents($url); } elseif (function_exists('curl_init')) { $c = curl_init($url); curl_setopt($c, CURLOPT_RETURNTRANSFER, 1); curl_setopt($c, CURLOPT_HEADER, 0); $file = curl_exec($c); curl_close($c); return $file; } else { die('Could not access file from remoteserver!'); } }
It works on all of our blogs, so if anyone has an answer please let me know to fix this behavior.
Forum: Plugins
In reply to: [AppStore Links] [Plugin: AppStore Links] FehlermeldungI’m not able to reproduce this error…
Forum: Plugins
In reply to: [AppStore Links] [Plugin: AppStore Links] FehlermeldungI did a quick fix in the actual update. Please update and let me know if it worked.
Forum: Plugins
In reply to: [AppStore Links] [Plugin: AppStore Links] FehlermeldungKannst du bitte mal die widget.php mit dieser ersetztn: https://db.tt/c5pbsp4 wenn das auch klappt (kann es bei mir nicht testen da andere Serverkonfiguration), dann kann ich das mit dem n?chsten Update aktivieren, danke!
Forum: Plugins
In reply to: [AppStore Links] [Plugin: AppStore Links] Product Not FoundGreat
Forum: Plugins
In reply to: [AppStore Links] [Plugin: AppStore Links] FehlermeldungProbier bitte mal [app 284417350] in einem Artikel und gib mir bescheid ob das funktioniert – in der Zwischenzeit schau ich was es mit dem Feed auf sich hat…
Forum: Plugins
In reply to: [AppStore Links] [Plugin: AppStore Links] Product Not FoundPlease try the update i released Today.