Search Results for 'css'

Results from the Forum
tharawat
tagDiv Member

Hi Calin,

thanks for your quick reply. Nevermind my previous question. I found the plugin inside /includes/plugins/td-speed-booster.zip in the Newspaper directory.

I have now added all the css/js files that I would like to move to the footer using the following code:

$this->move_style_to_footer_queue(‘td-theme-demo-style’);

After saving and reloading the page, I noticed that any of the files have been added to the footer, they still keep loading in the head of the page. What’s happening here? Can you help me do some troubleshooting?

Thanks!

Simion C.
tagDiv Staff

I understand what you are referring to. But the modules will not behave in that manner. The space for the thumb is reserved, so the post meta will not take this into account and align differently.

Maybe consider using a mix of blocks, ones that do show thumbnails and others that do not. But this way you would have to filter the posts so that the ones without a featured image display in blocks that do not show the thumbnail.

With CSS it won’t be possible to target the modules that display posts without a thumbnail and align the meta, that would have been a solution.

Calin
tagDiv Staff

Hi,

If I understand correctly you want to be showing the field for first name in newsletter if is so then you need to set the code for embed in a column text -> and hide the files that are not require using custom css -> https://www.screencast.com/t/mSyjKNzmIg1
https://www.screencast.com/t/QoikL7SiTPD

Thank you for your understating!

Calin
tagDiv Staff

If you do not want to change this using custom css you can edit the post select the “Watch Now” and set on it a color -> https://www.screencast.com/t/aeWJtXsf2

Thanks.

Calin
tagDiv Staff

Hi,

In order to do that you can use custom css, or you can set on post that have that category s single post template from tagDiv Cloud Library

Thank you.

Calin
tagDiv Staff

Hi,

If you want to remove the dark gradient over bottom image you can use this custom css
.wpb_wrapper .td-module-thumb a:last-child:before {
background: transparent;
}

->https://www.screencast.com/t/OtmeKq80O8o

Hope this will help you!

ilu777
tagDiv Member

how can fix this in the post,

if i dont want to add

(h3 > a {
color: #4db2ec;
})

I did not change or set any css

  • This reply was modified 7 years by ilu777.
Calin
tagDiv Staff

Yes, but in you case you have set a strong css that is apply over link css
-> https://www.screencast.com/t/ub7tfykkfI
-> https://www.facebook.com/rovesela/videos/-cand-deobicei-apelati-la-stomatolog-/520945848332855/

Thanks.

Calin
tagDiv Staff

Hi,

For center the copyright text in sub footer you need to us a custom css
.td-sub-footer-copy {
width: auto;
left: 50%;
margin-left: -50px;
}

Set the above custom css in Newspaper>Theme panel>Custom code>Custom css
-> https://www.screencast.com/t/Zd3zZgLOFkId

For cookies notice you need to use some plugins, maybe this one can help you -> https://wordpress.org/plugins/cookie-notice/

Thank you.

Simion C.
tagDiv Staff

Hi,

Did you make any modifications or additions to the AMP plugin files? Seems there is some invalid CSShttp://prntscr.com/md4fgz

Or a plugin could be adding it there, you could make a quick test to see if deactivating all non-theme plugins solves the problem.

Calin
tagDiv Staff

Hi,

Yes that is possible, please provide a link to your website in this way I will be able to provide you the right custom css; also please provide some details about how you want to asset your website logo.

Thanks.

Bogdan B.
tagDiv Staff

Hello,

You most likely have a css that changes the color of the author already. i have tested this and cannot replicate it on our end. The option works fine: https://www.screencast.com/t/tGoM6b2C8
Please check your custom css section of the theme panel and remove any css rule that changes the author color.

Thank you!

Calin
tagDiv Staff

Hi,

Please try this custom css -> https://www.screencast.com/t/Iy5oGNabeDAN , this will color all your “Watch now” titles form posts.
Please set the code in Newspaper>Theme panel>Custom code>Custom css -> .td-post-content h3 > a {
color: #4db2ec;
}

