Hi,
I have got some feature requests, could you please look to add them in upcoming updates.
1) AMP theme and ads – Currently AMP plugin by automatic doesn’t display ads, could you come up with a new AMP plugin and allow us to display ads(more like a mobile theme plugin which you have).
2) Message box/ alert box + custom list shortcode – I know we can display a neat message box using custom css code. But if you could add it under shortcodes dropdown options (where buttons, dropbox and other shortcodes) are present, it would be great. Something like this –
https://snag.gy/8bdvku.jpg
https://snag.gy/PJnDwj.jpg
3) Ability to style quotes – Is there a way to set background for quotes ?. Something like this –
https://snag.gy/va4PHe.jpg
4) Ads on/off switch – Can you create a option to turn off ads for whole site at once ?. Currently one has delete the ads from all the locations > save to see how better website works with / without ads.
5) Adblocker detection – Can you add a feature where the website reports that adblocker is detected and one has to disable to view the site.
6) Post update date – Can you add an option to show post last updated date ?. I am very sure the current workaround of replacing the code doesn’t work well.
-
This topic was modified 8 years by
Prajwal Desai.
> AMP theme and ads
https://tagdiv.com/amp-newspaper-theme/
2 Developers:
Message / Alert boxes, Style quotes, Inline Related Posts (!!!) and etc. – live preview like for example here:
http://demo.betterstudio.com/publisher/shortcodes/advanced-blockquotes-pack/
http://demo.betterstudio.com/publisher/shortcodes/custom-lists/
http://community.betterstudio.com/publisher-doc/inline-related-posts/
http://community.betterstudio.com/publisher-cat/posts-pages/
Hello Prajwal Desai,
If you want to style your quotes with that style you should do it yourself because this task involves doing such a custom work and we cannot provide something like this at the moment, sorry! As a hint, please check our useful tutorial for Inspector browser from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
The theme does not have any such an option that allows you to turn off all the ads for the whole theme. You should try using such a custom CSS code for this behavior or simply remove the ad code from Theme panel.
Please refer to the following topic from here -> https://forum.tagdiv.com/topic/how-to-make-this/page/2/ because there you will find some useful steps which you need to follow in order to achieve as you wish.
Thanks for your understanding!
1) AMP – I got the answer, it’s coming in future update.
2) Message / alert box – I haven’t got the answer. Are you suggesting me to use custom code for this as well ?. If you can add dropcaps, buttons then why not message box ?. I can modify the css file and add code but with every update the code goes off. Since i want to display colored message box, i have to define multiple codes for each color in css. Can’t you even consider this as a request ?.
3) 4)- I Got the answer. Can you tell me how do we change background color of quote box ?.
5) haven’t got the answer. How do we ensure google adsense ads are displayed in firefox and chrome when they are blocked.
6) Post update date – I have referred the post and it does not display updated date in google search. It just adds “last updated label” to all posts. Though you have updated the post or not, it just shows last updated on all posts which is incorrect. Ideally it should show last updated date only if post has been updated recently. So please give me a proper solution for this.
-
This reply was modified 8 years by
Prajwal Desai.
-
This reply was modified 8 years by
Prajwal Desai.
-
This reply was modified 8 years by
Prajwal Desai.
Nice thread Prajwal. The questions asked are legit and lovely. Yeah you can’t simply ask developers to style everything (in case of quotes and ad on/off).
Post update date is something i would definitely love to see, but it seems more of theoretical, since we know google doesn’t work that way or everyone here will be just pressing “update post” every next day.
Hello Prajwal Desai,
2)Please notice that if you want to make some additional customizations to your theme style, all of these should have to be made in Child Theme, style.css to avoid losing all of your customizations to the next theme’s update. For each update, the theme code will be overwritten and that’s why you will lose all of your additional customizations.
3,4)You should try the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.wpb_text_column .td_quote_box{
background-color: red;
}
The result is here -> https://www.screencast.com/t/EVB6HnlPff
5)Sorry but please notice that we do not have any plan for this feature, sorry!
6)Sorry, but please notice that the theme does not have any such an option that allows you to do this, sorry! The theme does not have any control to this section…you should use such a plugin with this functionality that allows you to manage this section, like Seo Yoast.
Thanks for your understanding!