Search Results for 'css'

Results from the Forum
orived
tagDiv Member

Hello.

I had the same error that made reference to “plugins/td-composer/css-live/css-live.php:30”, in that part of the code “@” is used to “suppress errors” but you must have activated some directive php or a plugin that shows errors; in my case when activating/using the plugin “WP PHP Console” the error appears, when deactivating it the error disappears.

Revive the Netherlands
tagDiv Member

Yes. The mobile 2 grid is now fine like this -> https://imgur.com/1DO2B47
But the mobile 1 grid is now like this -> https://imgur.com/yzjzvtm
But I want it to be like this -> https://imgur.com/m1nj4WQ
I used this code for it:
Yes, there is a code that is overwrite the settings from theme panel, please remove this custom css
.td-post-category {
position: absolute;
left: 0;
top: 67px;
display: block;
background: #dd9933;
color: black;
font-weight: 700;
}

but then is Mobile grid 2 messed up -> https://imgur.com/jTIXnaB
You gave me a code to move the date to the right side but is it possible to move the category tag above the title.

Regards Sam

Calin
tagDiv Staff

Hi,

Yes, there is a code that is overwrite the settings from theme panel, please remove this custom css
.td-post-category {
position: absolute;
left: 0;
top: 67px;
display: block;
background: #dd9933;
color: black;
font-weight: 700;
}

The everything should look good.

Thank you!

kibiribi
tagDiv Member

Thanks for hint!
Right now, I’m workin with help of Classic Editor.
So, I’ve created CSS code for text quote – screen – https://www.screencast.com/t/L4WtCETE
But CSS template editor told me warning – is it ok ?
see screenshot – https://www.screencast.com/t/XNNRhVD3f4t
page example – http://wp.webdoroga.com/ru/how_to_start/

Thanks in advance for your support, Calin!

Calin
tagDiv Staff

Hi,

Please replace above css with this one -> https://i.imgur.com/pXk0wMa.png
.td-tags a, .td-post-next-prev-content a, .td-module-title a, .td-author-name a, h1, h2, h3, h4, h5, h6 {
color: #fff;
}

Also you can use a single post template from tagDiv Cloud Library and this can be edited using tagDiv Composer.

Vlad S
tagDiv Staff

Hello !

Unfortunately all we can do is find a css to hide the 2nd time the content is displayed.

If this helps please provide an url with the plugin active and we will take a look.

Thank you !

Calin
tagDiv Staff

Hi,

Unfortunately there is no option for this, but it can be achieve with custom css, if you want I can help you with that, just provide me a link to your website.

Thank you!

Calin
tagDiv Staff

Hi,

That part can be edited from here -> https://i.imgur.com/SZjcG1Z.png but if you want to remove it you can do it only with custom css or you can change the footer style -> https://i.imgur.com/g6O00DP.png
the css is:
.td-footer-container .footer-text-wrap, .td-mobile-footer-wrap .td-footer-description{
display: none;
}

This need to be set in theme panel> custom code> custom css and if you are using mobile theme plugin, then you’ll need to set this code in theme panel> mobile theme >custom code> css too.

Thank you!

alexandria
Participant
#0

Hello there,

I’ve check my “footer options”, even if it is empty the fields, it always says “ABOUT US” in mobile devices.

I really need to delete this section from PC version, mobile version and AMP version to finish my website.

Anyone have any idea on how I can hide/delete that area from my footer?

Thank you in advance

slivertorp
Participant
#0

Hi there,

I simply need to add the following widget to my website: https://docs.partnerize.com/clients/transferwise/TransferWise-Calculator-Widget.pdf

I tried the custom CSS menu, I tried the “column text” but without any success so far.
Could you please teach me how to add this widget?

Thank you very much and have a nice day guys.
Your theme is amazing.

kibiribi
Participant
#0

Could you advise, how to organize such design in the post ?
screenshit – https://www.screencast.com/t/up2qEv5if
I couldn’t find such option in template 🙁

Should I create separate class and add to custom CSS code?
If yes, how to optimize code – I need this class only for posts.

Thanks for reply in advance. 🙂

turma99
tagDiv Member

Vlad, can you please remove the theme’s size options part of the header add code so it can inherit the responsive settings made on the AdSense original ad code? https://nimb.ws/OTMBJx

It looks like the sizing options in the theme are invalidating the original code css, set like this: https://support.google.com/adsense/answer/9183363?hl=pt-BR

I need to set my desktop header ad size to 1068px width (same as content)

Thanks!

rajneeshhaldkar
Participant
#0

I have some HTML, CSS,js code but reading progress indicator not work, please make a correct code and help me
HTML code<div id="progress"> </div>
CSS code #progress{
background-color: #F0005A;
heigh: 18px
width: 0%;
position: fixed;
top:0;
left:0;
}

