Search Results for 'amp'

Results from the Forum
Simion C.
tagDiv Staff

Default Adsense ads were used I believe, such as this ad example
https://support.google.com/adsense/answer/181950?hl=en
Page level ads from what I can find have a different implementation. They seem to only require a one time entering of the ad code in the theme header, then they should automatically appear
https://wpism.com/page-level-ads-adsense-wordpress/
https://adsense.googleblog.com/2016/04/AdSense-page-level-ads.html
http://tipsarea.com/2016/04/30/how-to-add-google-page-level-ads-to-your-wordpress-site/
https://www.shoutmeloud.com/adsense-page-level-ads-monetize-mobile-site.html

I don’t know much about adsense ads, only what I can find online. So I could be wrong.

heedozz
Participant
#0

I installed the AMP through the tutorial.
AMP tutorial:(https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/)

In fact, I added / amp at the end of my homepage url, so the /amp screen appeared.

Is not this automatically seen on mobile devices?

It does not make sense to put / amp at the end of the url address whenever i want to use the amp function.

I do not know much about amp yet.

Please answer some of these questions.

Catalin
tagDiv Staff

Hello ChampLife,

1)Regarding log-in functionality, our theme uses the default WordPress functionality which requests adding the email first, sorry!
If you want to change the background image for log-in pop-up you need to add a custom CSS code. Try the code below and place it in Theme panel -> Custom CSS area.

.white-popup-block:before {
background-image: url(http://localhost/spitzu/wp-content/uploads/2018/09/2.jpg)!important;
}

2)The only functionality for Sign in/Join in Top Bar can be updated from here -> https://www.screencast.com/t/ZH3NdxlJp

3)This functionality is set up by default. It’s just an WordPress setting. Try to check it with a default theme and check the behavior.

4)Try to remove that plugin and check the results. All of the untested plugins should have to be removed if you want to achieve good theme results.

Thanks for your understanding!

strangerAshik
Participant
#0

Dear TagDiv.

I have fixed a website (rmgnewsbd.com), the problem is this user created this website by using a nulled newspaper theme, And the website was redirecting to another website during the first visit, & automatically creating admin users.

after then i purchased newspaper theme & replaced malicious theme, Now redirecting problem solved but still now system is automatically creating admin users,

Screenshot of admin user creation log

Simion C.
tagDiv Staff

That is a single image, not a block. I thought you were referring to block modules. In the screenshot you provided it is indeed a single image, somehow I failed to see that.

This code should work for a single image (I used a class called myimage in my example)
https://www.screencast.com/t/feKpdsJc
https://pastebin.com/b2bbB43K

bgits
Participant
#0

Hi,

My site under reference is https://gcaffe.com/

I have selected a particular colour for my website background. However, I am not able to see any option to fill the same colour in pages such as https://gcaffe.com/category/business/ or any post for example https://gcaffe.com/mothers-day-amazon-gift/ or https://gcaffe.com/about/

Kindly assist.

Thanks.

simchris
tagDiv Member

That is the amp preview button i have, but i am using the automattic plugin not the tagdiv amp plugin. Glad you found it.

CreekWalker7291
Participant
#0

When there are multiple cities in the same country, how can you specify which one displays in the weather widget? For example, I live in Oneida, USA but there are several Oneidas in the US. Putting in the city code doesn’t seem to be an option. So when I put in “Oneida, US”, it simply displays the one it wants to — and it’s the wrong one.

jeffreya93
Participant
#0

Hi,

Thanks for the theme, for a couple of weeks we have a problem. We trying a lot, we have still the issue.
We used the latest version of Newspaper with Google AMP.

We need to show the ad in AMP. For this we editied the adsense info with the ca pub and the other fields. All fine.
The problem is, we not see any ad in the AMP. We trying to clean the cache and a lot of changes in the config, no result. We see a fast adsense loading screen.

ad works fine on a non-amp page.

image AD settings: https://technieuws.com/wp-content/uploads/2018/09/adsense-ad.png
image Result: https://technieuws.com/wp-content/uploads/2018/09/adsense-ad-2.png

