Hi,
Please check the max_input_vars directive from you php.ini file and make sure that it’s set above 2000, you can check this in system status section within theme’s panel: http://screencast.com/t/V8MumQISR Contact your host provider and let him know about this if you can’t access php.ini file. Let me know how it goes!
Thanks!
Hi,
12. Every Big Grid block has a default padding bottom, you can change this if you want via custom css – http://screencast.com/t/zc1Ozy9TKtt
13. You can find the header files in the root of the theme – http://screencast.com/t/ji7fPHijn and also in theme’s functions you can find the favicon code – http://screencast.com/t/rk9t181Fpw
Thanks!
Hi,
There is no option to stop the sticky sidebar in the specific spot. This depends on how many widgets do you use in the sidebar. On scroll down it will become sticky at the last element from sidebar and on scroll up when it reaches to the first element. A solution it would be to use less widgets in the sidebar so your ad will be visible all the time on scroll up/down. If you use tagdiv blocks there you can also limit the posts there so you can display less articles in a block instead of default value(5) – http://screencast.com/t/0Y0hUCBk
Thanks!
Hi,
If you refer to the pagination arrows for page template with latest articles(or any loop pages- category page..) unfortunately this cannot be targeted to change the background(only if you change the bg for all links – http://screencast.com/t/7q9u1HAdNw42 ), bu you can change the color for arrows – http://screencast.com/t/6iCsMt7L6
.page-nav .td-icon-menu-left, .page-nav .td-icon-menu-right {
color: red;
}
If you are referring to the block next/prev pagination you can change the background color via custom css – http://screencast.com/t/xmglzKPAAGt
.td-next-prev-wrap .td-ajax-next-page, .td-next-prev-wrap .td-ajax-prev-page {
background-color: red;
}
Thanks!
Hi,
Please make sure that you do a clean install of Newspaper 6 like it is suggested in the documentation – https://forum.tagdiv.com/how-to-update-the-theme-2/ as no old theme’s files should remain. Please note that Newspaper 6 is practically a new theme, all the code was rewritten and the old customizations(files customizations, custom css) will not work anymore. These are the files(placeholder images) used in version 6 – http://screencast.com/t/VyL1J1WWM8Jv
Thanks!
Hi,
Do you refer to the custom sidebar name? If you do, unfortunately you cannot change the sidebar’s name, you will have to delete it and create another one. More simple create another sidebar, move your widgets to it and then delete the old one.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I have checked your site on mobile device and did not found any issues – http://screencast.com/t/oxoptYjlb please provide more details.
Thanks!
Hi,
There is also a specific theme css on pages/posts more accurate there is a padding and you will have to change that using custom css, for example – http://screencast.com/t/41EuNmnQ and add the space(padding) to the row – http://screencast.com/t/XpLQxhIMpM0
For footer the same – http://screencast.com/t/59JU8a0b
.page .td-main-page-wrap {
padding-top: 0 !important;
}
.page .td-main-content-wrap {
padding-bottom: 0 !important;
}
On post pages unfortunately you will need custom work as the theme doesn’t have an option to change the content background color. If you don’t know how to do it I suggest to hire someone to do this for you as we cannot provide custom work, sorry!
Thanks!
Salut,
Se poate obtine acest lucru utilizand Visual Composer, doar adauga un nou row(full width) in pagina ceva de genul – http://screencast.com/t/G29McNQD
Mersi!
Hi,
Please make sure that you ran the script also this block (Text with title) should be updated, the shortcode should be renamed to – http://screencast.com/t/uFryRqk89 You can also check if the shortcode was changed for other block for example block 1:
old shortcode name version 4 – http://screencast.com/t/0PjvwbqAvvt
new shortcode name version 6 – http://screencast.com/t/TBUdUB5yuZ4
If you still have issues with it please send an email at contact@tagdiv.com and provide wp-access so we can take a look, also paste a link to this topic so we can know who you are and what the issue is.
Thanks!
Hi,
Please check the max_input_vars directive from you php.ini file and make sure that it’s set above 2000, you can check this in system status section within theme’s panel: http://screencast.com/t/V8MumQISR Contact your host provider and let him know about this if you can’t access php.ini file. Let me know how it goes!
Thanks!
Hi,
The latest version of the theme is 6.3.2 and the version of the Visual Composer provided with the theme is 4.6.2 If you want to update it please deactivate and delete the plugin – http://screencast.com/t/NQoTDtaOp0 and install it from here – http://screencast.com/t/Yvh1iXS0Lf
Thanks!
Hi,
This issue is related to share buttons, as the margin(top and bottom) is added to this container – http://screencast.com/t/GZ0ozUYO5 Please try this custom css to add margin when you don’t use share on top – http://screencast.com/t/79pxSO0oX6 Andrei also added this on our list.
@media (max-width: 767px){
.td-post-template-4 .td-post-title .td-module-meta-info {
margin-bottom: 15px !important;
}
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I have checked your site and did not found any issues, even first time(Friday). Now I have checked it on various browsers: IE – http://screencast.com/t/yGD0zx1JGUX Chrome – http://screencast.com/t/8bqoYoAXEBeW Mozzila – http://screencast.com/t/oVvDd0qcl
Please clear cache if you use a cache plugin and also the browser’s cache(CTRL + Shift + R).
Thanks!
Hi,
Here you can find the post pagination function – http://screencast.com/t/UQuYzSlew and here are added next/prev links for single template – http://screencast.com/t/PoC6Oppd
Thanks!
Hi haychart,
On both of your links you use the same theme(Newspaper) and you have ads on in the content and sidebar on both pages. If you still have issues please send an email at contact@tagdiv.com and paste a link to this conversation so we can know who you are and what your issue is.
Thanks!
Hi,
Unfortunately this file cannot be overwritten using the child theme – http://screencast.com/t/Nwx1bJ1MAKl please check documentation – https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks!
Hi,
You need to update the Visual Composer plugin to have this option – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thanks!
Hi,
Unfortunately you will have to add a title there, the Visual Composer changed the code and will note recognize the default title.
Thanks!
Hi,
You can use do_shortcode function to display it in the code:
<?php echo do_shortcode('[td_block_11 custom_title="Some Title" category_id="83" limit="5" td_filter_default_txt="All"]');?>
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Not sure what do you mean, please provide a screenshot and point me where I should look/
Do you refer to this icon? – http://screencast.com/t/teb7hyjPy
Thanks!
Hi,
Please try to regenerate thumbnails using – https://forum.tagdiv.com/using-the-theme-with-existing-content/
Unfortunately you will have to re-add the widgets to your sidebars, as they will become inactive and also some of them(widgets or pagebuider elements) doesn’t exist anymore. The Newspaper 6 should regarded as a new theme, the entire code was practically rewritten.
Sorry for inconvenience!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
I have added this on our to do list and it will be fixed as soon as possible.
Please try this fix for your issue, add this css code in Theme Panel > Custom Css for custom ad issue:
.single .td-g-rec-id-custom_ad_2 {
margin-bottom: 0 !important;
}
.single .td-g-rec-id-custom_ad_2 .adsbygoogle {
margin-bottom: 20px !important;
}
And this css for inline ad:
.single .td-g-rec-id-content_inlineleft {
margin-right: 0 !important;
}
.single .td-g-rec-id-content_inlineleft .adsbygoogle {
margin-right: 21px !important;
}
Hope this helps!
Hi,
The entire top-bar meaning menu, social icons, sign in wigdet can be displayed on mobile device but it will not look fine. Also you have to many menu items – http://screencast.com/t/TXZeKqUbxqyY so if you want to show the menu you will have to customize it(smaller fonts, space between items) and use just few items. For example – http://screencast.com/t/dy7Fd7ZD
@media (max-width: 767px) {
.td-header-top-menu-full .td-header-sp-top-menu {
display: block !important;
}
.td-header-top-menu-full {
display: block !important;
}
.td-header-sp-top-widget {
display: none !important;
}
.top-header-menu li a {
font-size: 10px;
margin-right: 8px;
}
}
Hope this helps!
Hi,
@tmoncada Your instagram counter works fine – http://screencast.com/t/ovSwpaQRxhl1
@r1kay Please make sure that you use the latest version of the Social Counter provided with the theme version that you use and also check this without any plugins active, leave only Visual Composer and Social Counter active, clear cache and see if you still have this problem. There is an issue with instagram counter, but we did not get any reports about fb and twitter. Also you can upgrade to the version 6 of the theme if you want – https://forum.tagdiv.com/how-to-update-the-theme-2/
Thanks!