Forum Replies Created
-
AuthorPosts
-
Hello,
It turns out to be a WPML problem.
Solution:- WP console =>> WPML = >> Settings =>> Custom Fields Translation
- look to column “Custom fields”, change radio button to “Copy” of the following rows: footer, header_title_bar, header_transparency, layout, sidebar
The above change tells WPML to sync the original page’s layout settings with the translations when the original is updated.
Thanks for help.
I have to update a bit of my first post.
My site is running WPML. The “strange sidebar” problem happens only on the translations which were created by the WPML Translation Editor from the original English page.
Orignal page:
Problem translation 1:
https://asiabc.com.hk/services/company-formation-services/hk-company-incorporation-service-package-fee-2020-05/Problem translation 2:
https://asiabc.com.cn/services/company-formation-services/hk-company-incorporation-service-package-fee-2020-05/Screenshot:
https://pasteboard.co/JaxWmYo.pngMay 18, 2020 at 4:49 pm in reply to: avia-merged-styles css the highest priority in page loading, why? #1214071Thanks @Guenni007, you are correct. Problem solved.
May 18, 2020 at 9:17 am in reply to: avia-merged-styles css the highest priority in page loading, why? #1213948Hi Ismael,
I’ve created a testing WP site which is using Enfold theme, without any caching and optimization plugin, on the same hosting server. The site has both CSS and JS merging and compression enabled in the theme’s option. However, the child theme and theme’s style.css are both loaded along with the avia-merged-styles.css
I think it is a problem laying about how my child theme is set up. In the child theme, the following code is included in the theme’s functions.php:
// Enqueue parent theme and universal child theme CSS function my_theme_enqueue_styles() { $parent_style = 'parent-style'; wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( $parent_style )); } add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );
Is there something wrong in the above code?
If possible, you may login to to the WP (in private content).
Thank you so much for help.
May 18, 2020 at 8:57 am in reply to: avia-merged-styles css the highest priority in page loading, why? #1213942Hi Ismael,
Thanks for you insight. Yes, WP Rocket is deployed. I will consult their support team first. Stay tuned. Thank you.
May 15, 2020 at 11:54 am in reply to: avia-merged-styles css the highest priority in page loading, why? #1213248Hello Ismael,
Thank for your clarification.
Could you take a look at my site (link in private content)? In DevTools, the following CSS files are all loaded individually:
/wp-content/themes/enfold/style.css?ver=X.X.X
/wp-content/themes/enfold-child/style.css?ver=X.X.X
/wp-content/uploads/dynamic_avia/avia-merged-styles-YYYYY.cssFrom my understanding, the avia-merged-styles should have included the theme’s CSS and child theme’s CSS. Would you tell where I have misconfigurated my WP or Enfold Theme?
Thank you.
Hi Rikard, you CSS can enlarge the image to fit the container of post in mobile view, it simply works. Thanks.
Hi Guenni007, thank for help. Your CSS is step further to enhance the look of the image in mobile view. Thanks.— Case Closed —
Thanks for help, Rikard.
Your CSS can change H1 tag of ALB special headings.
Furthermore, I found that if I change the CSS selector to :
:lang(zh-hant) body h1
It can’t override the Theme font setting even I have added !important;
P.S. It’s time for me to go deeper about CSS selector priority.
— case closed —
Thanks for your quick reply.
Take a look at the first <h1> and the following <p> below
The computed font style for these elements different:
<h1>:h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font, .av-current-sort-title, .html_elegant-blog #top .minor-meta, #av-burger-menu-ul li { font-family: open sans condensed,helveticaneue,helvetica neue,helvetica-neue,Helvetica,Arial,sans-serif; }
<p>:
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
thus it read:
:lang(zh-hant) body { font-family: open sans,Arial,Helvetica,microsoft jhenghei,微軟正黑體,pmingliu,新細明體,hiragino sans tc,冬青黑體,sans-serif!important; }
Problem disappeared suddenly. Please close this post.
March 15, 2018 at 3:29 am in reply to: Suddenly, I cannot type in existing Avia Layout Builder Elements for editing #926976Please close this post as settled. The issues disappeared suddenly. Thank you so much for kind support.
March 14, 2018 at 3:57 am in reply to: Suddenly, I cannot type in existing Avia Layout Builder Elements for editing #926369Thank you.
March 13, 2018 at 9:12 am in reply to: Suddenly, I cannot type in existing Avia Layout Builder Elements for editing #925945Thanks for supporting. The problem take place on every pages created using “Advanced editor”. If you edit any existing Elements (except “Text Block”) on any existing pages, you cannot type any characters there.
August 18, 2016 at 7:54 am in reply to: Avia Layout Builder – "closing the overlay popup within saving" is annoying #674072Sorry, my bad.
Kindly refer to screen capture here.
I do not want my Avia elements (e.g. Text Block element shown in screen capture) to be closed without save if I click the area highlighted in Pink color.
Thanks for help, problem solved.
The case is solved. Thanks.
October 30, 2015 at 2:25 pm in reply to: How to "Working on Avia Layout Builder" in text mode"? #527388Fantastic support! Solved. Thank you.
I reported the same case to WPML, their team reported that they would contact your side very soon.
Kindly update me for any info. Thank you very much.Hi Andy, my mistake, sorry. Login is ready. Thanks.
Hi Andy,
thx for reply.
1) flushing permalinks setting: Done
2) allowing deactivation of all plugins: Okay, pls go ahead.
thx again for support.Hi Rikard, thx for reply. The problem exists only when Enfold + WPML are both activated.
September 15, 2015 at 4:19 am in reply to: Avia elements are placed outside the div of wrap_all #503105Thanks for your suggestion. Once the plug-in WP-SpamShield is deactivated, the problem is gone. It’s a plug-in issues, please mark this post as solved.
It works perfectly, thanks.
It works perfectly.
- This reply was modified 9 years, 3 months ago by asiabchk.
Thanks, it works.
Thx for update, I have input it. However, the font-family style can’t apply on AV Special Heading. May I have you further help?
Is there a sleek method to select multiply pages with different page-id? Many thanks.
Hi Josue,
Thanks for reply.
I use neither plugin nor new installation.
I create a new page “http://www.example.com/2nd/” which is the descendant of homepage “http://www.example.com/”.
It works perfectly, awesome support! Please close this post.
-
AuthorPosts