Search Results for 'amp'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

You can choose any of the available header styles
– https://forum.tagdiv.com/header-styles/
For example Header style 12 seems to be similar to the one you mention
– https://www.screencast.com/t/SiP7QUBY7
You can customize the font properties and color for the header, in the theme panel
– https://www.screencast.com/t/yAgbPx1FQe
– https://www.screencast.com/t/RiHvWpn6aY
Additionally you could use the browser inspector and identify the classes used in order to create custom code to further modify the header. Here is a guide to help you create code to use in the theme custom code section in the theme panel – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

You just need to set a primary category for the post – https://www.screencast.com/t/2jK1BVpj2v
Then the post and all the posts that have this category as primary will inherit the sidebar from that category.
For example I set for a post the category Travel as primary
– https://www.screencast.com/t/w1KJCDTiF
Then by going to the per category settings in the theme panel, I select the sidebar for the Travel category
– https://www.screencast.com/t/kVrMm56McYF
– https://www.screencast.com/t/YAKVR6WRnBiV
This allows greater control over the sidebar displayed on the posts, and easily to set and modify the sidebar content, not having to edit each sidebar.
If a primary category is not set the theme will pick the first one alphabetically from the categories of the post – https://www.screencast.com/t/HCcBew4qa

Thanks

Simion C.
tagDiv Staff

Hi,

If you want to display your custom post type on the block, you must enter it’s name in the required field. The sort the posts as you want. Example for a custom post type
– https://www.screencast.com/t/7lOXmBftVN
– https://www.screencast.com/t/ZV5VLZQAAd
You can find more information about the available block settings and options here
– https://forum.tagdiv.com/block-settings-guide/

Thanks

sortofrobot
Participant
#0

I want that every page/post under certain URL like http://example.com/nodads/ , the ads to be disabled or replaced with a different code.

I can write a simple plugin like:

if (preg_match('/noads\/i', $_SERVER['REQUEST_URI'], $match)) {
....
add_filter('wp_header_ad','replace_header_ad',50,1);
}

but I don’t know how to access theme’s ads code (wp_header_ad).

Any hints? Should I dig deeper in the documentation?

Thanks!

Simion C.
tagDiv Staff

Hi,

You could style the text logo tagline with a Css code. The default properties come from the demo style
– https://www.screencast.com/t/ZDL4usieH
Like this – https://www.screencast.com/t/W0LjXjJMltBO
This is the code used in the example if you decide to use it and further style the tagline

.td-politics .td-header-style-11 .td-tagline-text {
font-size: 15px;
font-style: italic;
}

Or you could make the changes directly in the demo stylesheet
– https://www.screencast.com/t/3zrcdgrEt

Thanks

Simion C.
tagDiv Staff

Hi,

You can use the child theme sample provided in the latest theme package for your website, and it will work properly.

Thanks

ImSoCute
tagDiv Member

Thank you Chris. I think that was the case until wordpress ver. 4. Now it appears define(‘WPLANG’, ”); is depreciated. I selected my site language in ‘Settings>General’.

In the source of posts I have found this:

<script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/ar_AR/sdk.js#xfbml=1&amp;version=v2.3"; fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));</script>

I believe that if I manage to change ar_AR to my website language that would fix the issue, however I have no idea where to change it.

I still need help with that.

ImSoCute
Participant
#0

Hello,

When I insert posts from Facebook they appears in weird language.

http://prntscr.com/f7od71
Example

How/where to change this so it shows in the same language as a website?

Regards,

frankcf
Participant
#0

Hi,

I really like the Newspaper theme, but whenever we test it on occasion, it always ranks slowest vs. other themes out of the box. Are there any examples of sites that are using a current version of the Newspaper theme that are fast and optimized? Would love to see some examples and understand how they achieved it.

Thanks!

nuvoledibellezza
tagDiv Member

Hi, I have the same problem. I use 8 Style with no sidebar and the post images are small (featured images are ok, I talk about post images). The images does not fit the full width of the post but remains smaller (640 px).

Example:
https://www.nuvoledibellezza.com/2017/05/collistar-natura.html

As you can see from the link, the images is loaded in real size:
https://s21.postimg.org/b5c8xdkdz/Voila_Capture_2017-05-13_09-00-11_PM.jpg

I try to put this css code:

