Mazinger
Forum Replies Created
-
Forum: Plugins
In reply to: [External Links] Problem with embedding facebook posts when enSomething like that:
https://www.facebook.com/WordPress/posts/10154862482617911WordPress recently allowed embedding Facebook posts into WordPress posts just by posting the URL, just like posting a YouTube URL.
Forum: Fixing WordPress
In reply to: Cannot embed YouTube videos “Failed to embed” errorI want to embed by the url only. I don’t wanna use <iframe> tags.
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Slider not working on RTLJust add this CSS code:
.su-slider, .su-carousel { direction: ltr; }
164 row in wp_statistics_visit
105,821 row in wp_statistics_visitor
59,165 row in wp_statistics_pagesI tried and disabled all of them, and then allowed only different one each time, but still no luck.
Actually, the Memory usage in PHP has increased from 6,880,312 Byte (the previous value) to 26,774,304 Byte.
Memory usage in PHP: 6,880,312 Byte
Memory usage in PHP
Last Overview page memory usage: 132,120,576 ByteMemory usage in the overview page
PHP Memory Limit: 128MThis is weird.
The problem fixes when I disable a number of plugins:
– ajax-thumbnail-rebuild
– all-in-one-seo-pack
– breadcrumb-navxt
– contact-form-7-to-database-extension
– contact-form-7
– custom-adminbar-menusAll of them must be disabled at the same time.
PHP memory limit is 128M
No errors…
The end of the page is:
<div id="contextual-help-wrap" class="hidden no-sidebar" tabindex="-1" aria-label="????? ????? ????????"> <div id="contextual-help-back"></div> <div id="contextual-help-columns"> <div class="contextual-help-tabs"> <ul> </ul> </div> <div class="contextual-help-tabs-wrap"> </div> </div> </div> </div> <script type="text/javascript"> jQuery(document).ready(function(){ postboxes.add_postbox_toggles(pagenow); }); </script>
What should come after that, but missing, is:
<div class="wrap"> <!-- Screen icons are no longer used as of WordPress 3.8. -->
Sorry, meant the overview.
Forum: Plugins
In reply to: [Wp-Insert] More than 20 ads?If you can update the plugin and add extra 10 templates ads, that will be great.
Forum: Plugins
In reply to: [Search & Filter] order by not workingNothing changes at all. Even if I change “order” too.
Forum: Plugins
In reply to: [Search & Filter] order by not workingHere’s it:
[searchandfilter taxonomies="search,category,field" headings="Search For, In, In" submit_label="Search" hierarchical=",1,1" hide_empty=",0,0" order_by=",count,count" order_dir=",asc,asc" search_placeholder="Search for..." all_items_labels=",Search,All"]
Forum: Plugins
In reply to: [Search & Filter] order by not workingHello,
I’m talking about the order in the dropdown menu actually, it always list objects by name… changing order to count/ID or anything doesn’t work.
Forum: Plugins
In reply to: [Search & Filter] Change label prefix "All"Great! Thanks for this!