Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
mbasche
tagDiv Member

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…

mbasche
tagDiv Member

We working on the new theme that have a custom grid and have borders between columns.

+1

mbasche
tagDiv Member

I know. 🙂
But it’s not what I’m lokking for…
As I wrote before, some articles have an author, some not.

mbasche
tagDiv Member

Ups, my fault. I used an old version…

mbasche
tagDiv Member

Did you changed it in Newspaper 4.1?

mbasche
tagDiv Member

Solved. Its the native wordpress gallery – One Column.

mbasche
tagDiv Member

The TinyMCE Advanced Editor has a button to manual place the date/time.
http://wordpress.org/plugins/tinymce-advanced/
Maybe this helps?

mbasche
tagDiv Member

Try to use it fullwidth.

mbasche
tagDiv Member

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. 😉

mbasche
tagDiv Member

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.
mbasche
tagDiv Member

no.

mbasche
tagDiv Member

OK, thanks.

mbasche
tagDiv Member

Ok, found it. Tiny Mice Formats. 🙂

mbasche
tagDiv Member

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

mbasche
tagDiv Member

\wp-content\themes\newspaper\header.php

mbasche
tagDiv Member

Could you fix this in a further update or as an option between userID and channelID?

mbasche
tagDiv Member

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.
mbasche
tagDiv Member

put the following code in your functions.php:

add_action('init', 'myoverride', 100);
function myoverride() {
    remove_action('wp_head', array(visual_composer(), 'addMetaData'));
}
mbasche
tagDiv Member

Did I say that you’re doing an awesome job?! 🙂

mbasche
tagDiv Member

This isn’t still fixed..?

mbasche
tagDiv Member

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?

mbasche
tagDiv Member

This is a good starting point:
https://forum.tagdiv.com/newspaper-documentation/

mbasche
tagDiv Member

Push…
Does anybody have an idea to put the second (or more) author box under the article.

mbasche
tagDiv Member

Ok, thanks, just a hint to make an awesome theme more awesome. 🙂

mbasche
tagDiv Member

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();?>

Viewing 25 posts - 26 through 50 (of 129 total)