Search Results for 'css'

Results from the Forum
Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css if you refer to the top menu height: http://screencast.com/t/1QerhoM30RSm

.td-header-menu-wrap .container {
min-height: 50px;
}
.td-header-menu-wrap .container .row {
padding-top: 15px;
}

About the other issue you can also change to a default theme and check if you can upload. If not maybe it is a permission issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css: http://screencast.com/t/X4nJJjVdL

.home .td_block_5 .td-load-more-wrap {
margin-bottom: 10px;
}

Thanks!

happymedia
Participant
#0

Hi there,
i want my menu to look like the Menu from the demo “sport” http://themeforest.net/item/newspaper/full_screen_preview/5489609
in red, and i want to have my logo also there on the left.
I already changed the color and the height but it doesnt lool similar.
Could you give me custom css to change like the Sport menu but with logo?
my page: http://wow-news.co/
Thanks, Julia

Alin [tagDiv]
tagDiv Staff

Hi,

1. The link color in backend is blue, the theme color is applied only in frontend – http://screencast.com/t/EtVtuWQC5Xyp
You can change that color if you need it by adding this css in type.less: http://screencast.com/t/BzyneEf4DXfQ

.mce-content-body a {
color: red;
}

2. Unfortunately is usually happens because of the speed booster plugin which move the css and js at the bottom of the page structure so that the page will load faster, this is why the theme color appears first then changes, because of the cascading property of css. What you can do is to change the color directly into the css style-sheet which will make your colors to load first and stay that way. You could also deactivate the plugin if you don’t need it.

Thanks!

thebestmh
tagDiv Member

That CSS will work! You do some awesome magic Alin!

Brain916
tagDiv Member

Ok, so two questions:
1. Can I just copy the code provided and paste it straight into the stylesheet?

2. Can I put it in the child theme css? Or does it need to be at the main themes css?

Alin [tagDiv]
tagDiv Staff

Hi,

The css is applied in cascade the old one is overwritten by the new one. Unfortunately this is normal behavior, only what you can do is to add height css directly in the style.css file – http://screencast.com/t/KlxLbbpFTn

Thanks!

Lucian
tagDiv Staff

Hi,

Make sure you follow Alin’s instructions from previous message and configure the top menu as you want it then use the custom css in theme panel > custom css section to display the top menu on mobile screens also: http://screencast.com/t/YFfRs3Z2m

Make sure you do this and provide your site’s ulr so we can inspect it.

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

You can change it via custom css: http://screencast.com/t/wJ5yil23MNH

.td-related-title .td-cur-simple-item {
background-color: red;
}
.td-tags span {
background-color: blue;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can inspect those widgets, take their classes and change the background like above – http://screencast.com/t/ojU5Wqsq

.widget_archive .block-title > span, .widget_categories .block-title > span, .widget_meta .block-title > span {
background-color: red;
}

Also for search button:

.widget_search input[type=submit]:hover {
background-color: red;
}

Please try this custom css for comments button: http://screencast.com/t/4mQwODlxvfYo

.comments .form-submit input[type=submit] {
background-color: red;
}

Thanks!

Lucian
tagDiv Staff

Hi,

You can use a similar approach, use this css:

.td-sub-footer-container {
width: 100%;
}
.td-sub-footer-container .td-pb-row {
width: 1021px;
margin: 0 auto;
}

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

Your inline css for iframe is somehow overwritten, you can try to add a class to the iframe add height using custom css in Theme Panel > Custom Css: http://screencast.com/t/QW4zNRqPQhttp://screencast.com/t/bq2PB3FOjJq

Thanks!

Lucian
tagDiv Staff

Hi,

– You can change the color for the articles titles from theme panel > theme colors for each module or block title: http://screencast.com/t/vwKgXFnMAG – please note that this will change the article title for all modules or block of that type on your site not only those from your footer section. To change the tiele for only those located in the footer you nneed to use cusom css code, like this: http://screencast.com/t/rDt9Vbjm – this will change the titles color fro all modules/blocks you use in the footer only.

Add the css below in the custom css section in theme panel and change the color value as you want it.

.td-footer-container .td_module_wrap .td-module-title a {
color: red;
}

– To change the content of the footer section you need to chose one of the templates here: http://screencast.com/t/Ctg0uLIy6Sr then add content to the footer section from widgets section: http://screencast.com/t/XCWbXTOghttp://screencast.com/t/ZHR4oujIYK9A

– You can translate those predefined footer template titles from translation section in theme panel: http://screencast.com/t/QhBNBXiShhttp://screencast.com/t/XepRAb1lPDL

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t have this option, you can do this only with custom modifications to the code.
I have used(use) the latest version of the theme 4.6.3 also for above solution – http://screencast.com/t/GQ3AaAbEsW9
Paste your code in custom ad that you use in Theme Panel and control the width/height if you use an adsense code: http://screencast.com/t/vmwKi8FdZ if you use non adsense banners you have to control width/height like in our example for images – https://forum.tagdiv.com/ads/
You should have this result without any css code: http://screencast.com/t/EXswSqw927

I suggest to hire a developer if you don’t know how to do it as we cannot provide any custom work for the moment, we can make only some suggestions. Sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you are using this module you don’t need to float left the ad – http://screencast.com/t/BVuxyWyzl so please remove that css part leave only margin bottom.

Thanks!

Bintmusic
Participant
#0

hello I am trying to remove the css and js bbPress from not forum pages

wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=4.6.3′
/wp-content/plugins/bbpress/templates/default/js/editor.js?ver=2.5.7-5693

I tried to put follow code in the functions.php file of newspaper but eliminates only the js.
any suggestions?

function isa_dequeue_bbp_style() {
if ( class_exists(‘bbPress’) ) {
if ( ! is_bbpress() ) {
wp_dequeue_style(‘bbp-default’);
wp_dequeue_style( ‘bbp_private_replies_style’);
wp_dequeue_script(‘bbpress-editor’);
}
}
}
add_action( ‘wp_enqueue_scripts’, ‘isa_dequeue_bbp_style’, 99 );

thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use an image and replace default menu icon for mobile: http://screencast.com/t/QPZFbFjwmxb
For example – http://screencast.com/t/e6pKQz2q
<img src="link">
You have to adjust with some css code and you should have this result: http://screencast.com/t/azeA7XzuLwa

#td-top-mobile-toggle img {
width: 30px;
height: 30px
}

