Title: cyclonecode's Replies - page 2 | WordPress.org

---

# cyclonecode

  [  ](https://wordpress.org/support/users/cyclonecode/)

 *   [Profile](https://wordpress.org/support/users/cyclonecode/)
 *   [Topics Started](https://wordpress.org/support/users/cyclonecode/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cyclonecode/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cyclonecode/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cyclonecode/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cyclonecode/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cyclonecode/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 103 total)

[←](https://wordpress.org/support/users/cyclonecode/replies/?output_format=md) [1](https://wordpress.org/support/users/cyclonecode/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/cyclonecode/replies/page/3/?output_format=md)…
[5](https://wordpress.org/support/users/cyclonecode/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/cyclonecode/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/cyclonecode/replies/page/7/?output_format=md)
[→](https://wordpress.org/support/users/cyclonecode/replies/page/3/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom PHP Settings] messing up with comments](https://wordpress.org/support/topic/messing-up-with-comments/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/messing-up-with-comments/#post-15722479)
 * This issue is resolved in version: 1.4.4.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cision Block] how to not display images](https://wordpress.org/support/topic/how-to-not-display-images/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/how-to-not-display-images/#post-15689569)
 * You should be able to use `image_style=""` to exclude any images for each feed
   item. You could also set the `Image Style` as `Select` under the Settings page.
   Another way would be to copy the template from `cision-block/src/Frontend/templates/
   cision-block.php` to the root of your active theme and make modifications in 
   this template e.g remove the whole code which render the images:
 *     ```
       <?php if (isset($item->Images[0])) : ?>
                   <span class="cision-feed-item-media">
                   <img
                           src="<?php echo esc_url($item->Images[0]->DownloadUrl); ?>"
                           alt="<?php echo esc_html($item->Images[0]->Description); ?>"
                           title="<?php echo esc_html($item->Images[0]->Title); ?>"
                   />
                   </span>
       <?php endif; ?>
       ```
   
 * Hope this helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cision Block] example UID doesnt seem to work](https://wordpress.org/support/topic/example-uid-doesnt-seem-to-work/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/example-uid-doesnt-seem-to-work/#post-15669671)
 * This is because you are trying to get english releases and the feed only contains
   swedish articles, so you will need to change the language to ‘sv’ instead.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cision Block] get full content of pressrelease](https://wordpress.org/support/topic/get-full-content-of-pressrelease/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/get-full-content-of-pressrelease/#post-15305085)
 * Lite osäker på vad detta har med just “Read more” att göra? Problemet dom pratar
   om i länken där handlar väl mer om att dom inte kan ladda artikel sidan över 
   huvud taget tänker jag.
    Om artikel sidan laddas som den ska har man alltid möjlighet
   att ändra i mallen som följer med tillägget. Man kan då kopiera över denna från
   src/Frontend/templates/cision-block-post.php till sitt aktuella tema och göra
   ändringar där. Om man exempelvis vill visa full html för body så kan man då enkelt
   ändra till följande i mallen;
 *  <?php echo $CisionItem->HtmlBody; ?>
 * Om du har någon ide om inställningar som du tänker borde läggas till för detta
   så hojta gärna till med lite mer information rörande detta så ska jag kolla vid
   tillfälle. Lättast är om du går med i min Slack kanal:
    [https://join.slack.com/t/cyclonecode/shared_invite/zt-6bdtbdab-n9QaMLM~exHP19zFDPN~AQ](https://join.slack.com/t/cyclonecode/shared_invite/zt-6bdtbdab-n9QaMLM~exHP19zFDPN~AQ)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom PHP Settings] max_execution_time not working](https://wordpress.org/support/topic/max_execution_time-not-working/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/max_execution_time-not-working/#post-15160841)
 * Please send your configuration from the plugins **status** page to me via email
   [cyclonecode@gmail.com](https://wordpress.org/support/users/cyclonecode/replies/page/2/cyclonecode@gmail.com?output_format=md)
   and I can look and see if I can spot anything that looks weird.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom PHP Settings] max_execution_time not working](https://wordpress.org/support/topic/max_execution_time-not-working/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/max_execution_time-not-working/#post-15124806)
 * Hello, this seems weird.
 * I am guessing that you hosting provider does not allow you to change this value.
   
   The only settings that is possible to change is the ones marked as non system
   and probably the have configured this as a system setting? Can you please ask
   your hosting provider if you should be able to change `max_execution_time` or
   not.
 * Regards,
    Krister
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom PHP Settings] setting not overruling?](https://wordpress.org/support/topic/setting-not-overruling/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/setting-not-overruling/#post-15018399)
 * Please add the output from the status page of the plugin, since it otherwise 
   is very hard for me to know what is going on.
 * If do not feel fine with pasting it here you can send me the information by email
   at [cyclonecode@gmail.com](https://wordpress.org/support/users/cyclonecode/replies/page/2/cyclonecode@gmail.com?output_format=md)
   and I will have a look as soon as possible.
 * Make sure so you have checked the “Update configuration file” option at the editor
   settings pages, otherwise no settings will be stored in you configuration file.
 * Regards,
    Krister
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom PHP Settings] max_execution_time not working](https://wordpress.org/support/topic/max_execution_time-not-working/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/max_execution_time-not-working/#post-14827121)
 * Like I said above you need to supply more information if i should be able to 
   help you.
    For instance:
 * 1. What PHP version are you running.
    2. How is PHP running as an Apache module
   or in CGI/Fast-CGI mode? 3. What hosting provider are you using. 4. Can update
   your question and add you current configuration from the status page e.g `wp-
   admin/tools.php?page=custom-php-settings&tab=status`?
 * /C
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom PHP Settings] Error instalar plugin WooCommerce](https://wordpress.org/support/topic/error-instalar-plugin-woocommerce/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/error-instalar-plugin-woocommerce/#post-14781663)
 * Closing ticket due to lack of response.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom PHP Settings] max_execution_time = -1](https://wordpress.org/support/topic/max_execution_time-1/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/max_execution_time-1/#post-14781660)
 * It turned out that this issue was related to a bug in another plugin which always
   set max_execution_time to -1.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom PHP Settings] Set PHP Time Limit to 600](https://wordpress.org/support/topic/set-php-time-limit-to-600/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/set-php-time-limit-to-600/#post-14781653)
 * Closing ticket due to lack of response.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom PHP Settings] max_execution_time not working](https://wordpress.org/support/topic/max_execution_time-not-working/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/max_execution_time-not-working/#post-14781650)
 * Closing ticket due to lack of response.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cision Block] Category not showing up in WP](https://wordpress.org/support/topic/category-not-showing-up-in-wp/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/category-not-showing-up-in-wp/#post-14781633)
 * Closing this issue and I can also say that this is a feature fully supported 
   in the Pro version of the plugin where both keywords and categories are imported
   for every feed item.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cision Block] How to request a Cision unique feed identifier? Geography?](https://wordpress.org/support/topic/how-to-request-a-cision-unique-feed-identifier-geography/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/how-to-request-a-cision-unique-feed-identifier-geography/#post-14739885)
 * You are welcome.
    Not sure how you mean with filtering through the api? I mean
   we are fetching all press releases and then filtering on the selected language
   code e.g ‘en’ and so on? Is this what your are talking about? If not please send
   me a link to the documentation for the api in question. There is a CountryCode
   for each release (I think) and of course it would be possible to filter based
   on this as well. If you look in the readme there is a WordPress filter which 
   could be used to do this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cision Block] How to request a Cision unique feed identifier? Geography?](https://wordpress.org/support/topic/how-to-request-a-cision-unique-feed-identifier-geography/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/how-to-request-a-cision-unique-feed-identifier-geography/#post-14724725)
 * You will need to contact Cision to get your unique feed identifier, you can do
   this by checking the “contact” section on [https://www.cision.com/contact-us/](https://www.cision.com/contact-us/)
   
   Not sure what you mean by “specifying geography”? Can you explain a bit more 
   on what your are trying to do? The plugin supports displaying news based on LanguageCode.

Viewing 15 replies - 16 through 30 (of 103 total)

[←](https://wordpress.org/support/users/cyclonecode/replies/?output_format=md) [1](https://wordpress.org/support/users/cyclonecode/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/cyclonecode/replies/page/3/?output_format=md)…
[5](https://wordpress.org/support/users/cyclonecode/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/cyclonecode/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/cyclonecode/replies/page/7/?output_format=md)
[→](https://wordpress.org/support/users/cyclonecode/replies/page/3/?output_format=md)