Search Results for 'css'

Results from the Forum
Calin
tagDiv Staff

Hello,
All the functionalities of the site are in tagDiv Composer, when it is deactivated, the pages created with it will show only shortcuts and the site will contain only text and images.
What you can do is try to improve your site speed -> https://forum.tagdiv.com/how-to-make-the-site-faster/ (the same steps can be used for Newsmag, the only difference is that Newsmag do not have the tagDiv CSS Analyzer tool).
I hope this will help you!

Anamaria
tagDiv Staff

Hello,

Please go to that category template, select the block and in the tab called layout you can hide the excerpt -> https://i.imgur.com/3cLb9wp.png
Also, in the category template, you can use the Flex Block 1 and you can filter it to display the posts only from a category -> https://i.imgur.com/Nnt3zGX.png and you can design it to look like a posts loops block.
The Posts Loops settings are divided into 5 tabs: General, Layout, Style, ADS and CSS. The Posts loop is a special block and doesn’t have filtering options.
Also, one of the options for pagination of the Posts Loop has the option for normal numbered and the flex blocks do not have this option.
The Posts Loop is automatically filtering the posts depending on the cloud template you set (for example on the category page there will be posted posts from that category).

Thank you!

Anamaria
tagDiv Staff

Hi,

Pleaase try to use this custom code css

.td-is-sticky .clearfix{
margin-top: 80px;
}

The code need to be inserted in Theme Panel -> Custom Code -> Custom CSS => https://www.screencast.com/t/0Lb8nbD7s5u

Hope this helps you!

Thank you!

Anamaria
tagDiv Staff

Hello @fredredwoods,

In the single post template, you do not need to use a custom CSS to display the text https://i.imgur.com/roYmObl.png
Also, for the custom code CSS you need to add the class for the blocks that you want to use.

Thank you!

Anamaria
tagDiv Staff

Hi,

Please try not to reply multiple times on the topic if possible, this will only delay our response. Replying multiple times will refresh the topic date and move it to the back of the line, we answer from oldest to newest.
Also, now the icons are displayed, because you have this icon in the top bar loading icons library -> https://i.imgur.com/h0Yooz0.png you can hide it from the tab called CSS -> https://i.imgur.com/F7qxitF.jpg -> https://i.imgur.com/jTvZ1ad.png

Thank you!

Anamaria
tagDiv Staff

Hello,

The pagination number has only the elements posts loop and posts loop 2 -> https://i.imgur.com/RXAh0iM.png
The Posts Loops settings are divided into 5 tabs: General, Layout, Style, ADS and CSS. The Posts loop is a special block and doesn’t have filtering options.
Also, one of the options for pagination of the Posts Loop has the option for normal numbered and the flex blocks do not have this option.
The Posts Loop is automatically filtering the posts depending on the cloud template you set (for example on the category page there will be posted posts from that category).

Thank you!

fredredwoods
tagDiv Member

Hello, Calin —
I am new to CSS and relatively new to TagDiv.
When I use the code you supplied, it will put “Updated on: ” in front of the Single Post Modified Date (that’s good).
But it also puts “Updated on” in front of the Single Post date.

Can you tell me the CSS code that would put “Updated on: ” ONLY in front the modified date?
On the Flexblock it looks fine.

But on the page template, I have both the written date and the modified date. And so that CSS code puts “Updated on: ” there twice — before both the original date and the modified date — it’s not good.

Thank you.

.td-module-date:before{
content: “Updated on: “;
}

Markus
tagDiv Member

Hi,
first I was laughing…. but then looking in the source code I found this … isn´t it the newspaper theme:
<link rel=’stylesheet’ id=’td-theme-css’ href=’https://newstimenow.com/wp-content/themes/Newspaper/style.css?ver=9.7.4

what-the
Participant
#0

Unfortunately at this time we see no option for this as the product descriptions throws the design layout off. Can you please add this feature ASAP? For the meantime can we have the css to implement at this time?

Thank you

Sample

Markus
tagDiv Member

You can hide the content of the row by adding this to the CSS:

.pswp { visibility: hidden; }

Jean.StudioJD
tagDiv Member

I should also note that the CSS that I have added is in the Newspaper Theme Custom Code section of the Theme Panel. And I’m using all the cloud templates, although I have updated/customized them through tagdiv editing.

Jean.StudioJD
Participant
#0

Hello. I’m new to WP and new to Newspaper theme. I did a lot of work to update my site to use the Newspaper theme, including a tiny bit of custom CSS. I’m now being asked to update the Newspaper theme 10, but WP is saying I can lose all my customizations and to create “child themes”. I have no idea what these are or if I need to use them. Will I really lose all customizations by updating the theme?

