- Apitd_api_header_style::delete
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
- Apitd_api_header_style::add
- ApiAPI – Header style – Introduction
- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_top_bar_template::add
- ApiAPI – Top Bar Template – Introduction
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
- ApiAPI – Single Template – Introduction
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_footer_template::add
- ApiAPI – Footer Template – Introduction
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_smart_list::add
Talking about mobile version of http://www.ashtreemd.com
I used a phone number in the form of an image in the header instead of logo and wanted to know if i could make it a phone link. Something like
![]()
or otherwise, the mobile header is very small for our logo, is there anyway to increase its size?
I’m using the Header AD spot in the mobile theme to get around problem but didn’t want to waste space in header area.
FYI my HTML/code knowledge is from 1999/2000 so not that great.
Thanks
Hi there!
I got 2 problems with this theme.
1) When I add a sidebar, i got this weird message :
Warning: require_once(includes/wp_booster/sidebar.php): failed to open stream: No such file or directory in /home/fashi307/public_html/wp-content/themes/Newspaper/sidebar.php on line 7
Fatal error: require_once(): Failed opening required ‘includes/wp_booster/sidebar.php’ (include_path=’.:/usr/local/php56/pear’) in /home/fashi307/public_html/wp-content/themes/Newspaper/sidebar.php on line 7
And all the pictures on the post goes down.
2) I changed the url of my website from https://www.fashioniseverywhere.com to https://fashioniseverywhere.com
when I do that, and go to the Theme options, I got this message on my console :
XMLHttpRequest cannot load https://fashioniseverywhere.com/wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=7.8.1. No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘https://www.fashioniseverywhere.com’ is therefore not allowed access.
I don’t get what it says, but it seems i can’t change my options without fixing it.
When I change a setting, the loading icon stay and doesn’t go.
Please help me on this matter, thanks.
Ok…can I use css to limit the size of the container? The problem is, my image isn’t showing the desired sharpness and quality on the full logo header. When the size of the container is limited, it compresses the image and I get a higher quality. Can you give css to fix this? Thanks!
Hello,
I use template 8. Everything works well on posts. But, a issue appear within tribe event post. The title of the post does not appear in <h1 class=”entry-title td-page-title”> (see below). Could you tell me how to fix it or to get rid of this <h1 class=”entry-title td-page-title”> on event post ?
Thank you
Regards,
<div class="td-pb-span8 td-main-content" role="main"><div class="td-ss-main-content"><div class="td-page-header"><h1 class="entry-title td-page-title"> <span></span></h1></div><div class="td-page-content"><div id="tribe-events" class="tribe-no-js" data-live_ajax="0" data-datepicker_format="0" data-category="" data-featured=""><div class="tribe-events-before-html"></div><span class="tribe-events-ajax-loading"><img src="https://www.unidivers.fr/wp-content/plugins/the-events-calendar/src/resources/images/tribe-loading.gif" alt="Chargement Évènements" /></span>
Hi.
I want to update the newspaper theme from version 7.3 to 7.8.1.
The problem is that the topic header looks bad.
I leave 2 screenshots: the correct one is with the theme without updating.
It seems that some class is modified and that is why it does not look good.
Can you help me?
Thank you
regards
Fermin
Screenshot with modified theme:
https://drive.google.com/file/d/0B51LUdLPjp_eeDlwUWp3R1J3QVU/view?usp=sharing
Screenshot without editing theme:
https://drive.google.com/file/d/0B51LUdLPjp_eTHI2aGt3VDRsbWc/view?usp=sharing
The update of plugins: very well
Hello,
I cannot see any header ad on your site though:
https://www.screencast.com/t/HnP8HehF6ciu
Thank you!
Hello,
The data found in the top weather widget is found under the header section of the theme panel uner top bar settings: https://www.screencast.com/t/3sINovBX
Thank you!
Hi,
On the sticky menu you can display the mobile logo or the main header logo
– https://www.screencast.com/t/QPOt1CLJ5
One of these options has to be chosen, or you can disable the feature and not display a logo at all.
Please note that when the header affix is present, meaning the sticky menu, the logo will be reduced in size by default.
For the revolution slider, you should use the auto slide layout when using a background
– https://www.screencast.com/t/kihE2B0bgf3
– https://www.screencast.com/t/BW5pq0OXy
– https://www.screencast.com/t/iU1bJqcgbs
Thanks
Hi,
we need a blank landingpage for adwords without any informations from the wordpress site (no header, no navigation, no footer – only the content inside).
How can we get a blank template without these settings?
We would prefer to create a new “page” in the WordPress backend and choose a “blank template” on the right side (site attributes). Ideally with the pagebuilder functions of Visual Composer.
Thanks in advance!
Hi,
The background color for the ad box element comes with this particular demo style. You could remove it with a code like this
– https://www.screencast.com/t/gBDxWXnW7abl
This is the code used, you must enter it in Theme panel->Custom Css – https://www.screencast.com/t/xrwhhLZf
.import_video_ad_bg {
background-color: transparent;
}
You could also remove it from the demo stylesheet directly if you want to, like this
– https://www.screencast.com/t/hchTTT6XTj
For the header section you can set a background in theme panel, like this
– https://www.screencast.com/t/Oo7xmCagL
Thanks
Hi,
You could try a code like this, to make the titles on that particular block header style, in the footer, have a specific background color – https://www.screencast.com/t/f4AQBS8r
This is the code used
.td-footer-wrapper .td-block-title span {
background-color: #ff3c1f !important;
}
.td-footer-wrapper div
.td_block_template_4
.td-block-title > *:before {
border-color: #ff3c1f transparent transparent transparent;
}
Thanks
I am using Tagdiv’s mobile theme as well with parent newsparent theme.
I am able to change the title fonts and size using following css :
header .entry-title {color:#30394f; font-size: 35px; font-family: 'poppins'; font-weight: bold; line-height: 43px; }
but when chek it on live site, I noticed that the font-family: ‘poppins’ which I use of the desktop version, doesn’t support on mobile theme. I also tried many other popular fonts but it doesn work.
Does mobile theme not support google fonts? How can I be able to use ‘poppins’ font for post title on mobiles? Kindly help.
Thank you
Hello,
Here is an example code of how this can be done:
.page .td-post-template-8 .td-post-header{
height: 380px;
}
You will have to add the code in the advanced css boxes and adapt the size for each display size: https://www.screencast.com/t/YreMvdAy
Thank you!
Hello,
In the full logo headers, the container does not have a limit set to it so a retina image will show the full size of the logo you upload. The image you upload is the one you will get on the retina display. On these header styles the retina functionality will not work as the rest because you cannot limit the size of the container as it will no longer be a full logo header. On these header styles please upload the size you want to show on each display as what you upload will be shown on the site in the original size.
Thank you!
Hello, how do you get up as in the demo colorful pranks purely.Siehe Link
https://gyazo.com/51ea6b5691115a530a7eefc2eecba431
Hello,
If you do not want a header ad on the mobile version of the site by using a mobile theme plugin you can simply remove the header ad from the theme panel here: https://www.screencast.com/t/tRzHJc2HA
If you only want to remove it from the homeapge but have the header ad on the rest of the templates, you can use the css method for non-adsense as we discussed in the previous topic or add a condition in this file: https://www.screencast.com/t/Wvp9TXywlQ
Thank you!
Hello bformhals,
Unfortunately, this type of error is not theme related. For more information about the cause of this problem, please consult here -> https://support.microsoft.com/en-us/help/2020943/-http-400—bad-request-request-header-too-long-error-in-internet-information-services-iis and try to find some online fixes in this case. Also, if your problem is still there, you should contact your hosting provider, tell the problem and they should be able to provide a more accurate response.
Thanks for your understanding!
Hello,
You header is getting a width from a custom css code: https://www.screencast.com/t/B6jv7GuQXZsE
Please remove this width from the logo and it should position properly.
Thank you!
I am using footer style-1 and block header style-4, by default, the background color of footer category title is black as shown the in the screenshot below: https://s10.postimg.org/nz6coxsbd/2017-04-12_11-13-53.jpg
Now I have two question:
1. How can change this black background color of block header style-4 globally from black #000 to my desired color, say #30394f. I don’t know from where it took the black color as my theme accent color is orange. I know that for blocks, I can change it individually from visual composer settings, but how can I do it globally?
2. There is no way to change the background color of header style-4 under footer when I select a predefined design of footer. Here I have footer style-1 selected- https://s10.postimg.org/nz6coxsbd/2017-04-12_11-13-53.jpg . How can I change this back color to #ff3c1f .
Please help me with this.
Thank you
thanks. i’m working my way through this. there’s probably a better way to make changes than the way i’m doing — writing a lot of new CSS rules, but I’ve come across two issues that I need a little further help/input on.
• First is the sticky menu. I’m using Style 9 for the Header, with my custom-made Logo (and Retina Logo) uploaded and linked.
Also, I’m using a reversed-out (white) version of the logo for the footer (because of the dark footer background color) as well as for mobile devices (also because of the dark background color).
The problem is, when the menu becomes sticky on Desktop dimensions, the logo it’s using is the (white) mobile logo. Thus, since I’m using a very light background on my main page and header, the sticky logo is not visible. Is there a special CSS rule I can write that will use a smaller version of my MAIN logo for the small sticky menu, rather than it defaulting to the white mobile logo?
• Second, I’m using the politics revslider from the demo and will swap out the pics and link them to new titles and stories. However, I noticed what seems to be a bug. A lot of people MAXIMIZE their browser windows on desktop (especially Windows users), and what happens is that the text in the right-side div of the slider image goes off the page, i.e., outside the boundaries of the picture.
I looked at the rule for the class .tp-tabs.inner.hebe.nav-pos-hor-right.nav-pos-ver-center.nav-dir-vertical and it appears to be positioned absolutely. I tried to add a right-size margin, using both a percentage and a pixel width, but none worked. Neither did attempts at adding padding-right. I noticed you have a 50%/50% rule in the CSS to push in the text evenly on window downsizing, but the problem occurs on window “upsizing.”
Note that this is only an issue on desktop dimensions and larger (since the right-hand column is not used on mobile device screen dimensions). I think it may have something to do with the maximum page width, but before I do anymore back-and-forth chasing down this quirk I thought I’d ask you about it first.
Thanks for your attention and feedback.
Hi guys,
i wanna to put my top “tags” on the home page maybe behind the header like a Stick news but for tags like this:

This is a good trending feature on news papers
Font awesome plugin was causing some slow down on site. This code seemed to fix it by putting it in the header.php file. You can even delete plugin ’cause it’s grabbing everything you need externally.
<script type=”text/javascript”> (function() { var css = document.createElement(‘link’); css.href = ‘//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css’; css.rel = ‘stylesheet’; css.type = ‘text/css’; document.getElementsByTagName(‘head’)[0].appendChild(css); })(); </script>
http://stackoverflow.com/questions/35877994/font-awesome-is-loading-very-slow
I tried the solution given here: https://forum.tagdiv.com/topic/how-to-remove-header-ad-from-homepage-only/ but it didn’t work. Yes, it was supposed to hide header ads from all devices but it didn’t work for any of them.
I am using Newspaper Mobile theme as well and I want to hide header ad from the homepage of mobile devices. Please help me achieve this.
Thank you.
Hi,
The code may not work properly for all block header styles, since this is just a workaround solution. For Block Header style 8 you have to use it like this – https://www.screencast.com/t/1epnoMnPFWi
This is the code, just remember to use your own custom class and icon code
.mycustomclass .td-block-title span:after{
content: "\F050";
font-family: FontAwesome;
margin-left:15px;
position:absolute;
color:black
}
Thanks