.td-post-content img {
    width: 100%;
}

in this way the images are magnified but those with lower dimensions come, obviously blurry.

In the same kind of post post, with no sidebar, also the adv banner is smaller (The banner is the ones that fit the content).

https://s15.postimg.org/ab9ow6i8r/Voila_Capture_2017-05-13_09-15-18_PM.jpg

Can you help me? If you send me and email I can give you the access to the backend.

Many thanks.

thelastpoet
tagDiv Member

Unfortunately, I had to deactivate AMP from my blog due to many errors that showed up on Webmaster Tools and hence none of my AMP pages showed up on Google.

One thing I did not like from the WP – Accelerated Mobile Pages plugin is that I had to contact them for support in removing the errors at a fee. Maybe they did they created those loopholes to earn something.

Pete36
Participant
#0

I am having a problem with blurred images since uploading the new theme recently.
Images in portrait appear crisp, but images in landscape appear slightly blurred and smaller than the content container.
The portrait images are custom size (500pxX height). The landscape images are set to ‘large’ in the drop down (640 X800). This ‘large’ is a setting that just appears in the drop down and may have been a previous setting from my previous theme which is now built in and I can’t seem to figure out how to alter this ‘large’ option no matter what I try in Media~> settings, etc. or the theme panel.
I have a lot of content already loaded with images in landscape set to ‘large’ (640X800) so I would like to find a way to correct the size/blurry/problem by somehow altering the ‘large’ post thumb-size and then regenerating the thumbnails so that I don’t have to reload all the images seperately if possible.
ALSO NOTE: Many (but not all) of the older posts, posted using the old theme are showing larger, less blurry images (although still set to 640px).. so could it be a container/ content area size issue or similar?
Obviously I am a novice at the whole coding thing, so any help would be appreciated to get all the landscape images to appear uniform and not blurry and be the same width as the text like the older posts.
The blurry image problem is only noticeable on desktop. see examples here —
newer post — with blurry smaller landscape images
http://www.sevenwanderers.com/travel-tips/travel-stories/finding-korey
older post — with larger images (still not perfectly crisp quality though)
http://www.sevenwanderers.com/destinations/asia/champlung-sari-hotel-unique-stay-heart-ubud
Thanks for any advice

hunsour
Participant
#0

Hello, I am using the latest article module and block 9 module on the front page. My question is how to adjust the h3 or h4 title size of this module. I tried to declare the tag in this module in the style sheet of my child theme but it failed. Like this example -> .td-block-title-wrap h4{font-size:20px}
how can i do?
Let me know how to fix it in a stylesheet or template rather than setting it in the panel. Of course, the latest articles and the block 9 module

saketsays
Participant
#0

I need to remove pinterst sharing option from all posts & pages on my site in mobile view becausr its not relevant for me.

How do I change the setting to accomplish same?

Thanks
Saket….

Simion C.
tagDiv Staff

Hi,

It seems you modified the mentioned pagination and it is not displaying properly, but this can be easily fixed with a code like this for example
– https://www.screencast.com/t/qpurYRpDB
You just need to enter it in Theme panel->Custom Css

.single-post .td-next-prev-wrap a {
width: auto;
}

Thanks

Simion C.
tagDiv Staff

Hi,

I have tried like this. I downloaded the mo file as instructed in the tutorial
– https://www.screencast.com/t/xgErbauB
I renamed the file as specified and pasted it in this folder
– https://www.screencast.com/t/4Wk7h4uesqy4
Going to the product page some of the elements are translated and some are not
– https://www.screencast.com/t/KuhyORuNrPP5
I then tried an online mo editor, and found that some strings are not translated and do not have an equivalent. The editor provides an option to add translations. For example the “Proceed to checkout” which I searched does not have a translation in the downloaded mo file
– https://www.screencast.com/t/SwdFPBYRT
– https://www.screencast.com/t/t6OWdRVBv
I replaced the previous mo file with the new one and the translation is displaying properly
– https://www.screencast.com/t/WMRZCraR6t2
Maybe you need to search for the strings that do not exist and add them to the file. Seems to work as intended. You could try it and see if it works for you.

Thanks

mayaguez
Participant
#0

1. Am I able to edit the font (style & size) of my TEXT LOGO TAGLINE?
2. If yes, how please.

Thanks

