- NewspaperCreate Custom Code with the browserâs Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
Hello,
use on .block-title without span
Hello,
We don’t have a block only with text posts without image, but you can edit on if you want.
You can see here a diagram how the blocks and module work http://import.tagdiv.com/newspaper/doc/#blocks
You can edit or create a new module without image(module 3 or 4) and remove the image. Also from CSS i thing should be a little adjusted. http://screencast.com/t/efK2k9nmGrZZ
Hope this help.
Thanks!
-
This reply was modified 12 years by
Marius.
Hello,
Edit style.css and delete this line http://screencast.com/t/gwnRlEE1MPC
Thanks
I done this but it hasn’t worked;
.block-title span {
background-color: #c6b28f !important;
border-color: #c6b28f !important;
}
Important worked. All i need to know now is the code to change the border (line) which leads on from that block.
Thanks
Hello,
Send via email at contact@tagdiv.com
Also try to use with !important the above style.
Hi,
By calling it a class I believe I am not expressing myself properly.
What I need to do is when someone clicks n a certain element in a page for it to scroll nicely to a certain element on the page.
Something like this
http://css-tricks.com/snippets/jquery/smooth-scrolling/
or
http://balupton.github.io/jquery-scrollto/
Actually wanted to know if I can use existing code in the theme to do it, or if I had to add code to the theme, and how
Thank you
Hi Radu,
No I don’t need you to do it ;), but my result is not nice.
Can you help improve?
1) re-sized the image in functions.php
//featured image
$td_crop_features_image = td_util::get_customizer_option('crop_features_image');
if ($td_crop_features_image == '') {
//add_image_size('featured-image', 700, 0, true);
add_image_size('featured-image', 320, 0, true);
} else {
//add_image_size('featured-image', 700, 357, true);
add_image_size('featured-image', 320, 180, true);
}
2) added some custom css in wp-admin/themes.php?page=editcss
To make the image float on the right (not a good way does not play nice responsive, please tell me a better way)
.post .thumb-wrap {
text-align: center;
margin-bottom: 5px;
background-color: #f2f2f2;
float: right;
margin-left: 10px;
}
Can you help improve, it does not play well on responsive
Thank you
Currently only via custom css. Do you want me to make it for you?
What does this mean
1. Child themes are partially supported. You can override the css and the template files. You canât override our code.
what can I override, what can’t I, I do not understand
can I use child theme for?
functions.php
/wp-content/themes/Newspaper/includes/app/modules/module_modifier/td_module_blog.php
/wp-content/themes/Newspaper/includes/content_builder/td_module.php
Hi,
I understand you were confused, I therefore opened new threads, each problem separated.
https://forum.tagdiv.com/topic/video-icon-as-watermark/
https://forum.tagdiv.com/topic/how-to-show-featured-image-on-video-pages/
https://forum.tagdiv.com/topic/featured-image-on-single-post-wrapped-left-or-right-of-text/
https://forum.tagdiv.com/topic/how-to-use-your-scroll-script/
Thank you
PS: I still do not understand how to make (non-css) customizations that will not be erased when updating, so I still do not understand how not to ask you to make on and off switches
I noticed in your theme you have a script to scroll nicely to a certain page element.
How can I make use of this script? What css class do I have to use?
Thank you
You talked on the forum/email with Marius and it was pointed out to me that you requested a lot of things / modifications. From my first look I believed that you want those thing made to work with your plugin. Also the messages before that requested modifications that would have been incompatible with our existing install base.
Regarding your message here:
https://forum.tagdiv.com/topic/featured-video-and-dailymotion/#post-1614
1. in general they are good suggestions but I can’t promise you that we will do the.
2. the scroll script is custom made by us. It’s much better than other themes, one of the only ones that listens to mouse scroll and touch to stop the scrolling when you want. I don’t know if it’s possible to use it on comment too but we will try it out.
3. that is difficult to make (to work on all the the different hosting environments that our clients have)
4. this is a bug, will be fixed asap
https://forum.tagdiv.com/topic/featured-video-and-dailymotion/#post-1915
1. Child themes are partially supported. You can override the css and the template files. You can’t override our code.
2. A lot of the themes don’t use the core wordpress functions for seo reasons and customization.
3. It’s still on our todo list.
4. that is a custom request. We will not do that.
5. “just need you to make a few switches in the theme options” our theme would have been a giant spaghetti code if we would have done that with all of the suggestions / customization requests from our clients.
Please know that we have to reply to over 50-60 request per day (email tf and here). We try our best to help all the people but when it comes to feature request/custom work we have to pick carefully what gets included in the theme and what not. We also have to set priorities – daily motion integration is not a top priority issue – I already tryed some time before to integrate it (you can still see old code in our file /includes/class/td_video_support.php) and it was not working very well due to the small thumbnails served by them (not useable on any of our sliders and form what I can remember smaller than our thumbs as well).
I do think that the single page and a lot of the templates can be improved… I realized that after seeing your problem with our theme some time ago.
In general once people are abusing our support system we don’t reply anymore since we are not obligated to but I do believe that you came here with good intentions and if it wasnt for the miscommunication with my colleague we would have started off with a much friendlier vibe đ . Please accept my apologies and if you want we can start all over again.
I am going to sleep now, it’s 1.07 AM here
~ Radu ~
Do you have a private area where i can post backend details?
Hi, i have put this in the css and nothing changes?
Hello,
Add this to style.css
.post .meta-info {
display: none;
}
Thanks
Hello,
Only from style.css replacing the style only for the default widget http://screencast.com/t/R18sCHOd
Thanks
-
This reply was modified 12 years by
Marius.
Hello,
Only if you create a custom block/module that work on more columns and set it with custom post type. You can remove the page views, comment count via CSS only for that block.
Thanks
Hello,
Use this in style.css:
.block-title span {
background-color: #593083
}
Thanks
Thanks jackyjack, i managed to sort that. Does anyone have any ideas how to change these CSS elements?
http://davidgoulddesign.co.uk/images/css.png
I want to change where it has the cyan colour. I want to change the background colour and the colour of the horizontal line. I want to keep the purple as the main theme colour. Can you send me the css code to do this?
Thanks
Put this into your style.css
/** flags horizontal */
#flaggenmast { heigth: 12px; width: 56px; margin: 0; padding: 0; float: right; clear: right; }
ul.qtrans_language_chooser { list-style: none; margin: 0; padding: 0; }
ul.qtrans_language_chooser li { display: inline-block; float: left; position: relative; margin: 0; padding: 0; }
a.qtrans_flag { margin-left: 10px; margin-top: -10px }
Hi guys,
Thanks for your previous support. I have a tricky question. How I change the style.css to “Similar Articles” look like this?
yes I told you this before
https://forum.tagdiv.com/topic/problem-with-visual-editor/#post-1885
PS: I believe your theme is only blue because you have the caching on, if you want the caching on you have to edit in the css file, they have answered this in one of the forum threads. They said they will fix it
But as you say, tagdiv support theme have decided to ignore this subject you asked about in this thread or to elaborate on the answer I gave you
@Marius Actually I found out that “tagDiv speed booster”, when activated, makes my Theme Color go blue… How can I fix that? Is there any CSS related to the theme color?
Hello,
You can edit your style.css and this is the style for default quote, you can change it like you want, if you want a small font, or other modification. http://screencast.com/t/ipCYu2p3
Thanks