Search Results for 'amp'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

You could simply use a plugin, that already has these options. Something like this for example
https://wordpress.org/plugins/search-exclude/
I believe this plugin has options to exclude particular posts and pages from the search, or in bulk even. You could give it a try and see how it goes.

Thanks

Fabian
tagDiv Member

Hi Mate,

Simion, thanks for the reply.
We have installed a similar SEO plugin. For all pages it works fine, however, not for the the homepage.

Kindly regard:
1) Social Sharing examples: https://prnt.sc/gvxtsj
2) homepage settings: http://prntscr.com/gvxuok – it seems as if the logo is used, but which one, from where?

Thanks for the support.

Cheers,
Fabian

  • This reply was modified 8 years by Fabian.
Catalin
tagDiv Staff

Hello filip,

Above, I have presented you where this is in a code. Another alternative for you would be to use a bit of CSS code to hide this from your page, like in this example -> https://www.screencast.com/t/7it3bgEg

.page-id-446 tbody>tr:last-child{
display:none;
}

Hope this helps!

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

There is no collaboration with that theme. The theme does not provide an AMP plugin at then moment, only a mobile theme plugin is bundled in the theme package
https://forum.tagdiv.com/whats-included/

Thanks

Simion C.
tagDiv Staff

Hi,

Each post needs to have a featured image set, in order for the thumbnails to be created
https://forum.tagdiv.com/theme-thumbs/
The theme will crop the images and create thumbnails
https://forum.tagdiv.com/featured-image/
If an image is not set, the theme will display a default no-thumb placeholder on the modules. As for the size of the featured image, there is no recommendation. The demo you install contains mostly images of 1068 × 713 px, as mentioned. However, for superior thumbnail quality you could use bigger image sizes. For example, in the live demo this featured image size is used for a post
https://demo.tagdiv.com/newspaper/wp-content/uploads/2016/01/01-girl.jpg
https://demo.tagdiv.com/newspaper/
The mega menu uses a thumbnail as well, the thumbnail size cannot be changed
https://www.screencast.com/t/7OLNwwdDyR8U
There are multiple post templates that you can choose from
https://forum.tagdiv.com/post-templates-2/
See them live in the demo (Features menu).

Thanks

Catalin
tagDiv Staff

Hello,

Notice that you can only change or adjust the Size & Style for the modules which compose the Big Grids and Blocks, from here -> https://www.screencast.com/t/4Z8jJyX9d3MR If you want to change anything else, notice that you can do it only via such a bit of custom CSS code. For more information about how you can know what kind of module is used for Big Grids or Blocks, please check here -> https://forum.tagdiv.com/theme-thumbs/

Hope this helps!

Thanks for your understanding!

alexliu0317
tagDiv Member

Hello,

Where should I go to change setting to have one full big grid, but have 5~10 images in rotation.

For example: Please check the top photo on https://www.vogue.co.jp/

Thank you.

Fausto
Participant
#0

Hello!

I have a tricky question. I’d like to filter a Block with the latest posts by two different taxomies:

1 – The first filter already exists, by categories terms.

2 – The second filter would be by several custom taxonomies (not the terms).

The better example I have for this is IGN Portugal home page: http://pt.ign.com/

First row: Videos | Reviews | News (These would be the category terms).
Second row: Xbox | PS4 | Nintendo (These would be the whole custom taxonomies each).

I know it would be a complex job and out of support scope, but it would be possible to point me to the right direction at least? Like, which files should I look for.

Alina2590
Participant
#0

Hi,

I have tried to exclude all my pages from my Search results.

