Adding fields

Posted in: Newspaper
Post count: 54

Hello,
How do I get text SOURCE to be in place as shown. When writing an article that I have the option to fill in the Source field. Thank you.
Source

Post count: 23312

Hello Koznazna,

I suppose you are referring to post template 3. If you want to display the source as you wish, you have to alter the code from the loop-single-3.php to single_template_3.php, like this -> http://screencast.com/t/wyVgLHOu67M -> http://screencast.com/t/anifdQKNfFJc

The result you should see here -> http://screencast.com/t/4mXeycfgbs

Thank you for the message!

Post count: 54

That was it. Thanks.
I’m interested in this, if it’s not a problem. Look at the picture. http://postimg.org/image/d3914gtvf/
I would like to SOURCE, numbered 1, is in the same row, behind the View, not below.
In Figure 1, you can not see what is written source, only black. When the mouse cursor (number 2) then see source.
Thanks again for the great support.
I suppose that this procedure for all the template, not only for single … 3?

Post count: 23312

Hello Koznazna,

Please try the code below and add it in Theme panel->Custom CSS area.

.td-post-source-via {
display:inline-table;
padding-left:10px;
}
.td-post-small-box a {
color: #f8f8f8;
}

The result you should see here -> http://screencast.com/t/L7FXoK7iH

If you want to use more than one post template, you have to change every core file.

Thank you for the message!

Post count: 54

In thema correct the where?
/wp-content/themes/Newspaper….

Post count: 23312

Hello Koznazna,

You have to put the code in your Theme panel->Custom CSS area, like this -> http://screencast.com/t/bpSDnJ1YeeK

If is not what you mean, please provide more details about what you want to achieve because I did not understand very well.

Thank you for the message!

Post count: 54

Thank you, What did I think?

Post count: 54

In the pictures you can see that the SOURCE framed, I do not need, just letters SOURCES. It should not be framed. The color is not good because you can not see the letters, you can not see what it says. This has affected the Tags. But that’s not a problem I will set the font color.
The problem is and what is not in line with the author and the number of times post Wissen. In a few pixels above, you can see in the picture. How to settle. Thanks again for the extraordinary support.
Picture: http://postimg.org/image/g9w1fwk15/
http://postimg.org/image/ly1gm016z/

Post count: 23312

Hello Koznazna,

Please replace the above code, that I gave you this morning, with the below code in your Theme panel->Custom CSS area.

.td-module-meta-info {
display: inline-flex;
}
.td-post-source-via {
padding-left:10px;
}

The result you should see here -> http://screencast.com/t/1VtFDVVwOKux

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 54

This has been fixed and is now located in the same row. Thank you.

Post count: 54

Hello,
http://postimg.org/image/sbd3ab65j/
Source is “moved”. Look at the picture, the number 1. How to correct?
And the picture under number 2 is the problem. You notice?
Thanks again

Post count: 23312

Hello Koznazna,

Please try the code below and fix your Source with the CSS code below. Add it in Theme panel->Custom CSS area.

.td-post-source-via {
padding-left: 0px!important;
}

The result -> http://screencast.com/t/ccNlek5Kseeb

For your second request, please try to disable all the active plugins, leave just Visual Composer, clears all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins wich could cause some broken layout in our theme.

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 54

Greeting,
As for the first question, solved the problem. Thanks.
As for the second question – I will do so with a plugins, although I noticed that when the image for example 300x470px then there is the problem, and when the 470×300 then only once per device problem.

Viewing 13 posts - 1 through 13 (of 13 total)
The forum ‘Newspaper’ is closed to new topics and replies.