cyclonecode
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom PHP Settings] messing up with commentsThis issue is resolved in version: 1.4.4.
Forum: Plugins
In reply to: [Cision Block] how to not display imagesYou should be able to use
image_style=""to exclude any images for each feed item. You could also set theImage StyleasSelectunder the Settings page. Another way would be to copy the template fromcision-block/src/Frontend/templates/cision-block.phpto 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
In reply to: [Cision Block] example UID doesnt seem to workThis 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
In reply to: [Cision Block] get full content of pressreleaseLite 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~AQForum: Plugins
In reply to: [Custom PHP Settings] max_execution_time not workingPlease send your configuration from the plugins status page to me via email [email protected] and I can look and see if I can spot anything that looks weird.
Forum: Plugins
In reply to: [Custom PHP Settings] max_execution_time not workingHello, 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 changemax_execution_timeor not.Regards,
KristerForum: Plugins
In reply to: [Custom PHP Settings] setting not overruling?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 [email protected] 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,
KristerForum: Plugins
In reply to: [Custom PHP Settings] max_execution_time not workingLike 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.gwp-admin/tools.php?page=custom-php-settings&tab=status?/C
Forum: Plugins
In reply to: [Custom PHP Settings] Error instalar plugin WooCommerceClosing ticket due to lack of response.
Forum: Plugins
In reply to: [Custom PHP Settings] max_execution_time = -1It turned out that this issue was related to a bug in another plugin which always set max_execution_time to -1.
Forum: Plugins
In reply to: [Custom PHP Settings] Set PHP Time Limit to 600Closing ticket due to lack of response.
Forum: Plugins
In reply to: [Custom PHP Settings] max_execution_time not workingClosing ticket due to lack of response.
Forum: Plugins
In reply to: [Cision Block] Category not showing up in WPClosing 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
In reply to: [Cision Block] How to request a Cision unique feed identifier? Geography?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
In reply to: [Cision Block] How to request a Cision unique feed identifier? Geography?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/
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.