How can I get more room around the logo and the menu? I need like 5px above and underneath the logo and menu:
What I got:

What I need:

How can I get rid of this border, because it looks ugly:

tiny.cc/tagdiv
I think it still doesn’t work well with your theme because there is no border around the widget and the heading tag doesn’t have the same background color as all other headings…
Any idea how to fix this?
Is there a way to update the theme without woocommerce, because I don’t need these features and I don’t want to add unnecessary files to my theme?
Your question is not completely clear to me. Please explain more clearly.
The folder “patch_1.0_1.1” seems to contain the modified files, although it would be better to use the full theme file instead of the patch, because the unnecessary files will be removed.
Btw, I am not part of the developer team 😉
tiny.cc/tagdiv
@import url("../mydr/style.css");
.footer-text-wrap {
color: #444;
}
.td-footer-container a {
color: #444;
}
.td-footer-container .block-title > a, .td-footer-container .block-title > span {
background-color: #3967c1;
color: #fff;
}
.widgettitle {
background-color: #3967c1;
}
This is all code I have put in style.css of child theme, because I was not able to set these things in the theme options panel
Is there no way to make this folder ‘overrideable’?
my website: tiny.cc/tagdiv
Thank you in advance…
Maybe an adblocker issue? Try to disable your addblocker if you are using it….
It happens because there is no td_wordpres_booster.php anymore. You can fix this by removing the following code from your functions.php in your child theme:
if (!defined('TD_THEME_WP_BOOSTER')) {
include TEMPLATEPATH . '/includes/td_wordpres_booster.php';
-
This reply was modified 11 years by
fbengo. Reason: functions.php instead of style.css ofcourse xD
@media (min-width: 1201px) {
.td-main-menu-logo img {
max-height: 54px;
}
}
When I use your 1st fix the menu items will not be centered anymore. So the menu items need a new line-height without affecting the mobile version. How can I do this?
.td-container {
margin-top: 20px;
}
2nd fix is not working as well, because other parts (e.g footer…) are also wrapped in this container.
Yes I know I have to change the references everytime I update the theme, but since I’ve only changed the ‘accessible’ references I believe it is worth it 🙂
I just looked at the page source of my site and changed the visible code like .css, .js etc..
Thank you for your detailed explanation!
I have changed all references to “divtag” and “newsmag” in files people can view easily(.css, .js, image names, folder names etc…). I have not changed references to “divtag” and “newsmag” in the admin files because it is already hidden to outsiders.
I have not changed .php, .less, .po and .mo files because I was not sure if these files could be accessed by visitors. Do you know if these files can be accessed/read by people?
-
This reply was modified 11 years by
fbengo.
Try to manually install the plugin by downloading the theme file from themeforest and uploading it to your site in the admin menu….
Your 3rd fix doesnt solve my problem. I just need 1 copyright text line (like my example). No menu’s involved….
How can I do this?
When I use your 1st fix the menu items will not be centered anymore. So the menu items need a new line-height without affecting the mobile version. How can I do this?
1. tiny.cc/tagdiv, exact same problem as user Lastpost. You can see the problem also in google chrome by making screen smaller, like Lastpost mentioned…
2. I am using the 6th header type, so maybe that should be the reason?