Hi,
Unfortunately this is not possible and I don’t think that a solution for this exist as the module 1 function (get_content) shows entire content of the post and it cannot be “shortable” – http://screencast.com/t/oHL8gJ7ypgHJ You can try to find a solution on codex but I’m not sure if there is one.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
1. Unfortunately the default template doesn’t have a class like the others styles. You will need to add the the css code on .single class and rewrite it on others templates using those classes like .single_template_1 and so on…
Also for example if you want to change something for content only on default style you can add an extra class to the content like this: http://screencast.com/t/sYESDrlY – http://screencast.com/t/rp9O7ZcZ2OX
2. Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/TwdVKRFy01
.td-full-layout .td-menu-background:after, .td-boxed-layout .td-menu-wrap:after{
display: none !important;
}
3. You can try to find a plugin that will help you to change the permalinks.
4. I’m not sure wht you want to remove. If you want to remove the “Latest Articles” title you have this option from backend: http://screencast.com/t/1JuOiR8kg7
Thanks!
Hi,
I’m not sure what you mean, but when you change the post format from standard, like the name says(post format) it change the format of the content, you’ll see some stylistic differences between this post and your posts with the default Text format. These are wordpress posts formats and you can find more information here: https://codex.wordpress.org/Post_Formats – https://en.blog.wordpress.com/2013/01/15/post-formats/
Thanks!
Hi,
I have checked again and the code works fine (it doesn’t apply for mobile devices): http://screencast.com/t/IKew3aWb – http://screencast.com/t/Z0iVYBzv – http://screencast.com/t/E8DDFvwkqw
Please empty cache if you use a plugins cache.
@media(min-width: 768px){
.home .td_block4 {
height: 180px!important;
}
}
Thanks!
Hi,
I have checked your site and you have this error in the console: http://screencast.com/t/T1sneLD0Fgj that your access to the file that shows ads is forbidden. So please contact and ask about this also at your ad provider, as
the theme only load the ad code.
Thanks!
Hi,
Please try this without any plugins active, leave only Visual Composer plugin active, also empty cache and disable any js/css minification and check if you still have this issue.
Thanks!
Hi,
Try to use !important like this:
.mfp-figure:before{
display: none !important;
}
If this doesn’t work please provide a link so I can inspect this.
Thanks!
Hi,
Please also try without any plugins active, leave just Visual Composer active and disable any js/css minification as you have this errot in the console: http://screencast.com/t/giTjHaPtmWo
Thanks!
Hi,
1. I also tested this and unfortunately it doesn’t work. Any way using dot to category base is not a clean solution as I don’t know exactly how wordpress code for permalinks is created, so it can work for a while and when something is changed by wordpress it can stop working. I suggest to find and try a plugin for this like(I did not tested but you can try it) – https://wordpress.org/plugins/fv-top-level-cats/
2. When you make a parent category megamenu(with subcategories), the subcategories are added automatically so please remove subitems(added by you manually) form Appearance > Menus: http://screencast.com/t/sz8NAV3z
Example: http://screencast.com/t/qul3EFrmd – http://screencast.com/t/ZvQU4tN3Okip
Please read documentation(notes): https://forum.tagdiv.com/how-to-use-the-megamenu/
3. Unfortunatelly theme doesn’t have an option for this. The load more button will be active until the last posts are showing the become inactive: http://screencast.com/t/gTYpdls8Qd You see can change on block’s settings to show more post(limit posts number) so the load more button be active only once and try to find a solution that help you to achieve this.
4.For the moment this can be done only via custom css in Theme Panel > Custom Css: http://screencast.com/t/RPmYDFz6XU – http://screencast.com/t/4E4fQwcfs
.entry-crumbs{
font-size: 15px;
}
Thanks!
Hi,
If you have this issue – https://forum.tagdiv.com/topic/theme-activation/#post-44037 please try to replace (overwrite it) the td_panel_categories.php file – http://screencast.com/t/rnRNRNL1Ri with the one provided in the following link – https://www.dropbox.com/s/tegdpkwb43z9air/td_panel_categories.zip?dl=0
If you don’t have this issue please provide more details, a screenshot will help.
Thanks!
Hi,
Please try to use media queries to the code that Emil provided to you so it will apply this css from that screen size:
@media(min-width: 768px){
.home .td_block4 {
height: 180px!important;
}
}
Thanks!
Hi,
I have checked your site again and I did not found this issue. Like you said sometimes this is happening.
You can try to disable lazy load for images, so please follow the instructions provided by Emil and see if you still have this issue: https://forum.tagdiv.com/topic/how-to-disabled-lazy-load/#post-42260
Thanks!
Hi,
To move it bellow Twitter you have to make this change: http://screencast.com/t/70sOiBviwMa3 – http://screencast.com/t/8QHQs6WU
Also if you want to translate that text only for Rss you have to edit the plugin file and change there: http://screencast.com/t/EmEP8JBqw7S2
Thanks!
Hi,
Unfortunately we did not tested this with our theme. Please also provide a link to this plugin if is free, so we can take a look.
Thanks!
Hi,
You can try to add the plugin’s shortcode using do_shortcode function into the post template after the sharing buttons: http://screencast.com/t/IvQBPGprfngj
<?php echo do_shortcode('your shortcode'); ?>
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Unfortunately theme doesn’t have an option for this, you will need custom modification and is not an easy task.
What you can do via css id to target every category using name or ID and change the background: http://screencast.com/t/9KQaF2KKMb8i or http://screencast.com/t/1ub9yYSn8zOI
.category-name .entry-title span{
background-color: red;
}
Also for category page menu you can only to change the background for active(current) category: http://screencast.com/t/YP8yS0rsAL7
.category .td-subcategory-header a.td-current-sub-category{
background-color: blue;
}
Hope this helps!
Hi,
Can you provide an example as I have checked your site and did not found any issues: http://screencast.com/t/sPuUL1ix
If you refer to the lazy load feature you can also try to disable the lazy loading for images and follow the instructions provided by Emil in the tread I’ve pasted below to disable the lazy loading feature.
https://forum.tagdiv.com/topic/how-to-disabled-lazy-load/#post-42260
We plan to add an option to disable that feature for those who don’t want it/need it and we will test the theme from this perspective.
Thanks!
Hi,
In the theme we included a smaller version of the demo which comes with all page templates and the basic setup for starting a site. We didn’t included the whole demo because we wanted to keep the theme as small as possible. The xml was not included in the theme package because wordpress importer is buggy and it doesn’t save the entire data (sidebar, block settings, footer widgets, etc have to be configured manually).
On our demo’s menu are added only some categories that are set to megamenu and pages with submenu items: http://screencast.com/t/7sffQJtdul You can make your menu that you need by adding your pages and categories like in the screenshot. Also you can import predefined styles(stacks): https://forum.tagdiv.com/installing-the-demo-data/
If you also need the xml files of the demo you can make a request for it on email and we will send it to you. Send your request at contact@tagdiv.com and also include a link to this topic.
Thanks!
Hi,
I tested this again and should work also in your case: http://screencast.com/t/YnGzYVCbJ16e
I have changed that value – http://screencast.com/t/vQ1pI9me1 and the result is – http://screencast.com/t/q8epPASRFn38
Please note that if you don’t have posts to all subcategories those categories will not appear there.
Thanks!
Hi,
Glad that you managed to solve it and thanks for the message!
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/xmxdFWKsL2
.td_social_rss .td_social_info{
display: none;
}
.td_social_type .td_social_info_name{
display: inline-block;
}
Thanks!
Hi,
Your css code is applying there: http://screencast.com/t/9EbdQtmyok88
This is how it looks with gradient and without: http://screencast.com/t/sJvbXOZt – http://screencast.com/t/EGIEkNWJkw
Thanks!
Hi,
The issue with post 3 and post 4 can be solved with margin bottom also you can control the height for specific post from the Big Grid with max-height: http://screencast.com/t/9uzxDjQxKY
Replace with the previous css code with this one:
@media (max-width: 767px){
.td-big-grid-post {
width: 100% !important;
}
.td-big-grid-post-1{
height: auto !important;
max-height: 250px;
}
.td-big-grid-post-2{
height: auto !important;
max-height: 250px;
}
.td-big-grid-post-3{
height: auto !important;
margin-bottom: 4px;
max-height: 250px;
}
.td-big-grid-post-4{
height: auto !important;
max-height: 250px;
}
}
It is not so easy to have quality for those images(they are stretched via css) as Big Grid was not designed like this for mobile screens.
Hope this helps!