Search Results for 'css'

Results from the Forum
moens
tagDiv Member

Ah, the info about the Envato API is great (if it works)! Thanks.

So I installed the Envato WP Toolkit[1] and even upgraded the theme. Sweet…

But… now I have two versions of theme:

1) The version that I downloaded from Envato on March 10, version 4.6.1 (according to styles.css) but which includes a folder named, “/patch_4.6.1_4.6.2/”, so, I assume this is actually v4.6.2, However it still includes Visual Composer 4.3.5… is that how it is supposed to be?

2) The version that I got in the update through the envato-wordpress-toolkit plugin: version 444 (According to styles.css)

Fortunately 4.6.1 is still the installed version, but there is also a 4.6.2 currently in release according to the product page (with an updated Visual Composer…).

[1] https://github.com/envato/envato-wordpress-toolkit

  • This reply was modified 11 years by moens.
  • This reply was modified 11 years by moens.
  • This reply was modified 11 years by moens.
Alin [tagDiv]
tagDiv Staff

Hi,

I guess that this is what you need: http://screencast.com/t/s4BjRCTHe0
Please add this code in Theme Panel > Custom Css with the code from above that remove gradient:

.td-big-grid-meta {
background-color: rgba(0, 0, 0, 0.60);
}

Thanks!

carmen
tagDiv Member

