Hello,
Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. This could be a plugin conflict. If the problem is still there, please provide a link to your site so we can inspect it.
Thank you!
Hi,
The code you are seeing on your site is not a php code but rather visual composer shortcodes. The code was visible because visual composer was not installed.
Thank you!
Hello,
Unfortunately this option is not available in the theme setting. It can only be made custom. The easiest way is to edit a post template file and remove the author box for it so any post that is set to that particular style will not get the author box. You can edit the post template files here: http://screencast.com/t/Ug4x0iXvNiA
There is another way to do it without sacrificing one post template but that will involve adding conditions to the code and specifying each post Id you want the code to affect. That is a more complicated way of doing it.
Thank you!
Hi,
The caching is the main reason for the counter not pulling the real value live. The social counter is not a live count and is affected by cache. It keeps requests to the server to a minimum of a few requests per day so it will fall behind with a few likes. If you have caching this will be even more visible as it will not display the new value until the cache is reset.
I hope this helps.
Thanks.
Hello,
Every demo has it’s own css that is called when installing it. The css can be found in the demo folder for each demo style: http://screencast.com/t/28dH6lvq If you want to remove the style for a demo, you can access the css file and remove the styling but do this on your own risk. This is a ‘hack’ as the demos were not designed with a removable style.
Thank you!
Hi,
If you want to add a text inside a specific post, you need to edit the template file coresponding to the post style used on that post and add a condition to check if the post has a specific ID to echo a text on that post. Here is an example. My post has an id of 5042 so I would use this code like so:
<div class="customtext"> <?php if (is_single(5042)){
echo "Advertisment";
}?>
</div>
http://screencast.com/t/jEWCIjOTgOsu
And then use this code to style the text with css:
.customtext{
display: table;
margin-left: auto;
margin-right: auto;
}
You can add the css in the thme panel->custom css box
result: http://screencast.com/t/vcJkbF50y2e
Thank you!
Hi,
Yes you can create a menu in a page and then display the page in the mega-menu. For example I want to create a custom menu and add it to a page. You can create a custom menu (or multiple ones) in the menus area and then use a wp custom menu element inside the page maybe on a 3 column layout like so: http://screencast.com/t/IJHwjvlRZUB or use standard text blocks with standard html and create your own style for the links. You can get creative in this part.
And then simply add the page id in the mega-menu option like the guide from my previous reply shows.
Thank you!
Hello,
The font size can be changed from the fonts section based on your personal preference. We thought that the default font size should be ok for most users. The default font size is 15px for the post content and 13px for the pages (inside modules and blocks). You can change the fonts from this section: http://screencast.com/t/wUwenEbHM
You can read more on font customization here: https://forum.tagdiv.com/font-customization/
Thank you!
Hi,
If you scroll down in post edit, you will find an author section where you can chose an author for your post: http://screencast.com/t/8iKM50qtQ. It can also be done in bulk edit like so: http://screencast.com/t/3ueLurZLq7S
Thank you!
Hi,
Again, this is a WP setting, not coming from the theme. if you want to add shiortcodes to that area it has to be made custom. The filed will not accept shortcodes in the user settings area. Code has to be added to the WP files as this topic suggests: http://wordpress.stackexchange.com/questions/89156/allow-shortcode-in-the-author-bio-textarea
Thank you!
Hello,
In order to replicate the footer you mentioned, you need to use a footer style that only has 2 columns and no predefined content like for example footer style 11 and then simply add your content to the footer in a text box inside the widgets area. You can read more about footer styles here: https://forum.tagdiv.com/footer-templates/
Thank you!
Hello,
Not all blocks have these commented out. Please take a look at this link and see each block that does not have the author or date set to it. You only ned to do it for the ones missing: http://demo.tagdiv.com/newspaper/block-1/
For this you need to identify the module used for the blocks. You can check this list to see which module is used on which block: http://screencast.com/t/EVhZ32KOMHKm
Thank you!
Hello,
If you want to show pages in the mega-menu you can only display the content of the page like so: https://forum.tagdiv.com/page-menu/.
The mega-menu option was not created with this in mind. There is no such feature implemented.
Thank you!
Hello,
Unfortunately our theme has no option to request the desktop version on mobile phones and there is no easy solution to do it. If you really need this customization, you can hire a freelancer to help you out from sites like studio.envato.com
Thank you!
Hello,
In block 7, these were removed from the code but they can be re-added. This was a design choice so the block would not look too crouded. Please remove the comments (//) from these lines: http://screencast.com/t/xbY1MUyb
Thank you!
Hello Jeen.
The mobile theme is different from the desktop theme. If you want to access settings for the mobile theme you can find them in the new section at the bottom of the theme panel. Every option for the mobile theme has do be done through the mobile theme settings. Changes for the standard settings will not affect the mobile theme. Please read this guide: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hi,
For facebook sharing please use this guide to set the proper OG tag: https://forum.tagdiv.com/facebook-share/
Thank you!
Hi,
You can use this css to bring the ad closer together:
.home .td-main-page-wrap{
padding-top: 0!important;
}
.home .td-a-rec-id-custom_ad_1 > div{
margin-bottom: 0!important;
}
You can add the code in the theme panel->custom css box
I hope this helps.
Thank you!
Hi,
If you check again, you will see we added a h1 tag on the logo in newspaper 7 on the homepage for seo purposes: http://screencast.com/t/mMMAP90aC There should not be any missing h1 penalization. As for the H2, you can force modules and blocks to use h2 instead of h3(used now) by altering this file: http://screencast.com/t/b99NP2Mu
Thank you!
Hello,
1) Unfortunately the theme has no related most viewed videos element. There is only the standard related articles section that cannot be filtered by post views.
2) This option cannot be done either as our theme has no such feature. There is no thumb for a category or a sub-category. Thumbnails are only for posts in our theme. There is no such list created that can get thew current category and display a list of it;s sub-categories. Sorry.
Thank you!
Hello,
Please update your theme to the latest version 7.1.1 by following this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/ also: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Please make sure you meet the requirements for newspaper: https://forum.tagdiv.com/requirements-for-newspaper/ and also increase your system status parameters: https://forum.tagdiv.com/system-status-parameters-guide/
Thank you!
Hi,
You can find documentation for visual composer and revolution slider on their official sites. We only provide the plugins free of charge. We are not responsible of their docs.
Here is the link for rev slider: https://www.themepunch.com/revslider-doc/slider-revolution-documentation/
and visual composer: https://wpbakery.atlassian.net/wiki/display/VC/Visual+Composer+Pagebuilder+for+WordPress
We also have a couple of guides in our docs regarding visual composer: https://forum.tagdiv.com/how-to-use-visual-composer/
https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
Thank you!
Hello,
Unfortunately the TinyMCE editor is a WP feature, not from the theme. We have no solution to provide in this regard as we have not tested the implementation of this feature anywhere other than the standard spots. Mybe you can find a few online resourcess for this but it will require coding skills on your part.
Thank you!
Hi,
All of the theme js can be found in the javascvript file in newspaper/js/tagdiv_theme.js.
the code for the slider is here: http://screencast.com/t/impfLKd586e
I hope this helps.
Thank you!
Hi,
If you want a completely blank page to use as a landing page, there is no such option in our theme unfortunately. We can provide a custom one via email but we have not tested it with visual composer. You can make a request for it via email at contact@tagdiv,com and we will provide it there.
Thank you!