Hi,
You could try something like this: http://screencast.com/t/ZBMcRUs2zK
Use this custom css in theme panel > custom css filed and adjust as you like:
.page .td-page-wrap .woocommerce .button, .page .td-page-wrap .woocommerce .form-submit #submit {
font-size: 17px !important;
padding: 13px 8px 13px 8px !important;
}
Thanks
Hi,
Can you please provide more details about your issues regarding the prev/next post pagination? I have checked your site and found that the pagination works fine: http://screencast.com/t/AQOQQundcWhr
Please let me know if you still have issues with this!
Thanks
Hi,
Please send your site’s URL, I need to inspect it so I can provide a solution for this.
Thanks!
Hi,
The theme uses WordPress date function, I suspect this issue may be caused by a plugin. Try to disable all plugins enabling just WPBakery Visual Composer, empty cache, purge files if you use any CDN or cache plugins and wait for a few days to see if this still happens.
Hope this helps!
Thanks
Hi,
1. You can apply a border radius to your block titles, like this: http://screencast.com/t/sLF2zSF0f9vR
Just add this custom css in theme panel > custom css:
.block-title a, .block-title span {
border-radius: 20px;
}
2. You can also do it via css, like this: http://screencast.com/t/rWqVFEBYoI
.category .td-page-title span {
font-family: 'Sacramento';
}
Thanks
Hi,
You can add the the logo like this: http://screencast.com/t/sCyENDge and use custom css to apply a background color to it, like this: http://screencast.com/t/xGtC6qiTD5CH
.page-template-page-homepage-blank-php .td-affix .td-logo-rec-wrap, .td-full-logo {
background-color: #dd3333 !important;
}
If you don’t know how to do this we recommend you to hire a freelancer from sites like: http://studio.envato.com/ because we cannot offer custom work as we work hard on the development, updates, fixes and support.
Thanks
Hi,
Sorry for the delay. Have you managed to get this work? I have just checked your site and seems like the mega menu works fine now: http://screencast.com/t/1cFDNHD1fKd
If not please provide more details about the issues you have using the mega menu.
Please let me know!
Thanks
Hi,
@Gee95 Chose the time type and add it inside your post template, like this: http://screencast.com/t/IpDJUlVzaG
Result: http://screencast.com/t/9LdloRYlfrTu
This is the css used, the ex is for the default template.
.meta-info p {
display: inline;
}
header time {
margin-right: 20px !important;
}
Thanks
Hi,
If you don’t want the light box you can remove it like this: https://forum.tagdiv.com/topic/dont-want-light-box-for-images/#post-17108
Please let me know if this helps!
Thanks
Glad you’ve managed to fix it!
Thanks for the message!
Hi,
Unfortunately there is no option for this as the timeline template was designed to only show the post headlines and you will need custom work to achieve this.
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,
You can also use Advanced Custom Fields plugin, please follow this topic: https://forum.tagdiv.com/topic/function-to-hide-ads-and-function-to-show-author/#post-8993
Hope this helps!
Thanks
Hi,
Yes, you can edit the td_module_3.php file and remove the comment of this line: http://screencast.com/t/fYsmm2sX09
Result: http://screencast.com/t/sPLt48zRIxy
Thanks
Hi,
@ctomlin
You can document yourself about how to do this online. I believe there are plugins that help you with this. You can also go trough this guides/topics to find out more about how you can get the best pagespeed score:
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/pagespeed/
– https://forum.tagdiv.com/topic/can-i-add-plugins-css-to-footer/#post-6348
Hope this helps!
Thanks
Hi,
1. An ideal size would be around 144px wide and 48px tall and double size for retina. You could also use a bigger one as it will be compressed to fit the container.
2. Please make sure you translate it like this: http://screencast.com/t/q0xqCR6g9 I have tested both and work fine.
3. Edit your header.php file and remove the menu line for the header style you use, like this: http://screencast.com/t/AvzlorUpS
Result: http://screencast.com/t/nrdELuQei
4. Please provide more details about what you could not managed to do.
We also offer mail support at contact@tagdiv.com. You can use each one as we try to help and provide support as soon as we can managed.
Thanks
hi,
I believe that customization needs to be set before you embed it so make sure you customize it as you would want to appear then add it to your page.
Thanks
Hi,
Use this class: http://screencast.com/t/fgzlgfSia
.bbp-form .bbp-submit-wrapper button {
background: #4db2ec !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
color: white !important;
border: none;
text-shadow: none;
font-family: 'Roboto Condensed', sans-serif;
font-weight: normal;
font-size: 14px;
padding: 5px 12px 7px 12px !important;
margin-bottom: 4px;
-webkit-transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}
.bbp-form .bbp-submit-wrapper:hover {
text-shadow: none;
opacity: 0.8;
-webkit-transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}
Thanks
Hi,
Unfortunately you can’t use php code in the ad field, you would have to edit the td_module_blog file and add a condition for this in the get_content() function which contains the cases for the inline ads: http://screencast.com/t/rkxfuR6v
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.
Thanks
Hi,
You can use the css like this: http://screencast.com/t/bAGr7yr8h
This way it will not affect the mobile screens and the changes will be made only for tables and desktop screens.
@media (min-width: 768px) {
.td_mod8 .item-details {
margin-left: 240px !important;
top: -4px !important;
}
.td_mod8 {
min-height: 150px !important;
margin-bottom: 30px !important;
}
.td_mod8 .entry-thumb {
max-width: 220px !important;
max-height: 124px !important;
}
}
Hi,
This happens because of the portrait type of the images you have added, to fix this you need to add an image with the same aspect ratio as thumbnails so it can be cropped without loosing any part of the image.
You can read more about this here:
1. http://codex.wordpress.org/Function_Reference/add_image_size
2. http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/
Thanks
Hi,
You need to do it via custom css as there is no option for this in theme panel: http://screencast.com/t/s7LBCsgd6Ud
Use this css and add the color you want:
.home .span8 .td_mod9 .entry-title a{
color: white;
}
Thanks
Hi,
Thanks Christopher!
@DiegoGuerrero I’m not sure I understand can you please provide more details about your issue? Do you refer to the permalink structure?
Please let me know!
Thanks
Hi,
Make sure you empty cache as I said before the since version 4.5 the css generated by theme is saved in the database so it could be due to cache. Please make sure you also empty your browser cache use (ctrl+f5).
Also consider resaving your settings then check again.
Thanks
Hi,
You can disable jetpack plugin to remove it or follow this guide and use the function which moves the js to the footer to do it: https://forum.tagdiv.com/topic/can-i-add-plugins-css-to-footer/#post-6348
Thanks