Hi,
Yes, you can do it via css, like this: http://screencast.com/t/3UmS0GY2fj
Use this custom css in theme panel > custom css field, like this: http://screencast.com/t/negqr7clya
.post-style-3-video-post .wpb_video_wrapper {
margin-bottom: 100px;
}
.post-style-3-video-post .post header{
bottom: -120px;
}
.post-style-3-video-post .post header .entry-title {
color: #222222;
}
.post-style-3-video-post .post .td-image-gradient:before {
display: none;
}
Unfortunately you will need custom work to customize the theme to work with other types of video and edit the td_video_support.php file and add support for your videos: http://screencast.com/t/eKiALEuD
Thanks
Hi,
You can do it via page builder and add your ad using the ad box element, like this:
* http://screencast.com/t/RxbNKftrAvrN
* http://screencast.com/t/4ArbYb9ObF1
* http://screencast.com/t/wLkDbTFlPYn
Thanks
Hi,
Yes, you can use this custom css to remove it: http://screencast.com/t/KxEsxXrXLS6
.single_template_3 .td-image-gradient:before {
display: none;
}
Thanks
Hi,
Thanks Christopher!
@BHSSagamore
This section: http://screencast.com/t/D8cwdaLIe5h7 is the “latest articles” area as you are using the homepage with articles list template you have this section and you can customize it from here: http://screencast.com/t/EczSSlvEt6f and chose a category filter/offset/author filer just like on blocks.
Thanks
Glad you managed to get this right!
Thanks for letting me know!
Hi,
Thanks Christopher!
@uregnander89
Please deactivate all plugins, empty cache if you use any cache plugin and also purge files if you use any CDN service, after this change your permalink structure to default and then back to your custom permalink structure.
If this dose not solve it please go trough this: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems and this: http://codex.wordpress.org/Using_Permalinks#Using_.22Pretty.22_permalinks and make sure you use the permalinks right.
Thanks
Hi,
The thumbnail should also be generated if you use a video URL added to the video URL filed and the post set to “standard” and an the thumb of that video will appear as feature image. If you use a video though and set the post format to “video” then the thumb will be generated the same way but the differences would be that the video will be now displayed inside the post and not the image.
Hope this makes sense! Please let me know!
Thanks
Hi,
It dose work, as you can see here: http://screencast.com/t/phzv5408 I have tested this on your site.
As I stated before you need to get your post ID and use it to only hide the author box on specific posts, like this: http://screencast.com/t/YH1mscsz
If you add this css into your custom css filed you will hide the author box on this post page: http://snowwatch.org.uk/weather/looking-ahead-winter-part-two
.postid-2375 .author-box-wrap {
display: none;
}
Thanks
Hi,
Thanks Christopher!
I have also tested the video playlist and seem to work fine with the latest theme version. Please make you use them right, you can find a guide on how to use the video playlists here: https://forum.tagdiv.com/video-playlist/
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
1. Unfortunately for this you will have to find a filter or get someone to help you with it as the theme dose not have an option or feature like that.
2. You can enable the slider for each category from here: http://screencast.com/t/DPcsqaLD4CJd
The slider is set by default to show the posts from featured category but you can change this by editing the page-category-slider.php file and add this options: http://screencast.com/t/wX2l3XFKOMqI
Make sure you also add a comma after each option you add.
3. The category page uses the category.php template file, you can find it in the root of the theme: http://screencast.com/t/dT34NHfsra
4. You can change the slider’s option from page-category-slider.php file and set it to show posts from the same category and not need to add the posts to the featured category. Changing the sort order from ‘featured’ to other gets this done.
5. Not sure what you mean, if you refer to an option to set the modal view for images that you have already added to your posts then I’m afraid that is not possible, you have to edit each image and set the modal view to it.
6. Unfortunately you can’t set and background ad for individual categories. If you set an background ad then that ad will be on each page. You could also try to find a plugin for this.
7. From post editing panel > post settings set the post to use the post template style 4: http://screencast.com/t/6h3EOsoFh5De
8. You can add it like this: http://screencast.com/t/08QsrqgO3lA
Hope this helps!
Thanks
Hi,
Unfortunately you do need custom work for this or a plugin because the theme doesn’t have feature like that.
You could also try to add categories to your menu and use css to style it as you like. Use inspect tool to make an idea about the css you need to achieve this and check the site from your image.
Sorry about this! Thanks for the message!
Thanks
Hi,
1. The top black area which display’s the categories is the top menu which you can set it from here: http://screencast.com/t/ajxpZbJ7Amz
This is what each area represent’s: http://screencast.com/t/4sTOJuha
Please note that the top-right social area hasn’t been designed to work with that subscription widget you use, you can use the tagdiv login form widget there: http://screencast.com/t/byS56zrq45nc
2. This happens because you have set the menu which contains this categories to the top menu and the main menu also, you can change this from the appearance > menus panel like shown in the screenshot above.
3. You can hide the top menu from theme panel > header section or you could also set it from there or you could chose not to show a menu, like this: http://screencast.com/t/fpkmbVLn2SSg
You can also find this info in our documentation, you should take some time and go trough it as you will find more useful information about how to use the theme an it’s features.
Here is the menu section doc: https://forum.tagdiv.com/menu/
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
I believe you refer to your homepage sidebars which are duplicated. This happens because you use a template with latest articles loop which has a different set of settings besides the ones for the homepage page builder, so you need to edit your page and set the latest articles area to be full width, like this: http://screencast.com/t/JFu4SQNfvakB
Hope this helps!
Thanks
Hi,
I have checked your site and found no issue with it, what do you mean it jumps a line? From what I have seen you set block 7 to show 10 posts and infinite loading which will show 10 posts each time loads.
You can set your page at full width and use the widgetised sidebar element to set you sidebar and block 7 at full width to display 3 columns and infinite load, like this: http://screencast.com/t/OGnogjaouin
Result: http://screencast.com/t/UrzD8o59P
Thanks
Hi,
That happens when you use a mobile theme. Unfortunately this is how the theme works as it uses the same code for all screen widths styled via css which means that changing a pages content affects all screens, mobile also.
Not sure how you can achieve this, you could use js to detect mobile screens and load different content but you will need custom work for that. The theme hasn’t been designed to use a mobile template, you can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to customize it yourself. Unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support.
Sorry for the inconvenience!
Thanks for the message!
-
This reply was modified 11 years by
Lucian.
Hi,
You can try to remove this condition from pagination function then check it on pages.
I have tested the tag on post/pages/ twenty fourteen theme, result: http://screencast.com/t/74o4v00hs
Thanks
Hi,
This happens when you also use the homepage with background template for your page and only if you use the stretch option for your background. We know about this issue, we have it on our todo list and we will try to fix in the next theme update. You can disable the stretch option for the background to prevent this or you can set a background for the slider also: http://screencast.com/t/p5dVMoMtCx if you want to use the homepage bg template or you could also change the template.
Sorry for the inconvenience!
Thanks
Hi,
Yes, you are right, thanks you! I will add this on our issue tracker and you can use this custom css until we fix this: http://screencast.com/t/CZHYfNUEcY
.page .gallery-columns-1 .gallery-item {
margin-left: auto;
margin-bottom: 20px;
}
Thanks for reporting this!
Hi,
Try to add the iframe like this:
iframe src="//www.youtube.com/embed/yp9pTFcD2uk?rel=0&autoplay=1&controls=0&showinfo=0" width="960" height="720" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
..adding controls=0&showinfo=0&rel=0 to the URL in the iframe.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
The view counter hasn’t been build to work with custom post types you can try to find a plugin that dose that or you could also ask WooCommerce here: https://wordpress.org/support/plugin/woocommerce
Thanks
Replied here!
Hi,
The mega menu isn’t working because you don’t have any posts in the categories you have set to use mega menu.
In this category you have posts: http://screencast.com/t/feQyNhO2ShE and in this one you don’t: http://screencast.com/t/qcQIQA31
For the slider to slide it needs to have more than 4 posts as 1 slide uses 4 posts then if 5/6/7 posts were added then your slider will start to slide so make sure the slider has more that 4 posts to display and also make sure that this options are set to show more than 4 posts: http://screencast.com/t/g2QVw8cdFiCJ
You should also consider going trough this mega menu guide: https://forum.tagdiv.com/how-to-use-the-megamenu/
Thanks
Hi,
What theme version do you use? Please try to replace the content of you footer.php file with this code: http://pastebin.com/vM8zQpvZ and try again.
Please make a copy of the file before changing it so you can revert back to it if something goes wrong.
Also make sure your settings are saved. If not you have to increase the max_input_vars = 1000; value inside the php.ini file to max_input_vars = 5000;.
If you don’t have access to the php.ini file please contact the host administrator and let him know about this issue.
Hope this helps! Please let me know!
Thanks
@Danijelmo Thanks!
@Steven Replied here!
-
This reply was modified 11 years by
Lucian.