congthien
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customify] How to create custom template for posts?Hi @pedjas
We are sorry for the late reply. However, this is out of our support, so we just have some links for you here and then you need to do it by yourself.
https://developer.ww.wp.xz.cn/themes/template-files-section/custom-post-type-template-files/Hope it helps!
Forum: Plugins
In reply to: [One Click Demo Import] Cannot import Redux optionYes, it is the Construction theme of WPCharming.
Thank you!
Forum: Plugins
In reply to: [One Click Demo Import] Cannot import Redux optionIt is a premium theme on ThemeForest. How can I send you theme files?
Forum: Plugins
In reply to: [One Click Demo Import] Cannot import Redux optionHi @capuderg
Yes, I’m using a preconfigured theme import. Even I tried to import manually with only the Redux theme options file but it still does not work.
There is no problem with Redux Framework because I imported directly via Redux => Import then it worked.
So I believe this is the problem with your plugin. Please try it.
Forum: Plugins
In reply to: [Redux Framework] Remove embedded demo on the first activateHi @dovyp
Thank you, but it does not work. See my screenshot: https://cl.ly/33d97f9fa7f0
I added your code and replace with my opt-name:
/** REMOVE REDUX MESSAGES */ function remove_redux_messages() { if(class_exists('ReduxFramework')){ remove_action( 'admin_notices', array( get_redux_instance('wpc_options'), '_admin_notices' ), 99); } } /** HOOK TO REMOVE REDUX MESSAGES */ add_action('init', 'remove_redux_messages');Forum: Fixing WordPress
In reply to: Create Audio Playlist in WP 5+Anyone know?
Forum: Themes and Templates
In reply to: [OnePress] Onepress – Horizontal position of Nav menu in headerFirst thing, I recommend you remove this code. See link:
https://cl.ly/a8c4c663b83dthen reduce the form margin top:
.wpdreams_asl_container { margin-top: 15px !important; }and the result: https://cl.ly/98ef5b80f5a1
Hope it helps!
Forum: Themes and Templates
In reply to: [OnePress] more_link is not workingHey @bretweb,
It seems you did wrong. You must add the filter for excerpt_more instead of the_excerpt. Please read again here:
https://developer.ww.wp.xz.cn/reference/functions/the_excerpt/#comment-327Forum: Themes and Templates
In reply to: [OnePress] Onepress – Horizontal position of Nav menu in headerHi @sergiomorais,
Please try to add this to Customize => Additional CSS:
.wpdreams_asl_container { margin-top: 25px !important; }Let me know!
Forum: Themes and Templates
In reply to: [OnePress] How to override function in parent theme?@oehqoehfo: No.You could only replace which function has function exists condition like this:
if ( ! function_exists( ‘onepress_site_header’ ) ) { }Also, child themes are allowed to override templates, not simply arbitrary PHP files.
In WordPress, a theme consists of a bunch of PHP files which are used as Templates. You can find a list of those files in the Template Hierarchy.
Those specific template files can be overridden with new ones, but unless the parent theme has some special means for you to override other files, then files simply included by the parent as part of a support structure or as libraries for a pagebuilder piece of code cannot simply be overridden in that manner.
Forum: Themes and Templates
In reply to: [OnePress] Hero Image shows twiceHi @sky13lade,
If you are using the child theme, please update all files follow the parent theme. Because we had big changes from v2.0.0. Special is header.php, footer.php and section-hero.php
Let me know!
Forum: Themes and Templates
In reply to: [OnePress] Text on the right of the menu in header?@mikeycorn : You’re welcome 🙂
Forum: Themes and Templates
In reply to: [OnePress] Text on the right of the menu in header?Hi @reiseplaner,
Unfortunately we don’t have this option. However you can add it as a custom link in Primary menu.
Forum: Themes and Templates
In reply to: [OnePress] Upgrade Removed Our Plus Status (And Section)Hi @mikeycorn,
Please check if she disabled the OnePress Plus plugin and you need re-active again.
Otherwise, remember because the OnePress Plus is a plugin so you have to install it as a plugin.
Let me know!
Forum: Themes and Templates
In reply to: [OnePress] Hero Image PositionHi @bitpopcorn :
The hero background image is a jQuery slide : http://www.jquery-backstretch.com/
So it can not change position as a simple background image.