Thanks!

Brain916
tagDiv Member

You need to add this in visual editor: td-ss-row css

Click the Pencil above the sidebar area, then in ‘Extra class name’ add in ‘td-ss-row css

that should do the trick.

allthingswestcoast
Participant
#0

Hi, do you know what CSS to put unto editor-style.less to limit an inserted image into a post to width of editor?

Currently, hires images go way wide: http://www.screencast.com/t/HFlVvNqmR (you can only see very left of photo)

Thanks again!

(we are almost done with customizations, and will hopefully stop bugging you guys!)

simchris
tagDiv Member

Not sure what all this stuff is …

Disallow: /*.css$

GOOGLE REF:
https://support.google.com/webmasters/answer/6062608?hl=en&rd=1

simchris
tagDiv Member

For anybody else, also to fix the duplicate default WP issue with dupe label for “archives” … CSS would be “archive” not “archives” — as so:

.widget_categories label {
display: none;
}
.widget_archive label {
display: none;
}

mmeisner
Participant
#0

Hi guys

I have a problem that has come up before, and to be honest I’m not sure how it ever resolved itself. Basically the font-awesome icons, social media icons in the share buttons, and various other theme related icons like the post templates in the theme panel do not appear. In the admin they show as broken, and on the front end they appear as square boxes.

I used the developer tools to check the CSS and I can verify the image paths are correct, and the images are in the directories. I also removed any theme files from the CDN I am using, but no luck…

Anyone else experience this?

pings
tagDiv Member

I dont even remember adding all those code lines. My complete sitemap:

User-agent: *
# remova os diretorios
Disallow: /cgi-bin/
Disallow: /tag/
Disallow: /wp-admin/
Disallow: /wp-includes/
Disallow: /trackback/
Disallow: /feed/
Disallow: /tags/
Disallow: /category/
Disallow: /author/

User-agent: Googlebot
# remover scrips css e afins
Disallow: /*.php$
Disallow: /*.js$
Disallow: /*.inc$
Disallow: /*.css$
Disallow: /*.gz$
Disallow: /*.wmv$
Disallow: /*.cgi$
Disallow: /*.xhtml$

# qualquer endereco que contenha ?
Disallow: /*?*

# permitir o adsense em qualquer url
User-agent: Mediapartners-Google*
Disallow:
Allow: /*

# majesticseo.com
User-Agent: MJ12bot
Disallow:

#Sitemap

Sitemap: http://emagrecersemdieta.com.br/sitemap.xml.gz

Jess
tagDiv Member

Thanks so much! (I can’t remember the original text, so that is why i have a problem…) Hope i can change it back…
While i’m at it asking questions. Do you perhaps know how I can get the upper menubar to be thicker. So many css code that i can’t seem to find it. Thanks again!!

alopfr
tagDiv Member

I have a low score on pagespeed: https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fdescubrirlahistoria.es (49 / 74). I have doubts about the JavaScript and CSS. I have this message (in spanish, I’ve traslated into English with Google Translate:
Remove blocking JavaScript and CSS display the contents of the upper half of the page
Your resources page has 16 scripts and 20 CSS resources causing a blockage. This causes a delay in processing the page.
Unable to view the contents of the upper half of the page without having to wait for any of the resources are loaded. Try to postpone or load asynchronously resources that block the display, or insert critical portions of these resources directly in the HTML.

How could I improve?

Viewing 25 results - 28,676 through 28,700 (of 33,436 total)