Hi Bogdan,
As mentioned in my comment above, http://www.virtualmagie.com and http://www.jornhaugland.no both have NewsPaper theme and the results of both the sites are displayed in Breadcrumb format in Google search. If their result can be displayed in breadcrumb format without any theme updates, so can mine. There has to be some solution.
Thanks,
Gaurav
Hi Simion,
If I don’t want to install Yoast, what are the default meta descriptions of the homepage and post pages?
Thanks,
Gaurav
Thanks a lot Chris. You are very helpful.
Will wait for tagDiv’s reply as well.
Hi,
I went through the showcase of NewsPaper websites on this forum. I found two websites which are running on NewsPaper 7 theme and they show breadcrumb structure in Google search. I am attaching the screenshot. If they can have breadcrumb with NewsPaper 7, then it should be possible to have in mine too.
Hi Thomas, can I ask you a question if you don’t mind? Thanks
Hi Azhar,
I need some advice from you. Can I ask?
Thanks
Hi,
I have uploaded 2 images. Present is what my Google search results look like inspite of enabling breadcrumbs. Desired is what I want it to look like.
Thanks.
Hi Catalin,
Super thanks for your mail. My last question is, isn’t there another way to do it by just entering PX values in the design options of the text block? Adding the above could would change everything universally, I just want to change for few blocks.
Thanks,
Gaurav
Hi, but this topic is different from other topic. My question here is different. When I add same values for padding to text (with background), I get very different spacing on top, bottom and left. I want equidistant padding on all sides. What PX values should I put to have equal padding?
Hi Alin,
I am not asking for any type of custom service from you. And I am fully aware that you don’t provide custom services. My question is regarding the content of the text block appearing differently in laptop and mobile. The theme is a responsive theme and the content should be responsive in mobile as well, but the image and the text loses its alignment in my case.
Also I has to send the mail as in the past tagDiv team was not able to receive my attachments here. Hence the mail.
Thanks,
Gaurav
Please find the link below:
Dear Bogdan,
I de-activated all the plugins and tried, it doesn’t work. It goes back to white color.
I have not made any changes to the code as I am not a coder.
I am not using any cache plugin or CDN.
I will send a mail now.
Best,
Gaurav
Dear Bogdan,
I am setting all 3 parameters. Still the border doesn’t show. It goes back to default white color after I save changes.
Gaurav
Hi Bogdan,
Thanks for your reply. That’s not my site. My site is http://www.traveltwirl.com and you can see that the booking.com ad is not aligned centrally. I would be grateful if you can tell why the ads are not being aligned centrally.
Best,
Gaurav
Hello,
The sample ad of newspaper having dimension of 300 x 250 is centrally aligned in the sidebar. Where as the ads I use having same dimension of 300 x 250 (whether google ads or any other ads) stay left aligned, leaving lot of white space on the right.
How to centrally align sidebar ad?
Best,
Gaurav
Dear Catalin,
I understand that but my doubt is not that.
My doubt:
If I create 5 different sidebars. And if I ad sidebar ad in all 5 sidebars, then how can I display different ads in those 5 sidebars? Because theme panel has space for only sidebar ad code.
Best,
Gaurav
If I create a different sidebar for each post. Then also the theme panel only allows me to ad one ad in the sidebar ad code section. Then all my sidebars will show the same ad, wont they?
Sorry just read about your National Day. Sorry again. Cheers.
Awaiting reply
It worked.
Thanks a lot. Really appreciate your help.
One of the best theme support.
Best,
Gaurav
Dear Bogdan,
I tried the plugin as well. It didn’t help.
Although I tried the below code in raw js element of visual composer on a page and now it works perfectly fine.
If you can guide me how can I run the same code on a post by screenshot, it would be a great help really.
<script type=”text/javascript” src=”//api.skyscanner.net/api.ashx?key=ae5d22b7-42f9-475e-a227-5a8c56fbb1e7″></script>
<script type=”text/javascript”>
skyscanner.load(“snippets”,”2″);
function main(){
var snippet = new skyscanner.snippets.SearchPanelControl();
snippet.setShape(“box300x250”);
snippet.setCulture(“en-GB”);
snippet.setCurrency(“INR”);
snippet.setProduct(“flights”,”1″);
snippet.setProduct(“hotels”,”2″);
snippet.setProduct(“carhire”,”3″);
snippet.draw(document.getElementById(“snippet_searchpanel”));
}
skyscanner.setOnLoadCallback(main);
</script>
<div id=”snippet_searchpanel” style=”width: auto; height:auto;”></div>