Search Results for 'amp'

Results from the Forum
cdavid90
Participant
#0

Hello, how do I do that in a category page example: news only comes out of a single country, I have parents with tags but when I enter the url domain.com/news I leave the one of all the countries

lcerura
tagDiv Member

I’m not requiring more functionality. I’m simply looking for it to turn up the proper results.

For example:
I’ve got many posts from over the years for a specific venue. A search for that venue’s name turns up old posts but not the latest ones. I assure you, the actual venue’s name appears within each of those posts as well as in the title.

Simion C.
tagDiv Staff

Hi,

The Recipes demo has an example of a simple recipe format
https://demo.tagdiv.com/newspaper_recipes/td-post-frozen-blood-and-sand-cocktail/
That could be recreated in any post, if you wish so. It is simply HTML structure and corresponding CSS from the recipes demo. This is a similar topic
https://forum.tagdiv.com/topic/how-to-setting-up-post-with-demo-template-recpes/
You could create other designs, or modify this example as you like.
There are recipe plugins I believe, that you can use to create and style recipes.

Thanks

alexvaltin
Participant
#0

So I wanted to add a HTML widget in my sidebar using the “Text with title” element, but I can’t get it to work…
I added this code:

<script type=”text/javascript”><br />baseUrl = “https://widgets.cryptocompare.com/&#8221;;<br />var scripts = document.getElementsByTagName(“script”);<br />var embedder = scripts[ scripts.length – 1 ];<br />(function (){<br />var appName = encodeURIComponent(window.location.hostname);<br />if(appName==””){appName=”local”;}<br />var s = document.createElement(“script”);<br />s.type = “text/javascript”;<br />s.async = true;<br />var theUrl = baseUrl+'serve/v1/coin/multi?fsyms=BTC,ETH,XRP,BCH,LTC,DASH,XEM,XMR,NEO,IOT&tsyms=EUR,USD';<br />s.src = theUrl + ( theUrl.indexOf(“?”) >= 0 ? “&” : “?”) + “app=” + appName;<br />embedder.parentNode.appendChild(s);<br />})();<br /></script>

In the “Edit Content” Tab, but it dosen’t seem to work… It worked once, but now it dosent show again… What is going on here?

Thanks

Catalin
tagDiv Staff

Hello majorfuss,

2)Please notice that if you setup your Category Page with Infinite load+Load more pagination as pagination type, the Load more button will appear after 3 loaded pages because this is the limit set up by default in our theme. You can change the limit post number for one-page loading from Readin section, like this -> https://www.screencast.com/t/lI2X3hBz22gp Here is just an example -> https://www.screencast.com/t/CfY45XJ7Ev

3)Unfortunately, the theme does not have any such an option that allows you to do that, sorry! You can change the background color for this button only for the entire website.

6)Sorry but the theme does not have any such an option for this!

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

Code entered directly entered in the theme files, will be lost when the theme is updated. You could use a child theme for example. This a child theme tutorial, mentioning the files that can be customized through it
https://forum.tagdiv.com/the-child-theme-support-tutorial/
Files from the footer folder can be customized in a child theme.
Custom code in the theme panel will not be lost, as mentioned by Edward.

Thanks

narinder912
tagDiv Member

Thanks. That worked for the search results and on post pages. On a static page where I want to show some categories of posts, the author name still shows. Please see this page: http://www.desiyatri.com/welcome/

How do I remove the author name from static pages.

Thanks &amp; regards
Narinder

Simion C.
tagDiv Staff

Hi,

Adding an icon in the menu is not difficult, the guide explains how to do it. The plugin Font Awesome 4 Menus must be installed. This is an example
https://www.screencast.com/t/rYHVc8hV2p2
https://www.screencast.com/t/UH8zyZf4XEQ
https://www.screencast.com/t/4qc25IGIMVA
The result is an icon besides the menu item where you wish to show it
https://www.screencast.com/t/a6kqSis8r4eV
You can choose from many icons as well
http://fontawesome.io/icons/

Thanks

Simion C.
tagDiv Staff

Hi,

That would be possible with some CSS for example. You can use the unique post IDs to achieve it. This is an example, where the post ID is used to hide the author name and date just for that post
https://www.screencast.com/t/Fj0EB9DMMIe
This is the code used in thee example

