Hello,
Unfortunately the image border does not come from the theme css but from the image itself: http://screencast.com/t/MgZPKIxjmAGD
You can edit your image with your favorite image editor to adjust it.
I hope this helps.
Thank you!
Hello,
Please try the code like so:
@media (max-width: 1140px){
.td-main-menu-logo img {
max-width: 100%!important;
}
}
Are you sure you are adding the code in the correct field? : http://screencast.com/t/HQ9t89UNQO
If it still will not work please send an email at contact@tagdiv.com and provide wp-admin so we can take a look and see why the css does not get applied. All the codes we provided worked on our end from the inspector and from the live css editor.
Thank you!
Hi 🙂
first of all congrats to the best theme ever 🙂 and every update brings the theme to a new level!
Just a small CSS question – unable to fix by myself…
Around every table (posting, page, footer) is a small grey border. What should I use to remove every border (especially footer and posting) and have it “clean”. Example at http://www.pureglam.tv -> footer -> small box around the “79” Klout Score.
Thank you for your assistance
Despite what you may think I am not totally stupid and giving me the same answer declaring that I have not set my images correctly is no longer going to wash.
I have set my images correctly with no CSS class td-model and I have sent you screen shots to prove it.
Plus I have ticked off no lightbox in the theme settings.
I now feel that support knows there is yet another issue with this theme that has lost me sales I have officially had enough and am going to change my theme. A refund would be great but I suspect that all I will get there is the run around.
So thanks for wasting my time and reducing me to tears…
Perhaps if everyone experiencing issues starting asking for refunds you just might wake up
Is there a fix for this other then simply reuploading whole theme again?
I’ve updated my theme extensively and to have to redo the whole design, css and everything else, would be such a hastle to fix a small bug. Is there some sort of guide or steps to get this glitch sorted out? I don’t want to be skinning a wp theme days before Christmas… Leave it to WP to launch a update right before Christmas too…
Getting tired of this CMS really, tbh.
-
This reply was modified 10 years by
SaL.
Hello temp2escape,
Above, I provided you the code that does exactly what you want. I tested again on your site and everything seems to work properly. Please try that code and place it in Theme panel->Custom Css area.
The result you should see here: http://screencast.com/t/FjN7GGeVS – http://screencast.com/t/FjN7GGeVS
Hope this helps!
Thank you for the message!
Hello Pc-Drifter,
Unfortunately, please check our support hours below ->
Support Hours (GMT+2)
Monday – Friday:
8:00 AM – 17:00 PM
If you write in the same topic you will only delay the answer. We answer from oldest to newest and writing in your topic will move it to newest and delay your turn.
I will try to answer the questions that do not involve access to your website.
1) If you want to decrease that space, please try the code below and place it in Theme panel->Custom Css area. I suppose you use a header style 3, otherwise, please replace .td-header-style-3 with your header used.
.td-header-style-3 .td-header-main-menu {
margin-left: 10px;
}
The result you should see here: http://screencast.com/t/j3JjqgRALw
2) You can change the distance between the menu items if you use the code below.
.sf-menu a.sf-with-ul {
padding-right: 15px;
}
3) You can try the code below or you can use Big Grig 3->Style 1
.td-grid-style-4 .entry-title {
background-color: rgba(77, 178, 236, 0);
}
The result you should see here: http://screencast.com/t/KYzOOHK1u0dI
4), 5) I suppose you mean about the color of category tag. You can change the color of this if you use the code below
.td-grid-style-4.td-hover-1 .td-big-grid-post:hover .td-post-category {
background-color: red;
}
The result: http://screencast.com/t/kr3qApmn
If is not what you mean, please provide more details and your URL, so I ca inspect it closer.
Thank you for the message!
Hi,
This is the default feature image behavior. If you want it like so: http://screencast.com/t/Q72VV0zj, you can use this css:
.td-post-featured-image{
float:left;
}
Thanks.
Hello Barun,
If you want to have excerpts without images in your block, you should use block_6 anda bit of Css to hide the thumb. Place the code below in Theme panel->Custom Css area, like this: http://screencast.com/t/WhxZekE6eQ8
.td_module_5 .td-module-thumb {
display:none;
}
.td_module_5 .td-post-category {
display: none;
}
The result you should see here: http://screencast.com/t/CdonpI6LRMBW
Hope this helps and let us know how it goes!
Thank you for the message!
Hi,
1) You can change the small modules with this code:
.td_module_mx10 .td-big-grid-meta h3{
font-size:20px!important
}
3) Try to change the settings here: http://screencast.com/t/3bnVkNBb3 and disable the animation altogether. The settings should work. If not, it could be your cache. Please clear cache for the seetings to apply.
4) The padding should have been even. Do you by any chance have any modifications to your css code? If not please try it without any plugins. Or it could be something on your homepage that creates the issue (it only hapens on your homepage) You can check it after you run the update script (sent it via email)
6)You can use this custom code to adjust the padding.
.sf-menu a.sf-with-ul {
padding-right: 18px!important;
}
7)I have tested the forum on my end but could not recreate the issue. Please try it without other plugins (disable all of them except visual composer and check again to rule out a plugin conflict.)
Thank you!
This problem is back
All my images through out the site when clicked on instead of gong to my affiliate link are redirect page I gat a message saying ” the image could not be loaded “.
I have checked and the images are set correctly with
Modal Image turned off
Link is set to custom URL and my referral URL is pasted in as normal
and it is ticked to open in a new page
nothing is in the CSS box as required
I really need this sorted out http://femalefatlossover40.org/best-foods-for-weight-loss-and-a-healthy-lifestyle/
please check my site pages and its easy to see what is going on.
Please tell me how to fit it as i have looked at virtually all your tutorials and cannot find where i am going wrong.
Thanks Andrei. However, I managed a rather simple solution since mine was a case of NOT wanting to display ads on one page (vs. showing different ads on different pages as in your solution).
For others:
Wrap ad code in a div, and then add the following CSS:
body.page-id-*page ID number minus the asterisks* .*div class minus the asterisks* { display: none !important; }
i try now to use this rules :
#Googlebot
User-agent: Googlebot
Allow: *.css*
Allow: *.js*
# Global
User-agent: *
Disallow: /wp-admin/
Disallow: /wp-includes/
Allow: /wp-includes/js/
Allow: /wp-content/plugins/
Allow: /wp-content/themes/
Allow: /wp-content/cache/
Disallow: /xmlrpc.php
any idea or coment bos ???
Hello yycnow,
You can set the background ad from Theme panel, like this: http://screencast.com/t/xPrdwSYa
If you want to rule out a background ad for a speccific page, it is neccessary to target the page ID wich do not want to have the background ad. Please try the code below and place it in Theme panel->Custom Css area like this: http://screencast.com/t/rZoyKez3Tt
.page-id-898 {
pointer-events: none;
cursor: default;
}
.td-content-wrap {
pointer-events: initial;
}
Above I gave you an example for one page that I do not want to have backgorund ad. If you have more than one, you have to put this separately by comma. The page ID you should find like this: http://screencast.com/t/sDV230NG
Hope this helps and let us know how it goes!
Thank you for the message!
hy , please help how to set robots.txt Newspaper theme for gud .js and .css on google bot? . I mean that google bot not block java script and css in default of a newspaper theme . on my web http://www.postku.com , I only use this command User-agent : *
Disallow: / wp – admin
I see a lot of files at the block robots.txt google search on the dashboard console as in this picture :
link Screen shoot >>> http://prntscr.com/9ev2gq
Hello,
We are sorry for the inconvenience of the update, First of all, did you run the update script? That is an important step If you updated from version 4 to the latest version, the update script must be run for the shortcodes to change. Unfortunately the update script was removed in the current version and we will have to provide it via email. Please send an email at contact@tagdiv.com and provide a link to this topic so we can provide the update script in order for you to run it. Please also provide a link to your website as all your requests must be done on your website (we cannot recreate the issues on our end) and also include a link to this topic.
I will try to answer the questions that do not involve access to your website
1) You can change the title for big grid 2 by using this css:
.td_module_mx9 .td-big-grid-meta h3{
font-size:20px!important;
}
2) you can deactivate these features for the whole website from here: http://screencast.com/t/7O9whCMbZ , but this also removes the meta from the post as well. If you only want to remove it from that particular big grid, you can use css to do it like so:
.td_module_mx9 .td-module-meta-info{
display:none;
}
3)The zoomong effect is handled by the lazyload animation. In order to remove this effect you need to change this setting:
http://screencast.com/t/CQazK7EQB3Zw
4) we need a link to inspect it.
5) The theme does not stretch images to fit the container, it only crops images. In order to get your image to fit the container you can either upload bigger images or use the thumbnail upscale plugin.
6) We need a website to inspect and an example of what padding you need to adjust
7) We need to inspect the issue.
8) The cause could be the system status parameters. Please try to get all these options green like so:
http://screencast.com/t/z9DGWDEmpKFR
You can follow this guide to do it: https://forum.tagdiv.com/system-status-parameters-guide/
Thank you and sorry for the inconvenience.
Hello suipowers,
To achieve this feature, it is necessary to use border-radius element in Css. Please try the code below and place it in Theme panel->Custom Code like this: http://screencast.com/t/H4m8saedHY
.author-box-wrap img {
border-radius: 50px;
}
The result you should see here: http://screencast.com/t/ci89uMLYCz
Hope this helps and let us know how it goes!
Thank you for the message!
Please try without LiveCSS editor. With LiveCSS it works on mine as well.
But although I have put the same code as copy > paste inside the Custom CSS in theme options it is not working.
Have you seen the screenshot I sent you?
On the second subject I don’t want the styling to be on the titles of the posts. I want it to be INSIDE PAGES. Like in posts.
Do you understand me?
Thanks
Hello Mecburlar,
The complete list of changed files is:
td_page_generator.php
tagdiv_theme.js
tagdiv_theme.min.js
style.css
Hope this helps!
Thank you for the message!
Hello skyscorcher,
I’ve tested your code on your website and everything seems to work properly, like this: http://screencast.com/t/m1z9eGEqUE
.td-post-content a {
border-bottom: 3px solid #999;
}
.td-post-content a:hover {
text-decoration: none!important;
border-bottom: 3px solid #b51f1f;
}
Also, if you want to have border-bottom for each a element in your page, please try the code below.
.td-container a {
border-bottom: 3px solid #999;
}
The result you should see here: http://screencast.com/t/jVsx51KF9
Please check your Custom Css area, because should not be syntax errors for a better compilation: http://screencast.com/t/Mjx4D9vWX
Hope this helps and let us know how it goes!
Thank you for the message!
Hello,
The envato toolkit sometimes causes errors so the best way to update is through FTP. The best way to update would be to remove your previous version and install the new. Your method works as long as you can replace old files with new ones. If you replace the files changed from 6.5 to 6.6.2 and add the new ones, it should work. Just remember to replace style.css for the theme version.
Thank you!
Hi
Most likely you will need some css customization and you can add them in style.css: http://screencast.com/t/iBDzzEbYvnnp file or in theme panel > custom code > custom css. Also you will need to make new images in no-thumb folder: http://screencast.com/t/ZIpgec18M8 this images should have the exact same size as the thumbs.
Thanks!
Hi
You can remove the background image from theme panel > background: http://screencast.com/t/4F8CFAq4DCn If you wand a smaller opacity for the background image try this css in theme panel > custom code > custom css and modify the opacity value as you like: http://screencast.com/t/nJ0DlTt2thha
.backstretch{
opacity: 0.3;
}
Let me know how it goes and if this is not what you mean please provide more details!
Thanks!
Funny enough, I checked mysite.com/page/2/ it worked normally, same as the categories.
Everything was normal. I don’t think it is any minification setting, I only manually minified the CSS, and cloudflare took care of the JS and WP Super Cache handled the HTML.
But since it is all working, I don’t have any problems.
Thank you @Bogdan B for taking time to check the site concerned and finding a solution.
Hi there,
i use .td-post-content p:first-child {font-weight:bold !important;} in my css and since the last update no longer works. I’ve now tried around a bit, unfortunately I can not find any solution. Has anyone a hint for me?