Hope this will help you!
Thanks.

Simion C.
tagDiv Staff

It would be possible with some CSS. For example something like this would work
http://prntscr.com/md3s29

.td-sub-footer-container .td-sub-footer-menu{
display: none;
}
.td-sub-footer-container .td-sub-footer-copy {
width: 100%;
}

This code can be entered in the theme panel custom CSS section.

Calin
tagDiv Staff

Hi,

That depend on what style are you referring, if you are referring to font style, font color then you can find those settings in Newspaper>Theme panel>Theme colors/Theme fonts
-> https://www.screencast.com/t/rHbDqVzP5
-> https://www.screencast.com/t/QuWIwEyO
Unfortunately if you want to change the layout of mega menu, than you’ll need to use some custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thank you.

Simion C.
tagDiv Staff

Hi,

You mean this Newspaper theme demo – https://demo.tagdiv.com/newspaper_travel/
Newsmag has a demo with a similar design for the top part
https://demo.tagdiv.com/newsmag_food/

This is achieved by setting a negative margin top for the row containing the block (the Newsmag demo) – http://prntscr.com/md3hbt or to the block itself (Newspaper demo)
http://prntscr.com/md3hln
Setting this negative margin can be done in the CSS tab of the row or block, while editing the page with the composer – http://prntscr.com/md3ic6

Let me know if you have more questions.

Thanks

Les
Participant
#0

Hi my Google Analytics code is showing above the theme header and I cannot find where to remove it
Consciouslivingmagazine.com.au here’s where it is located
<Head>…<head/>
<body itemtype=”https://schema.org/WebPage&#8221; d=”true”>
UA-XXXXXXX-XX
<noscript><style type=”text/css”>.wpb_animate_when_almost_visible{opacity:1}</style>

Simion C.
tagDiv Staff

Hi,

Seems some of the images cannot be loaded, there are mixed content errors
http://prntscr.com/md3bhx
You could check some guides in how to implement HTTPS for the website
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/
https://forum.tagdiv.com/topic/moving-to-ssl/

Thanks

kishan209
Participant
#0

What is the best way to put a carousel in footer and header, I tried using CSS/JavaScript but that messed with my on page Slide element. Is there a way to do it using the theme or maybe a plugin?

cmnam
tagDiv Member

I also want to change the width of the whole theme. The settings mentioned above only allows to change header, menus and footers. Any way we can add a css code to change the width of the whole them to a specific percentage or value?
We are using the default demo and it is way to thin on a desktop.
Any help would be greatly appreciated.

The Irish Place
Participant
#0

Hi there,

On the home page there are icons in the nav bar for each menu item.. for some reason these recently began failing to load on any page that is not the home page. I am not sure exactly when this happen.. any ideas why the icons and css are failing to load?
The site is http://www.theirishplace.com

ivanf
tagDiv Member

Could you help me one more thing with css
I would like to display both flags together but now margin is too big. 10px would be great.

http://prntscr.com/mc5avr

rockchucksummit
tagDiv Member

Is there a secret to moving “tdb_less_front”? seems like its the only css i can’t handle and get a warning about

rockchucksummit
tagDiv Member

I’m assuming when i see

wp-block-library |
aalb_basics_css |
contact-form-7 |
ez-toc |

without the full path to the CSS it means those have been identified & moved. Still just not seeing the js files moved to bottom of page and pagetest is still saying render blocking content up top (same ones as before plugin)

rockchucksummit
Participant
#0

Hi,

I followed the guide here: https://forum.tagdiv.com/how-to-make-the-site-faster/ to setup td speed booster and I have it running and I can see that the it looks like its moving my css styles (after i move them i see them removed from showing in the function.php output on page header) but the js files don’t seem to get moved. Do you have to run the wp cache plugin for it to complete the moving of js files? is there some debug output i can checkout? enabling debug in wp-config doesn’t seem to output anything

Viewing 25 results - 11,451 through 11,475 (of 33,436 total)