CUSTOM JAVASCRIPT code window.onscroll = function(){
var pos = document.documentElement.scrollTop;
var calc_height = document.documentElement.scrollHeight-
document.documentElement.clientHeight;
var scroll = pos*100/calc_height;
document.genElementById("progress").style.width = scroll + "%" ;
}

gsw1011
tagDiv Member

NO ANSWER???

THANK YOU FOR SUPPORT, VERY HELPFUL

I SOLVED BY MYSELF BY EDITING CSS

.td-module-container {-webkit-box-orient: horizontal !important;
-webkit-box-direction: row !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;

display: flex !important;
}

Vlad S
tagDiv Staff

Hello !

Please try this css code: .wp-block-image .alignright {
float: none;
margin-left: auto;
margin-right: auto;
}

Thank you !

Vlad S
tagDiv Staff

Hello !

For Blocks you will have to use css coding:

h3 > a {
color:Red;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

We recommend you to use Flex Blocks.

Thank you !

HotWebDesign
Participant
#0

My website has suddenly stopped being full width for containers and footer

Does anyone know why?
This happened suddenly over the last few days. We didnt change anything. The site has always been 100% width until now

We have tried to edit this to 100% in the div composer settings and in css but not working

Luke

chellofr
Participant
Php error - topic
#0

Hello
I have these 3 php errors on my site:
Notice (Suppressed) Undefined index: tdbTemplateType 1 +
wp-content/plugins/td-cloud-library/includes/tdb_functions.php:1362
Plugin: td-cloud-library
Notice (Suppressed) Undefined index: post_type 1 +
wp-content/plugins/td-cloud-library/includes/tdb_functions.php:1363
Plugin: td-cloud-library
Notice (Suppressed) Undefined index: td_action 1 +
wp-content/plugins/td-composer/css-live/css-live.php:30

I’ve researched but can’t figure out how to fix it?

Vlad S
tagDiv Staff

Hello !

1. https://prnt.sc/sobznb ; https://prnt.sc/soc0ua | For this you will have to use css coding which is not covered by the support team

2. https://prnt.sc/soc0c2 Those are google ads which cannot be edited.

3. https://prnt.sc/soc1gb Unfortunately Newspaper theme does not have a captcha option.

4. Newspaper Theme does not support RTL.

Thank you !

Vikramsinghrao
tagDiv Member

sir I know but all code unused CSS and script anything remove in my website
my website’s mobile performance is very bad.

sir your suggestion link:-
https://forum.tagdiv.com/topic/mobile-theme-and-google-testing-tools-mobile-friendly-webmastertools-pgspeed/
follow the link and all code are paste in functions.php file but sir unused CSS and script more codes are creating a problem for my website speed please guide me on how to solve mobile performance? because his effected in search engine optimization (eg.SEO, SERP)

you check my website link via page speed insight tool:-
https://shayaristar.com

Suggest me Useful Guideline…

Calin
tagDiv Staff

Hi,

Yes, you can use a custom css too -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ if you need help with this -> https://i.imgur.com/cGe1sBg.png
.page .td_block_title .td-block-title, .page .td_block_template_18 .td-block-title {
font-size: 36px;
}

The css need to be set in theme panel> custom code> advance css> phone.
Also I see that you have set some adsense that for the moment are not approve to be display and is displaying only a blank space.

Thank you!

Calin
tagDiv Staff

Hi,

Th WordPress has an option, that is removing the avatar from everywhere -> https://i.imgur.com/lUjZrF6.png also you can use custom css, but this will only remove the element visual, this will be still loading in backend.
The file responsible for comments on cloud templates is this one -> wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_comments.php

Thank you!

DKF
tagDiv Member

Hi Vlad,
I tried all different kind of things. Changed my caching plugin and switched off all plugins, inclusing Autoptimize, and tried again. I’ve put this code in my mobile theme custom css to fix the alignment issue: .wp-block-image .alignright {
float:none;
margin-left: 0;
margin-right: 0;
}
On mobile it seems that the landscape images that are right-aligned on desktop are fine now. Portrait images that are right-aligned on desktop are kind of left-aligned. Can you give me a hint how to fix this?
https://www.wandelingen.info/san-sebastian-de-la-gomera-wandelen-met-columbus/

Vlad S
tagDiv Staff

Hello !

Because every element from tagDiv Composer doesn’t have a fixed class so the CSS option is not possible.

Thank you !

Calin
tagDiv Staff

Hi,

That is because the css that you are using for style the quote is apply only on front, on website, this is not apply in backend editor. The custom code section code is affecting only the frontent website, the backend editor can be change only front theme files.

Thank you!

Viewing 25 results - 7,651 through 7,675 (of 33,436 total)