Search Results for 'css'

Results from the Forum
SHE RIDES
Participant
#0

theme css is not working, it’s getting auto update. Also can you please tell me is there any issue arrive in the new update of tagdiv builder.

Calin
tagDiv Staff

Hi zhangyesheng,
This topic where you wrote is related to the Newsmag and not Newspaper.
Also, I think that you have now set a cloud header. Please make a test and set a standard header and see if the error persist. Then edit the file wp-content/plugins/td-composer/td-multi-purpose/td-multi-purpose.php (duplicate an array and set the new social -> https://i.imgur.com/K59wol4.png), after that just set the css icons and style.
I hope this will help you!
Thank you!

zhangyesheng
tagDiv Member

Hi Calin,

After update my newspaper theme version to 11.4.1, add the “weibo”to “td_social_icons.php”like this,

the console worked well.

,

but the home page goes wrong,like this

;

in the past theme version, i use addon “Font Awesome 4 Menus” & modify the “td_social_icons.php”,add css to theme panel “custom css” method to make it work.

Can you tell me where goes wrong? if the new update disupport modify by this way?

Help me,Thanks!

Bettina
tagDiv Staff

Hello @tw144!

The line-height seems to be 17 and the font-size is 18, so you need to increase the line-height to display well. For this, add this CSS code:

body.woocommerce div.td_woo_product_tabs .woocommerce-tabs ul.tabs li a { line-height: 20px!important;}

Thank you!

Bettina
tagDiv Staff

Hello @teknolojisk!

You can use a plugin for that to optimize the lines of the CSS too which create the multiple inline lines.

Thank you!

Calin
tagDiv Staff

Hi,
This can be done only using a custom css, for this you can try this one
.td-slide-caption .td-gallery-slide-copywrite {
float: none;
text-align: center;
display: block;
}

You need to set the code in the theme panel> custom code> custom css.
We hope this will help you!

Vivaz
Participant
#0

Hello, we are having lately strange issues with how the single posts are displayed.

We use Cloud templates to define looks, different for desktop and mobile. Its very important for us to have that, because we show different ads on desktop and mobile.
The issue is that on latest posts its all mixed up. Mobile templates shows on both, desk and mobile, but even on mobile its not displayed properly.
For instance this post is displayed correctly:
https://uspesnazena.com/korisni-saveti-zene/mihail-labkovski-kako-se-formira-nisko-samopostovanje/
but this recent two not:
https://uspesnazena.com/mudre-misli/eto-i-ovoga-puta-nisam-se-udala/
https://uspesnazena.com/vase-price/zena-i-njena-torba-u-cemu-je-misterija-zenske-torbe/
Please help, we are having serious loss ads income.

Also we use caching plugin that is recommended, but still images are very slow, could you recommend how we can speedup this?

And last but not the least, recently we have to modify css because suddenly FB button (top right sidebar) disappear, with this line: .facebook-like-page .td-element-style {position: relative !important;}

Thank you in advance.
Best regards

steven786
Participant
#0

Hello there,
I just saw in documentation that newspaper theme is compatible with bbpress.
This is how its coming when I installed bbpress, not only bbpress, my theme is not compatible with most of the plugins I ever installed, here is a screenshot how bbpress forum page is cooming :- https://ibb.co/w7vsPvM

If you want login details, please share email id of theme support.

Thanks

meremobil
tagDiv Member

@Bettina

It’s 1:1 with above problem. Newspaper are not styling the headlines as they should.

Your wp-content/themes/Newspaper/gutenberg-editor.css?ver=11.4.1 are not mapping correctly to h1,h2,h3,h4,h5 and h6 in the Gutenberg-editor.

Here’s the current problem. Note that no font-size are properly added for the h3 element.

The provided CSS are not following the way WordPress are currently generating headlines (‘h3.wp-block’). Newspaper are trying to map the headlines with ‘.wp-block h3’..

A quick would look like this:


Or fixing the mappings as you guys would like to do. It doesn’t really matter from our end. You could do both, if that’s more preferred. As long as it’s actually working with the current version of WordPress (‘5.9.1’ as we speak).

Kindly patch it so it can be included in the next update. Hopefully pushed our in a few days?

Bettina
tagDiv Staff

Hello @mik989!

Try to add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS:

.tdb_category_bg_image .tdb-featured-image-bg{ background-size: initial; background-repeat: repeat;}

Thank you!

Bettina
tagDiv Staff

Hello @tw144!

Set z-index 1001 in the CSS tab of the row: https://prnt.sc/k4j-z8s-Ojys ;on this row https://www.screencast.com/t/JycxFObKHkxH in the TagDiv Composer.

Thank you!

Calin
tagDiv Staff

Hi,
Are you referring to this one https://i.imgur.com/X9SrTL2.png
That one is chidden using a css in the child theme also it is possible that the text for the checkbox to be removed from the theme panel > translates -> https://i.imgur.com/Z5NbsLG.png
Thank you!

Hindistack
tagDiv Member

yes, i added custom CSS for social icons color but nothing more than.

tw144
tagDiv Member

Sorry, that doesn’t work. You can check the page again (I have added the CSS code).

Calin
tagDiv Staff

Hi,
Our theme is not using bootstrap CSS or JS, it using simple js, jquery and css
Our developers made a theme builder and this maybe provide a little confusion.
Thank you!

yukiy531
Participant
#0

Are you creating a Newspaper theme using bootstrap CSS or JS?

If so, please tell me the version of bootstrap you are using.

If you are using a different framework, please let me know.

Anamaria
tagDiv Staff

Hello,

Did you add a custom code CSS for social icons? -> https://i.imgur.com/7asHqDI.png
We don’t have that style for social Icons.

Thank you!

Bettina
tagDiv Staff

Hello @tw144!

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

.td_woo_menu_cart {z-index: 1001;}

Thank you!

Bettina
tagDiv Staff

Hello @tw144!

Try to add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS:

.woocommerce a.added_to_cart { padding-left: 10px;}

Thank you!

dano1066
tagDiv Member

Is there any sort of workaround we can program ourselves that will allow us to use cloud templates with custom posts and taxonomies?

I have found that if you create a taxonomy page in the theme so “taxonomy-name.php”. Inside this theme, I have taken the shortcodes from the cloud template and it does load up the CSS correctly but I am unsure how to modify this to query posts for the taxonomy as the data showing is incorrect. Replacing category_id=”‘.$term->term_id.'” will populate some of the shortcodes with the correct data but not all of the shortcodes have this argument. I could add it to the theme code but it would lock me out of updates in the future then, so not ideal.

Considering how easy this was to do, surely it isn’t a massive obstacle to add cloud template support for custom taxonomies and posts?

  • This reply was modified 4 years by dano1066.
Bettina
tagDiv Staff

Hello @housenest!

Try to add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS:

.search .entry-crumbs { display:none;}
.page-id-1890 .entry-crumbs { display:none;}
.page-id-3 .entry-crumbs { display:none;}

Thank you!

tw144
Participant
#0

My woo product notice is partially hidden under the main menu:

https://www.awesomescreenshot.com/image/22824732?key=3b0d71e352ce38be6aeecc36fa1410b3

I tried to increase the margin in the CSS setting of the product notice:

https://www.awesomescreenshot.com/image/22824793?key=de8ebbda5430994c2b3591e2c84d7028

But it has no effect. How can I fix this so the menu does not hide the notice?

cham
Participant
#0

Hello,
We are trying to reduce the load page of our blog posts
We are using gtmetrix Tool to find unused loaded resources
We found the following resources:

The mob.jpg image is loading on all pages.

please check the following screenshot: https://prnt.sc/bOGU6OR0_wem
We did our best to exclude it from loading but still, We didn’t find the code that cause this issue

about the bg.png please is there any way to exclude it from loading and placing a background color instead of an image

Also, we notice that the HTML Size is bigger than the recommended HTML size (recommended value is: 30kb until 50kb)
We are using wp-rocket to minify HTML, CSS, and js but still, we are facing this issue
Also, we are facing avoid an excessive DOM Size issue when we check our website using Page speed.web.dev

When I use wp-rocket to remove unused CSS I got an issue with posts images loading. is there any CSS code to add to exclude list?

To verify and check Here is Our Website:

The latest business development techniques|BusinessCart.info

Thank You!

IFP News
tagDiv Member

switching to main theme did not fix the problem, css 404 error fixed
still not saving

  • This reply was modified 4 years by IFP News.
Calin
tagDiv Staff

Hi,
I think that this situation is because you image used as logo on mobile is to big and for a second until the css is apply to resize the logo, this will be display an full width, try to use an image with a small with something around 200-250px width -> https://i.imgur.com/asHBCu9.png (if you want you can use a thumb -> https://i.imgur.com/4aDVWFz.jpg).
Let me know the results!

Viewing 25 results - 4,126 through 4,150 (of 33,436 total)