sortofrobot
Participant
#0

https://developers.google.com/speed/pagespeed/insights/

Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 1 blocking CSS resources. This causes a delay in rendering your page.
None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.
Optimize CSS Delivery of the following:
https://fonts.googleapis.com/…%2C500%2C500italic%2C700%2C900&ver=7.8.1

In the future update, is it possible to load the Google Fonts after the ATF section is loaded? It helps in SEO rankings.

Thank you

Simion C.
tagDiv Staff

Hi,

For the post page you can create and set a sidebar manually for each post
– https://www.screencast.com/t/0h1od47Okqi
Sidebars can be customized in The Appearance->Widgets section where you can add any widget and content you want to display – https://www.screencast.com/t/YFBWFL9Oyn
If you leave the sidebar setting on default the sidebar will be the one set for the primary category of the post if there is one set – https://forum.tagdiv.com/primary-category/
So by setting a primary category, all the posts from that category will display the sidebar set for that category in the theme panel. Or you can manually set a sidebar for each post, with different content for example.
In sidebars you can use the Ad box widget to display ads
– https://forum.tagdiv.com/sidebar-ads/

Thanks

Simion C.
tagDiv Staff

Hi,

If you want a single post to be displayed on the top of your page, you could use a Big Grid Full 1
– https://www.screencast.com/t/7gpHI2iMf
– https://www.screencast.com/t/0At9Wf4YU
Maybe a block like this one for example
– https://www.screencast.com/t/D7XnEqgkUc
Or even a Homepage post if you want – https://demo.tagdiv.com/newspaper/homepage-one-top-post/
Each block has the same sorting settings available. More information about blocks here
– https://www.screencast.com/t/D7XnEqgkUc
You can see how the blocks look in different layouts here
– https://demo.tagdiv.com/newspaper/block-1/
And the Big Grids here
– https://demo.tagdiv.com/newspaper/big-grid-1/

Thanks

Simion C.
tagDiv Staff

Hi,

You can apply some margin on the news ticker in the category page, like this code for example
– https://www.screencast.com/t/sAFeG2rac9fr

.category .td_block_trending_now {
margin: -35px 0 24px;
}

Please try the code in Theme panel->Custom Css and see if it works properly for you.

Thanks

Simion C.
tagDiv Staff

Hi,


@arska
The header menu hamburger is always the color white, it is predefined in the theme style
– https://www.screencast.com/t/eImZM2ffifpu
It’s color can be changed with a code like this for example
– https://www.screencast.com/t/FjAXnWfXB

#td-top-mobile-toggle i {
color: yellow;
}

The same for the search icon
– https://www.screencast.com/t/mLX7PFpx

.td-search-icon i {
color: yellow;
}

If this is not working for you or you have a different problem, please provide a link to your website so we can inspect it.

Thanks

VictoryPathways
Participant
#0

This is what my install looks like, notice codes exposed & not getting the 4 blocks at top as in demo

https://www.facebook.com/VictoryPathways/photos/a.1927108767524657.1073741828.1926912897544244/1927108697524664/?type=3&theater

This is what your demo shows.. I’m not getting the 4 blocks at the top & such

https://www.facebook.com/VictoryPathways/photos/a.1927108767524657.1073741828.1926912897544244/1927108820857985/?type=3&theater

Valen
Participant
#0

Hi guys,

Having a small issue with posting any post links to facebook. It seems that when posting the link it brings up 2 thumbnails which are the same. I have the Yoast SEO plugin installed which I assumed handled the output of posts with the featured image. Most themes I’ve used in the past were very basic and didn’t provide features such as this.

I’m not very experienced with coding and have no idea how to fix this. Does the Newspaper theme handle the post meta in such a way that may cause this?

Thanks for your time

Edit: heres an example http://imgur.com/a/iYui8

jaypee
Participant
#0

We have a facebook like button on the bottom of all our articles, but even though the articles have likes on the facebook it still shows zero likes.

Take a look at this article for example: https://www.tuiris.com/mas/lifestyle/se-nos-duermen-brazos-manos-pies/
This has likes on facebook and even I have liked it yet it still sayd zero likes. Please check image below.

Actual Likes on Facebook
Zero Likes

Please check this asap.

Viewing 25 results - 28,851 through 28,875 (of 38,683 total)