romapad
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] optmizepress conflicttopic closed
Forum: Themes and Templates
In reply to: [Customizr] optmizepress conflictOk, it is solved. If you got same problem, please check this tread: https://wordpress.org/support/topic/using-optimizepress-with-customizr-1?replies=12
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] Add support for custom or changed templatesI’d tested – works well with custom css. Thanks!!
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] Add support for custom or changed templatesYes, I will!
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] Add support for custom or changed templatesI guess Baden point is to make smth like textarea field in the plugin settting for custom css. That is also good
Forum: Plugins
In reply to: [Download Manager] Files currupted on update 2.7.3I did, it works for me. But on migrate tab there is an error:
Warning: Invalid argument supplied for foreach() in /…/wp-content/plugins/download-manager/wpdm-m2cpt.php on line 11And I also had to change styles for download button. Now looks fine, problem is solved! Thanks for great plugin!
Forum: Plugins
In reply to: [Download Manager] Files currupted on update 2.7.3I got same problem – all my files get lost after this update
Forum: Themes and Templates
In reply to: [Customizr] Add one more social network to customizerIt works! Thanks!
Forum: Plugins
In reply to: [Video Thumbnails] vk.comGreat! Big thanks!!!
Forum: Plugins
In reply to: [Video Thumbnails] vk.comprovider test is going right, but if I try to put iframe code, then it is showing “no thumbnail found”. I running wordpress 3.6 website, and cannot upgrade, because automatic youtube posts plugin doesn’t working on later version. May be that’s the reason. I’ll try tommorow test on newest wordpress site.
Forum: Plugins
In reply to: [Video Thumbnails] vk.comIt would be great to add vk.com support! Maybe this working code will help you:
<?php // parser lib (http://simplehtmldom.sourceforge.net/) include('simple_html_dom.php'); $code = '<iframe src="http://vk.com/video_ext.php?oid=-60220601&id=166760404&hash=307c2bbd071b9440&hd=1" width="607" height="360" frameborder="0"></iframe>'; // getting url of player, and src attr from iframe tag $code_dom = str_get_html($code); $url_in = $code_dom->find('iframe', 0)->src; // loading and parsing player code $html = file_get_html($url_in); // finding image by ID=player_thumb and taking src attribute $img = $html->find('#player_thumb', 0)->src; // showing result echo '<img alt="" src="'.$img.'" />'; ?>Forum: Plugins
In reply to: [WooSidebars] Couldn't see posts tab in sidebar edit interfaceSorry, all problem got solved by reading documentation. Thanks for great plugin!
Forum: Plugins
In reply to: [WooSidebars] Couldn't see posts tab in sidebar edit interfaceAnyone could help me? See attached screenshot. So, as I said there is no posts tab
http://grab.by/psYmForum: Plugins
In reply to: [WooCommerce] 'featured' and 'visibility' options missingO’k, so funny))) It is same there as mentioned before – in top right publish widget box, everything is there – visibility and featured option. But they should update documentation for the plugin, otherwise it is so difficult to find out
Forum: Plugins
In reply to: [WooCommerce] 'featured' and 'visibility' options missingBut what about this (it’s from documentation – http://wcdocs.woothemes.com/user-guide/managing-products/):
Visibility – Can be set to:
Catalog and search – visible everywhere
Catalog – visible in catalog loops, but not search
Search – visible in search results, but not in the catalog (categories/shop page)
Hidden – only visible on the single product page – not in any product loopsHow to find this options?