Hello.
I am testing a new single post template on just one of my articles.
How can I make this H1 text a little bit smaller? It far to big
Thanks
.
Hello,
You need to edit the single post template with tagDiv Composer, select the post title element and change the font size -> https://i.imgur.com/1mZdmou.png
Thank you!
How to make H1 Title text smaller just for Mobile
Keep in mind that I don’t use the mobile themes
https://www.softfully.com/web-browsers/microsoft-edge
https://drive.google.com/file/d/1yEOpbwxrdchokUhwQ8zw1fwn_P1fvm_4/view
Thanks
Hi Viju,
I believe that you want it something like this -> https://i.imgur.com/sesuv5J.png
For this you need to use that custom css
.td-post-template-1 .td-post-header header .entry-title {
font-size: 22px;
line-height: 30px;
}
The code need to be set in this place -> https://i.imgur.com/7oIPlkX.png to be apply only on mobile version.
Also, an alternative will be to use a single post template, this can be edited using tagDiv Composer and it can be set on mobile and desktop version.
Thank you!
To use the code in LANDSCAPE too, please set it in those places -> https://i.imgur.com/g4P8t30.png
Hi there 🙂
I do not mean to be rude and interrupt this conversation, but I was just looking at mgiannelis page he posted above, do you buy chance know how I can accomplish this stock market ticker at the top of this page? Its very cool and I would like to have it for my news site LOL
https://www.techbusinessnews.com.au/news/australian-tech-sector-welcomes-labor-victory/
Thanks so much for any help. 🙂
CC
Hi ChooChoo,
I believe that mgiannelis used a plugin for Stock Market -> https://i.imgur.com/eLnDnKz.png, if the plugin provide shortcodes, then it can be set using tagDiv Composer in column text and text with title elements and will be displayed in the place you want.
Thank you!
Afternoon Calin 🙂
I got the ticker working but I want to add it to the top of the site. Can you please instruct me how to do this? Im not sure if I add a row and then a column and then the column text? I do not wanna mess up my live site LOL
Thank you so very much 🙂
God Bless
CC
I know that the header ad I can add via Theme panel / Ads tab / Header Ad but that same header ad I want to place ads manually using PHP code so just tell me where can I add PHP code for that same place. I already have the PHP code so just tell me the place only.
Thank you
Site: Softfully [.com]
Hi Viju,
Unfortunately, there is no place in the theme that can e set that php code, maybe only if you can use an extra plugin for php code that also provide shortcodes or something like that.
Another solution will be to set the code in the theme files. For the last theme version the path for the header ads file is this one -> wp-content/plugins/td-standard-pack/Newspaper/parts/header/ads.php
I hope this will help you!
Please help me to remove these three spaces via the CSS
Here you will see three spaces shown with arrows in the image: https://drive.google.com/file/d/1wsRUPY66Ti-YLKWzofc38RGR9Moglngy/view
Thank you
Site: Softfully [.com]
Hi Viju,
Please try this custom css:
.ai-viewport-1 .code-block.code-block-2 {
margin-top: 0!important;
margin-bottom: -5px!important;
}
.ai-viewport-1 .code-block.code-block-1 {
margin-bottom: -5px!important;
}
The results should be like this -> https://i.imgur.com/GnRD0Gq.png
Thank you!
Hi,
I want to add a shortcode after the footer.
View the screenshot: https://drive.google.com/file/d/15mZ7NnUbTNKJHEKI4SIQS_FQzEtCrHII/view
So please let me know the location of the theme to edit manually.
Thank you
Hi,
For sub footer style 1 please try this file -> wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_sub_footer_template_1.php
If you are using the multipurpose sub footer the please try on this file -> wp-content/plugins/td-composer/td-multi-purpose/footer/tdm_sub_footer_template_1.php
I hope this will help you!
