May I miss something cause there is no category title, when I choose “M1” in ARTICLE DISPLAY VIEW at theme panel?
See above at attached image…
We working on the new theme that have a custom grid and have borders between columns.
+1
I know. 🙂
But it’s not what I’m lokking for…
As I wrote before, some articles have an author, some not.
Ups, my fault. I used an old version…
Did you changed it in Newspaper 4.1?
Solved. Its the native wordpress gallery – One Column.
The TinyMCE Advanced Editor has a button to manual place the date/time.
http://wordpress.org/plugins/tinymce-advanced/
Maybe this helps?
Try to use it fullwidth.
Maybe you’re right, but I am using only landscape pics. 🙂 And the person without head is only in preview, with click on it becomes full w/h. 😉
Ok, thanks. But isn’t it better to use width:100% and height:auto? Looks much prettier without ugly borders… 🙂
My hack for now and maybe others are interested in this:
functions.php change this:
if(td_global::$cur_single_template_sidebar_pos == 'no_sidebar') {
$td_temp_image_url = wp_get_attachment_image_src($image_id, 'td_0x483'); //1074 x 483 - for big slide 3 columns
} else {
$td_temp_image_url = wp_get_attachment_image_src($image_id, 'td_0x357'); //0 x 357 - for big slide 2 columns
}
to this:
if(td_global::$cur_single_template_sidebar_pos == 'no_sidebar') {
$td_temp_image_url = wp_get_attachment_image_src($image_id, 'art-slide-big'); //1074 x 483 - for big slide 3 columns
} else {
$td_temp_image_url = wp_get_attachment_image_src($image_id, 'art-slide-med'); //0 x 357 - for big slide 2 columns
}
Now the pictures are full width.
-
This reply was modified 12 years by
mbasche.
no.
OK, thanks.
Ok, found it. Tiny Mice Formats. 🙂
Is there a documentation of new “custom built drag and drop gallery”?
Some of the new layouts made possible by the format menu from tinymce + the new ui
Where to find this…?
Could you fix this in a further update or as an option between userID and channelID?
Thats an option in the theme panel, see here
https://forum.tagdiv.com/how-to-hide-the-featured-image-on-post/
But I’m missing th option to turn this feauture on/off for an individual article.
Example: I want to use the feauture image global and I want to use the “visual composer slider carousel gallery”. 🙁
-
This reply was modified 12 years by
mbasche.
put the following code in your functions.php:
add_action('init', 'myoverride', 100);
function myoverride() {
remove_action('wp_head', array(visual_composer(), 'addMetaData'));
}
Did I say that you’re doing an awesome job?! 🙂
This isn’t still fixed..?
Hallo,
ich möchte hier gerne noch einmal nachhaken, da es nun akut ist:
———————–
@Balders: Ich habe den EventsManager in der Pipeline und formatiere noch die Ausgaben. Ich spiele nun auch mit dem Gedanken sie direkt in den “Inhaltsbereich” der Homepage einzubauen. Zeigst du mir, was gemacht werden muss?
This is a good starting point:
https://forum.tagdiv.com/newspaper-documentation/
Push…
Does anybody have an idea to put the second (or more) author box under the article.
Ok, thanks, just a hint to make an awesome theme more awesome. 🙂
Hey Dude, it’s weekend!!!
Look for tag strings<?php echo $this->get_the_tags();?>
and put it above <?php echo $this->get_source_and_via();?>
