Search Results for 'css'

Results from the Forum
Alin [tagDiv]
tagDiv Staff

Hi,


@Mr_S
As the top bar was not designed to work on mobiles some of containers are also hidden, like in your case a css is to display the top bar(.td-header-top-menu-full) and the other one to show the menu(.td-header-top-menu-full .td-header-sp-top-menu). In case that you had also the social icons widget active(Thomas case) this container also will be visible(it doesn’t have css to hide it).


@Thomas
Please try this custom css, this should display sign in and social icons widgets – http://screencast.com/t/jxljko5scU8T

@media (max-width: 767px){
.td-header-top-menu-full {
display: block !important;
}
.td-header-sp-top-menu {
display: block!important;
}
.menu-top-container {
display: none !important;
}
}

We will consider another implementation, at least for sign in widget.

Thanks!

Alin [tagDiv]
tagDiv Staff

http://0div.com:30/paper1/wp-content/uploads/2015/07/logo-header.png

Hi,

Please try this custom css in Theme Panel > Custom Csshttp://screencast.com/t/GByc71a3EF

.logo-text-container .td-logo-text {
font-family: Tahoma;
}
.logo-text-container .td-tagline-text {
font-family: Tahoma;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom csshttp://screencast.com/t/iQ3vrHns

.author-box-wrap .avatar {
border-radius: 100%;
-webkit-box-shadow: -1px 2px 7px 4px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 2px 7px 4px rgba(0,0,0,0.75);
box-shadow: -1px 2px 7px 4px rgba(0,0,0,0.75);
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately even if you reduce the title length will not solve this issue, please provide a link and I will try to provide a css fix.

Thanks!

simchris
tagDiv Member

Perhaps take a look at my sticky post top of the forum on how to optimize your site.

Also, test one of your POST pages, using GTMetrix.com as that will tell you explicitly what still needs to be fixed, such as image optimization, time to live (expiration headers), minify main CSS file, regen thunmbs to serve unscaled images, remove “?” variables, limit loading elements from external sites (e.g., gravatars), etc.

gregy1403
tagDiv Member

One more thing .. in documentation you write to edit the code and put css in

$this->move_style_to_footer

but in file there is only

$this->move_style_to_footer_queue

difference?

zorlander
Participant
#0

Hi guys,

I’m using the Header style 10 with a text logo, and I’m wondering how to change the font family from a serif font to Tahoma.

I’ve already found how to change the tagline text using CSS on the forum, but I can’t for the life of me, figure out how to change the font on the text logo.

Any suggestions?

—Tim

Mr_S
tagDiv Member

Hi Alin,

This solution has worked great….just one question though (i like to learn)
Why is it that the other css worked well on one site and not on the other?

Cheers

Alin [tagDiv]
tagDiv Staff

Hi,


@Mr_S
Please use this custom css in Theme Panel > Custom Css, I have also customize a little your menu items to not drop down – http://screencast.com/t/U997mXqom

@media (max-width: 767px) {
.td-header-top-menu-full, .td-header-top-menu-full .td-header-sp-top-menu {
display: block !important;
}
.top-header-menu li a {
font-size: 12px !important;
margin-right: 5px;
}
}


@Thomas
If you use this custom css the top-bar will be displayed also on mobile devices – http://screencast.com/t/p0m73r0br4 but it was not designed for this device so you will need additional customization or you can try to hide for example the menu – http://screencast.com/t/8EDkS2RE3

@media (max-width: 767px) {
.td-header-top-menu-full{
display: block !important;
}
}

Hope this helps!

Branstone
tagDiv Member

Hi there guys,

I just noticed another Text item that has changed it’s color.

My “Post Title Font” had this color: cc3d00

– but it somehow changed to gray – and will not change back again.

Does this need another CSS code?

In addition – is the new wordpress 4.3 compatible to the Newspaper v4 ?

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your post content and added a class on the div image container and added a margin right which fixes that space issue on mobile and tablets. Replace your post content with this one: http://pastebin.com/yNuTpqdq and add this css in theme panel > custom css:

.td-image-class{
margin-right: 20px!important;
}

Regarding the block 16 you can use this custom css to obtain his normal size: http://screencast.com/t/KN35FqonM

.postid-4741 .td-post-content .td_block_16 .td_module_mx4 {
width: 200px;
}

The css will work only on this post: http://www.lakiz.com/artistas/vanda-may/

Let me know how it goes!

Thanks!

jynx2298
tagDiv Member

No problem. Here are a few steps to get it working.
1. Install and activate this plugin Show/Hide Menu If you want to use icons in your menus, install and activate Font Awesome

2. Go to appearance>menus. click screen options at the top and make sure to tick the css classes box. Now create 2 menus with the same name like THIS. One is going to be your logged in tab, the other when logged out. Once you have those 2 menu items added to your menu, click the options arrow on the menu item, and where it says css classes, put “forguest” in your logged out tab, and “formember” on your logged in tab.

3. Add submenus as you want, make sure you put your login and register submenu items under the menu marked as forguest. Here is what my logged in and logged out looks like in the dashboard PIC

4. If you want to use a icons in your menu, add a second css class to the menu. put a space after “formember” or “forguest” and add the css class for the icon you want to use, the font awesome plugin has to be installed to use them. HERE is the full list of icons and their css classes that you can use.

If I missed anything let me know

Alin [tagDiv]
tagDiv Staff

Hi,

The simplest way is to modify the post limit on megamenu and display more than 5 articles on 2 rows – http://screencast.com/t/UKNMJSx1JXhttp://screencast.com/t/TrFPzTb2Lv
You will need custom work to display the articles 2×3 or 6 side by side. For example if you change the limit value to 6 it will be applied on all megamenu categories(those without subcategories). If this is not a problem for you, you can add a fixed width to the megamenu, using menu item unique class(so you it will not affect the other megamenu categories). You need to use browser inspector tool to take the item class – http://screencast.com/t/kis7We6Wxg1 and use this custom css(use media queries for specific screen size) – http://screencast.com/t/37TjlBsbw

@media (min-width: 1019px ) {
.menu-item-2091 .td-mega-row {
width: 654px;
}
}

This is not an easy task, so if you don’t have basic html/css experience I suggest to hire someone to do this for you as we cannot provide custom work, sorry! I provided above an example how this can be done, but you will need additional customization.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Regenerating thumbnails should solve your issue, but if you use smaller featured image than the size of the thumb, please note that WordPress doesn’t enlarge images and you will need to use plugin like Thumbnail Upscale to enlarge thumbnails: https://wordpress.org/plugins/thumbnail-upscale/ For upscale use a combination of plugins Thumbnail Upscale + Force Regenerate.
Please note that there’s no ideal image size, the modules have thumbs with different aspect ratios and a part of the image may get lost on the cropping process(the images are cropped center-top). You can add a new thumb size or modify the crop mode in td_config.php file – http://screencast.com/t/7nlYBLgcfb If you make any modifications here you need to regenerate thumbs You could read more about the featured image size here (it’s from Newsmag documentation but the principles are the same) – https://forum.tagdiv.com/image-size/

Do you refer to the gradient background used on style 1? Please try this custom css to remove it – http://screencast.com/t/IEbPVjxU

.td-grid-style-1 .td-module-thumb a:last-child:before {
opacity: 0 !important;
}

Hope this helps!

kompic
tagDiv Member

Hi.
Awesome jynx2298, this could really save my time if you could share your solution with me on this one. Looks really great.
Thanks Alin for custom css.

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t have an option to change the gradient color and you will have to use custom css to change the color for each big grid spot. Please use browser inspector tool – http://screencast.com/t/qtwIwDjws9 You have to target something like this if you want to change this only for grid 8 – http://screencast.com/t/HKB4gtLBpq

.td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-0 .td-module-thumb a:last-child:before {
background: -moz-linear-gradient(45deg, #222 0%, #4a8f5e 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, #222), color-stop(100%, #4a8f5e));
background: -webkit-linear-gradient(45deg, #222 0%, #4a8f5e 100%);
background: -o-linear-gradient(45deg, #222 0%, #4a8f5e 100%);
background: -ms-linear-gradient(45deg, #222 0%, #4a8f5e 100%);
background: linear-gradient(45deg, #222 0%, #4a8f5e 100%);
}

This custom css is for first spot(just change to the color that you need), for the other grid spots please change td-big-grid-post-0 to td-big-grid-post-1 and so on… http://screencast.com/t/Y4tCTEbYO

Hope this helps!

Mr_S
tagDiv Member

Hi,

I have the same issue on this site http://www.eurocross.nl/consumenten/
So i added the exact same css in the custom and on this one it doesn’t work.
Any ideas?

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the top menu was not designed for mobile device and it is hidden,we will try to find a better implementation for log in widget. yYou can use this custom css to display the sign in widget on mobile – http://screencast.com/t/KOuJW9GW

@media (max-width: 767px){
.td-header-top-menu-full {
display: block !important;
}
.td-header-sp-top-menu {
display: block!important;
}
.menu-top-container {
display: none !important;
}
.td-header-sp-top-widget {
display: none !important;
}
}

Thanks!!

Alin [tagDiv]
tagDiv Staff

Hi,

I guess that you use non-adsense code, please try this custom css, the banner should be displayed at specific size – http://screencast.com/t/lGaqwLynfv

.td-a-rec-id-sidebar img {
width: inherit !important;
margin: 0 auto;
}

Thanks!

sirajcmr
tagDiv Member

Hi Alin,

Could you please share any css code which I can use to make the author pic in circle with shadow and small border.

Sorry Chris, I tried to follow what you said but I think i screwed something in middle 🙂

Regards
Siraj

Alin [tagDiv]
tagDiv Staff

Hi,

If you want to remove comment counter only on specific block you can do this via custom css in Theme Panel > Custom Css(just change the block number) – http://screencast.com/t/xR4FapMDV1

.td_block_1 .td-module-comments {
display: none;
}

Also there is a general option to remove comments counter on post, modules, blocks in Theme Panel > Post Settings – http://screencast.com/t/O1uLS1cGl5mC

Thanks!

gregy1403
Participant
#0

Hi

In short, Speed Booster configured with added scripts

/**
* move javascript to footer
*/
$this->move_js_to_footer('themepunchtools');
$this->move_js_to_footer('revmin');

$this->move_js_to_footer('archivesCW');
$this->move_js_to_footer('aspexi-facebook-like-box');
$this->move_js_to_footer('td-site-min');
$this->move_js_to_footer('wpmu-public-min-js');
$this->move_js_to_footer('comment-reply');

But pagespeed keep saying to move them down

http://www.cele.si/wp-includes/js/jquery/jquery.js
http://www.cele.si/…includes/js/jquery/jquery-migrate.min.js
http://www.cele.si/…calendar-widget/jquery.archivesCW.min.js
http://www.cele.si/oglasi/www/delivery/spcjs.php?id=1
http://www.cele.si/…&charset=UTF-8&loc=http%3A//www.cele.si/
http://www.cele.si/oglasi/www/delivery/fl.js
http://www.cele.si/…gins/aspexi-facebook-like-box/js/aflb.js
http://www.cele.si/…ontent/themes/Newsmag/js/tagdiv_theme.js
http://www.cele.si/wp-includes/js/comment-reply.min.js
http://www.cele.si/…plugins/wordpress-popup/js/public.min.js
http://www.cele.si/…_composer/assets/js/js_composer_front.js
http://www.cele.si/…er/assets/lib/waypoints/waypoints.min.js
http://www.cele.si/…gen_gallery_display/static/common.min.js
http://www.cele.si/…s/nextgen_basic_album/static/init.min.js
http://www.cele.si/…/lightbox/static/lightbox_context.min.js
http://www.cele.si/…jquery.fancybox-1.3.4.pack.js?1439917202
http://www.cele.si/…/static/jquery.dotdotdot-1.5.7-packed.js

The same is happening with CSS

Any idea what could be wrong?

Thank you

eyee12
Participant
#0

Hi Team –

I feel like this should be a simple fix, but can’t figure it out. Testing a new site for my client, Sugar Ray Leonard, and just wanted to get this fixed. The logo looks fine when I load the page, yet when I scroll down and the sticky logo appears, it’s tiny. Do I need custom css for this to be fixed? Thanks for your help.

Site: Sugar Ray Leonard

Thanks!

Andrei L.
tagDiv Member

Hi

You can make the modification directly in style.css file: http://screencast.com/t/2Op3GpJuWYgB

Thanks!

yakir105
tagDiv Member

i’m sorry,
but it not a custom work!
this is the default of the Mega-menu after the installation.
i ask what is the css code that control the Mega-menu size ?
why it’s so hard to know?

i know what is firebug (all my site built with firebug) but i want from you only direction.

Thanks

Viewing 25 results - 27,126 through 27,150 (of 33,436 total)