Hello,
Sorry but the sort order is not created in css.
If you want a custom sort order, here is an example on how it is created:
https://forum.tagdiv.com/topic/implemented-new-sort-most-popular-among-posts-of-last-7-days/
Alternatively, you can select specific posts you want shown in your block using the post id filter.
Thanks.
Hi,
This code should make the menu and the search switch places on mobile
– https://www.screencast.com/t/DDTZrciLY
#td-top-mobile-toggle {
position: absolute;
right: 0;
}
#td-top-search {
right: 54px;
}
Enter the code in the same phones section of the Advanced Css.
To change the way the mobile modal is functioning may not be so easy. This is where the feature is defined in the theme, in the theme stylesheet
– https://www.screencast.com/t/aOkd1fUq
Try changing the translate values and see if it works properly. There may be other values and elements that would require modifications to make it work.
Thanks
Hi,
After further inspecting this issue, it seems there is a height limit for the open menu on mobile. The menu items are all there but they cannot be seen.
Please enter this code in Theme panel->Custom Css and it will increase the height of the menu on mobile, to be able to display all the categories
– https://www.screencast.com/t/EGcugrp1pLi
.td-mobile-content .td-sub-menu-open > ul {
max-height: 5000px;
}
Thanks
Dear Support,
I want to rearrange my posts in block 5 on my home page (warrimarket.com). Non of the sorting order gave me the exact way I want it. latest or oldest is out of it.
I will require your assistance for a css code to achieve this.
Thanks.
Hi,
Please note that we answer all the topics on the forum, as soon as possible. After inspecting this issue on your website, it seems that the ad code you are using has 2 images in it’s structure. One with the actual image of the ad, and another image with a width and height of 1px
– https://www.screencast.com/t/uBOp1ATLkm
The theme is setting a width of 100% for both these images, that is why they are displayed like this instead of their normal size.
Please enter this code in Theme panel->Custom Css and it should make the ads display in their initial form, and also center them
– https://www.screencast.com/t/KwbSwqc8q
– https://www.screencast.com/t/j1Kadb2OfL4
.td-a-rec-id-sidebar img,
.td-a-rec-id-content_bottom img {
width: auto;
margin: auto;
}
Thanks
Hi,
I have installed an SSL on the domain jayceedeguzman.com.
However, the site is loading an insecure asset 14.jpg. It seems that it’s being loaded by this script:
https://www.jayceedeguzman.com/wp-content/plugins/td-composer/css-live/assets/external/ace/ace.js?ver=__td_aurora_deploy_version__
See this screenshot also: http://prntscr.com/frqxag
I did not upload this “14.jpg” image file. It does not exist on the Media Library, too.
I need your help because this is causing jayceedeguzman.com not to show the security padlock (SSL).
Dear Simion,
Thank you for your reply.
I uploaded a wider logo to my site. Now it looks perfect.
As for mobile, the custom css looks great! However, I was wondering if the hamburger menu and search button could switch places?
Also, when I press the hamburger menu, could it also sweep in from the right as the search option does?
Great many thanks!
Sincerely,
Miguel
Hi Simion,
as you can see, your tip worked. Just added your code in custom css section.
I’m going to ask to the plugin developers if they can help me in solving the problem in a more proper/stable way.
Thanks a lot again.
Luca
p.s. I’ll give you updetes on point 2!
Hi,
1)On desktop it will look exactly the same as before as the code only affects the mobile version of the theme.
2) Sorry but css cannot do that. That must be programmed by a developer as it takes a lot more than just css. Sorry but there is no simple solution for it.
Thanks.
Hi,
There doesn’t seem to be such padding in that plugins structure. But it is present as an inline style, something must be adding it there. Like I mentioned there is no such padding in the theme style, it would have no purpose.
You could try as a quick fix the code I provided above, with the negative margin that would somewhat override that padding.
Just enter the code in Theme panel->Custom Css.
Thanks
Hi
Thanks it works.
1) This will only change the MOBILE VERSION right not what it looks like on a desktop?
2) Is there CSS code to show the Header Top Menu on desktop but when viewed on Mobile it adds that Top Menu links to the drop down menu like the other links?
Please add this custom css in your theme panel-> custom code-> custom css box:
.vc_toggle .wp_social_bookmarking_light{
display:none;
}
Thanks.
Thank you for your reply.
I want to hide the SNS button displayed by <div class = “vc_toggle_content”>.
It is CSS below.
<div class=’wp_social_bookmarking_light’>
<div class=”wsbl_twitter”>Tweet</div>
<div class=”wsbl_facebook_like”>
<div id=”fb-root”></div>
<p><fb:like href=”http://www.fighters-spirits.com/magazine/archives/3051″ layout=”button_count” action=”like” width=”100″ share=”false” show_faces=”false” ></fb:like></div>
<div class=”wsbl_facebook_share”>
<div id=”fb-root”></div>
<p><fb:share-button href=”http://www.fighters-spirits.com/magazine/archives/3051″ type=”button_count” ></fb:share-button></div>
<div class=”wsbl_hatena_button”>
<script type=”text/javascript” src=”//b.hatena.ne.jp/js/bookmark_button.js” charset=”utf-8″ async=”async”></script></div>
<div class=”wsbl_line”>
</div>
<div class=”wsbl_google_plus_one”><g:plusone size=”medium” annotation=”none” href=”http://www.fighters-spirits.com/magazine/archives/3051″ ></g:plusone></div>
<div class=”wsbl_pocket”>Pocket<script type=”text/javascript”>!function(d,i){if(!d.getElementById(i)){var j=d.createElement(“script”);j.id=i;j.src=”https://widgets.getpocket.com/v1/j/btn.js?v=1″;var w=d.getElementById(i);d.body.appendChild(j);}}(document,”pocket-btn-js”);</script></div>
</div>
<p><br class=’wp_social_bookmarking_light_clear’ /></p>
</div>
Thanks!
Please provide more details to exactly which button you want to hide with css.
Thanks.
Hi,
By default there is no option to remove that section. There are two ways you could do that. The first one will require you to comment or remove this line of code from this file
– https://www.screencast.com/t/q3nJvvoEUxf3
Or you can enter this code in Theme panel->Custom Css
– https://www.screencast.com/t/a2ZPVB5DpHii
.td_block_related_posts .td-related-right {
display:none;
}
Thanks
Hello,
If you want to add borders and spacing to blocks and modules, please note you can add them in the tagdiv composer in the css editor box but only exterior borders can be added. You cannot create a grid around the posts as mentioned. It can only be done with custom css. Unfortunately there is no simple solution for it.
Thank you!
Hi,
The header style you are using does not have a limit for the logo image. If you would like it to cover all the space, simply upload a bigger logo image. Your current logo is like this
– https://www.screencast.com/t/LHnIWzzEipl
And the logo container for me is bigger
– https://www.screencast.com/t/lfn4hZooD
The logo image will not get stretched to fit, you have to use a bigger one. On bigger devices there will be an empty space if the image is smaller.
On mobile you can try a code like the one below for what you want to achieve. It will remove the gap you mention, align the logo to the left and move the menu toggle to the right
– https://www.screencast.com/t/dx0y4Glys8zh
.td-main-menu-logo img {
max-height:54px;
margin-left:0;
}
#td-top-mobile-toggle {
float:right;
}
This code must be entered in the Theme panel->Advanced CSS in the phones section. Please let me know if I misunderstood something, and I will make adjustments.
Thanks
I’m making CSS edits to the style.css file (the one with the Newspaper at the top) however its not affecting the site.
Anyone know why? I checked the css on site and the edits are showing.
Also, how can I save the CSS to the site? I hit save, but when I reload it does not change.
Thanks
EDIT: Found out how to
-
This reply was modified 9 years by
GiacomoLaw.
Hi,
If you only want the links inside your post content to be underlined, please add this code in the theme panel-> custom css box:
.td-post-content a{
text-decoration:underline!important;
}
Thank you!
Hello HadLines,
You should use a bit of CSS code to do this. Try the code below and place it in Theme panel.
The code is ->
.td-sub-footer-copy{
width: 100%!important;
text-align:center!important;
}
Thanks for your understanding!
Hello viscott,
You should use a bit of CSS code to only hide it on the front end but the functionality will remain and each post view will be increment at your backend.
The code is ->
.td-post-views{
display:none;
}
Hope this helps!
Thanks for your understanding!
Hello 1CBAR1,
If you want to change these strings you should check the Theme panel->Translations setting and from there you can add any text you want, like this -> https://www.screencast.com/t/lbfjnxfR Also, if you want to add some properties for these, like background-color/color/font-family you could use a bit of CSS code to do this because the theme does not have any such an option that allows you to change these from Theme panel, sorry! Provide your website and more details about what you want to achieve so I will be able to provide a more accurate response.
Thanks for the message!
Hi,
Please add this code in your theme panel-> custom css box:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
.td-header-sp-top-menu {
display: block !important;
}
}
Thanks.