giasemis
Participant
#0

hello my site is
https://padelmaniac.gr
I use sport pre-built theme
I want to remove the white space between header and main body

I try several things in css but not possible

Can you help me?

Bettina
tagDiv Staff

Hello!

Add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS:

.td-post-category:not(.td-post-extra-category) {pointer-events: none!important;}

Thank you!

Bettina
tagDiv Staff

Hello!

Add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS:

body.woocommerce .button-tdw-filter-item.selected{box-shadow: inset 0 0 0 2px #dd3333!important;}

Thank you!

Anamaria
tagDiv Staff

Hello,

Please add an icon in the top bar, and after hide it and see after the icons are working.
What I can suggest is to set the element to hide from the tab called CSS -> https://i.imgur.com/F7qxitF.jpg -> https://i.imgur.com/jTvZ1ad.png
Also, for the mega menu please check the position -> https://i.imgur.com/9J4XCYk.jpg

Thank you!

Imbalol
Participant
#0

Hello,

I really appreciate the possibility to customize the metadata of the flex blocks as well as Posts Loop elements.

Unfortunately the fact that the customization is only based on CSS causes me problems, ALL the links remain in the source code, and it causes me important problems regarding the structure and the crawl of my website.

The case that bothers me the most:

–> I disable the metadata related to the author on my flex blocks on the home page ( Layout – > Author – > Hide )
The problem is that even if it’s hidden via CSS, all links to the author page remain on the home page in the source code.

This is a big problem for anyone who is taking the structure and internal linking of their website seriously for SEO purposes.

Question: Can anyone from support provide a small snippet to remove the links from the source code regarding the author page when it is supposedly hidden via the builder?

PS: Using a child theme is fine for me

PaoloVe
tagDiv Member

Hi Bettina, sorry for my english.
I’d like to choose if category of a flex bock in home must have link or not.
I remember in a post you suggest custom css … something like these:
.category-XXX a: {
… none;
}
I made an example of my intention in attached picture:
https://www.lavocedivenezia.it/XTAGDIV.jpg
Thank you

  • This reply was modified 4 years by PaoloVe.
  • This reply was modified 4 years by PaoloVe.
  • This reply was modified 4 years by PaoloVe.
Ikinagara
tagDiv Member

I already added a [tagDiv] Image box to the sidebar. The problem is that there is no “Gap” option in the settings of this element for the sidebar.
I don’t know how to adjust the distance between [tagDiv] Image box elements in the sidebar. Maybe I need to add something to the CSS?

cttamburello
tagDiv Member

Hello,

I have updated the theme with latest version and activated the plugin as per your guideline. All the previous issues have been resolved. But a new issue related to “Block 4” widget is appearing. “Block 4” widget is not displaying the thumbnail image (See the screenshot https://prnt.sc/V9trUDAVIvMi). So, I have hide this section through CSS.

Can you please find a way to resolve this issue? Your developer can use this screenshot https://prnt.sc/t7RCraVd1DQA as reference to unhide the “block 4” section.

kazenaka
Participant
#0

Hello!
Can you tell me what these css styles from the plugin td-woo and how to remove them? Because of them my style specified in Woo Attribute Filters settings is not displayed.

Screen-1
Screen-2

mbrckn
tagDiv Member

There are not any solution for this problem. In the backend should be a solution to turn off the edit-functions /buttons/css etc. in the frontend

  • This reply was modified 4 years by mbrckn.
thedonatshop
Participant
#0

Hello, I have set up a sticky header per your instructions. However now when I select a side column to be sticky, it gets cut off by the header by the height of the sticky header. Is there no setting to avoid that or is this only solvable with css?

I have the same issue with the menus that jump down to blocks on the page. they too get cut off. So if there is a link to a row further down a page. it will then jump to that row but the height of the header will be covering that content.

Bettina
tagDiv Staff

Hello!

Unfortunately, you can not add only the menu, but whole header template from the Cloud Library.
That background you applied is active on hover over the item. If you need a background all the time, then please change the background color from the CSS tab of that element.

We try to answer as soon as possible, we answer from oldest to newest.
Please be patient!
Support Hours (GMT+2)

Monday – Friday:
8:00 AM – 17:00 PM

Thank you for understanding!

PaoloVe
Participant
#0

Hi,
I’d like to have just only 2-3 categories of posts that not have link (to all posts of category)
in home page.
I think I can work inside the relative flex block but I don’t know where
I remember also a custom css in forum but I cannot find where..
can you help please?
thank you

Viewing 25 results - 3,701 through 3,725 (of 33,436 total)