- NewsmagHeader styles
- NewsmagHeader ads
- NewsmagtagDiv Composer Tutorial
- NewsmagCategory templates
- NewsmagSmart list ads
- NewsmagWeather Widget
- NewsmagInstagram widget
- NewsmagPage Menu
- NewsmagMain menu
- NewsmagTop bar templates
- NewsmagLogin – how to enable the user registration
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagCategory grid styles
- NewsmagCategory top post styles
- NewsmagHow category settings work
- NewsmagTheme colors introduction
OK, a did the 9.1 update of the test blog, but did not update the slider version. The test blog slider is version 5.3.0.2. All other plugins are updated.
1. Having the slider activated, this error message occurs on the top of the plugins page: _function() is deprecated in /customers/c/5/c/ladiesabroad.se/httpd.www/test/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 258 Warning: Cannot modify header information – headers already sent by (output started at /customers/c/5/c/ladiesabroad.se/httpd.www/test/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php:258) in /customers/c/5/c/ladiesabroad.se/httpd.www/test/wp-admin/includes/misc.php on line 1126
My test blog also looks strange, having lost the columns, all blocks content shown under eachother instead of in a grid etc.
2. Inactivating the slider still makes all columns etc look strange. https://test.ladiesabroad.se/.
Hi,
1. If those are shortcodes provided by Visual composer then they wouldn’t be rendered by the tagDiv composer. They won’t be recognized. Blocks, grids and other theme specific elements will work with both composers because they are available in both.
On the other hand, if those shortcodes are provided by a plugin, in the tagDiv composer they can be entered in a column text for example
– https://www.screencast.com/t/EeFM8r6L
2. The top menu is not displayed on mobile. If necessary it can be made visible with some CSS, for example
– https://www.screencast.com/t/WYd9WoqoR
I removed the socials because they are also displayed in the mobile menu window, if you want them in the top menu as well as in the mobile menu I will modify the code. Let me know.
Enter it in Theme panel->Custom CSS section, then the top menu will appear on mobile.
@media (max-width: 767px){
.td-header-top-menu,
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;
text-align: center;
}
.td-social-icon-wrap{
display:none;
}}
Thanks
1. i am using google adsense
2. i have entered correctly as provided by tagdiv and google adsense but ads are not working.
3. i have deactivated mobile theme plugin, now issue i am facing is loading speed, site is loading very very slow on mobile devices. what should i do now ? even on desktop site is slow, since i am from india, my users are having slow internet connection, they might need faster site.
4. i am adding ad code to theme panel > ads > header, now advertisement is getting implemented, but it is coming over the cover image which the theme has.
5. now 1 more error is encountered, i disabled the plugin mobile them, now on mobile devices, i am unable to click on menu.
In the top bar of header section I enabled weather and date options. But they are showing values in English. I want it in other languages. I want it in Bangla. Please let me know how.
My URL:
http://amrai71.com/
1 – that option is enabled but the categories are not shown
2 – ok i’ll try but there is too much space from the bottom anyway. Look at the red lines https://ibb.co/kJiRxq maybe it’s the category that pushes the writing down?
3 – ok thanks i’ll try
4 – ok. this is not a big problem anyway.
5 – yes, it is similar but they are both wrong. It is clearly seen that the photo has been distorted by the width. look at the picture above.
6 – no, you did not understand the problem. I do not mean the google ads below. I refer to the background ads. From Background —> THEME BACKGROUND and also in the ads panel —> BACKGROUND click ad. I set the image as you can see from here https://ibb.co/kmNiSq.
The problem is that the background is also loaded on the phone. For the background I set CUSTOM CODE —> ADVANCED CSS —> DESKTOP this code: .td-header-wrap {margin-top:115px;}. I don’t know why but on mobile layout, when pages are loading (for example when I click on an article on the homepage), I see for a few seconds the background that I set in the site. Is it not possible to prevent the ad from being loaded into the mobile version? look at the picture https://ibb.co/cVN07q
This is a page that is loading and you see the amazon logo that has been set as background. It’s really bad to see it during the loading of pages…moreover, there is no need to load additional content in the background on mobile phones. It is a useless data consumption
7-Are this dimensions correct? this is may psd file for create custom background ads https://ibb.co/jBSxLA
anyway my pc is 1920×1080 but if i set that background with the same dimensions, on the left and right side remain white spaces. Why? the resolution is the same. Look here https://ibb.co/kQZBfA
to cover the white part I had to set the size on photoshop at 2200px wide. I do not understand why.
Hi,
The image is the same in logo header, footer and post, the problem is the logo image, if you want this logo please try to build it to size 272 x 90px, do not resize it to this dimension.
Thank you for your understanding.
-
This reply was modified 7 years by
Calin.
Hi there,
Hope you’re well. I’m trying to disable the Visual Composer (as its not recommended to use both), but i’m having some issues:
1. Shortcodes – it wouldn’t render shortcodes like for me [jobs per_page=”12″ show_filters=”false”] or [adrotate=”12″] – how do I get these working with the new composer?
2. Not related to Tag Div composer – but TOP HEADER MENU doesn’t display on mobile. Could you please advise.
Thanks and best wishes,
Angela
Whenever I go to my theme panel and try to click on any of the menu options, it just brings me back to the “Header” menu. It doesn’t let me click on anything. I uploaded a video on to YouTube to show you exactly what it is doing.
Hi,
Please try this custom css
.header-search-wrap .td-drop-down-search{
position: absolute;
top: -110px;
visibility: visible;
visibility: visible;
opacity: 1;
pointer-events: auto;
}
.header-search-wrap .td-search-btns-wrap{
display: none;
}
.td-header-wrap .td-drop-down-search:after,
.td-header-wrap .td-drop-down-search:before{
display: none;
}
This is all I can do without a link to your website.
Thank you for your understanding.
Hi,
1. What kind of ads are you using? I could take a look, post a link to the website.
2. I could take a look here as well, ads for AMP have to be entered in the Theme panel AMP section. For Adsense ads you have to enter these parameters
– https://support.google.com/adsense/answer/7183212?hl=en
– https://www.screencast.com/t/rBr4FTlcH5X
Simple HTML ads can be entered in the dedicated section
– https://www.screencast.com/t/W3d2qwNJhS
Be sure to test with a mobile or mobile editor to see if the ads appear.
3. That happens because the mobile theme plugin is active. This plugin is optional, it is intended to be used if you want to display a simpler and also different content on mobile.
You have to create 2 versions for each page, one with the composer for example as you did for that page, and one with the simple mobile editor
– https://www.screencast.com/t/vSh8aLuBzjgT
As I said the plugin is optional, so if you want to display the same content from desktop on mobile, deactivate it. More info about the mobile theme here
– https://forum.tagdiv.com/the-mobile-theme/
4. Some header styles display the header ad below the menu and logo for example
– https://forum.tagdiv.com/header-styles/
There are also plans to introduce a header builder in coming updates, this will add a considerable amount of flexibility concerning the header section.
Thanks
Hi,
There is no option to set on each post/page a button, but you can set in menu that button that is link to your product, just use a multipurpose header, please read about Header styles
https://www.screencast.com/t/L9BfCX4L
Thank you for your understanding.
Hello tangy,
Please notice that each demo has an own custom-made layout and if you want to use it, you need to install that demo. Also, if you want to take only the header section layout, you need to check the demo-style.css for that demo and try to replicate it on your website. Also, if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for the message!
Hello officialrajnish,
Please check our available header styles from here -> https://forum.tagdiv.com/newsmag-header-styles/ If you want to have a certain style for your header menu which is not found in our theme, you need to customize it yourself through the code because we cannot provide custom work at the moment, sorry!
Thanks for the message!
I also need this header ad more to the left…
Hi, i have installed newspaper theme to my website, then i added crypto template.
i am using amp also
problems:
1. ads are not working properly on website (Desktop view)
2. ads are not working on amp version
3. i created Sarkari Result this page – It is working fine on Desktop but on mobile view it is showing blank page.
4. need to add – AD under Header but its not coming in proper format.
I have a problem with big grid slide.
I set the slide in my website http://www.labussolanews.com
1- i want to see the category before the title, like this one https://demo.tagdiv.com/newspaper/big-grid-slide/
remove the author name and keep the date.
2- Also in mobile layout it cause some problems. The longest title go outside the image box and there is too much space between title and the lower edge. (see attached below). https://ibb.co/jj2d7q
3- Is it possible to scroll only the first big image instead of the whole block?
4- Is it possible to make the side arrows always visible instead of showing them only when you go over it?
5- another problem is that the smaller images, in the mobile version of the site, shrink not proportionally, are crushed laterally and the image become distorted (I refer to the last 2 of the block, see the image)
OT question:
i set a background ads image with url and I have increased the space between the browser header and the site layout box (with the advanced css code, only in desktop).
6- I notice that in the mobile version, when pages or articles are loading, it show for 2/3 or 4 seconds the background ads (in this case i see the amazon logo at the top, see my homepage). Is there a way to prevent background from loading in the mobile version?
7- Last question. I create the background layout with photoshop. I set the document at 1920×1080. I also create a 1163 white box for see the size of the site and left 115px from the top. Are this dimensions correct? Because the background doesn’t fit the whole white space around the site. Now you see it right because I took the width to 2200 to cover everything, but i don’t know why with 1920 does not work. Maybe because the browser bar? Can you send me a .psd file with the correct layout for create custom background?
Thank you for your patience
I want it like this: https://postimg.cc/qtCXC7yN
the logo above is actually the header ad code:
I resized it so that we can put that widget there on the right
the page continues to be displayed normally – when I do an update of the composer. but the code continues like this. Does this cause future?
I do not need to worry anymore
[vc_row][vc_column][td_block_trending_now tdc_css=”eyJhbGwiOnsibWFyZ2luLXRvcCI6IjEwIiwibWFyZ2luLWJvdHRvbSI6IjEwIn19″][/vc_column][/vc_row][vc_row][vc_column][td_block_big_grid_3 category_id="" sort=""][/vc_column][/vc_row][vc_row el_class="td-ss-row"][vc_column width="2/3"][td_block_1 custom_title="Notícias" td_ajax_filter_type="" sort="" header_color="#f23d37" tdc_css="eyJhbGwiOnsibWFyZ2luLXRvcCI6IjMwIn19" category_id="6" td_filter_default_txt="Todos" ajax_pagination="next_prev"][td_block_2 limit="6" sort="" custom_title="Artigos" td_ajax_filter_type="" header_color="#97c13c" tdc_css="eyJhbGwiOnsibWFyZ2luLXRvcCI6IjMwIn19" td_filter_default_txt="Todos" category_id="12" ajax_pagination="next_prev"][td_block_16 limit=”3″ custom_title=”Eventos” sort=”” td_ajax_filter_type=”” header_color=”#2198d3″ tdc_css=”eyJhbGwiOnsibWFyZ2luLXRvcCI6IjMwIn19″ category_id=”13″ ajax_pagination=”next_prev”][/vc_column][vc_column width="1/3"][td_block_social_counter facebook_app_id="1753104724945494" facebook_security_key="c5f981ab4745cab2bf25141752a5edd6" facebook="portalcidademarketing" facebook_access_token="1753104724945494|gDKu66ZuRLMBz5WUtYrWxDpSE2o" youtube="ThalesMarketing" style="style2 td-social-font-icons" tdc_css="eyJhbGwiOnsibWFyZ2luLXRvcCI6IjMwIn19" twitter="cidademarketing" open_in_new_window="y" soundcloud="cidademarketing" custom_title="Conecte-se" instagram="cidademarketing" rss_url="http://feeds.feedburner.com/com/JZew" rss="http://feeds.feedburner.com/com/JZew"][td_block_ad_box border_top="no_border_top" spot_id="sidebar" tdc_css="eyJhbGwiOnsibWFyZ2luLXRvcCI6IjMwIn19" spot_title="- Anúncio -"][td_block_7 custom_title="Mais visitados" sort="popular" header_color="#999999" tdc_css="eyJhbGwiOnsibWFyZ2luLXRvcCI6IjMwIn19"][/vc_column][/vc_row][vc_row][vc_column][td_block_title border_top=”no_border_top” custom_title=”Entrevistas” tdc_css=”eyJhbGwiOnsibWFyZ2luLXRvcCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==” header_color=”#d8513c”][td_block_14 limit=”3″ sort=”” custom_title=”” category_id=”15″ td_ajax_filter_type=”” ajax_pagination=”next_prev”][/vc_column][/vc_row][vc_row][vc_column width="2/3"][td_block_11 sort=”” custom_title=”Vídeos” td_ajax_filter_type=”” header_color=”#35ad99″ tdc_css=”eyJhbGwiOnsibWFyZ2luLXRvcCI6IjMwIn19″ ajax_pagination=”next_prev” category_id=”14″][vc_widget_sidebar sidebar_id="td-footer-1"][/vc_column][vc_column width="1/3"][td_block_5 limit="3" sort="" custom_title="Podcast" header_color="#c337d3" tdc_css="eyJhbGwiOnsibWFyZ2luLXRvcCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==" category_id="41" td_filter_default_txt="Todos" td_ajax_filter_type="td_popularity_filter_fa" td_ajax_preloading="" ajax_pagination="next_prev"][td_block_16 category_id=”16″ ajax_pagination=”next_prev” limit=”4″ custom_title=”Livros”][td_block_ad_box border_top="no_border_top" spot_id="custom_ad_4" tdc_css="eyJhbGwiOnsibWFyZ2luLXRvcCI6IjMwIn19" spot_title="- Anúncio -"][td_block_ad_box border_top="no_border_top" spot_id="sidebar" tdc_css="eyJhbGwiOnsibWFyZ2luLXRvcCI6IjMwIn19" spot_title="- Anúncio -"][/vc_column][/vc_row]
I am currently using the default layout and want to use the header of the gadget theme. Is this possible?
Hi,
My header menu is only showing when I’m logged into the admin panel.
When I log out I only see ‘My account’ in the menu.
Does somebody have a clue what this can be?
Thanks!
Hi
I’ve added a custom div to my header. It shows on every page as normally expected.
How can I hide this div from the “home page”?
hi
In the theme panel, in top header, I have inserted an Adsense code as follow:
+
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– El diestro TOP HEADER (arriba página) –>
<ins class=”adsbygoogle”
style=”display:block”
data-ad-client=”ca-pub-2738990453449620″
data-ad-slot=”7496652462″
data-ad-format=”auto”
data-full-width-responsive=”true”></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
In the mobile version, if I select “auto” …it is not shown properly…half of the ad is shown out of the iPhone screen. I had to select “200×90” size …in that size the ad is shown correctly, centered and in the screen.
So it seems there is a problem with the ads , when selecting auto size, in the theme panel
Can you help me please?
Thanks
Using an existing Newspaper 9 theme template, how to copy the existing header menu and the child items underneath?
Yes, the issue is the same, all of the cloud template on theme panel is revert back to default template right after I make another change and save it. You can try it. Just change all of template in theme panel with cloud template and save it, back to your dashboard, make another change in theme panel, for example, remove your adsense code from your header and save it. Refresh the page by clicking theme panel again, and check the template section, you will see all of the cloud template is revert back to theme default template.
Hi,
If I understand correctly, you want to hide the header menu from homepage https://www.screencast.com/t/hzbiCeGCvy
Something like this:
https://www.screencast.com/t/ouT4IclwzW
If is so just add this custom scc in Newspaper>Theme pane>Custom code>Custom css
.home .td-header-wrap{
display: none;
}
Thanks.