AMP validator, no issues and green.
Other non tagdiv AMP plugin works fine.
Ad block is a responsive format

Do you know any solution for this?

Website Technieuws(dot)com

Thanks,

NickDeBaerdemaeker
tagDiv Member

I have found the culprit, the theme keeps looking for this
http://192.168.0.208/wp_011_sound_radar/wp-content/uploads/2017/04/mobile-menu.jpg”

The site has been developped offline with wamp64 and it looks like a left over from when I was starting to build with the sound radar theme. Any thoughts on where this specific link might be referenced ? I’ve looked but can’t seem to pinpoint it’s location. It takes a whopping 21 seconds to load…

I might uninstall the sound radar demo but I fear it will mess up the design.

Ryansmccain
tagDiv Member

I took some time to enable it and create a test post. I’m having a few issues that I’ll post about in another thread, but I now see how to preview AMP posts. An AMP button appears when the plugin is enabled.

See here –>
https://i.imgur.com/8cWnVfO.png

deliciousthemes
Participant
#0

Hey guys,

I’m wondering what you would recommend, from an SEO POV: the mobile theme, AMP or both?

Are there any issues if using both of them? How the mobile theme interfere with the AMP protoco?

Thanks!

simchris
tagDiv Member

I don’t think the /amp/ endpoint works until the page actually exists; however, you might try saving draft, then do preview, then append /amp/ onto the end to see if the redirect works or not.

e.g.,

WEBSITE/?p=40213&preview=true&amp

might not work depending on how your site is setup.

  • This reply was modified 7 years by simchris.
Anton-a
tagDiv Member

Hi Catalin

Thanks for your response..My Url is http://www.lovekybogor.com

However I never used the style before because of the problem. But since now I need to give new looks to my website, I want to use these two style. So there won’t be example on the website

Thanks

Ryansmccain
tagDiv Member

Thanks for the response. I know what an AMP page looks like. I’m wanting to know how to preview a specific AMP page that I create.

Thanks again

Simion C.
tagDiv Staff

Hi,

So you mean the actual post content? It can be don with CSS, try it like this
https://www.screencast.com/t/K8Na5OktKB

.single .td-post-content {
background-color: #f9f9fb;
}

It can also be done by designing your own post templates with the cloud library and tagDiv composer
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Example – https://www.screencast.com/t/QiKRNJ8fIlM
There are many beautiful post templates already created by us which you can import (and modify if needed). More will be added. You can also create one entirely (blank template).

Thanks

ChampLife
Participant
#0

Hello again,
this time I have more than one question.

1. I activated “LogIn/LogOut” at the Top Bar.
1.1 Is it possible to adjust it so that the customer can directly create the password? So they dont need the email first.
1.2 Can I change the picture of the woman, which show up, when you login? Picture: https://gyazo.com/c3b682fcdfd0b8cd0f76a896216e54e5

2. When you go on https://champlife.de/my-account you can create and login through WooCommerce. Is it possible, to make it so, that it looks like, when the customer gets on “LogIn/LogOut” at the Top Bar. So when you go on /my-Account, you log in through the Theme and not trough woocommerce? Or are there any differnce, is it better when its through WooCommerce?

3. When you are logged in and go on your profile through the top bar, you come to the “https://champlife.de/author/NAME”
page, is it possible to change that, so the customer come to the “https://champlife.de/my-account” page?

4. I already asked WooCommerce because of this litte problem, but they told me to go to the theme support. When you go on a product site, for example https://champlife.de/produkt/armreifschwarz. The 3 little pictures are cutted at the botton.
You can see what I mean here: https://gyazo.com/b65dd2b7d26a6d1f4fae9762c9f321fb
You can only see the half of the pictures below.

Thats all, I hope you can find time, to answer me.

Thank you

Calin
tagDiv Staff

Hi,