I have tried the solution (http://www.wpbeginner.com/wp-tutorials/how-to-exclude-pages-from-wordpress-search-results/) you suggest (https://forum.tagdiv.com/topic/search-box-3/), but if I use it that way I’m unable to search my media in my backend.

So I have tried to exclude the admin by searching codes on the web and I found this one (source –
https://codex.wordpress.org/Plugin_API/Action_Reference/pre_get_posts):

function search_filter($query) {
if ( !is_admin() && $query->is_main_query() ) {
if ($query->is_search) {
$query->set('post_type', 'post');
}
}
}

add_action('pre_get_posts','search_filter');

But it doesn’t work. With this code, the pages aren’t excluded from the search.

Please help.

Best regards,
Alina

Erythros
Participant
#0

Hi,

Was this AMP theme support build in collaboration with tagdiv? If we own Newspaper 8, can we get access to the AMP version as well?

Thanks

dennisjpitocco
Participant
#0

Outstanding Theme! Apologies, but I’ve been through the Block Settings and Font Settings and can’t seem to find where/I to adjust the Size & Style of the TYPE within the Grid Style 4 (large Featured Post box below Trending Now) at the Top of our Home Page and the two Grid Style 1 boxes immediately below. My Site is https://www.bizcatalyst360.com/

Thanks in advance!

dennisjpitocco
Participant
#0

Outstanding Theme! Apologies, but I’ve been through the Block Settings and Font Settings and can’t seem to find where/I to adjust the Size & Style of the TYPE within the Grid Style 4 (large Featured Post box below Trending Now) at the Top of our Home Page and the two Grid Style 1 boxes immediately below. My Site is https://www.bizcatalyst360.com/

Thanks in advance!

Catalin
tagDiv Staff

Hello 22p,

Sorry but the plugin is not tested with our theme. We did receive word from our users that the standard AMP plugin made by Automattic works properly and there is even a guide on it here:
https://ampforwp.com/tutorials/article/amp-in-action-with-newspaper-theme/
We have not tried it ourselves, but it is worth a shot.

Thanks.

Simion C.
tagDiv Staff

Hi,

That could be done with some CSS. Something like this for example
https://www.screencast.com/t/k3HrdtngYJ

.td-header-style-3 .td-header-menu-wrap-full {
background-color: #151515!important;
}

Thanks

MoschatoTavros.gr
Participant
#0

Hello,

I used the theme options to add a background ad, but while the frontpage is fine, inside the posts the ad is not full.

For example: http://www.moschatotavros.gr is the frontpage which is fine but here you see an article where the background ad is cut. I’m using style 13.

Why is that?

Thank you.

Simion C.
tagDiv Staff

Hi,

1. I don’t think I fully understand what you mean by name pages. If you could provide more details or some examples it would be very helpful.

2. The mobile theme does not have many settings and options, for the purpose of being faster and. It is meant to provide a simpler version of the website, that would be optimal for mobile devices. It is also optional, not required.
The breadcrumbs on mobile are related to the desktop settings. If they are enabled on desktop, they will be present on mobile as well.
If you would like to remove on mobile only, you could use some CSS. A code like this entered in Theme panel->Mobile theme->Custom CSS should remove the breadcrumbs from all mobile pages
https://www.screencast.com/t/WhWj0aDEV
https://www.screencast.com/t/VJl1Yc6F

.entry-crumbs {
display: none;
}

3. The category template 3 seems to be loaded from what I can tell. If you mean the category tag color, make sure each category has a color set in the per category settings
https://www.screencast.com/t/ewVJaotL
The category tags will appear at all times, not randomly. At the moment they are displaying on that category page
https://www.screencast.com/t/4hL1yxWjI7I

4. That drop-down cannot be disabled, there is no option for that at the moment. It is a complex and automatic process that calculates the number of categories that are displayed, in the theme javascript file.

5. The theme will style the paragraph containing the category descriptions, by default. At the moment there are no specific options for this, there might be in future updates.
You could style them differently with CSS for example like this, or how you like them to be
https://www.screencast.com/t/9NpLGqKUvEQF

.td-category-description p {
font-family: Merriweather,'Open Sans',arial,sans-serif;
font-style: normal;
color: black;
}

Thanks

22p
Participant
#0

Any update Newspaper 8.2 (when will be relased?) about AMP Compatibility?
All we need that pages load instantly on mobile.
Can we use this plugin? https://wordpress.org/plugins/amp/

Other info here:
https://yoast.com/setting-up-wordpress-for-amp-accelerated-mobile-pages/

Simion C.
tagDiv Staff

Hi,

That could be available in future theme updates, but for the moment the category pages cannot be edited and insert Blocks and other elements. All the settings for the category pages will have to be made through the theme panel
https://forum.tagdiv.com/how-category-settings-work/
On a category page there will be a Top grid of your choosing, and a loop containing posts from that category, also a chosen sidebar. The module that displays the posts can be changed by category as well.
Please check the category page layouts and module examples in the Features menu, in the live theme demo
https://demo.tagdiv.com/newspaper/

Thanks

lettogsunn
Participant
#0

Hi!

I am wondering how I can put a full width element, for example a revolution slider, at the bottom on a post page without having the sidebar going over this element when scrolling to the bottom of the page. See attached picture for best explanation of this:

https://imgur.com/a/pbiwg

Link to website: https://www.bitcoinakademiet.no?bypass=tagdiv

Thanks a lot!

Vegasrenie
Participant
#0

I purchased Newspaper 6 when it first came out, used it for a while, and then switched to “another publisher” because they had a few features that I wanted. Then along comes Newspaper 8 which has 95% of everything that I want, and after less than a day of work, my site looks terrific!

However, I do have a couple of problems. One, for some reason, the sticky sidebar won’t work. I did activate it, and the blocks I’m using are 1, 2 & 12. It does not work, so I filled it with “stuff” so that at least it’s even with the rest of the items on the page. I wish that I could use the Widgetized sidebar on my whole site!

The other problem is that I’d like to able to reduce the font size on the sidebar headings, but I can’t seem to find the right instructions.

Also, one totally unrelated question – how can I get the grid from the “Gadgets” demo? I can’t find it anywhere and that would be perfect for my site!

http://www.vegaswineaux.com

Simion C.
tagDiv Staff

Hi,

That is the ajax filter on a block and the tabs Visual composer element, they are not related and do not supposed to display the same. You could inspect the tabs and the filter and see what CSS each one uses, maybe style the tabs differently. Something like this example maybe
https://www.screencast.com/t/eDyd9mVO
This the code used in the example if it is useful to you

.vc_tta-title-text {
font-family: 'Roboto', sans-serif;
font-size: 13px;
color: #777;
line-height: 1;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a {
border: none!important;
background: transparent!important;
}
.vc_tta-tab.vc_active span {
color: #4db2ec!important;
}

Thanks

wedoweb
Participant
#0

I have just installed the Newspaper theme and would like to ask how I may add Block sections to Category pages.

I want to add articles from lower level categories to the pages of top level categories.

Here’s an example on this website http://guardian.ng/category/business-services/

So that immediately after the category top posts, I can have blocks showing articles by category.

Thank you.

My Beautiful Europe
Participant
#0

Hello,

First of all, thanks for the awesome work that you’re doing. I found a lot of answers in the forum but i didn’t find an exact answer for my current issues.

-> I would like to delete the word “home” in the browser tab. I tried several things but nothing worked, i can still remove the page title but i don’t think it’s a good idea. Can you help me?
Example: https://mybeautifuleurope.com

+> i read that Facebook group social counter is not yet available, is it something that you’re working on for the future?

Thank you very much!

Frank

Edragon
Participant
#0

For some reason theme shows thumbnails different way.

Example: top, same article shows thumbnail correct way like all other thumbnails. bottom, left side, it shows thumbnail different way.

lazdim
Participant
#0

Hi,
My client observed that the currency exchange rate in the exchange widget are showed inversed. Meaning that, if I choose EURO as my main currency, the USD value should be 1.xxx not 0.xxx. For example, with 1euro I can by 1.xxx US dollars.

Let me give you an example that I saw at https://fx-rate.net/getwidget/

Is there a way to change that programmatically?

Can you, please, help me with hat so I don’t have to search for another plugin?

Besides, I like your table very much!

Thank you in advance.

Viewing 25 results - 27,326 through 27,350 (of 38,683 total)