pierre1688
Forum Replies Created
-
Hi @mihailungu,
My website is also on the free version. To use child theme method to modify copyright text.Thanks.
Hi saeed451,
I implemented the codes into functions.php under child-theme. Just for your reference.Thanks.
Forum: Themes and Templates
In reply to: [ColorMag] How to modify length of summary text via css?Dear Nidwija,
Thanks for fully support to resolve this isse with chat online.
Thanks again!Hi @aamaan,
You can attempt to edit functions.php from the theme if you know.
And add below codes to change copyright text of footer. Just warm remind to you. Before editing any document, please do full backup first. You can modify it what you want in the echo sentence with double quotes (start at “Copy…..). Thanks.add_action( 'colormag_footer_copyright', 'colormag_footer_copyright', 10 ); /** * function to show the footer info, copyright information */ if ( ! function_exists( 'colormag_footer_copyright' ) ) : function colormag_footer_copyright() { echo '<div class="copyright">' . "Copyright © 2020 by XXXX. All rights reserved." . '</div>'; } endif;
Hi,
Does it only need the plugins to fix this isue or else?
Please advise!Thanks.
Hi,
Please see the attached pictures with below linking for more reference.Don’t show on Recent_posts and Category both:
https://panda1658.cloudaccess.host//wp-content/uploads/issues/Do%20not%20show.jpgShow on posts only:
https://panda1658.cloudaccess.host//wp-content/uploads/issues/Show%20on%20posts%20only.jpgThanks.
- This reply was modified 4 years, 10 months ago by pierre1688.
- This reply was modified 4 years, 10 months ago by pierre1688.
Hi,
I just installed it with free version. Not pro one. So, can I still contact with you all via the chat support through site link? If yes, please also provide it to me for further reference.
And, this isssue can’t be fixed with child theme which implemented any code or not?Thanks.
Forum: Themes and Templates
In reply to: [ColorMag] How to stop calling those js files with below list?Hi,
Finally, I found out the solution to fix it with below codes.add_action( 'wp_print_scripts', 'deregister_javascript', 99 ); function deregister_javascript() { wp_deregister_script( 'jquery' ); wp_deregister_script( 'tabs.min' ); wp_deregister_script( 'jquery-migrate.min' ); wp_deregister_script( 'accordion.min' ); wp_deregister_script( 'widget.min' ); wp_deregister_script( 'core.min' ); }
Thanks.
Forum: Themes and Templates
In reply to: [ColorMag] How to stop calling those js files with below list?Hi,
Sorry for causing inconvenience again!
The solution seems to have side effect.
So, I still need your help to have any comments for this question again!To stop calling below js files:
/wp-includes/js/jquery/jquery.js
/wp-includes/js/jquery/ui/tabs.min.js
/wp-includes/js/jquery/jquery-migrate.min.js
/wp-includes/js/jquery/ui/accordion.min.js
/wp-includes/js/jquery/ui/widget.min.js
/wp-includes/js/jquery/ui/core.min.jsPlease help to investigate it!
Thanks for a million!Forum: Themes and Templates
In reply to: [ColorMag] How to stop calling those js files with below list?Hi,
I think I have already solutions to fix this question.
Sorry for any inconvenience!
This issue can be closed!
Thanks again!Hi Nitu,
It can work properly.
Thanks for your huge support.Hi,
Thanks for your great suggestions in advance.
May I have your any comments to reach it via the child theme?
Could you please give any sample description for base64 coding with those listed icons?
Thanks.Hi,
Is there any comment for this issue investigation so far?
Sorry for caused any inconvenience!Thanks.
Hi,
Sorry for any inconvenience! I have a soulution on it.
This issue can be solved already.
Thanks again!Hi,
It can work properly. And another thing, I also would like to remove arrow icon of menu. Please help again!
Thanks for your help in advance!