thank you Lucian
unfortunately I cannot do without the Taxonomy plugin because it’s the only way to order categories in MEgamenu
(as you said me here https://forum.tagdiv.com/topic/megamenu-order/#post-40757)

I could try to update the theme, but in this case would I loose all the customizations I did on the theme (colors, typography, custom css,…)??

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this css for top border: http://screencast.com/t/tZB6xByMNV

.widget{
border-top: 1px solid #e6e6e6;
}

Please follow this topic and add td-ss-row extra class to the row: https://forum.tagdiv.com/topic/smart-side-bar-social-button-2/#post-35885

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

You can leave post views enable from Theme Panel > Post settings: http://screencast.com/t/q81kFODmHuR and use this css code to hide it on frontend post page: http://screencast.com/t/rT3Qv7IH1 or you can comment(or delete) in code if you edit post template that you use: http://screencast.com/t/nWR3dMIL
You and your friends can see the post view in backend: http://screencast.com/t/pIF0XErmwQ

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

I see that you changed the font size to 20px and now the menu looks fine on screen over 1020px: http://screencast.com/t/6BlnG4ReI
Also I see that you applied the css code but it doesn’t work without !importanthttp://screencast.com/t/WQlZryztj so please use !important on the code like this(also for padding) and should work:

 @media (min-width:768px) and (max-width: 1020px){
.sf-menu > li > a {
padding: 0px 11px 0px 0px !important;
}
.sf-menu > .td-menu-item > a{
font-size: 14px !important;
}
}

Thanks!

Truefolder
tagDiv Member

Lucian,

I can’t control how the plugin inserts images. It just inserts an Amazon Buy Button and it should be correct size, but the theme extends it all the way for some reason.

I placed the previous code in Theme Panel > Custom CSS box. Do I remove previous code? Where do I place this new one, in Custom CSS box, or go directly into style.css file? Please advise.

societyofect
Participant
#0

Hi, is it possible to limit the post views to users that have author or admin roles, so only they can see them? I’d rather not have the post views public while my site is new and growing, the low view count in the beginning may discourage potential users, however I find it useful to be able to see this myself and my friends who are working on the site with me (to see which type of posts get the most views).

But I can’t find any option in the template to limit who can see the post views, I can only see an on/off switch. Is it possible to fix this with a css or php hack?

okti
tagDiv Member

HI,

first off all the CSS is working only if i use any widget from the template. But on the home page http://www.edurozrywka.pl i added widget form Event Manager plugin and the border is not visible. This widget is last one on the home page and it has the name POLECANE SZKOLENIA.

Smart scroll is not working on any other pages that home page and blog. Here are samples:
http://www.edurozrywka.pl/szkolenia-i-rozwoj
http://www.edurozrywka.pl/o-firmie/referencje
http://www.edurozrywka.pl/o-firmie/zespol

Thanks is advance for the help.

Feedup
Participant
#0

Hi,

I have spoken to the webhosting company for my website and they keep telling me to optimize my site as much as possible and reduce the # of requests to 35-40. I have optimized most of the plugins and images, but here are my results still:

This specific test was done on March 12 at 12:41:54 from Dallas, Texas, USA. The web page took 14.87 s to load, used 95 requests, and weighed in at 1.4 MB.

The Google Page Speed performance grade for this web page is 62/100

There’s a ton of more information you can check out here: http://fpt.pingdom.com#!/ijBuG/http://feedup.ca

Suggestions on how to optimize and reduce all these requests. The results show a ton of css files as the requests. All the info is there, but a 14.87s load time for a site is ridiculous!

Please help.

prose976
tagDiv Member

Alin,

Thanks for working with me on this. I have applied the css and reduced the font size per your instructions and I am not seeing the wrapping result in your screenshot. I am using this simulator http://quirktools.com/screenfly/#u=https%3A//tribyoot.org&w=966&h=603&a=23

If there is a better simulator that will show the results you got, please let me know. Maybe I’m missing something. Please let me know.

Philip

prose976
tagDiv Member

Thanks Emil,

The CSS seems to have resolved the issue. I appreciate your diligence in finding a solution. Have an Awesome Day!

Philip

Lucian
tagDiv Staff

Hi,

I’ve tested your site on mobile but haven’t found any issues the content is loaded fine. If you’re still experiencing issues with this try without any plugins, empty cache and purge files then try again.
Also consider disabling any js/css/html compression as it could also cause issues.
Please let me know how it goes and provide more details about this.

Thanks

Lucian
tagDiv Staff

Hi,

Use it like this: http://screencast.com/t/1PRBL6MY

.alignnone img, .aligncenter img {
width: initial !important;
}

For post editor panel please try to remove this css: http://screencast.com/t/khU6Wn5hC ..and see how it goes. Please also remember to empty caches and purge files if you sue cdn host.

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css for Big Grid: http://screencast.com/t/aHPPwbQZ

.td-image-gradient:before{
background: transparent;
}
.td-module-thumb a:last-child:before{
background: transparent !important;
}

Also you can add a background to the title: http://screencast.com/t/QFsFaBh7IFL

.td-big-grid-post .entry-title a{
background-color: rgba(0, 0, 0, 0.38);
}

Please use Chrome and inspect blocks/modules that you want to change and add the css in Theme Panel > Custom Css.

You can edit module files that are used on blocks and comment or delete author line. For example this module(td_module_mx5.php) is used by the Big Grid: http://screencast.com/t/Nw3AfazOS41
Result: http://screencast.com/t/I5j2Hs2O

Thanks!

Truefolder
tagDiv Member

Hi Lucian,

Thanks for the response! I did what you said, but it didn’t help much.

Custom CSS changed A FEW of these, but some other entries are still giant and did not change (please see the link).

BUT, most importantly, these are ALL still giant within the editing window (when editing the post), and the custom CSS does not affect anything when writing/editing the post. I still can’t scale them or control them in any way like I should be able to. They’re huge and taking up all the space in the window.

http://content.screencast.com/users/Truefolder/folders/Default/media/c7748612-99c1-447d-ab43-681e58c4cc54/1.JPG

Lucian
tagDiv Staff

Hi,

Sorry for the delay!

I’ve check your site and noticed that those images are affected by some theme’s css which use the same classes and that is why they are always at full container width. You can overwrite it using css, try this css in your custom css filed and lat me know if you still have issue with this: http://screencast.com/t/wx0rGedoj

.post .easyazon-block .alignnone img, .post .easyazon-block .aligncenter img {
width: initial !important;
}

Let me know how it goes!

Thanks

Lucian
tagDiv Staff

Hi,

You can use the css form below to correct it.

.td-related-title .td-related-left {
border-radius: 3px 3px 3px 3px !important;
}

Thanks

  • This reply was modified 11 years by Lucian.
Alin [tagDiv]
tagDiv Staff

Hi,

1. You can change footer background from Theme Panel > Theme Colors: http://screencast.com/t/2yBVGWU0Q
2. Please follow this topic: https://forum.tagdiv.com/topic/big-slide-left-to-right-fonts-arabic/
3-4 Provide a link and more details.
5. Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/pAFd6TGGvSvb

.block-mega-child-cats{
text-align:left;
}
.block-mega-child-cats a{
padding: 6px 0px 6px 21px;
}
.td_block_mega_menu .td-ajax-next-page{
left: auto;
right: 270px;
background-position: -20px -1948px;
}
.td_block_mega_menu .td_ajax-prev-page{
left: auto;
right: 240px;
background-position: -20px -1990px;
}

You can change mega menu fonts from Theme Panel > Custom Typography: http://screencast.com/t/kiw8KbAEqo2

6. I’m not sure what you mean. If you want to change block title an excerpt fonts you can do this from Theme Panel > Custom Typography: http://screencast.com/t/QcbCK4H4EXoKhttp://screencast.com/t/1bKn85xOlz

Please search the forum for suggestion and fixes for the issue you may encounter with this and you should also consider that unfortunately we recently have decided that starting with the next theme update we will not include rtl support within the theme. You can still use the theme as it is but unfortunately you cannot updated it as you will lose the rtl support or you can update it and make yourself the necessary adjustments needed.

Thanks!

Lucian
tagDiv Staff

Hi,

This: http://oi57.tinypic.com/iylzid.jpg is a know issue which we have on our todo list and try to find a solution as it seems it dose not happen to every one.
You can fix it using this custom css in theme panel > custom css field: http://screencast.com/t/abpgce5tt

.block-title {
line-height: 30px !important;
}

I can’t see well what error you receive when you import the demo xml.
Please give us wp-access on email so we can access your admin panel and have a look at this.
Also please make a backup of you current WordPress install and database: http://codex.wordpress.org/WordPress_Backups then give us access to admin.

Thanks

ghawyy
Participant
#0

first thing I need change full website font for custom font I make it in css but it change some places only
and see shots below please cos I’m web host company and I will work with your templates and need you give me a hand to buy more so I need to fix this asap
1 – I need to change footer color to black.
2 – big slide need change thumbnails position to left screen shot below
http://2up.pw/uploads/1426157553831.jpg
3 – any widget header aligned to the left ?
4 – I need to make custom ads 2 and 3 at web site sides how to make it what is the ads short code and how to make body fixed cos its so wide so that side ads cover logo check this
http://2up.pw/uploads/1426157697241.jpg
and tell me how to hide it from mobile and tablets
5- rtl issue in menu please check this
http://2up.pw/uploads/1426157777891.jpg
need to fix it and tell me how to change its fonts
6- blocks font how to change it please cos I change it in menu and other places don’t know how to fix it
check below shot
http://2up.pw/uploads/1426158121462.jpg
please tell me how to fix this and you should make every sing trl so that we not face problems any more

Emil G
tagDiv Staff

Hi,

The issue appears because you didn’t closed some of the queries, look again on the code, the querie should look like this:

@media (...) {
.class {
/*css parameters*/
}
}

Your’s look like this(unclosed):

@media (...) {
.class {
/*css parameters*/
}

Thank you, Emil G.

  • This reply was modified 11 years by Emil G.
Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/NPVoMT8j

.td-pb-border-top{
border-top: 1px solid #e6e6e6 !important;
}

Also please provide a link on the page that smart sidebar doesn’t work correctly as I didn’t find any issues.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes you can hide it with custom css in Theme Panel > Custom Css: http://screencast.com/t/eqywCAnPEdi

.category .td-wrapper-pulldown-filter{
display: none;
}

Result: http://screencast.com/t/fQwEpab1

Thanks!

Emil G
tagDiv Staff

Hi,

The theme Bbpress style files are included in the ../Newspaper/bbpress folder. If you delete the folder Bbpress will return to default (all features will be enabled) but the css style will be lost. We will fix this on v.5.

Thank you, Emil G.

Viewing 25 results - 29,351 through 29,375 (of 33,436 total)