.postid-18078 .td-post-author-name,
.postid-18078 .td-post-date {
display: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

The easiest way would be to hide these elements with CSS on the posts you mention. You can use the post unique ID and create a code to remove the sharing and also related articles just for those posts. Like in this example
https://www.screencast.com/t/ux94lD9ks6
https://www.screencast.com/t/IszaczKLlZYH
https://www.screencast.com/t/TXwtMUPfB4
Use the post Ids you want in the code, and it will remove the sharing and related articles only in them. Enter the code in Theme panel->Custom CSS section

.postid-18093 .td-post-sharing,
.postid-18093 .td_block_related_posts {
display: none;
}

The post Id can be found either with the browser inspector for example, or in the WordPress posts edit screen
https://www.screencast.com/t/n7hX9419
There are also other ways.

Thanks

majorfuss
tagDiv Member

2. I added 10 more posts to Music, but the “Load more” button still wouldn’t appear. The posts only had infinite loading. Perhaps this is a bug?

3. I want to change the main menu background colour for “MUSIC”, but only on all Music posts.

This is a mock-up of what I want: https://snag.gy/lYRmj1.jpg

6. I turned off Breadcrumbs’ Show Article Title in the Theme Panel here https://snag.gy/FrZhlJ.jpg

As a result, my posts don’t have an article title in the breadcrumbs, which I like http://majorfuss.com/music/news/sampha-mercury-prize-winner-2017/

But, this means the Parent Category in the breadcrumbs now doesn’t link to anything. Is there CSS I can use which makes it link to the parent category?

Simion C.
tagDiv Staff

Hi,

Let’s make things more clear for a better understanding. The theme creates a Featured category automatically
https://forum.tagdiv.com/featured-posts-2/
If you want to display posts from the featured category in a block or grid, simply choose it in the category filter
https://www.screencast.com/t/4cvioezrVA
Post will be displayed from this category, and sorted by the chosen method
https://www.screencast.com/t/sTDchtO1V5fQ
If you use category IDs in the filter, posts will be displayed from all those categories, again based on the sorting used.
There is a featured sorting option that displays only featured posts from the desired categories for example
https://www.screencast.com/t/dY430jDHWi

Thanks

aleminopuy
tagDiv Member

So, if I use custom fields to set, say “td_source_url” to “http://www.example.com&#8221; and “td_source” to “Example Site”, will those show up on the published post?

Thanks

Simion C.
tagDiv Staff

Hi,

That is not a style that can be used for other icons, only the font icons that can be seen in the demo are created and available on demo installation. You can use Font awesome for menus which has an extensive collection of icons that can be used in the menu for example
https://forum.tagdiv.com/how-to-add-icons-in-menu/

Thanks

Simion C.
tagDiv Staff

Hi,

Changing the line height will increase the height of these elements if that is what you want to do. It could be done with CSS if you would like a value higher then available in the theme panel font settings. For example like this for the top menu
https://www.screencast.com/t/uwgYz8rX8n

.td-header-sp-top-menu,
.td-header-sp-top-widget {
line-height: 200px;
}

You can inspect the elements on the page and the classes used and their styles, in order to create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Fenix
Participant
#0

Hi,

I’m having a little problem with social buttons: the Twitter button doesn’t open a new window to share the article. This happen only with Twitter (on every browser), the others works fine. This also happen on my test website that is a fresh install of WordPress and Newspaper. Here’s an article link just for example: https://gamesquare.it/recensione-destiny-2-pronti-a-ridiventare-leggende/

How can i fix it?

Thank you in advance.

euphorie-design
Participant
#0

Hey everybody!

Nice theme, thanks!

1) I want to use the “Big Grid Full 7” and “Big Grid Full 10” layouts like in the demo on my front page:
https://demo.tagdiv.com/newspaper/full-big-grid-7/
https://demo.tagdiv.com/newspaper/full-big-grid-10/

BUT: When I create my page with the Visual Composer and add the blocks “Big Grid Full 10” and “Big Grid Full 7” to my page, they are not filling the full width of my page. When I try to set row setting to “Row stretch: stretch row and content” it looks very weird and bigger than on the demo page.

Any suggestions?

