Hello team, Why at post area have error
Warning: base64_decode() expects parameter 1 to be string, array given in /home/haqemmy/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_css_res_compiler.php on line 54
you visit my blog and at blog post scroll down after twitter timeline and before Instagram timeline on sidebar.
my blog https://haqem.my/
Hi, google has tagged my pages with “The text (CDATA) inside tag ‘style amp-custom’ contains ‘CSS !important’, which is disallowed.”
All I have done is install the plugin. How would I go about fixing this?
Any help is much appreciated.
Thanks,
Tabesuki
The text (CDATA) inside tag ‘style amp-custom’ contains ‘CSS !important’, which is disallowed.
The Error Is Here I Am Using The Official Plugin Of TagDiv AMP Earlier But Currently Switch To Another One Coz It’s Creating Problem To Solve These Issue In Google I’ll Switch To Another Plugin If Issue Was Resolved Earlier I Switch Back To TagDiv AMP Soon .
Hello,
if I come to you it’s because I did some testing before I talked to you about it.
Disabling all plugins, to keep only the plugins of the theme I have this in gtmetrix: https://www.screencast.com/t/gDLKPyhs
And by reactivating my plugins I get this: https://www.screencast.com/t/FjUMyCxY5MMp
I also test with gtmetrix the demo that you propose and I see that for the Minify JavaScript and CSS, you are 100% : https://www.screencast.com/t/glcmYdjkaB
Maybe by knowing what you did on it. It could help me …
Thank you in advance for your answer.
And sorry for my english, I’m a french who did not do a lot of studies ^^
Cordially.
Hi,
I had the same problem and used your Custom CSS to fix it. But I would like to know, why “.td-post-content #fb-root+p” is in the themes style.css?
Better solution would be removing it from the css, because that “fix” causes text to move after pageloading, which could be anoying to some readers.
Jukka
Hello team what code css for right click save image ? i dont want user to save my logo. can you help me? refer image this i.is.cc/2GnAEZrf.png
Hi, I’m changing my hosting provider and after the migration some change that I’ve made on Theme panel (example header style, custom CSS, footer, color etc)are lost. What is the problem?
Thanks. You should mention this in the change logs. It might affect people who apply CSS in widgets directly.
Sorry Bodgan.
I check the documentation but trying to update from “8.2” –> “8.7.1” i do not find any differences in the Child folder downloaded from themeforest.
The files are 3:
– functions.php
– screenshot.png
– style.css
These 3 files are the same that i have find in the child folder of 8.2 that download in the past.
“Child folder 8.2” and “Child folder 8.7.1” have the same files.
– functions.php
– screenshot.png
– style.css
Please can you confirm?
Thanks.
Yes, the embeds that were broken before no longer get the position absolute, but now the one below does: https://www.screencast.com/t/V4UUKp333e6t
Please check all of the embed codes.
As an alternative, add this css code in your theme panel- custom css box to make sure the position stays relatve:
.instagram-media{
position:relative!important;
}
Thanks.
Hello RKdium,
You should use the custom CSS code if you want to affect this section.
Thanks for the message!
I only see “General” and “Filter” tabs on tagdiv widgets.
Screenshot – https://i.imgur.com/8ATY8qq.png
Any advice.
Hi,
Indeed that setting is only for desktop, on mobile you could only remove it with CSS if needed
– https://www.screencast.com/t/64xok4pWhdv
.header-search-wrap {
display:none;
}
This code can be entered in Theme panel->Advanced CSS phones section when not using the mobile theme. If the mobile theme is used this is the code
– https://www.screencast.com/t/ORVGCy6377K
.td-search-icon {
display:none;
}
This can be entered in The Mobile theme Custom code section in then theme panel.
Thanks
Hello mrx,
Sorry but does not exists any such a simple CSS solution in this case.
Thanks for your understanding!
Hello,
I have a vector logo, is there an easy way i can use this for scalability instead of a .png? where would i insert the code?
I would also like to use .svg backgrounds INSTEAD of using background images on blocks etc. is this possible through td composer. perhaps the css editor of an element?
thank you
Hi there guys!!
I installed a couple of days your theme (Which BTW I am impressed) and I have received a few error on my Google Search Console about the AMP content. It looks the text (CDATA) on tag “style amp-custom” have some “CSS !important”, and it looks like it is not allowed. Before the theme switch all the AMP thing worked fine…. Any idea whats going on?? and more important. How to solve it??
the site is Howpple.com and one of the URL´s with the error is https://howpple.com/como-cambiar-el-tamano-de-almacenamiento-de-icloud/amp/
Hi guys,
I am having the same issue here: https://www.londonmalanders.com/test-2/
In Theme panel > Font > Pages, H2s on pages are set to “Source Sans Pro” and Content to “Source Sans Pro”, 17px.
However, while using the “Text with Title” element in the tagdiv editor, the H2 is “Roboto” and the content is in font size 15px (while using the Source Sans Pro font).
Is there a possibility to change this via the Theme Panel or do I need to use Custom CSS to fix this?
(I used HTML to fix it on the homepage: https://www.londonmalanders.com/)
Thank you for your help,
Roman
Simion,
thank you very, very much for your code.
I didn’t know about substring-matching attribute selectors in CSS.
Hi Guys, how are you? Hope you very well
I Wonder if anyone could help me with that issue:
Image -> http://prntscr.com/ii9nb3
As you could see, the background color isnt showing, but i´ve already set it from the css:
Css configuration ->http://prntscr.com/ii9pff
Any thoughts?
Thanks!
Hello,
I can see the issue now. The ads were never meant to have drop-downs as you can imagine so the z-index is the culprit here. You can increase it with thios custom css code:
.currencyMenuBox{
z-index: 99999;
}
Add the code in the theme panel-> custom css box.
Thanks.
Hello Catalin,
Thanks for answer.
Is it any appropriate solution with CSS?
All those sliders in the td composer labelled “big grid full” allow you to achieve just that without css.
Hi,
I could give you code to make the exchange widget display properly
– https://www.screencast.com/t/YVGIKs9Z
.td_block_exchange .td-column-1 .td-exchange-base {
width: auto;
}
Enter that code in Theme panel->Custom CSS. Regarding the social counter, I see you have managed to add it on the page. If you want to position it differently, edit the page with the composer and move it.
Thanks
Good morning,
I tried to find this answer looking trough the forum but I couldn’t find anything:
– I’d like to change “Slide” height and width so I can make it full width and height in desktop and mobile (like Slider Revolution) but I can not do it with CSS. Is it possible?
Thanks.