Hi,
You have to change the code like I suggested above and use browser inspector tool to see what css you need to change. I have provide you above an example how you can achieve this, but you may need additional css customizations. I suggest to get someone to help you if you don’t know how to do it as we cannot provide any type of custom work at this time, sorry!
Thanks!
Hi,
It should work fine if you have added the above code in header style 1 file – http://screencast.com/t/reDvpq9o6 – http://screencast.com/t/u33Ty5eZr If you have already done this please paste your code in the Custom ad 1 area from Theme Panel and see if appears. Also you can inspect this using browser inspector tool and see if it is there.
Thanks!
Hi,
I’m not sure if this is what you mean but the header menu has an inline height – http://screencast.com/t/8IM4vXY99x You can try to use browser’s inspector to target header elements and find a solution where to add a max-height value.
Thanks!
Hi,
You can customize Big Grid 8 using custom css. I guess that you are referring to style 2 or 3(or any style) you need to inspect using browser’s inspector tool and target the classes where the background gradient is applied and change it for example – http://screencast.com/t/DqJZ8rz0
If you don’t have basic css experience I suggest to get someone to help you as we cannot provide custom work at this time, sorry!
Thanks!
There is this line of CSS. In Inspector, if I disable this line, the block shrinks and fits perfectly. As you can see, this piece of code is mixed in with a bunch of media queries and even has some comments in it for responsive design, but it doesn’t appear to be within a media query itself.
I can change that value to height: 378px; but since the problem isn’t occurring on a duplicate of the site, I’m thinking there is another problem and manipulating these value only disguises it.
I definitely do not want to hide problems on the site. So I’m hoping you guys can tell me what’s causing the thumb to resize in the browser. I’m not running any caching plugins and have cleared my browser cache repeatedly; it’s not that.
At a loss for the next step, though.
Thanks.
Hi,
The best solution would be to create custom css for the elements you want to modify. Just use the browser inspector to check the structure, classes and the current css on the element you want to change. Then create a custom css and add it in Theme Panel -> Custom CSS. This ensures that you can update the theme and you don’t have to edit the files after each update.
Thank you, Emil G.
Hi,
I’ve checked your page on both iPad and desktop and it delivers only 728×90 ads, no 960×960 blank page.
The issue may come from the ad provider, i see you’re not using default adsense.
If it happens again on desktop use the browser inspector to check for errors. Let me know if you find something.
Thank you!
Hi,
The theme has now various header styles that you can set from Theme Panel > Header section – http://screencast.com/t/sRoGabFso
Not sure what you are trying to do, you can use browser’s inspector tool and see those classes. For example for default header style – http://screencast.com/t/nCTnwG3Y8Hmi
Thanks!
Hi,
Please provide a link so we can take a look. Also when you save Theme Panel please check this without any plugins active, leave just Visual Composer active and clear cache. You can use browser inspector tool and check your console for errors when you save your settings(changes).
Thanks!
Hi,
What theme version do you use? The latest version is 4.6.3 please update you theme is you use an older version following this guide(FTP method) – https://forum.tagdiv.com/how-to-update-the-theme/ and also the plugins that come with the theme’s files from the /plugins folder.
Also please use browser inspector tool and check for errors in console when you try to save your translation – http://screencast.com/t/mmIaJQf7
Let me know!
Thanks!
Hi,
Unfortunately there is no option to customize tag cloud widgets like on tagdiv blocks, but you can do this via custom css in Theme Panel > Custom css like Christopher already suggested. Just use browser’s inspector tool and see the css code used – http://screencast.com/t/98q7AYurvbB take those classes and customize it via css.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Only tagdiv block have an option for style 1 title, so if you use these block in the sidebar you can change this also in Widgets section – http://screencast.com/t/dvPVeYutSbz If you use wordpress blocks you can change background and color for titles via css, inspect block with browser inspector tool: http://screencast.com/t/mmzgrgCz and paste the custom code in Theme Panel > Custom Css: http://screencast.com/t/w6o7ow1hdD
Thanks!
Hi,
For icons the theme uses sprite files, you can find theme inside the ../Newspaper/images/social/sprite folder – http://screencast.com/t/Xi4NrbPF
As you can see there are different sizes. You could either replace each icon or use custom css to replace the icons used by you on your site, the browser inspector will reveal which file is used and the background position – http://screencast.com/t/iNcWX4nZ
Thank you, Emil G.
Hi,
Please provide your site URL so I can inspect this and provide an accurate solution.
Or try to inspect your Slider using browser inspector tool and add z-index: 0; to the revolution slider class.
For reference: https://forum.tagdiv.com/topic/old-version-in-download-file-menu-overlapping-revolution-slider/
Thanks!
Hi,
Use your browser’s inspector to get the right classes and build your css code as you want it.
If you don’t manage to do it by yourself I suggest you get someone to help you or hire a freelancer from site’s like: http://studio.envato.com/
We would help you do it but you need custom work for this and we cannot offer custom work at this moment as we work hard on development fixes and support. Sorry!
Thanks
Hi,
Use your browser’s inspector to check thew css for the code tag from this page for eg: http://screencast.com/t/I5PeToD7Op ..copy it and adjust it as you like.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
1. Usually it takes a few days until google scans your site and delivers ad content for you, the code seems to be – http://screencast.com/t/cy8X1Uu4ure , you just have to wait.
2. There’s no account options on share, the article is simply shared by each visitor on his account/page.
3. The size can be changed from CSS, use the browser inspector to find the current parameters and modify them using custom css – http://screencast.com/t/0loyEnLMz
4. Add the head code here – http://screencast.com/t/pxLi5kaQmm
For the content you have to edit all templates (pages or posts) where you want to display that widget – http://screencast.com/t/LuXAe8eBku7X – http://screencast.com/t/jm9pUVD2c8a
The body end can be found here – http://screencast.com/t/p8nCSR5gxi
Thank you, Emil G.
Hi,
1. For 2 columns slider you can doit using custom css:
.td_normal_slide .iosSlider-col-2 .td-sbig-title {
font-size: 20px;
line-height: 22px;
}
Result – http://screencast.com/t/BMsGEcTWQaLM
2. The 1 col slider height it’s harder to change, it requires modifications on the css and the thumb used – http://screencast.com/t/8gQPIBTuwur8
You could use the browser inspector to check for the current css and modify it, if you don’t know how to doit i suggest that you hire a professional developer to modify it for you.
Thank you, Emil G.
Hi,
You can do it via css. Use your browser inspector to find the classes used there then change the container width via css. Please also send your site’s URL if you need help with this.
Thanks
Hi,
Unfortunately the theme doesn’t have an option for this and you would have to do it via custom css. Use your browser inspector to find the classes then use them to change the background color for the container you want via css.
Hope this helps!
Thanks
Hi,
Use the browser inspector to check for the css used on that specific button, to modify it only on the post content area you could use a more precise css (ex. .post .wpb_button {color: red !important;}).
If you need a custom button you can look on the web for a button css generator or hire someone to build one for you.
Thank you, Emil G.
Hi,
Some widgets have this option in their settings panel – http://screencast.com/t/H2lOkUoUF
For the rest you have to create use custom css, ex: – http://screencast.com/t/WXtkptxF0Ttp
.Weather-Widget-3 .block-title{
border-bottom: 2px solid #8289C1;
}
.Weather-Widget-3 .block-title span {
background-color: #8289C1;
}
Use browser inspector to find out what classes are used on each element – http://screencast.com/t/dsi005iFai
Thank you, Emil G.
Hi,
Those elements can only be targeted with custom css. By Mega Menu background you refer at the window or the button? You can use the browser inspector to look for the classes used on the respective elements and change their background color using css, for example:
http://screencast.com/t/UUs4UKFe
.td-mega-menu {
background-color: red;
}
Thank you, Emil G.
Hello,
That should be fixed via CSS. You have to inspect it with inspector from Firefox or Chrome browser and see what you have there in CSS.
If you want give us your site url to inspect the issue and we will provide you a solution.
Thanks!
