rezon8dev
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: SVG-thumbnails in backendWell the image size of 500×500 now allows me to see the file when selecting the media for the featured image. If I try to edit the svg media file in wordpress media editor I receive this message:
“Image data does not exist. Please re-upload the image.”
Is there anyway to edit svg files in the wordpress image editor?
Forum: Fixing WordPress
In reply to: SVG-thumbnails in backendsame for me, I can upload into the media library and insert into posts adding this code to a custom plugin:
function allow_svg_upload_mimes( $mimes ) { $mimes['svg'] = 'image/svg+xml'; return $mimes; } add_filter( 'upload_mimes', 'allow_svg_upload_mimes' );
However when I access the media library via set featured image, I do not see the .svg images. Trying to get to the bottom of this, it may be due to the size of the .svg files uploaded…trying a few more things.
Any suggestions?Forum: Plugins
In reply to: [WP UI - Tabs, Accordions, Sliders] br tags removed from content@jdlintz thanks, all was helpful!
Forum: Plugins
In reply to: [WP UI - Tabs, Accordions, Sliders] br tags removed from contentI tried this, altering the wp-ui.dev.js as well as adding it into the wp-ui.js file and its not working. Really difficult to figure out how to alter the displayed excerpt, I need line breaks or the content displayed in an accordion is just to smashed together to be easily read. Im on the most current versions of plugin and wp as of posting…
Forum: Plugins
In reply to: [WP UI - Tabs, Accordions, Sliders] br tags removed from content@jdlintz which file did you find this in?
Forum: Plugins
In reply to: [Post Content Shortcodes] Adding date of postI’ve added:
function custom_pcs_show_date( $defaults=array() ) { $defaults['show_date'] = true; return $defaults; }
to functions.php and my short code looks like this:
[post-list post_type="post" category=4 numberposts=5 show_date=1 show_excerpt=0 orderby="date" order="DESC"]
I do not see the date? any tips
any idea why form submissions caught by the spam filter would be attempted to be sent to SF?
Hey @agnes have you setup and used smtp.com with wp? Any luck?
Forum: Plugins
In reply to: [Auto Attachments] illegal string offsetnice response time! Does your plugin enqueue jquery? version?
Forum: Plugins
In reply to: [Gravity Forms Salesforce Add-on] Settings Page comes up blank@eric any luck under php5.3?
please
Forum: Plugins
In reply to: [News-Ticker] specify category in themeAny answers to this? I need the same, in php, shortcode or widget.
Forum: Plugins
In reply to: [News-Ticker] how to use 3 news ticker for 3 different category.Another vote for news ticker which allows display per category including custom category / taxonomy. Basically need to add an argument to each widget/shortcode for the category it displays, like @nickfurnell above. Has anyone found a plugin or hack that will do this?
Forum: Plugins
In reply to: [YOURLS Link Creator] Error Message In PostIm also getting my home page returned into the sidebar area of the post edit screen after I delete the link.
Forum: Plugins
In reply to: [YOURLS Link Creator] Error Message In PostI have the same setup and get something similar:
<doc html> <style type
…No shortlink and further it blows the layout of my post edit screen, altering fonts and all.