- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hi,
No, the excerpt will not appear then, you have to modify the function or replace it with something else, you need to adapt the plugin to take over and do the same as the function did and you will need custom work for that, if you don’t have basic php/html/css knowledge we recommend you hire a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support.
Thanks
Hi,
You could do this by using a plugin like Advanced Custom Fields to chose, when editing the post if to show that author box or not for that post.
Here is how you can do it, follow this topic: https://forum.tagdiv.com/topic/function-to-hide-ads-and-function-to-show-author/#post-8993
If you don’t have basic php/html/css knowledge we recommend you hire a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support.
Thnaks
Hi,
Please remove all css that me and Emil provided for this and use just this one to get this result: http://screencast.com/t/uRAgnCzQKYCh
.td-header-style-8 .td-style-8-logo-wrapper .td-logo img
{
max-height: 176px;
}
.td-boxed-layout .td-header-style-8 .td-menu-wrap, .td-header-style-8 {
height: 172px;
}
.td-header-style-8 .td-style-8-menu-wrapper {
vertical-align: bottom;
}
.td-header-style-8 .td-li-wrapper-menu .sf-menu li:hover ul, .td-header-style-8 .td-li-wrapper-menu .sf-menu li.sfHover ul {
top: 176px !important;
}
Thanks
Hi, well the links in your dropdown appear to work. I think you need to find the setting in either menus, typography, or theme colors (I forget where it is at the moment), and change the menu text from #FFFFFF to something like #333333 for dark grey.
Try in theme panel
Custom Typography > Menus > Sub-Menu Font > Text Color >>>change color at bottom
This is based on v4.22 not 4.3.
If that doesn’t work, then try locating the class in the page source, and then adding the color to the panel’s custom CSS box.
Thanks Chris for you quick answer.
I followed your suggestion from another msg and replaced all ‘PT Sans’,sans-serif with ‘Open Sans’.
Most of the site is ok now but on footer I still see ‘PT Sans’,sans-serif from wp_booster\external\bootstrap\td-bootstrap.css
Maybe, I have to touch it too..
Simply edit the style.css file to replace the default fonts. That’s what I did.
Thank you Lucian, but looks like this is still not working? I added this to Theme Panel>Custom CSS?
Thank you Lucian, but looks like this is still not working? I added this to Theme Panel>Custom CSS?
That was a minor css change, works now 🙂
Hi,
Please use this custom css:
.header-content-rec .td-g-rec-id-header {
text-align: center;
margin-bottom: 40px;
}
Should work like this: http://screencast.com/t/U5Grpj4WPK
Thanks
Hi,
Try this css which will change the font-size for the sidebar slider: http://screencast.com/t/Vmf6zqrcgzG
.iosSlider-col-1 .td-sbig-title-wrap a span, .iosSlider-col-1 .item .td-sbig-title-wrap a span {
font-size: 10px !important;
}
Thanks
Hi,
Please send a link to your site and point me what do you want to change using this css, I need to inspect this so I can provide an relevant answer.
Thanks
Could you please copy and paste the css in this thread. I have tried to manually input from the screenshot but having trouble getting it exact.
Thanks!!
Hi Lucian, I’ve tried disabling the plugins and clearing cache. It used to work earlier but not now. I guess it is due to some css bug, can you please check it? 🙂
Hi,
You could use a block which doesn’t have excerpt or hide it via css or setting it to none from theme panel > excerpts: http://screencast.com/t/y2Rg6V7G (note that this option will change the excerpt on module site-wide)
Thanks
hi,
I have tested this on your site and as you can see from the screenshot it should work fine: http://screencast.com/t/kBCApNSmfQm
Please make sure you add the following custom css in theme panel > custom css like this: http://screencast.com/t/HXqaQu7Pmj3
Thanks
Hi,
I have tested this using the latest theme version 4.3 and with WPBakery Visual Composer version 4.3.4 and worked fine for me: http://screencast.com/t/h8547NHbMdVa
As you noticed the css to style the buttons dose not apply in your case, this is because the classes used by css are missing: http://screencast.com/t/V3LhNREDXhGB
Please make sure you install the WPBakery Visual Composer plugin from the plugins folder that came with themes files like this: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Also try to deactivate all plugins and then check if this issue is still there.
Thanks
Hi,
Sorry for the late reply as I’ve been very busy.
I tried what you have said, and it still didn’t work.
I completed steps 1 & 2, here’s 3 & 4, and I did these too (reference: http://s30.postimg.org/ozrjkkh33/Steps_3_and_4.jpg)
-I inserted (3) into the very first line after my <head> tag.
-I inserted (4) in the bottom of my style.css exactly as it was shown. I also tried inserting it like this:
CSS selector {
font-family: ‘Roboto’, sans-serif;
}
Nothing seems to work…
Thanks.
Hello Emil,
I am not too versed in the technical side of WordPress, and I don’t think I made any changes to any CSS/overriding, so I wouldn’t know where to start. But everything should be “default” as I did not make any customizations to the website other than what I have attempted to do here.
The link is http://www.Leadnr.com
Thank you.
I used the same css, just added a custonm class, coz could’t find the special classes for sidebars in pages and categories.
https://forum.tagdiv.com/topic/control-of-widget-headerslines-on-sidebar/#post-19605 Here Lucian wrote how to add a custom class for category, for page it’s pretty much the same
Unfortunately that css did not work or move the megemenu at all.
http://fidouniverse.com/fidoblog/
I would like the menu and the megamenu to both move down together until the top of the megamenu to align with the bottom of the blue background.
Please view the following to see how I would like the menu to be positioned.
http://www.screencast.com/t/RoRnvYj9l
Thanks!
-
This reply was modified 11 years by
mlgallant.
Hi,
Use this css:
.post header {
position: relative;
margin-bottom: 0px !important;
top: 0px !important;
}
.post header .entry-title {
margin-bottom: 0px !important;
}
Please let me know if this dose not work and also provide a link to your site so I can inspect this.
Thanks
Hi,
The menu code is inside menu-header.php file – http://screencast.com/t/Z4nEZGyN7
The bar is divided in two parts:
span11 – menu – http://screencast.com/t/V5Suzh4M79cs
span1 – the search icon – http://screencast.com/t/5J7BG0fg1JX3
The solution could be to remove the span1 and change span11 to span12
or just set span11 to span12 and use css to move the search bar outside the menu – http://screencast.com/t/f1PDlRi6m – http://screencast.com/t/TGXXZX6m
#td-top-search {
right: -46px;
}
Thank you, Emil G.
Hi,
Please try this custom css:
@media (max-width: 767px) {
.header-content-rec .td-a-rec-id-header .td-visible-phone {
text-align: center !important;
left: 0px !important;
}
}
Should work, like this: http://screencast.com/t/xUfUg0aUeV7
Thanks
Hi,
You can do this by adding 'meetup' => 'Meetup', like this: http://screencast.com/t/NGLCqUJdr7
After you will need to add an icon to it, you can do this via css, like this: http://screencast.com/t/8L107B6yzL
Add this custom css in theme panel > custom css:
.td-s-s-16-meetup {
background-image: url('http://www.uperhosting.com/images/icons/social/16px/meetup.png') !important;
}
Thanks