Hi,
If you have installed the Magazine demo with content, you should have it on the predefined demo homepage. It is practically a Tabs element with custom design and Big Grid 5 added to each tab – http://screencast.com/t/HLVzqiWY
Thanks!
Hi,
You don’t need to buy or register the Visual Composer plugin provided with the theme as it is already licensed to the theme. But you cannot update it to it’s producer, only we can provide updates for it. It is also specified in the update guide – https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/
In the next theme version we will provide the latest version of Visual Composer available on the market.
Thanks!
Hi,
I suggest to contact your host and ask him about this. You need to install wordpress first and then the theme like you can see in the install tutorials – https://forum.tagdiv.com/install-via-ftp/ – https://forum.tagdiv.com/install-via-wordpress/
Thanks!
Hi,
You could block the header ad on specific page using is_page function – https://developer.wordpress.org/reference/functions/is_page/ – http://screencast.com/t/Y0J0ipoMnRk0
As reference – https://forum.tagdiv.com/topic/hiding-header-ad/
Thanks!
Hi,
The theme has some server requirements and php.ini recommended values – https://forum.tagdiv.com/requirements-for-newspaper/ – https://forum.tagdiv.com/system-status-parameters-guide/
Also I suggest(like @Niresh above) to follow the pagespeed guide and optimize your site – https://forum.tagdiv.com/how-to-make-the-site-faster/
Thanks!
Hi,
I don’t know how you implement this but it works on my side – http://screencast.com/t/bDOQTHFNw – http://screencast.com/t/vraAnUahPo
I will add it on our list and it will be considered for future. From what I remember in old theme version we had this kind of implementation but I cannot say for sure why it was removed. The developers will check this suggestion and if it doesn’t create any issues it will be implemented.
Thanks!
Hi,
Just install it on your new site and then uninstall it on your current/old site. There is not something specific that you need to do, beside this.
Thanks!
Hi,
The theme doesn’t control this, it may be related to wordpress – https://wordpress.org/support/topic/scheduled-posts-not-publishing-10/
Thanks!
Hi,
It is specified that for non adsense ads the theme will render them at the size specified in the code. Theme theme doesn’t make them responsive. So you will need to find a way to modify your code and make it responsive.
Thanks!
Hi,
If the Wp Super Cache authors don’t update it anymore, we will test another cache plugin and recommend it to our users. At this time W3TC is not tested with the theme so I cannot make any recommendations, sorry!
Thanks!
Hi,
If you disable the mobile theme you should have the same menu items like on desktop.
Please send an email at contact@tagdiv.com and provide your site url and wp-admin access so we can take a closer look. Also paste a link to this topic so we can identify you.
Thanks!
Hi,
Please check the errorlog and see maybe you can find some references there. We have tested the theme with wordpress 4.7, also with beta version and we did not found any issue. We will do more test as we prepare a new release, most probably next week if everything is fine.
Thanks!
Hi,
For the moment the tagdiv composer is not available, we are working on it and it will be available as soon as possible.
Thank you for understanding!
Hi,
Unfortunately it doesn’t pull also the row settings, sorry!
But you could target the menu item and add background color using custom css – http://screencast.com/t/8PrEArl5gT
.menu-item-xxx ul {
background-color: red;
}
Thanks!
Hi,
Please read more here – https://forum.tagdiv.com/featured-image/ – https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
The images are cropped from center to top and you can find the code here if you want to modify it – http://screencast.com/t/vdTfJXHLb
I’m not aware about a plugin that you could use to change this so I cannot make any recommendation.
Thanks!
Hi,
Please check this topic – https://forum.tagdiv.com/topic/speed-booster-not-compatible-with-vaultpress/
Thanks!
Hi,
Do you use Mobile Theme plugin? Please provide your site url so we can take a closer look or send it via email if you don’t want to post it here.
Thanks!
Hi,
Unfortunately I cannot provide you an answer or a suggestion because we did not tested the eventon plugin with our theme, sorry! Only these plugins are tested periodically with our theme – http://screencast.com/t/5MWkJo6Q7gf
Thanks!
Hi,
You can switch the footer template if you don’t want the predefined style, so you can add your own widgets to the Footer columns – https://forum.tagdiv.com/footer-templates/
Thanks!
-
This reply was modified 9 years by
Alin [tagDiv].
Hi,
Unfortunately the Visual Composer elements don’t have the same html structure and we could not customize theme like tagdiv blocks. So there is no option to have the same design sorry.
However I can provide a css code for this specific element from your page – http://screencast.com/t/rxTMqhbXmUL
@media(min-width:768px){
.home .wpb_singleimage_heading:after {
content:"";
width:98%;
height: 2px;
background-color: #222;
display: block;
position: absolute;
margin-top: 6px;
}
.home .wpb_single_image.vc_align_center {
text-align: left;
}
}
Hope this helps!
Hi,
Thanks Kevin!
Please check also the official documentation – https://yoast.com/wordpress-seo/#titles
Thanks!
Hi,
It seems that it is an issue with ads titles and we will try to fix this in the next theme update. Sorry for inconvenience!
Thanks!
Hi,
The problem is on Wp Super Cache side, but unfortunately they sis not updated the plugin to fix this. We have reported the issue and also we have provided a solution – https://forum.tagdiv.com/topic/mobile-theme-problems-3/#post-133756
We will need to test a new cache plugin if they will not update Wp Super Cache and then we can recommend you one. Sorry!
Thanks!
Hi,
You can control this from Yoast plugin – https://kb.yoast.com/kb/yoast-wordpress-seo-titles-metas-template-variables/
Thanks!
Hi,
You can add a custom title to each block, just edit your homepage and cehck the block settings tutorial – https://forum.tagdiv.com/block-settings-tutorial/
You can find there also more details about the ajax filter. Also this topic may help – https://forum.tagdiv.com/topic/new-to-newspaper-few-questions/#post-63976
Thanks!