Search Results for 'css'

Results from the Forum
Marius
tagDiv Staff

Hello,
use on .block-title without span

Marius
tagDiv Staff

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.
Marius
tagDiv Staff

Hello,
Edit style.css and delete this line http://screencast.com/t/gwnRlEE1MPC

Thanks

davidgould30
tagDiv Member

I done this but it hasn’t worked;

.block-title span {
background-color: #c6b28f !important;
border-color: #c6b28f !important;
}

davidgould30
tagDiv Member

Important worked. All i need to know now is the code to change the border (line) which leads on from that block.

Thanks

Marius
tagDiv Staff

Hello,
Send via email at contact@tagdiv.com

Also try to use with !important the above style.

dalandau
tagDiv Member

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

dalandau
tagDiv Member

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

Radu
tagDiv Staff

Currently only via custom css. Do you want me to make it for you?

dalandau
tagDiv Member

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

dalandau
tagDiv Member

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

dalandau
Participant
#0

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

Radu
tagDiv Staff

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 ~

davidgould30
tagDiv Member

Do you have a private area where i can post backend details?

davidgould30
tagDiv Member

Hi, i have put this in the css and nothing changes?

Marius
tagDiv Staff

Hello,
Add this to style.css

.post .meta-info {
    display: none;
}

Thanks

Marius
tagDiv Staff

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.
Marius
tagDiv Staff

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

Marius
tagDiv Staff

Hello,
Use this in style.css:

.block-title span {
background-color: #593083
}

Thanks

davidgould30
tagDiv Member

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

jackyjack
tagDiv Member

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 }

cybergetro
Participant
#0

Hi guys,

Thanks for your previous support. I have a tricky question. How I change the style.css to “Similar Articles” look like this?

http://i.imgur.com/aUvsdUF.jpg

dalandau
tagDiv Member

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

https://forum.tagdiv.com/topic/theme-speed/#post-1265

https://forum.tagdiv.com/topic/theme-speed/#post-1348

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

sweetgunner
tagDiv Member

@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?

Marius
tagDiv Staff
Quotes - reply

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

Viewing 25 results - 33,326 through 33,350 (of 33,436 total)