tazotodua
Forum Replies Created
-
Forum: Plugins
In reply to: [Add Hierarchy (parent) to post] permanent linksHi.
It’s better to mail me more detail at [email protected]Forum: Everything else WordPress
In reply to: Why brace { version not mentioned?Another interesting thing – it seems, the ID’s are variable on every request…
why you not make all important paragraphs (inside sections) with ID’s also, as they can easily linked like
#brace-style
i did above. (so, that block could be#id_1234
, so i could directly link to that ).i think that i s better then variable ID’s.
- This reply was modified 7 years, 2 months ago by tazotodua.
Forum: Everything else WordPress
In reply to: Why brace { version not mentioned?sorry, i mistyped link.
here what i mean:under https://make.www.ads-software.com/core/handbook/best-practices/coding-standards/php/#brace-style
third block<?php if ( have_posts() ) : ?>
…sorry for late response.
I will need screenshare to see what happens. I doubt you run very old server (php should be above 5.4 version ). let me know plugin’s problems in details. mail me at tazotodua-gmail.Forum: Plugins
In reply to: [Remove base slug from custom-post-type URL] get 404 errorI will look into that, and will be fixed in the next release.
let me know if there will be still problems.Thanks for sharing your info. I will look into that. Will be fixed in the next release.
let me know if there will be still problems.- This reply was modified 7 years, 3 months ago by tazotodua.
Forum: Reviews
In reply to: [Hide(disable) any Widget temporarily] BrokenHi.
can you share screenshots or tell me any details?Forum: Reviews
In reply to: [Disable user modify profile page] Does not workHi. sorry for late response. Please, while posting, say the errors too what is happening.
Forum: Reviews
In reply to: [Remove base slug from custom-post-type URL] Doesn’t appear to work@andrew, sorry for so late response. Can you tell me the site/url or share screenshot of errors?
Forum: Plugins
In reply to: [Simple Post Views Count] Metaunfortunately the time when I wrote this plugin, I’ve used to store these data in separate table, named:
wp_post_views_count__spvc
so, you should use that table, like:
$wpdb->get_results(“select * from “. $wpdb->prefix.”post_views_count__spvc” );
and sort the results.
in the future when i have time, i will try to migrate them in post_meta.
- This reply was modified 7 years, 3 months ago by tazotodua.
Forum: Plugins
In reply to: [Remove base slug from custom-post-type URL] get 404 error@vespino what problems you face? you can mail me at tazotodua / gmail/ and share screen.
Forum: Themes and Templates
In reply to: [SG Window] files not correcti think you should add this in
inc/customize-layout
:Forum: Plugins
In reply to: [Llorix One Companion] Latest update has broken Customiserfound here solution- solving llorix one companion_sevices_get_default_content/
Forum: Plugins
In reply to: [Remove base slug from custom-post-type URL] get 404 erroryou should go to “Settings>Permalinks” and click save, and then once again, and it should be fixed.
Forum: Plugins
In reply to: [Complete Open Graph] Incorrect filteringthanks for excellent support