hanmdq
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Categories and dates hiddenUsers do not need to clear the cache
Forum: Themes and Templates
In reply to: [Hueman] Categories and dates hiddenThat’s right, before modifying anything make a copy of the main.min.css file
Forum: Themes and Templates
In reply to: [Hueman] Categories and dates hiddenI think I have solved it
Edit the file /public_html/wp-content/themes/hueman/assets/front/css/main.min.css
And delete these lines:
-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d
and
transform-style:preserve-3d
Work in Chrome and Edge
Greetings!
Forum: Themes and Templates
In reply to: [Hueman] Categories and dates hiddenSame here, only from Chrome
Forum: Plugins
In reply to: [Shortcode IMDB] Names (Actors)Hello, thanks for your answer.
In the case of Titles, the record appears blank, which I can delete or even complete myself by hand.
In the case of Names, the record does not appear directly
- This reply was modified 3 years ago by hanmdq.
Forum: Plugins
In reply to: [Shortcode IMDB] Names (Actors)The editor modified the code, I forgot to tell you that in many cases it works and in others it does not.
This is the code:
And this is the result, in this case:
Forum: Plugins
In reply to: [Shortcode IMDB] Error Version 5Thanks Kemal, the plugin is fantastic, but when I installed version 5 it did not load the site, I had to go back to a previous version, I could not tell you more, I will see if there is any incompatibility with another plugin.
Forum: Plugins
In reply to: [Ajaxy Instant Search] cant open -> templates -> *post editing*?sf_template_post is a field in the table wp_options
If you do not have access to the database you can install the plugin “Tweak Option” and access these fields from the WordPress dashboard, just install it and then go to Tools / Options Tweak, find “sf_template_post”, edit and change the value for that i wrote above.Do not ever edit the templates because you spend the same.
Forum: Plugins
In reply to: [Ajaxy Instant Search] cant open -> templates -> *post editing*?or
<a href="{post_link}">{post_image_html}<span class="sf_text">{post_title} </span><span class="sf_small">{post_excerpt}</span></a>
Forum: Plugins
In reply to: [Ajaxy Instant Search] cant open -> templates -> *post editing*?I Have the same problem, the solution was edit sf_template_post in the table wp_options , replace with this:
<a href="{post_link}">{post_image_html}<span class="sf_text">{post_title} </span><span class="sf_small">Posted by {post_author} on {post_date_formatted} </span></a>