Hello Stefan,
Unfortunately the newest version of visual composer is not tested with the old version of our theme. You will have to update the theme as well as visual composer. Please follow these guides to do it properly: https://forum.tagdiv.com/how-to-update-the-theme-2/ – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Make sure to always use the version of the plugin that comes with the theme. Any other version will not work properly.
Thank you!
Hi,
Please try to disable all your plugins except visual composer, clear your cache and purge CDN if you use it. Then try the widgets and Bluehost again and see if the error is still there.
Let us know how it goes.
Thank you!
Hello,
The theme has only one post view counter that is site-wide. They are not controlled separately. The easiest way to have views in the back-end and not in the front-end is with CSS:
.td-post-views{
display:none!important;
}
This way you will be able to control the front-end by adding or removing the code.
You can do this for the back-end as well:
.td_post_views.column-td_post_views{
display:none!important
}
To add separate buttons for views in the theme panel will be no easy task and it will require custom work which we cannot provide. If you really need this customization you can hire a freelancer to do it.
I hope this helps.
Thank you!
Hello,
You will need to edit your ad code. The link leads to nothing (‘#’). you need to edit the code and replace the # website you want to link to: http://screencast.com/t/dZRp2mB0BJT
You can read more about html link structures here: http://www.w3schools.com/html/html_links.asp
Thank you!
Hello,
The option was removed in the current version but there is a way to do it. Please follow this tutorial to see how it can be done: https://forum.tagdiv.com/how-to-add-icons-in-menu/
Thank you!
Hi Charlie,
There is a list of modules and where they are used in the theme panel: http://screencast.com/t/mVfLzOs3
Thanks.
Hello,
Unfortunately there is no option for it in the theme. The theme uses a 3 column setup and a 4 post display is a bit difficult to do. As an alternative, you can use a block 15 for example instead of related articles and you will have 5 columns instead of 3. There is no layout with 4 columns. As an example, you can edit the block 15 file and force it to display only 4 posts but it will need adjustments: http://screencast.com/t/Nigculnh – http://screencast.com/t/iLv7DCu9a which again is difficult to do because of the 3 column layout.
The theme was not created with 4 columns in mind.
Thank you!
Hi,
Please try to clear your cache. If the mega-menu is still not there, you can try to switch to a different theme and switch back to newspaper again.
Let us know how it goes.
Hi,
Please try to check the widgets area with a WP default theme like Twentyfifteen. You can also disable all your plugins except visual composer and clear cache.
Let us know how it goes.
Thanks.
Hi,
You can use a bit of custom CSS to make it more visible:
.td_block_14 .td_module_mx1 .entry-title{
text-shadow: -1px -1px 0 rgba(130, 132, 130, 0.75), 1px -1px 0 #615D5D, -1px 1px 0 #5D5B5B, 1px 1px 0 #636262;}
result: http://screencast.com/t/umTSeNEy
Thanks.
Hello,
Unfortunately there is no option in the theme panel to disable responsiveness. Almost all users want responsiveness. However, if this is what you want, you will need to edit the core files to achieve this. You will have to edit Style.css and remove all the media equerries.
You can read more about it in this topic: https://forum.tagdiv.com/topic/enable-disable-responsiveness/
Thank you!
Hello,
Slider revolution is a powerful plugin to create sliders for your website with many options and features.
You can create a slider and use the shortcode created to place it in your website: http://screencast.com/t/wqsVeH6GLe
You can read more about the plugin here: http://www.themepunch.com/faq/slider-revolution-beginner-video-guides-tutorials/
Note that it is bundled with the theme so only use the version that comes in your downloaded folder. The latest version of the plugin comes with the latest version of our theme (6.5.1)
Thank you!
Hello,
You can change the post title color from the theme panel: http://screencast.com/t/UrPQT0OW
If you want to target just a specific post template you can do it with CSS:
.td-post-template-7 .td-post-header .entry-title{
color:red;
}
Thank you!
Glad you solved it!
Have a nice day!
Hi,
You could make the login widget appear only on the mobile version. You can hide the login with css and then force it to appear on mobile. Then make the login in the main menu disappear on mobile so you won’t have 2 logins in the mobile version. This seems the easiest way. The drop-down way involves a bit of coding knowledge and it will be no easy task. unfortunately we cannot provide custom work at the moment, you will have to hire a freelancer to do it.
I hope this helps.
Thanks.
Hello,
Sorry for the delay,
Unfortunately we cannot assure it’s functionality with our theme as we have not tested the plugin. You can use a bit of trial and error and check different options to get it working. You can try shortcodes in a textbox (in widgets area) or raw html/JS element (on pages) to see if it will show up. Another thing you can try is to see if it does not create a conflict with other plugins. Try it with just visual composer active and disable the rest of the plugins.
Sorry, but we have no idea of the plugin implementation and cannot make a statement on it.
Thank you!
Hellow,
It can be done with a bit of custom css. You can follow this topic here to reach your goal:
https://forum.tagdiv.com/topic/add-a-space-gap-above-the-whole-website/
Thank you!
Unfortunately there is no easy way to do it. There is no easy piece of code you can add somewhere. It has to be made custom, that means editing more files than one to change the functionality of the blocks. It needs custom work which we cannot provide. It is no easy task even though it seems like one. If you really need this done, you can hire a freelancer to do it for you from sites like studio.envato.com
Thank you!
Internet explorer seems to hate us as much as we hate it.
Try it like so:
.ie11 .col1{
display:block!important;
}
http://screencast.com/t/FVKDWG7oB9dN
If this one does not work as well, please send us an email at contact@tagdiv.com so we can make the modification directly and see why it does not apply.
Hi,
I understand your request, but unfortunately there is no easy solution for it. The example you provided is for another option. It is set to remove the currently viewed post from the sidebar, not show unique articles on blocks.
In order to have different articles on post blocks (widget and related) you can edit the widget block and set another category to it, or filter it by tag. You can also filter the related articles by tag from the theme panel.
Unfortunately there is no unique articles site-wide option.
Thank you!
Hi,
At the moment these are the only options for the mobile menu. In a future update we hope to implement a number of options for the mobile version. What you can do is make the top-menu appear above the main menu, but again it will need custom work to display properly. Not all options from the top menu will fit.
As an example:
http://screencast.com/t/PL9o8rRCN6N6
code:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block;}
.td-header-sp-top-menu{
display:block!important;
}
You can then hide elements you do not want with the ‘display:none’ property.
Thanks.
Hi,
Try this one instead:
.ie11 table td {
display: inline-block;
}
Hi George,
You can add the login widget top the main menu by creating a custom link and place the login widget link in it:
http://screencast.com/t/OCa95KDV – http://screencast.com/t/K6cwP2kgWX
If this is not what you mean, please provide more details so we can understand your request better
Thank you!
Hello,
There are 2 files that need to be edited. One is wp-config.php and the other is php.ini.
In the wp-config.php you have to add this line to the bottom of the page: define( 'WP_MEMORY_LIMIT', '64M' );
In the php.ini:
The location of the php.ini may also differ from one server to the other, usually it’s located in the wordpress root, but on some servers it may be found in another location, you have to check the host documentation for more precise details.
1) max_input_vars – This sets how many input variables may be accepted (limit is applied to $_GET, $_POST and $_COOKIE superglobal separately). By default this parameter is set to 1000 and this may cause issues when saving the menu, we recommend that you increase it to 2000 or more.
2) max_execution_time – This sets the maximum time in seconds a script is allowed to run before it is terminated by the parser. The theme demos download images from our servers and depending on the connection speed this process may require a longer time to execute. We recommend that you should increase it 60 or more.
3) post_max_size – Sets max size of post data allowed. This setting also affects file upload. To upload large files you have to increase this value and in some cases you also have to increase the upload_max_filesize value.
Depending on the host they can be set from php.ini or .htaccess:
If these parameters exist, you can edit their values if not you have to add them to the file.
max_input_vars = 5000
max_execution_time = 300
post_max_size = 50M
I hope this helps
Glad you figured it out!