- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hi,
You can easily use a text block on your page with some text/description and place the h2 tag – http://screencast.com/t/okzpOk8aU
There many discussions regardin Seo on our forum and we will try to find a solution also in this case – https://forum.tagdiv.com/topic/seo-questions/
Hope this helps!
HI
Sorry for the delay but we don’t work on weekends.
You can remove those categories from block settings: http://screencast.com/t/jmKO3Otr Fore more details please check our documentation: https://forum.tagdiv.com/block-settings-tutorial/
Thanks!
Hi
Please make sure that the parameters from system status have the values indicated in our documentation: https://forum.tagdiv.com/system-status-parameters-guide/ Also check the browser’s console while you’re trying to save the settings. Usually there should be a 403 or 404 error in console which refers to admin-ajax.php file.
The theme make many requests to admin-ajax.php file and the security module from your server may treat it as a thread. In this situation that file is banned and the theme can’t access it anymore. Try to contact your host provider and ask him if you that file is banned or if there is any firewall on the server which may block the request.
Thanks!
Hi there,
We had the below conversation with Bogdan B at themeforest.net:
rboye PURCHASED
1 day ago Flag
Hi guys,I have rather many categories added in my “main” menu. I have chosen these items to be in white color with a blue background. The issue is that when I reduce the size of the web browser screen (on my computer), I notice that the menu items jump down one row. However, the row that it jumps down to is in white (since the background of my website is white) so you can’t even see the last items of the menu anymore, they just get hidden based on the color. It just results in an extra white row. I have to reduce the screen size significantly more for it to start using the “mobile menu” instead.
This creates problems for everyone using those screen sizes in the middle, between full size and “mobile size”, since they can’t see the items of the menu. How do I fix this? One idea, which many themes do, is that the background color of the menu also gets one more row when the menu items get one more row (which in this case would mean that the blue color also gets one more row when the white menu items get it). Is this possible, or do you have any other fix for this issue?
Thank you in advance.
tagDiv
tagDiv AUTHOR
about 5 hours ago Flag
Hello,I’m not sure how you changed the header color. If you change it from the theme panel as recommended, and not with custom css, then it will show properly even if your content falls on 2 rows: http://screencast.com/t/vY1ELC9a Here is the back-end setting required for this: http://screencast.com/t/jjDCCU4ab Please use the theme panel settings to change theme colors. If you have any further questions, please open a nw topic on our official support forum at https://forum.tagdiv.com/forum/newspaper/
Thank you! Bogdan B
rboye
rboye PURCHASED
about 4 hours ago Flag
Thanks Bogdan.I did change the color in the theme panel settings, but I am still getting this issue.
Could it be that I am using version Version: 4.6.1? I would really not like to update, because I did try to update a while ago but so many things had changed and I spent a whole day trying to get things back to the same look and function as I had with the older version, and in the end I down-graded again to the older version since I didn’t get things the way I wanted them to be. Therefore, can I solve this issue with 4.6.1? From what I can understand, it should be just a small code-change for the menu-strip to expand in accordance with the menu.
Thank you.
tagDiv
tagDiv AUTHOR
about 1 hour ago Flag
Hello,Please open a new topic on our support forum and provide a link to your site so we can take a look at it and maybe provide the proper code for the menu. We suggest updating the theme though eventually as more and more things will start to break as you update everything around the theme, but not the theme. Newspaper version 4 is almost 2 years old. We cannot assure it’s compatibility with the latest versions of wordpress or plugins. Eventually you will have to take this step and update the theme.
Thank you! Bogdan B
Would you be able to help me and provide the proper code for the menu? I would very much appreciate it. The website is homereviewed.com.
Thank you.
Hi
Please make sure that the parameters from system status have the values indicated in our documentation: https://forum.tagdiv.com/system-status-parameters-guide/ Also check the browser’s console while you’re trying to save the settings. Usually there should be a 403 or 404 error in console which refers to admin-ajax.php file.
The theme makes many requests to admin-ajax.php and file the security module from your server may treat it as a thread. In this situation that file is banned and the theme can’t access it anymore. Try to contact your host provider and ask him if you that file is banned or if there is any firewall on the server which may block the request.
Thanks!
Hi
You have a resource called from http and if your site runs over https the browser may block it. Basically if you’re using ssl all resources must be loaded trough https. It also could be an issue generated by server side cache so you can try to contact your host provider and ask for more details in this regard and also if can be turned off.
Thanks!
Hi,
I’m running Newsmag 3.0 and all worked correctly until the last update to WordPress 4.6.1 of the last week. Now the background image link doesn’t work anymore (please see http://www.ntr24.tv/) and the mouse pointer shape doesn’t change from arrow to “little hand” on skin mouse over event. In the past, to get the mouseover behaviour, on your advice, the following custom CSS was placed in the Newsmag theme panel, but it does seem not to work anymore:
body {
cursor: pointer!important;
}
.td-top-menu-full, .td-header-container, .td-container, .td-sub-footer-container{
cursor: default!important
}
.vc_col-has-fill>.vc_column-inner{ padding-top: 0; } .wpb_gallery .flexslider { margin: 0 0 0; }
.td_block_14 .td-next-prev-wrap{ z-index: 1; }
As you can see from the home page skin, the shape of mouse pointer changes only on the right and left sides of the skin while it erroneously remains an arrow on mouse over on the top of the skin. Could you advice how can I get the skin right behaviour as well as to get working the background image link?
Thanks in advance for any appreciated help.
Giuseppe
-
This reply was modified 9 years by
gmaio.
Hi
To achieve that you need to edit td_block_ad_box.php file and add this condition here: http://screencast.com/t/lcaBmNVaK
if (is_single(post_id)){
return;
}
To get post id follow this screen: http://screencast.com/t/KRIIJ4bl
Hope this helps!
Thanks!
Hi @LPnm
Please make sure that the parameters from system status have the values indicated in our documentation: https://forum.tagdiv.com/system-status-parameters-guide/ Also check the browser’s console while you’re trying to load the translation. Usually if the translation are not successfully loaded there should be a 403 or 404 error on admin-ajax.php file.
The theme makes many requests to admin-ajax.php file the security module fro your server may treat it as a thread. In this situation that file is banned and the theme can’t access it anymore. Try to contact your host provider and ask him if you that file is banned or if there is any firewall on the server which may block the request.
Thanks!
HI
@gregy1403 we still use inline css for our blocks. However this is on our todo list and we hope that we will find an alternative in shortest time possible.
Thanks!
Hi,
If you edited the dummy data, then it will get removed when switching or uninstalling demos. If you want to restore the theme homepage to the demo style without reinstalling it, you can do it by adding elements in visual composer and replicating the design. you can create your own design on pages using our theme modules and blocks. Play around in visual composer on page edit and you will see it’s pretty simple to add or remove content and change the settings: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hello,
Well if the post is set to video there will be no featured image shows as it will show the featured video only. If a post is a video post, them featured image will only show on modules and blocks, not on the post itself.
Thank you!
Hello tagdiv & community,
I wanted to ask about the language stuff for my website. First of all, my language is german, I work with wordpress from here, and my webhost has also a server here. But I want everything, really everything on my website in english, no matter from where its ridden. So its made for worldwide. I write my articles in english, and also some elements in the website were in english by default (so, without doing anything), but at a lot of other things its unfortunally in german, like the search bar for example. The search button contains the german word for search and not the english. Or in the articles box instead of “All”, it shows german “Alle” (its the Block 1 for visual composer which came with your theme). So how can I just have everything in english. This is very annoying I need some good help with that. I was going to Newsmag theme panel > Translations > Load an available translation …. I set it to english already and then pressed “Load Translation”, but nothing changed. I tried this multiple times, also with spanish, but never works. What can I do please I need everything in english, if not my site doesnt really work well. (I asked a friend from south america, I think he also said in his country it shows up the german word)
Thanks, Greets
We had lots of issues with VC on our server with multi-XEONS, 32GB RAM, etc.
In our case – awhile back – was to use the beta ‘shim’ plugin which Radu (of TagDiv) came up with, which allowed us to use the most common blocks for story content to setup a fancy home page, where we’d use VC for short period to build/edit page, turn it off, and leave ‘shim’ plugin active.
This has evolved 2 years later into the TD Composer plugin, which does not replace/clone/ripoff VC, but takes that idea of the TD custom modules/blocks into their own plugin to build a nice homepage and strips out most of the more arcane stuff that “most” people don’t use.
So, that is worth a try.
Also ensure you disable loading of VC on posts if not actually using it for posts.
Hope that helped a little.
We’re now using the TD COmposer plugin and don’t have VC installed anyplace anymore.
When a page Pagebuilder + page title sovsmetno with js_composer blocks 3, 6, 4, 5 do not work correctly. Error gone after upgrade to 3.2 on all pages which use blocks 3, 6, 4, 5. http://lifekostroma.ru/planiruem-poezdku-v-kostromu
I have everything working for the social encounter plug-in, its linking to my profiles its only that facebook and google+ for some reason will not show likes/fans or followers
P.S my google chrome console keeps showing me this error also
Uncaught TypeError: BannerFlow.feed.filter is not a function
Hello,
I noticed when I go to edit the home page, the visual composer section where all my layout should be is blank. If I switch to the classic editor I see my code:
[vc_row el_position="first last"][vc_column][td_block_big_grid_2 td_grid_style="td-grid-style-4" category_id="23" sort="alphabetical_order"][/vc_column][/vc_row][vc_row][vc_column width="2/3"][td_block_2 custom_title="LATEST NEWS" custom_url="http://www.chuckyeager.org/category/news/" category_id="14" limit="4" ajax_pagination="next_prev"][td_block_ad_box spot_id="custom_ad_1"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="td-demo-1"][/vc_column][/vc_row][vc_row][vc_column width="2/3"][td_block_2 custom_title="FEATURED" custom_url="http://www.chuckyeager.org/category/featured/" category_id="3" limit="4"][/vc_column][vc_column width="1/3"][td_block_7 custom_title="COCKPIT RECORDINGS" header_color="#2b2b2b" category_ids="18" limit="3" ajax_pagination="next_prev"][/vc_column][/vc_row][vc_row][vc_column][td_block_2 custom_title="VIDEO" custom_url="http://www.chuckyeager.org/category/video/" header_color="#82b440" category_id="17" limit="3" ajax_pagination="next_prev"][/vc_column][/vc_row][vc_row][vc_column][td_block_ad_box][td_block_4 custom_title="CLASSIFIED DOCUMENTS" category_id="19" limit="3" ajax_pagination="next_prev" show_child_cat="all"][td_block_homepage_full_1 category_id=”14″][/vc_column][/vc_row]
–The strange thing is the front end looks fine. I just cant edit it on the backend because I cant see it. i am using ver. 7.3 and the visual composer 4.9. Do I need to update to 7.4?
thank you.
Is it possible to add a new block style in the theme for the post?
Hi again guys,
Please, your kind to ask your developer ¿what happen with category & tags pages?
Like you see on the printscreen, we use only default theme without third plugins and Speedbooster enabled.
Even if this minimum 3 resources are placed at the bottom of the source (the same works for posts), Google detect them like render-blocking (for PC and also mobile) only when categories and tags are analyzed.
I have no explanation, for all other pages (pages & posts) we have maximum of points from Insights for both devices, but for categories and tags, no, why?
Thank you!
possibly receive a response on Monday, so nice weekend!
-
This reply was modified 9 years by
nairolf.
Good morning – I’m not OVERLY worried about this, because when people click on “view full site” the issue goes away, but the actual mobile version of my site (ottosgrove.com) shows a big block of HTML as seen here: Mobile Issue
I’m not overly tech savvy so I haven’t been able to find a way to fix this on the back end; any ideas? Thank you!
Hi,
I tested block 14 in a stretched row on my end but could not find any issues with it. Here is how you can do it:
http://screencast.com/t/n1CyiCOGGL then access row settings and select stretch row (do not stretch content) http://screencast.com/t/tEk1UjMqjc and then select the design options tab and add a background color.
If you still have trouble with this please contact us via email at contact@tagdiv.com and provide wp-admin so we can login and investigate the issue. Please also include a link to this topic so we can identify you.
Thank you!
Hi, we need video gallery block in front home page. inside side bar.
Hello,
We are talking about placing ads on the home page, categories, articles, to see on all devices. Desktop, Tablet and Mobile.
Currently place Google Adsense ads and I have an offer to put one banner only at home page site. On other pages of the site to display Google ads (currently).
I could not put the ad in the header and that is only seen on the home page in the header, that advertisement, but on all other parties to go to Google ads.
I somehow decided rearranging pages so I added below Header – although I would like to save it anyway and that this an ad displayed in the header only on the home page.
This how I solved only appears in the desktop version, the tablet and the mobile will not.
In Drupal I do that so that I made block and determine where and on which the parties to the shows and it works fantastic, but the WP is almost a mission impossible …
I’m sending you a picture so you can see the current status. Thanks and greetings for the best theme for WordPress.
Picture: http://www.upslike.net/images/2016/10/14/31cddfe27aafaf35cfda4316e5d16803.jpg
