pierre1688
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ColorMag] About style of primary header?Hi @barsha04 ,
For issue1 about gap, how to adjust to fit my goal? Please provide simple codes for that!
For issue2 with below description:
Issue symptom: After clicking the sub-menu of primary menu, the primary menu color will be changed to white. If you click the primary menu which has no any sub-menu, it will be normal.
Please help to reply them again.
Just remind to you, all issues won’t appear with version:2.1.3.
Thanks.
- This reply was modified 2 years, 2 months ago by pierre1688.
Forum: Themes and Templates
In reply to: [ColorMag] About style of primary header?Hi @barsha04 ,
If you have any update, please also inform me to verify the two issues. Just for you reference, those issues won’t appear with version: 2.1.3.
Thanks.
Forum: Themes and Templates
In reply to: [ColorMag] About style of primary header?Hi @barsha04
Below linking location is for you further investigation about those two issues.
https://prstudio.idv.tw/test3/category/tourism-zone/northern-tourism/
Thanks.
Forum: Themes and Templates
In reply to: [ColorMag] About style of primary header?Hi @barsha04 ,
Updated!
Besides gap width issue, I found out another issue.
Issue symptom: After clicking the sub-menu of primary menu, the primary menu color will be changed to white. If you click the primary menu which has no any sub-menu, it will be normal.
Please also help to check the two issues.
Thanks.
Forum: Themes and Templates
In reply to: [ColorMag] About style of primary header?Hi @barsha04 ,
The last codes are working properly as I need.
How about another issue for gap width between two menus?
Thanks.
Forum: Themes and Templates
In reply to: [ColorMag] About style of primary header?Hi @barsha04 ,
I think I found out what the root cause was! The arrow symbol of sub-menu isn’t disappeared. It becomes ” white background” so that it is difficult to see!
As you provided codes, it only changed primary menu areas, for sub-menu areas are still white color in those arrow symbols. Also, when pointer moves to primary menu which it has sub-menu, the arrow symbol will be changed white color.
In addition, the gap width between two menus are still big. How to shrink it as version:2.1.3?
Please help to resolve them. Thanks in advance!
- This reply was modified 2 years, 2 months ago by pierre1688.
Forum: Themes and Templates
In reply to: [ColorMag] How to remove Google fonts from theme completely?Hi all,
I had tried below codes to solve this situation for your reference!
If any problem or concern, please also let me know! Thanks!add_action( 'wp_print_styles', 'disable_google_fonts_style' ); function disable_google_fonts_style() { wp_dequeue_style( 'colormag_googlefonts' ); }
Hi Arnaudbroes,
Thanks for your comments. I will change another method to reach my request.Hi,
I got your valuable point. Thanks for detailed explanation!Hi, @spacetime
I just make sure whether this issue won’t have any side effect about performance or else when this issue was highlighted on GTMetrix and PageSpeed Insights. Maybe it also happened on different test websites online!But I still got some confused, as your said, there is nothing wrong with this code, why they need to highlight?
Sorry for any inconvenience!
Thanks.Hi @marko,
It works properly with the plugin as you mentioned. It resolved my issue indeed.
Thanks for your great support!Hi @marko
I will try that rocket-load-lazy plugin for WebP feature. Thanks for detailed explanation! Thanks again!Updated:
I used another option- “Use rewrite rules”. This issue can still be reproduced.
No use any CDN.Hi Bikalpa,
I have already resolved this issue. Just added below code to hide those on specified pages..home .footer-widgets-area.clearfix{ display: none; }
Thanks for your help!
Forum: Plugins
In reply to: [AMP] How to bundle content protection feature?Hi Weston and James,
Thanks for detailed explanation about this question.
In fact, I already added content protection feature into my non-AMP website. It just can’t use right-clicking and long-pressing to access any content and images of articles.So, I wish to find any plugins or implementing any simple codes to achieve the goal in AMP environment.
Anyway, thanks for giving any directions.