Lee
tagDiv Member

Hi,

I’m not meaning the font. I’m talking about changing the height of the div tag, for example: height: 75px; width: 100px etc.

Your saying only way to make it bigger is via line height? What if I want to make it 200px height? Hope that explains what I am trying to do. Line height option only goes up to 90px, there is no option to make it bigger?

Simion C.
tagDiv Staff

Hi,

You can inspect the list you mention with the browser inspector and see how it is made
https://www.screencast.com/t/Q7FWdW5nrQ
https://www.screencast.com/t/BwasffptT
Then adapt the style to the theme smart list elements, something like this for smart list style 2 for example
https://www.screencast.com/t/b6iVdsbpxc
This is a tutorial about using the browser inspect to identify elements on pages and the styles used, to create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Also this is the code I used in the example if it should be helpful to you

.td-sml-current-item-nr {
position: absolute;
top: -45px;
left: -42px;
width: 90px;
height: 90px;
line-height: 85px;
border-radius: 50%;
border: solid .3em #2D9EDD;
box-shadow: 0 2px 10px rgba(30,30,30,.2);
background-color: #fff;
text-align: center;
color:rgb(45, 158, 221);
}
.td-item {
border: 1px solid #ddd;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately there is no way to modify the spacing between modules, these are carefully calculated and fixed. All the columns have fixed dimensions and it is not recommended to modify them. This ensures that the blocks will display properly, some examples
https://www.screencast.com/t/Itsimx9SrSsZ
https://www.screencast.com/t/oRb52xUlW
It could be attempted to modify these values but it will break other elements.
The theme width is also fixed and changing it will affect every element on the page, this is highly not recommended
https://www.screencast.com/t/qhfZART7fc5z
Blocks as a whole can be positioned differently by using the padding and margins that are available in the CSS tab
https://www.screencast.com/t/EmBIUNmRwj2
But the modules that form the blocks cannot and should not be modified, the results will not be satisfactory.
Stretching can lead to thumbnail issues for some elements, these thumbnails have predefined sizes and will remain the same after stretching their container. This will lead to the result you mentioned.

Thanks

tdavidsson
Participant
#0

Hi,

I´m using the Newspaper theme along with a plugin called IssueM (https://sv.wordpress.org/plugins/issuem/) for publishing digital issues and we have a problem that we don´t know how to solve. In WordPress we use IssueM plugin for articles related to a magazine issue and “posts” for separate articles, because we want to separate these.

The problem is that the articles created by the IssueM plugin won´t show when clicking on the category that the articles is related to. The separate articles that is created using ”Post” are shown though when clicking on a category. For instance: if I go to the current issue, click on an article and then click on that category (web for example), only the articles from “posts” will be shown.

I´ve tried to go in under “separate articles” -> web category on our site and through magazine issue -> web category, and they both link to the same page (where the articles from IssueM are not displayed).

In WordPress, under both “posts” -> “categories” and “articles” -> “article categories”, the same categories are shown. And they display the same amount of articles under the categories, so I guess they sync somehow. But there seem to be a problem with how they are displayed, since the category tags won´t show in the gallery of articles from an issue as well.

I´ve got the latest version of WordPress and the IssueM plugin.

Do anyone know how what might cause this issue and how to solve it?

Thank you in advance!

Kind regards,
Therese

Simion C.
tagDiv Staff

Hi,

Each block and grid can be customized in terms of the content it displays
https://forum.tagdiv.com/block-settings-guide/
There are multiple options to filter the categories or exclude categories for example. Everything is mentioned in the block settings guide.

Thanks

majorfuss
tagDiv Member

2. I’ve tried those category settings but they do not give me “Load more” button. I want this button – https://snag.gy/2HRA48.jpg – instead of ‘pages 1, 2, etc’.

3. I think you misunderstood me. To clarify, while reading any Music post, is it possible for “MUSIC” to have a different colour background in the main menu?

4. That change does work, but the pictures take seconds to load. I want all the pictures to load straight away, no effects.

6. The breadcrumbs category link doesn’t link to anything –
http://majorfuss.com/music/news/sampha-mercury-prize-winner-2017/ How can I make it link to the category?

Viewing 25 results - 27,451 through 27,475 (of 38,683 total)