bodhi1970
Forum Replies Created
-
I need a solution for this asap. What’s going on? I have paid for support and can not respond your emails.
Hello, Kima from the support team answered me on a mail already but it seems she did not check it on our site yet.
Here is the link to the XML
exported XML- This reply was modified 7 years, 9 months ago by bodhi1970.
Forum: Plugins
In reply to: [Custom Post Types Maker] permalink not workingI don’t understand exactly what you are saying. I read “Support ? Plugins and Hacks ? Custom Post Types Maker”, so I was expecting support for that plugin here. In the details for the plugin you say “Custom Post Types Maker is the perfect plugin to create Custom Post Types and custom Taxonomies in a user friendly way, just like managing your regular posts and pages.”
Shouldn’t permalink work for regular posts and pages?Forum: Plugins
In reply to: [Print-O-Matic] Shortcode in MenuThank you for your response. I did it without the plugin and it works totally fine.
Forum: Networking WordPress
In reply to: Multisite permalinks 404 after upgrade to 4.5I have the same problem at pukka.ch
I made the update and not the subpages are not working, only on standard permalinksForum: Plugins
In reply to: [FontAwesome.io ShortCodes] SizeThe code above I copied from the genericon plugin but it is much easier.
It works like thispublic function aw_FASC_shortcode($params) { extract(shortcode_atts(array('icon' => 'exclamation','size' => 'exclamation',), $params)); if(substr($icon, 0, 3) != "fa-") { $icon = "fa-".$icon; } // Resizing if(substr($size, 0, 3) != "fa-") { $size = "fa-".$size; } else { $size .= "1x"; } return '<i class="fa '.$icon.' '.$size.'"></i>'; }
Forum: Plugins
In reply to: [FontAwesome.io ShortCodes] SizeTried with adding some piece of code in the php, but it does not work
public function aw_FASC_shortcode($params) { extract(shortcode_atts(array( 'icon' => 'exclamation', 'size' => '', ), $params)); if(substr($icon, 0, 3) != "fa-") { $icon = "fa-".$icon; } // Resizing $size = "fa-"; if ( !empty($shortcode_atts['size']) && isset($shortcode_atts['size']) && in_array($shortcode_atts['size'], array('2x', '3x', '4x', '5x', '6x')) ) { $size .= $shortcode_atts['size']; } else { $size .= "1x"; } return '<i class="fa '.$icon.' '.$size.'"></i>'; }
Forum: Fixing WordPress
In reply to: Media images uploading but receiving error messageI have same issue on one clients page. I used a plugin called “Media from FTP” to have a work around. I load up the images via FTP and then register them through the plugin.
But that workaround is not fulfilling.Forum: Fixing WordPress
In reply to: No thumbnails shownHEEELLPPP!!! Any insights or help on that?
I have a similar problem.
I like to have the pictures centered and cropped when I change the width of the browser window. I tried several things and the images either get squeezed in the width or the whole slider scales in width and height.
Seems an update is needed as many people call for that.Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Minimize Website, and Maximize afteI have the same problem.
I like to have the pictures centered and cropped when I change the width of the browser window. I tried several things and the images either get squeezed in the width or the whole slider scales in width and height.
Seems an update is needed as many people call for that.Forum: Plugins
In reply to: [mqTranslate] New problem: menu link to `?lang=de` no longer worksThank you, with the fix it worked.
Forum: Plugins
In reply to: [mqTranslate] New problem: menu link to `?lang=de` no longer worksI have the same problem on openmindcenter.ch
In the Topmenu I have to links to ENG and DEU, both are not working.
As link I have put in only ?lang=en and ?lang=de
It worked fine before the last two updates of mqtranslate.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Version 2.0.5 widgets errorI had the same error message and followed the suggestions for fixing the problem.
Now I don’t get the error message anymore, but even don’t see the widgets.
No Ai1C widget in the list of available widgets!