Hi,
Those settings are made to work only for ‘post’ types, so even if you manage to enable this panel to show the “post settings” on custom posts types these settings won’t work with custom post types.
If you want this settings on custom post types you need custom work which unfortunately we cannot offer as we work hard on development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Thanks
Hi,
Sorry about this, we try to do our best.
@Arved007
You can solve the blank space issue via css. Sorry about the inconvenience, if you want you can updated the plugin again and send me a link to your site so I can inspect this.
I have already checked your site and noticed that you have compressed your html structure, this may also cause this along other plugins.
Please let me know if you have any other theme related issues.
Thanks
Hi,
I believe you have added the menus the wrong way, the top menu looks like in your case it’s where the header menu should be and the header menu it’s at the top where the top menu should be.
Switch the menus between them, should look better afterwards, also note that if you wanted to have the menus like this the top menu doesn’t support the menu as it is now.
Regarding the size of your site, check your site using PageSpeed Insights and note how you can optimize your site.
You could also read this topic about page speed: https://forum.tagdiv.com/pagespeed-guide/
Hope this helps!
Thanks
Hi,
This needs to be customized to work with your own custom post type, and you need more custom work besides adding the code on your template, this is custom work and unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Sorry about this.
Thanks for understanding!
Hi,
Please let me know if works for you when you manage to update it.
Thanks for the message!
Hi,
I have noticed that you have this error in the console: http://screencast.com/t/90tbS5X3e
This is why the iframe dose not load, because the youtube URL was consider insecure and was blocked.
You should try to set iframe as secure or you could try just to add an 's' at the end at http when you add the URL form youtube on your post.
Hope this help!
Thanks
Hi,
Sorry for the delay. I have checked your site and noticed that you use the Homepage with background template so the big slider from the top of the page doesn’t have any posts because you don’t have any posts in your featured category, you need to add posts into featured category which will show up in the slider.
You already have the layout at 1170px which is the full width layout.
Thanks
Hi,
Glad you have managed to solve it.
Thanks for sharing!
Hi,
@TheMediumUTM
You could add the css into an @media which will apply this css only for mobiles if this doesn’t look good, or you can style the looks for mobile using the same @media for mobile screen width.
Sould look something like this:
@media (min-width: 768px) {
.td-big-grid-post {
float: right;
}
.td_block_big_grid .td-big-grid-post-0 {
border-left: 3px solid #ffffff;
border-right: 0px;
}
}
This will not apply for mobile screens.
Thanks
Thanks! @TheMediumUTM for your help!
@piotrkoltek
Please go trough our documentation also: https://forum.tagdiv.com/newspaper-documentation/
You will find there answers to many question you may have on how to use the theme.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Thanks Christopher!
@Jorge
Please make sure you make a backup of your current theme and if something goes wrong you can revert back to your previous version. Regarding the update you can use any way, some errors could occur in any way but as long you have a backup you can get back at your previous version and then give it another try.
Thanks
Hi,
I’m not sure I understand what are trying to do, please send an URL to your site, a screenshot would help also.
Regarding the print button, you can add it like this: http://screencast.com/t/2PrTXtV6re
<a class="td-print-button" onClick="window.print();"><div class="td-print-text">Print this page</div></a>
..then use custom css to style it, should look something like this:
.td-print-button {
display: inline-block;
position: relative;
top: -16px;
padding-right: 15px;
color: #ffffff;
text-transform: uppercase;
font-family: 'Roboto Condensed', sans-serif;
font-weight: bold;
font-size: 13px;
cursor: pointer;
height: 31px;
background-color: steelblue;
}
.td-print-text {
position: relative;
top: 4px;
left: 8px;
}
Customize it as you like, the css I have gave you it’s just an example.
Thanks
Glad I could help!
Have a nice day!
Hi,
You can adjust this using custom css. Can you please send me an URL to your site so I can inspect this?
I have tested this and found no problem using post style 3 or post style 4
Thanks
Hi,
You can go here: https://www.google.com/fonts and chose your font: http://screencast.com/t/GuRk2NUf
Thanks
Hi,
It shouldn’t, I have tested this using your content and works fine: http://screencast.com/t/FAIguA3a
Please try to deactivate all plugins and check if this space it’s still there. If you can’t figure this out please send me your site’s URL so I can inspect this.
Thanks
Hi,
Please use this custom css for title font:
@media (max-width: 767px){
.iosSlider .td-sbig-title-wrap a, .iosSlider .item .td-sbig-title-wrap a {
line-height: 15px;
}
.td_normal_slide .td-sbig-title-wrap .td-sbig-title, .td-sbig-title-wrap a {
font-size: 13px !important;
}
}
Regarding the view count I have tested it and found no problem with this, note that this post was just updated: http://screencast.com/t/mttQbF17n9I9
Please make sure you deactivate all plugins and check if this is still happening, this may be due to some plugins.
Thanks
Hi,
Have you managed to resolve this? I have checked your site and the images looks good now: http://screencast.com/t/5Narxeky
You don’t need a specific size image.
Thanks
Hi,
Thanks for your suggestion, I have added it on our features list and if more people will request this we will implement it in future updates.
Thanks for the message!
Hi,
My guess is that the Pinterest buttons use the same css class, that’s why when you enable the flare Pinterest button the other breaks. You could use this as it is or you could try to change the classes.
Thanks
Hi,
Actually this is one of the reasons we have removed those elements from VC, as we don’t use them we haven’t made any tests with it and we didn’t styled it also.
You could give us wp-access so we can take a look at this and hope we can fix it.
Thanks
Hi,
Replace this code: http://screencast.com/t/D1ZfjptV8dZ
With this: http://pastebin.com/BkYCia8w
Then use this custom css in theme panel > custom css:
#custom_text {
display: inline-block !important;
width: auto;
height: auto;
position: relative;
left: 45px;
top: -6px;
font-weight: bold;
color: red !important;
}
Result: http://screencast.com/t/vCYiM4in
Hope this helps!
Thanks
Hi,
If you don’t want to add an alt tag manually you could replace this: http://screencast.com/t/1d2Rrq3T an get the title instead each time, like this: http://screencast.com/t/cYH3c6WixCc6
Hope this helps!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Please add this custom css in theme panel > custom css:
@media (max-width: 767px) {
.td-menu-background {
z-index:2;
}
.header-style-3 .td-logo img {
height: 48px;
top: 0px;
position: fixed;
width: 180px;
}
}
Modify the height and the width to enlarge the logo on mobile screens.
Should work like this: http://screencast.com/t/fcPUHPX2drG1
Thanks
Hi,
Use this custom css:
.td-full-layout .td-menu-placeholder .td-menu-background {
border-bottom: 1px solid black !important;
border-top: 1px solid black;
}
Modify the border as you like: http://screencast.com/t/HtCSu38eqJqO
Thanks