Hi,
Unfortunately not we are still experimenting with this, hopefully we can find a fix for it.
Sorry for this!
Thanks for the message!
Hi,
Yes, you can also use our own Google analytics support (just paste the Google Analitycs code in theme panel > Analitycs section): http://screencast.com/t/EtxOCuXlspj
Sorry for the inconvenience!
Thanks
Hi,
Thanks for your suggestion we will consider this, until then you can edit the loop-single.php file of the post template you use and move the meta-info div before tags like this: http://screencast.com/t/280cyHKES0
Thanks
Hi,
You can use this functions: http://codex.wordpress.org/Function_Reference/next_posts_link and add them using an div tag on the template you use on your homepage and replace this: http://screencast.com/t/7DlGd290CLB
Thanks
Hi,
You can do it using this custom css, add it in theme panel > custom css: http://screencast.com/t/PQZDK6ktBnP
.td-login-wrap .td-login-info-text {
margin-top: 40px !important;
}
.td-login-wrap .td-login-button {
bottom: 10px !important;
}
Thanks
Hi,
I have checked your site: http://screencast.com/t/qFXB6AfaO
Looks like you have managed to work this out.
Please let me know if you have any other theme related issues!
Thanks
Hi,
Thanks Christopher!
@nicoms91 You can also use this Facebook debugger tool to Fetch new scrape information.
Regarding the second matter please provide more details and maybe a screenshot, I’m not sure I understand.
Please also provide your site’s URL.
Thanks
Hi,
@steven
Remove the slider from the page-homepage-slider.php file, like this: http://screencast.com/t/AppcC724UL1O
I’m not sure I understand what your second matter would be, if you set the background for the “homepage bg” template from here: http://screencast.com/t/OHWTOTlqa this will add a background only for pages that use the template.
Thanks we will consider this!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
@adhi
Go to page-homepage-slider.php file and add an title tag or other as you like: http://screencast.com/t/YUHHiaw5 then use css to style it: http://screencast.com/t/AocalfK6h
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Thanks Christopher!
@thebharatnews
To show the meta date you need to enable it from theme panel > post settings like this: http://screencast.com/t/zweLxnoJf
For the spaces between posts please sue this custom css and add it in theme panel > custom css filed: http://screencast.com/t/ymdyzAMK1n6
As Christopher wrote, the first slider is added when you use the “homepage bg” template: http://screencast.com/t/msHYEZk2XxyL
And the second it’s the one you added using page builder.
To fix this you have to change the template or remove the one you added.
Thanks
Hi,
Please use this custom css in theme panel > custom css: http://screencast.com/t/NkCjMvYs
If you want the title on one line go to td_module_slide_big.php file and change the number of chars per line, like this: http://screencast.com/t/SX6u65gdG
Use this css:
.td-sbig-title-wrap, .td-sbig-title, .td-sbig-title {
width: 100%;
}
.td-sbig-title-wrap {
bottom: 0px;
}
Thanks
Hi,
Like I said above, you need to enable/uncomment the author for the modules you use and you want to show the author for like this: http://screencast.com/t/lshA2a64wV
You need to do this for all modules except those highlighted: http://screencast.com/t/FOeGJyWYMhYU For those marked in the previous screen capture you have this option in theme panel: http://screencast.com/t/eeK1saYe5jGZ
You can find lots of tutorials online on how to use an code editor like Notepad++ I suggest you follow some before edit a file.
You can find the theme files in your WordPress installation wp-content > themes > newspaper and inside that path you should see this files: http://screencast.com/t/zCGRkXr0rOo
In this path include > modules you can find the modules files, open them using notepad++ make the change then save and done! the changes should appear on your site.
If you still can’t managed this we suggest to hire or get someone to help you make this changes.
Thanks
Hi,
Make the change in menu-top.php file and use this css: http://screencast.com/t/Q9gT7KfdSY
.span9 .td-header-menu-wrap .menu-top-container {
float: right;
}
.span9 .top-header-menu {
margin: 0px 48px 0px 0px;
}
.span3 .top-header-menu {
float: left;
margin: 0 0 0 48px;
}
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
From what I have noticed this happens in chrome on desktop also, and it’s because an js erro: http://screencast.com/t/6GfqFZqt
Please make sure you deactivate all plugins, empty cache files and purge files if you use any cache or CDN plugins and check for this again.
I have tested this using the latest theme version (4.5) and works fine.
Thanks
Hi,
You also have some js errors in the console: http://screencast.com/t/2jdLyAH7pv
And also noticed you use cloudflare to minify js: http://screencast.com/t/i764ccK5ib
Please make sure you deactivate all plugins, empty cache, purge files and check again.
Thanks
Hi,
Thanks Christopher!
@mehedi
Unfortunately the theme doesn’t have an option for that. You can do it yourself or you can hire someone to do it for you if you don’t know how as we cannot offer custom work at this time because we work on development/support/updates.
This might help: https://forum.tagdiv.com/topic/big-slides/
Thanks
Hi,
Add a condition to the td_module_blog.php file, like this: http://screencast.com/t/olrgJopedZ
Then use the custom ad box 1 from theme panel > ads to place the ad code.
if ($content_part_index == 12){
$content_buffer .= td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'custom_ad_1'));
}
Change “12” as you like.
Thanks
Hi,
You can sue the the font-family property to change the fonts via css: http://screencast.com/t/H1lfkwj3V
.widget_recent_entries ul li a{
font-family: 'Roboto Condensed', sans-serif;
color: #222222;
font-weight: normal;
font-size: 15px;
padding: 0px !important;
}
You can also add and use your own fonts, like this: https://forum.tagdiv.com/how-to-use-custom-fonts/
Thanks
Hi,
You can use this css: http://screencast.com/t/zumdcf8g
.container-fluid {
padding-left: 0px;
padding-right: 0px;
}
Thanks
Hi,
You can achieve that via css, use this custom css in theme panel > custom css filed: http://screencast.com/t/Y3aeNhJftoF
.block-title {
border-bottom: 2px solid #e7e7e7 !important;
font-size: 18px !important;
position: relative !important;
top: -3px;
margin-bottom: 23px!important;
}
.block-title a, .block-title span, .block-title label {
background-color: transparent !important;
color: #444444 !important;
padding-left: 0px !important;
padding-bottom: 3px !important;
padding-top: 0px !important;
display: inline-block;
}
Thanks
Glad you managed to fix it!
Thanks for the message!
Hi,
Unfortunately the infinite scroll feature it’s available only on block which you can add just by using the VC page builder.
You could try to find a solution for this online and search for a way the get the content from the short code. You could also get a freelancer or a developer to do this for you because this is custom work and we cannot offer custom work at this time as we are working hard on development, updates and support and the time doesn’t allow us to offer custom work.
Sorry about this!
Thanks for understanding!
Hi,
Not sure, you could try to find and use another similar plugin or you could try to go trough it’s settings and check if one of it’s settings doesn’t cause this.
If you can’t manage to find a solution for this you can also address to plugins author on the support page.
Thanks
-
This reply was modified 11 years by
Lucian.