Yes there is a way but it need to be done manual and it takes a lot of time.
I will try to give you an example: first I create a new post, add some random text, then I switch on text from visual ( https://www.screencast.com/t/V0emHSmZA1 https://www.screencast.com/t/5eS8rq2edD ), in content of text were you want to show up you ads you need to put this code

<div class=”td-visible-desktop”>put_the_name_ore_description</div>
https://www.screencast.com/t/Tijp79Um0SSe
Try to not repeat the ads in the post with this method and use proper width and height for image .

See the results: https://www.screencast.com/t/1cyuTojc5

I hope this can help you.

Thank you.

Officialabayomi
Participant
#0

When my post is shared on social network like Facebook image won’t show or it will only be blank.
https://checknaija.com/2018/08/30/davidos-presence-electrifies-orientation-camp/
Trying to share the above link to Facebook but the featured image is not showing ip.
The same issue apply to all my post.

Calin
tagDiv Staff

Hi,

Yes this is possible, in order to do that you need to hover the column select row from left corner on the left side bar you see Row > General there select layout 1/2 + 1/2 after that drag a inner row in one column hover it select inner row ( https://www.screencast.com/t/djuQdE14rGX ) and select the layout you desire (see an example https://www.screencast.com/t/q5Vntul59E ).
The think is that on the large screen will look good but on the medium or small screen will look badly.

Thank you.

natasi4ek
Participant
Inline ads - topic
#0

I’ve searched a forum and did not find a proper suitable answer for the question how to put more Inline Ads. I have big articles on my site 2000-3000 words with a lot of pictures and 1 Inline ad is not suitable at all! I bought this theme for Adsense blog cause it seams good investment with good reviews but I see that it is poor with Inline article ads, which is very sad…it was a purpose of purchasing it. Please, give me reasonable answer how can I put more Inline ads in my articles, show me the manual way if there is no such feature in a theme yet. Or advise other plugins if they are compatible with your theme, for example, is Ad Inserter compatible? Or any other plugin? And don’t thank me for understanding, this is a real issue for me right now, and I bought Newspaper theme for this purpose. Help to solve my and other peoples problem!

Calin
tagDiv Staff

Hi,

If you like it, all you need to do is to go in cloud templates search for it ( https://www.screencast.com/t/lEaQazKYb7Dd ) click on it, then click on Create Template… after you get it you pages.
Or if you desire to create a new page similar you can use TD Composer, I will give you an example: Create a new page and publish it, after that click on tagdiv composer https://www.screencast.com/t/ZrchgGdN will open in front td composer, hover empty column and click on the row, on left side you’ll see Row > General, select the Layout you like ( in this case 1/2 +1/2 ), after that select the empty column from the left click on the row and drag tow inner row in it, hover the second inner row and click on inner row and split it in tow https://www.screencast.com/t/clEmDeMbkguF then drag your content .
See results: https://www.screencast.com/t/rRNxEvLkirU

Thank you.

Simion C.
tagDiv Staff

The page does not exist – https://www.screencast.com/t/1yi2u93C

I tested it again. Example below.

You mentioned you will use HTML as a menu, like this
https://www.screencast.com/t/lx1Mn8sk6h
I want the Overview to link to scroll to a block down below for example, for the block I set the class “overview”
https://www.screencast.com/t/zDMLRaSEq

In the HTML code I set the class I used
https://www.screencast.com/t/fvL4fLpyPdIX
https://www.screencast.com/t/5vgOP1KJ

Saving the page and viewing it produces this result when I click on overview
https://www.screencast.com/t/5vgOP1KJ
The class can be set on rows as well if needed, or any element that has a custom class field.

Code used in my example in the HTML element
https://pastebin.com/50RWnpx1

jalewa
Participant
#0

Hello,
Just few days back i switch to newspaper9 and when i scan my website with sucuri.net it detects malware on my site stating as: Warning: Malware Detected
Infected with malware. Immediate action is required

https://www.jalewa.com/business/

Definition
rogueads.unwanted_ads?1

Google adwords also disabled my campaign… But when i switch to another theme… malware not found.

Kindly please help me removing the malware

Check the error here: https://sitecheck.sucuri.net/results/www.jalewa.com

Regards,
Abhishek Jalewa
https://www.jalewa.com

Viewing 25 results - 22,726 through 22,750 (of 38,683 total)