- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Hello. I need to add block with langauage switcher (it should show simple html with css and js action.
How I can deal with it?
1. https://i.imgur.com/woxOqvq.png
can’t find any option to change font size of this module… firebug shows its module 10.. but wont work. also tried “theme panel> theme fonts > font settings”
2. https://i.imgur.com/nLyzhFb.png
in pc browser version, can i get a (+) plus sign like mobile version to hide some social icons?
3. https://i.imgur.com/LnnrwyU.png
can i make single post 1200px wide? if i use custom css and make wide 60% it works.. but in mobile it gets shrinked..
website is https://probashsomoy. com/
thanks in advance
with regards
Nevermind, I just hid it with css
We are using Tag Div Composer, we need the category classes within the post loop so we can add some CSS based in the category, right now the only classes each post in the post loop have are “td_module_2 td_module_wrap td-animation-stack” is there a way to have the categories as CSS classes like a standard post loop? Site is https://www.staging1.geospatialworld.net/
I’m encountering this error, but for the life of me can’t figure out why. The error seems to be at
wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_mega_menu.php:116
tdb_header_mega_menu::cssMedia()
Now, when I look at the code, it looks like the error is at
$modulo_posts = $modules_limit % intval((100/intval($modules_number)));
However, when I go to the editor, all my values are numerical and I don’t see what’s tripping things
I noticed, the problem is not the zone.. It’s the “td-equal-heights” CSS code which doesnt work anymore inside this footer… Anyways, I try to fix it by myself..
hi, is there anything i can add in the custom css to have the website fullscreen?
Hi,
This can be achieve only with custom css also is look that you change the module -> https://i.imgur.com/LvMMsAE.png
Thank you!
Hi,
All pro demos are using cloud templates from tagDiv Cloud Library, these can be edited only with tagDiv Composer, so you are using a single post templates this can be edited with tagDiv Composer and you can adjust it as you want -> https://i.imgur.com/eMV43pi.png use the right click to remove elements -> https://i.imgur.com/MVBO1sm.png after you remove all the elements from sidebar set the set row from 2 in 1 -> https://i.imgur.com/ofpISOQ.png
If you are using a pro demo, the footer is a cloud template, then you’ll need to edit it from a page, for example, you can edit the homepage, click on edit with tagDiv Composer -> https://i.imgur.com/uweNRrc.jpg after that go down to the footer end edit it how you want (now you can customize the the whole web-page from fronted).
The standard templates can be edited only with custom css and using the settings from theme panel.
Thank you!
Hi,
In order to have the scroll to top on mobile responsive version you’ll need to use a custom css like this one http://prntscr.com/opdgwr
.td-scroll-up-visible {
display: block;
}
The code need to be set in Them panel>Custom code>Custom css
Thank you!
Hi again
I see that this is a bug. And it is impossible to remove “Header Ad” although I disable all Ads in theme options.
Your answer (CSS code) don’t help me doesn’t solve reason because The Header Ad problem is still there. https://prnt.sc/suc10d
You just try to not to show the gap but your CSS code fails to close the gap completely. https://prnt.sc/suc4i0
I am a computer teacher and want to create a clean coding for my web site. That’s why I want to know why you don’t remove Header Ad by theme options?
Please look at that. It must be like that: https://prnt.sc/subl1f
Hi,
is there any functionality to hide the button?
or is it necessary css?
Thank you for the valuable reply…
I change some things in WordPress they all are listed below
1) Added two extra plugins (Yoast SEO) & (Header Footer Code Manager- “HFCM”)
Uses HFCM to add Google analytic Code.”Please suggest better plugin to add codes in header” which don’t affect the theme and work properly.
2) Edit some file in the root directory “wp-include” >> “functions.php” >> “edit” to hide some WordPress detail (suggested by my hosting provider to increase the security of my website, so I did it)
3) Add a simple class in Appearance >> Customize >>Additional CSS i.e
p {
font-size:18px
}
.tagdiv-type {
font-size:18px
}
Thank you
Now I am thinking of resetting my website and installed it again freshly and published article again.
I am thinking It’s my fault maybe I did something wrong…No problem I will correct it from a start
I feel lucky if you give me some tip?
Thanks for the reply, I managed to fix it at the end.. If you use Youtube lyte, and want a clean interface, add this to the custom css area:
/* Youtube video remove play button */
.single .lyte-wrapper .play {
visibility: hidden;
}
/* Youtube video remove title */
.single .lyte-wrapper .tC .tT{
visibility: hidden;
}
Hi GMusic,
For mobile theme plugin you can use the settings from theme panel, these will be apply on mobile theme as on standard templates -> https://i.imgur.com/EXnvjpD.png -> https://i.imgur.com/AUEkZMt.png or using custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
If this is not what you mean, please provide some more details.
Thank you!
Hi,
Let try other method, please use this custom css
-> https://i.imgur.com/InPzTnW.png
.td-main-page-wrap {
padding-top: 8px;
}
This css need to be set in theme panel> custom code> custom css.
Thank you!
Hello !
Please use this css code: .td-menu-background:before {
background: rgba(231, 105, 105, 0.76)
}
You will have to use a RGBA generator so you can change your color.
The codes must be inserted here: https://www.screencast.com/t/fyP7TBVPWvhQ
Thank you !
Hi,
Unforgettably there is no option for this, but you can do it using a custom css -> https://i.imgur.com/EkbRCHs.png
.tdb-mega-menu .sub-menu > li {
margin-top: 30px!important;
}
The code need to be set in theme panel> custom code> custom css.
Thank you!
Hi,
Please try this custom css -> https://i.imgur.com/JThcFWg.png -> https://i.imgur.com/NemFaCn.png
.page-nav .page {
display: none;
}
.page-nav i.td-icon-menu-left:before {
content: "Prev";
}
.page-nav i.td-icon-menu-right:before {
content: "Next";
}
This code need to be set in theme panel> mobile theme> custom code> css.
Hope this will help you!
Thank you!
Hi,
Indeed there are some problems with edge and ie, these browses do not recognize some css elements.
Thank you for your understanding!
Hi,
Unfortunately there is only a general option that will apply for all posts -> https://i.imgur.com/00c9J7H.png
The only way that you can hide several individual posts is to use a custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ here is an example of code that is using the post id https://i.imgur.com/qHoP7Ve.png -> https://i.imgur.com/fAze6Sv.png
Thank you!
Hi,
To fix this problem, please try this custom css -> https://i.imgur.com/mLz6RAq.png
.td-menu-mob-open-menu #td-mobile-nav {
overflow: visible;
}
The code need to be set in theme panel> custom code> advance css > phone.
Let me know the results!
Thank you!
Hi, I would like to change the layout of the Posts Loop block to have the date, title and category appear over the image, like in the “Big Grid Flex 1” block, instead of under the image. Is there a way to do this within Posts Loop?
I know I can adjust the CSS of “Article title space” and “Category tag spacing” but that causes a lot of layout issues because of varying lengths of the title. I want to use the Posts Loop block because of the pagination at the bottom.
Hi,
I have managed to solve Point no 1, 3 and 4. Only thing I cannot solve is point no 2.
The headline/title missing from post problem still continues, only in Edge browser now. The headline is visible for a second then disappears. I have entered the above custom css in the theme panel also but still there is a problem.
https://facesoman.com/dr-waleed-khalid-al-zadjali-taking-a-leap-of-faith/
Please look into it.
Thank you.