No search results were found in Documentation!
I already tried disqus.
It put the comments to the bottom of the page. I also don’t like it. I want the comments after the share button, before the author.
Could you help me with the movement.
Hi,
I have 2 problems – 1st is a bug fix and the second is a design element change.
First-
If I use the Slide Block at the end of my home page – I face the following problem –
When I limit my post number to 1 – it shows 1 post on the home page but, if I increase the limit of the post number to 2 or more – it shows all the posts at once – instead of a slide. The images display one below the other – like a stack and even displays over the footer of the homepage. When I asked a developer for some help – this is what he had to say – The problem is a javascript bug “TypeError: $.support.transition is undefined”
Second-
I want to hide – or remove the pagination at the bottom of my home page. How do I remove the same?
Thanks & Regards,
Nigel
Thanks.
Please, look my CustomCod, see it’s ok.
/* Remover anuncios de uma categoria especĂfica Sorteio e Parceiros */
article:not(.sorteio):not(.parceiros) .td-a-rec-id-content_inline {display:none!important;} .sorteio.parceiros
article:not(.sorteio):not(.parceiros) .td-a-rec-id-content_inlineleft {display:none!important;} .sorteio.parceiros
article:not(.sorteio):not(.parceiros) .td-a-rec-id-content_top {display:none!important;} .sorteio.parceiros
article:not(.sorteio):not(.parceiros) .td-a-rec-id-content_bottom {display:none!important;} .sorteio.parceiros
article:not(.sorteio):not(.parceiros) .td-a-rec-id-custom_ad_1 {display:none!important;} .sorteio.parceiros
article:not(.sorteio):not(.parceiros) .td-a-rec-id-custom_ad_2 {display:none!important;} .sorteio.parceiros
article:not(.sorteio):not(.parceiros) .td-a-rec-id-custom_ad_3 {display:none!important;} .sorteio.parceiros
article:not(.sorteio):not(.parceiros) .td-a-rec-id-custom_ad_4 {display:none!important;} .sorteio.parceiros
article:not(.sorteio):not(.parceiros) .td-a-rec-id-custom_ad_5 {display:none!important;} .sorteio.parceiros
/* Fim */
Thanks, work for me:
/* Remover anuncios de uma categoria especĂfica Sorteio */
article:not(.sorteio) .td-a-rec-id-content_inline {display:none!important;}
article:not(.sorteio) .td-a-rec-id-content_inlineleft {display:none!important;}
article:not(.sorteio) .td-a-rec-id-content_top {display:none!important;}
article:not(.sorteio) .td-a-rec-id-content_bottom {display:none!important;}
article:not(.sorteio) .td-a-rec-id-custom_ad_1 {display:none!important;}
article:not(.sorteio) .td-a-rec-id-custom_ad_2 {display:none!important;}
article:not(.sorteio) .td-a-rec-id-custom_ad_3 {display:none!important;}
article:not(.sorteio) .td-a-rec-id-custom_ad_4 {display:none!important;}
article:not(.sorteio) .td-a-rec-id-custom_ad_5 {display:none!important;}
/* Fim */
Hi,
If you want to rename the theme please follow these steps that I have provided also in another ticket:
– First I have changed the folder’s name – http://screencast.com/t/CQFNaSvPPC
– Then I modified in the style.css – http://screencast.com/t/hecwvpE3fR also you need to change it in the config file – http://screencast.com/t/flFyeUydxC
– I have activate the theme from Appearance > Themes – http://screencast.com/t/3XRO2jrCz
Unfortunately by renaming the theme name, all the widgets will be removed from your sidebars and you will have to re-add and reconfigure them. Normally you should find them inactive in the Widgets area(bottom) – http://screencast.com/t/pSu5XZXK9
I suggest to try this on a test site before to apply the changes on a live site. And please note that you will need to re-add the modifications after each theme update.
Hope this helps!
Hello MoschatoTavros.gr,
1)However, I suppose that this type of problem is cache or CDN related. Please try to clear all of them, purge CDN files if you are using the CDN system and also, please try to clear the server cache. If you do not have any access to do it, please request this thing to do from your hosting provider. Also, if your problem will still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect the issue. Also, please provide the link of this topic so we can easily identify you.
2)I suppose that you want to display the ads after the main menu bar, for every post,page and category page, right? Please notice that our theme does not have such an option to add this but only with a bit of coding. The only way to add a banner ad above the menu is using the do_shortcode method which you will have to add in the corresponding file for page/post/category template. For example, to display the add to the category pages, can simply use a do_shortcode function in the category template like so: http://screencast.com/t/3AhOEXNl9lPl
<div class="mycustomclass">
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
</div>
It will need a few css adjustments to remove the bottom margin and add a top margin for it to position properly so you can use the custom class assigned to the div element.
To affect the posts pages you will have to add the core file corresponding to post template used by you and then add the do_shortcode there, like this -> http://screencast.com/t/nbArnFDgR9yc
In order to achieve best results, please check your custom Ad 1 to have added a valid ad code in it, like this -> http://screencast.com/t/ZwBAoy3zAKo
If you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Hope this helps!
Thanks for your understanding!
Hi,
This can be done with a bit of customization. Please remove this code from here: http://screencast.com/t/HQYVSpwEC and then add this code:
<?php echo td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'content_bottom'));?>
Add it in the post template files. You have to add the code for every post template you use. (each post style has it;s own file): http://screencast.com/t/A4dvVywq1R
Thank you!
Hi,
1) A module is the base element in our theme. Every block is simply a container of 1 or more modules. In this section of the theme paenl you can see exactly what module is used on what block: http://screencast.com/t/uHbbrmqWCXr
If you want to be more specific about it, you can find out faster by using the browser inspector. For example on a block 1, the small thumbnails: http://screencast.com/t/bkbqegiM2. The small module is a module 6. It’s module 6 you have to edit. The screenshot had module 5 highlighted (my bad) but it is module 6 being edited if you look here: http://screencast.com/t/MWULaIJuoTW. Sorry for the confusion.
2) The black header color shows up when your site gets a bit heavier on the loading speed. Css works in cascades and if you use for example css optomization tools that move the css render block to the footer, then you will be able to see each stept of the css re-write on the first load. The solution for this will be to change the css directly in style.css so there will not be any re-writes done to the file. This is the default css behavior and happens on every theme. An easy way to do it without too much searching is to simply access the page source and copy all of the rendered css directly in style./css at the bottom of the file: http://screencast.com/t/Oym8Cldak (it’s a big list. Copy everything between the ‘style’ tags)
3) The font is not bold in the left big thumb, but rather the font increased. If I increase the font for the small thumbs as well, it will also look bold. You can target them with css like so:
.td_module_6 .entry-title{
font-weight: 600!important;
}
4) Well the widgets are not the same height so you will need a bit of css customization to adjust the different margins to the containers to match the center widget. But adding more content to these sections will cause them to position differently again.
For the current layout you can use this code to make them align :
.widget_display_topics{
margin-bottom: -22px!important;
}
.widget_display_forums{
margin-bottom: -36px!important;
}
However I cannot guarantee this solution can be a viable one if the content of these widgets changes. All widgets are dynamic so longer titles will make them ‘fall’ below again
5) You can align the instagram text by adding this css code:
@media(max-width: 767px){
.td-footer-instagram-container .td-footer-instagram-title .td-footer-instagram-user-link{
display:initial!important;
}}
6)You can make the search text bigger by using this code:
.td-search-wrap-mob .td-search-input span{
font-size: 30px!important;
}
7) If you want to redirect the login to the bbpress login ,you can use simple 301 redirects and simply redirect the default login to the bbpress forums, but i;m not sure exactly how the login will work then. So maybe you will want a redirect after the login is made. So a user logs in ad is imediatly redirected to the forums maybe, Thait is doen with plugins as our theme dopes not have any such options.
8) That is because there were a few css changes and the code you had in your custom css needed to be more specific. Such things happen afet an update as css gets changed all the time. That is why the custom css code you apply needs to be very specific or some other more specific code we may add in a new update could overwrite it.
9)The big grid can be set as a full box if you remove the 2 pixels margin like so :
@media (max-width: 767px){
.td_block_big_grid_12 .td-big-grid-wrapper .td-big-grid-post:last-child .td-module-thumb {
margin-left: 0px!important;
}}
10) I’m not sure the code you entered is valid or not, you will have to get a proper ad code from the ad provider and then wrap it into these div elements like this topic suggests: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Thank you!
Hi
Note that the Speed Booster plugin disable itself when an incompatible plugin it’s installed. We added this measure to avoid conflicts with the plugins that won’t allow to move their CSS/js resources at page bottom. To keep it always activated comment or delete the indicated lines from td-speed-booster.php: http://screencast.com/t/RZLIOPUNdqh You can check this topic for more information about speed booster usage: https://forum.tagdiv.com/topic/speed-booster-questions/
Do the indicated modifications to keep Speed Booster always active then test the site again with your pup up plugin and check how it goes.
Hope this help.
Thanks!
Hi
Note that the Speed Booster plugin disable itself when an incompatible plugin it’s installed. We added this measure to avoid conflicts with the plugins that won’t allow to move their CSS/js resources at page bottom. To keep it always activated comment or delete the indicated lines from td-speed-booster.php: http://screencast.com/t/RZLIOPUNdqh You can check this topic for more information about speed booster usage: https://forum.tagdiv.com/topic/speed-booster-questions/
Hope this help.
Thanks!
Hello,
@teddigy
Sorry but the description cannot be moved easily from the top to the bottom of the category page. The page is made out of 3 sections the top template, the grid layout and the articles. You will have to get some hired help on this as there is no easy solution to move the description from one section to another. It can be done, but it takes a bit of time and effort to do and we cannot tackle complex tasks.
@Santosh Ronanki
Pleas open a new topic if you have a question. It’s not polite to hijack other people’s topics.
The category template is not meant to be at the bottom of the category page, but rather at the top.
As fopr the popular category, it is a demo block that is added inside the footer template. This block cannot be changed as it;s a predefined element. If you want to replace it with something else you will have to choose a different footer style that does not come with predefined content and add new blocks and widgets to it from the wp widgets area. You can read more about this here:https://forum.tagdiv.com/footer-templates/
Thank you!
Hi,
2) This css should remove a bit of spacing but keep in mind that css is very specific and it will only apply to the homepage on mobile. If you require other adjustments, you will have to use the browser inspector to figure out how to remove the spacing with css as this is very personal and we cannot provide a general code that can remove the white space everywhere:
@media (max-width: 767px){
.block-title{
margin-bottom:10px!important;
}
.td_block_1 .td_module_4{
padding-bottom: 5px!important;
}
.td_block_5 .td-block-row:last-child .td_module_3{
padding-bottom: 5px;
}}
5)You can activate the author name and the comments count for that particular block by removing the 2 // lines from here: http://screencast.com/t/WGirLBFwo Unfortuantely that’s about it. There is no other content that can fit in there as there has to be enough space for longer post titles.
6) The problem with the different module under the recipes category is because you only have 4 posts to show in that category .Every category is made out of 2 sections. A big grid and a module. You have a big grid with 3 posts and a module with 1 post. If you add more posts it will populate the module section with more posts. These can be selected from the per category settings: http://screencast.com/t/xEp1tg1Kw
I hope this helps.
Thank you!
Hi,
You can use this css to change the author name and post date color:
.td-big-grid-post .td-post-author-name a, .td-big-grid-post .td-post-date, .td-big-grid-post .td-post-author-name span{
color:Red!important
}
If you want to remove the overlay of the images you can use this css:
.td-module-thumb a:last-child:before{
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%)!important;
}
Thank you!
Hello,
This will not be so easy to do. You first need to create the block on a dummy page and filter it to show 3 posts and the category you want to show or specific posts by using block settings: https://forum.tagdiv.com/block-settings-tutorial/
If you want to have the black background you will also need a bit of css to adjust it as that element is custom made.
You can assign a custom css class to your element like so: http://screencast.com/t/nUwW45WrzGl, then set your background for the row to the color you want and use this css:
.mycustomclass{
margin-bottom: 48px;
padding-top: 48px;
background-color: #222;
}
After you set it up properly and you are happy with the results, it;s time to move it on posts.
You can use a do_shortcode function: https://developer.wordpress.org/reference/functions/do_shortcode/ and place the shortcode for your block inside it. Then add the function to the theme files here: http://screencast.com/t/6zk43xa1t2hL
I hope this helps.
Thank you!
Hi,
If you only need to insert one ad, not repeated after a number of posts, then you do not need to use the adcounter. You can simply use a do_shortcode function in the category template like so:
http://screencast.com/t/3AhOEXNl9lPl
<div class="mycustomclass">
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
</div>
It will need a few css adjustments to remove the bottom margin and add a top margin for it to position properly so you can use the custom class assigned to the div element.
As for the bottom ad you need to use the same procedure but this time place the code at the bottom of loop.php from the root directory.
I hope this helps.
Thank you!
Either way, there’s a “problem here:
if td-login-wrap is not supposed to affect colours, it should be taken out (since it’s not doing anything)
or
if the colours are meant to be adjusted, the css overrides for td-login-wrap should be updated to include the new prefix: eg; “mfp-content .td-login-wrap {”
(Specific Example: This is an override the appears in the css relevant to the login modal box – it includes an override for “.td-login-wrap” {V2 style login}, but not “.mfp-content .td-login-wrap” {V3 style login} – the login css should be either removed or updated from this override 🙂 :
.td-header-border::before, .td-trending-now-title, .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat, .td-post-category:hover, .td-header-style-2 .td-header-sp-logo, .td-next-prev-wrap a:hover i, .page-nav .current, .widget_calendar tfoot a:hover, .td-footer-container .widget_search .wpb_button:hover, .td-scroll-up-visible, .dropcap, .td-category a, input[type=”submit”]:hover, .td-post-small-box a:hover, .td-404-sub-sub-title a:hover, .td-rating-bar-wrap div, .td_top_authors .td-active .td-author-post-count, .td_top_authors .td-active .td-author-comments-count, .td_smart_list_3 .td-sml3-top-controls i:hover, .td_smart_list_3 .td-sml3-bottom-controls i:hover, .td_wrapper_video_playlist .td_video_controls_playlist_wrapper, .td-read-more a:hover, .td-login-wrap .btn, .td_display_err, .td-header-style-6 .td-top-menu-full, #bbpress-forums button:hover, #bbpress-forums .bbp-pagination .current, .bbp_widget_login .button:hover, .header-search-wrap .td-drop-down-search .btn:hover, .td-post-text-content .more-link-wrap:hover a, #buddypress div.item-list-tabs ul li > a span, #buddypress div.item-list-tabs ul li > a:hover span, #buddypress input[type=”submit”]:hover, #buddypress a.button:hover span, #buddypress div.item-list-tabs ul li.selected a span, #buddypress div.item-list-tabs ul li.current a span, #buddypress input[type=”submit”]:focus, .td-grid-style-3 .td-big-grid-post .td-module-thumb a:last-child::before, .td-grid-style-4 .td-big-grid-post .td-module-thumb a:last-child::before, .td-grid-style-5 .td-big-grid-post .td-module-thumb::after, .td_category_template_2 .td-category-siblings .td-category a:hover, .td-weather-week::before, .td-weather-information::before
Hello Team,
Since I updated the theme, the space in the header between the title and the menus is more important.
How to reduce the space between the top menu and the title, and the space between the main menu and the title
My website address is http://www.regardnomade.com
If this help, I was using the following costum css before:
.td-logo-text {
font-family: “Lobster”, sans-serif !important;
text-transform: none; /* Removes uppercase format */
}
.td-tagline-text {
font-family: “Open Sans”, sans-serif !important;
text-transform: none; /* Removes uppercase format */
font-size: 1.2em; /* Can use em, rem, px, or pt units here, set to preference */
padding: 15px !important;
}
.home .entry-date{
display: none;
}
.td-grid-style-1 .td-module-thumb a:last-child:before {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
What should I change, or get ride off to make the header less high or smaller?
Thanks.
Vincent
Hi, I figured it out, but when I use your CSS it removes padding-bottom and the tile sits at the bottom of the picture ie. Big Grid 1 and Block 14 it removes everything. If I may suggest, such things should be a turn on/off rather than custom CSS.
-
This reply was modified 10 years by
yosoftware. Reason: typo
Hello raynaldoverde,
If you want to move your Breadcrumbs feature to the bottom of your post page, please notice that you will have to alter the code from the core file in order to achieve best results. For example, if you are using the post template style 1 you will have to remove that come from the single-template-1.php, like this -> http://screencast.com/t/IozVqlcVTQr and then add that code in loop-single-1.php, like this -> http://screencast.com/t/aNyszQe3 and the result you should see here -> http://screencast.com/t/rcn12R5QLn
For your second request, please notice that our mobile theme is responsive and if you turn on the phone to landscape mode, the thumbs will be displayed in full width by default, like this -> http://screencast.com/t/K5Y4w40MRx (our blocks will be automatically resized according on what devices are used)
For your last request, please provide more details about what you want to achieve because I do not exactly understand what you mean. Provide some useful screenshots for a good understanding.
Thaks for your message!
Hello guys,
1. How can I move my header title up to where the breadcrumbs are placed? I plan on moving my breadcrumbs to the bottom of my posts.
2. Is there a way to my sidebar to the bottom of posts when its in landscape? My old css doesn’t work anymore: @media (min-width: 768px) and (max-width: 1018px) {
.vc_column_container .post {
display: block !important;
width:100% !important;
}
}
3. Once I delete the search bar, how do I expand my ubermenu to reach span 4?
Hello,
I need to block ad widget into a post, I can block the other, but not this.
/ * Removed ads post curiosities X * /
.postid-78253 .td-the-rec-id-content_inline {display: none;}
.postid-78253 .td-the-rec-id-content_top {display: none;}
.postid-78253 .td-the-rec-id-content_bottom {display: none;}
.postid-78253 .td-the-rec-id-custom_ad_2 {display: none! important; }
.postid-78253 .td-the-rec-id-custom_ad_3 {display: none! important; }
.postid-78253 .td-the-rec-id-custom_ad_2 {display: none! important; }
.postid-78253 .td-the-rec-id-sidebar_ad {display: none important; }
Hello sir, I’m not wanting to remove top bottom or inline ads on all pages. But only on some individual pages by tags or category or post id.
Hi,
Unfortunately our theme does not offer this feature so you can only remove the ads from posts by editing the theme files. For the content top bottom or inline ads, you can simply remove the adsense code from the theme panel and for the header or footer ad, you can add a condition to the file: https://developer.wordpress.org/reference/functions/is_single/
You can find the code for the header ad here: http://screencast.com/t/yVhthn6VqkA
for the footer: http://screencast.com/t/neBRlrel
Thank you!
Hi,
When you use speedbooster, the cascadin css will show up as the style.css is moved to the bottom of the file so it;s loaded after the content. If you want to remove the black default menu color, you have to change it directly in style.css so it will not be re-written.
As for the speedbooster plugin, that is why it is only compatible with certain plugins as it can’t move all of the render blocksing from all of your plugins. FOr this you have to try and change priority for speedbooster like so: https://forum.tagdiv.com/topic/help-in-using-speedboost/
Try to also disable your plugins and check with gtmetrix again as some plugins can slow down your site considerably to the extent that the plugin causes more damage than the effectiveness of it’s features.
Thank you!
Hello,
Is there a way I can remove the white space below my menu and above my slider?
https://thetravelintern.com/
I tried this custom css and it didn’t work.
.td-main-page-wrap {
padding-top: 0px;
}
.td-main-content-wrap {
padding-bottom: 0px;
}
Thank you.