Hi,
Sorry for the delay.
1. Have you tried to change your file permissions? You can read more about how to achieve this here: http://codex.wordpress.org/Changing_File_Permissions
2. Regarding plugins you should also be able to update them after you managed to solve your file permission issue. The speed booster plugin when activated automatically moves the style sheets and js files to the footer so that is why you had css issue when you activated it as this plugin can cause conflicts when used with other plugins so make sure you check this without any other plugins active, just enable the Visual Composer plugin and the speed booster plugin.
You can use this guide for your page speed: https://forum.tagdiv.com/how-to-make-the-site-faster/
And also follow this tread where you can find solutions to many issues you can encounter regarding page speed: https://forum.tagdiv.com/topic/pagespeed/
You can use this contact@tagdiv.com if you want to send your login details.
Sorry for the inconvenience!
Hope this helps!
Thanks
Hi,
Please use this css: http://screencast.com/t/PyprVQ09C3
.entry-crumbs, .entry-crumbs a, .td-grid-wrap .entry-crumbs a:hover {
color: red !important;
}
.single .entry-comments-views {
color: #330099;
}
Thanks
I did everything manually and my site is up and running now but with a number of problems.
1) The theme would not upload through wordpress, it would also not upload through filezilla, so I did it manually in my FTP.
2) When the theme was uploaded through my ftp i tried uploading the plugins through wordpress, I got the same errors, so I uploaded the included theme plugins through my ftp. However now none of my plugins can be updated, also I am running my theme with all the plugins deactivated because the plugins are breaking the theme, that includes the plugins that were included in the theme, as soon as I activate tagdiv speed booster the site looses all CSS. I am running the theme without the plugins because I have a very popular site with 20,000 visitors a day and cannot afford to have the site down any longer. I also went in and deleted all my old theme files from my ftp, thinking that somewhere they were conflicting with the new theme, but this made no difference.
The site is now significantly slower, with my previous theme I had a speed of 98 and now site speed is 37.
Could you let me know where I can send you login details so I can have you look at it. I need this resolved as soon as possible. I love the theme and would hate to have to switch back to my old theme. I never had any of these issues on my site before with my old theme.
Regards
Denise Lauaki
Reply
I did everything manually and my site is up and running now but with a number of problems.
1) The theme would not upload through wordpress, it would also not upload through filezilla, so I did it manually in my FTP.
2) When the theme was uploaded through my ftp i tried uploading the plugins through wordpress, I got the same errors, so I uploaded the included theme plugins through my ftp. However now none of my plugins can be updated, also I am running my theme with all the plugins deactivated because the plugins are breaking the theme, that includes the plugins that were included in the theme, as soon as I activate tagdiv speed booster the site looses all CSS. I am running the theme without the plugins because I have a very popular site with 20,000 visitors a day and cannot afford to have the site down any longer. I also went in and deleted all my old theme files from my ftp, thinking that somewhere they were conflicting with the new theme, but this made no difference.
The site is now significantly slower, with my previous theme I had a speed of 98 and now site speed is 37.
Could you let me know where I can send you login details so I can have you look at it. I need this resolved as soon as possible. I love the theme and would hate to have to switch back to my old theme. I never had any of these issues on my site before with my old theme.
Regards
Denise Lauaki
We had similar issues on one of our sites running Woo Canvas, and basically stopped using WPtouch as it’s *not* designed to work with responsive themes due to “conflicting” CSS for mobile devices being loaded twice.
WP Touch is *NOT* recommended for use with themes already setup for mobile/responsive unless you plan to hack the theme, which defeats the purpose.
Hey guys,
I was quite busy last month and wasn’t able to work on the development of the plugin. However, I will work on it this week and hopefully I will be able to release an update with the request features. Here is what I will add on the next version (1.2):
- Settings Panel for the plugin — will let you enable/disable a share button
- Facebook Share Button
- Reddit counter
- CSS Imporvements
Thanks for the support so far! The plugin has more than 110 downloads and it will hopefully increase in the future.
If you’re a developer, you can clone the plugin at GitHub as well 🙂
First of all, thanks for the great theme and awesome support, keep up the good work. I didn’t had any issues so far, and that’s unique for a WordPress theme:-).
I found a little bug, I think, with the ad display above the articles, using headerstyle 3 and posttemplate 3. There’s a little overlap with the featured image, only on single post. The homepage is displayed correctly. I use a little custom CSS (found here) for center the menu.
#td-top-menu .sf-menu {
display: table;
float: none;
margin-left: auto;
margin-right: auto;
}
Screenshot: http://awesomescreenshot.com/06d3tlwi77
live: http://goo.gl/h8oynw
Suggestions are welcome!
@Lucian sorry i posted this in another string, unfortunately still issues
I did everything manually and my site is up and running now but with a number of problems.
1) The theme would not upload through wordpress, it would also not upload through filezilla, so I did it manually in my FTP.
2) When the theme was uploaded through my ftp i tried uploading the plugins through wordpress, I got the same errors, so I uploaded the included theme plugins through my ftp. However now none of my plugins can be updated, also I am running my theme with all the plugins deactivated because the plugins are breaking the theme, that includes the plugins that were included in the theme, as soon as I activate tagdiv speed booster the site looses all CSS. I am running the theme without the plugins because I have a very popular site with 20,000 visitors a day and cannot afford to have the site down any longer. I also went in and deleted all my old theme files from my ftp, thinking that somewhere they were conflicting with the new theme, but this made no difference.
The site is now significantly slower, with my previous theme I had a speed of 98 and now site speed is 37.
Could you let me know where I can send you login details so I can have you look at it. I need this resolved as soon as possible. I love the theme and would hate to have to switch back to my old theme. I never had any of these issues on my site before with my old theme.
Hi,
I have checked your site and seems like this happens because there is no space between words form your post content: http://screencast.com/t/CRYe0gRRg
You can also fix this via css, like this: http://screencast.com/t/wmlYQXBEf
Use this custom css in theme panel > custom css field:
.td-post-text-excerpt {
word-break: break-word;
}
You can find more info about this on this topic: https://forum.tagdiv.com/topic/tag-more/
Thanks
Hi,
You could try to edit the style.css file and remove the @media (max-width: 767px) {} which are used to set the style for the mobile screens but I can’t guarantee this will work as the theme is made responsive and this can’t be turned off.
If you decide to try this please make sure you make a copy of the file before modifying it so you can revert back to it if something goes wrong.
Hope this helps!
Thanks
Hi,
1. Please send your site’s URL and provide more details about this. Where do you want your site’s title?
2. edit the menu-header.php file and remove this code: http://screencast.com/t/FrJFERhCTh and also make sure that in the same file you also change this div’s class to span12, after removing the search icon code, like this: http://screencast.com/t/dMX9V2ufy3MN
3. Use this custom css in theme panel > custom css filed: http://screencast.com/t/oUOpJIGL
.td_normal_slide .td-sbig-title-wrap, .td_normal_slide .slide-meta {
display: none;
}
4. We have this on our todo list and we are trying to fix this in future updates, until then you can set an custom excerpt for the posts you have this issue with using the excerpt filed from post editing panel: http://screencast.com/t/dICA2rNDw
Thanks
Hi,
The bottom article ad it’s set to be displayed at the end of the content of each post, to modify this you would have to hack the get_content() function: http://screencast.com/t/gcXWtR3tMB3
You could also disable the bottom ad and use the custom ad box to display your ad where you like in the post template using the do_shortcode() function to add the custom ad to your template after the author box, like this: http://screencast.com/t/suTlcZo6fKX
Use this line: edit and add it in the post template you want.
Result: http://screencast.com/t/m06OclikYgA6
Use this css to add a margin at the top:
.td-a-rec-id-custom_ad_1 {
margin-top: 50px;
}
Thanks
Christopher, thank you for your help over the weekend, learnt a hard lesson about using shortcodes, had to manually change them all which is why I wasn’t on here lol…what a pain that was.
Lucian sorry i posted this in another string, unfortunately still issues
I did everything manually and my site is up and running now but with a number of problems.
1) The theme would not upload through wordpress, it would also not upload through filezilla, so I did it manually in my FTP.
2) When the theme was uploaded through my ftp i tried uploading the plugins through wordpress, I got the same errors, so I uploaded the included theme plugins through my ftp. However now none of my plugins can be updated, also I am running my theme with all the plugins deactivated because the plugins are breaking the theme, that includes the plugins that were included in the theme, as soon as I activate tagdiv speed booster the site looses all CSS. I am running the theme without the plugins because I have a very popular site with 20,000 visitors a day and cannot afford to have the site down any longer. I also went in and deleted all my old theme files from my ftp, thinking that somewhere they were conflicting with the new theme, but this made no difference.
The site is now significantly slower, with my previous theme I had a speed of 98 and now site speed is 37.
Could you let me know where I can send you login details so I can have you look at it. I need this resolved as soon as possible. I love the theme and would hate to have to switch back to my old theme. I never had any of these issues on my site before with my old theme.
http://smag31.com
Regards
Denise Lauaki
Thanks Lucian,
I did everything manually and my site is up and running now but with a number of problems.
1) The theme would not upload through wordpress, it would also not upload through filezilla, so I did it manually in my FTP.
2) When the theme was uploaded through my ftp i tried uploading the plugins through wordpress, I got the same errors, so I uploaded the included theme plugins through my ftp. However now none of my plugins can be updated, also I am running my theme with all the plugins deactivated because the plugins are breaking the theme, that includes the plugins that were included in the theme, as soon as I activate tagdiv speed booster the site looses all CSS. I am running the theme without the plugins because I have a very popular site with 20,000 visitors a day and cannot afford to have the site down any longer. I also went in and deleted all my old theme files from my ftp, thinking that somewhere they were conflicting with the new theme, but this made no difference.
The site is now significantly slower, with my previous theme I had a speed of 98 and now site speed is 37.
Could you let me know where I can send you login details so I can have you look at it. I need this resolved as soon as possible. I love the theme and would hate to have to switch back to my old theme. I never had any of these issues on my site before with my old theme.
Regards
Denise Lauaki
Hello, I changed every single font-family line to roboto font in style.css and use custom css:
.woocommerce, .td-footer-wrap {
font-family: ‘Roboto’, sans-serif !important;
}
In google fonts settings: latin support and latin extended support are checked. After a few changes in translation section of theme panel there are still wrong polish letters in few places. Too big ą ż ź ć ń. How can I fix this?
-
This reply was modified 11 years by
papamerf89.
Hi,
@BHSSagamore Please provide more details about your issue. Have you passed over the info I have offered, is that what you were asking?
If you add a smaller image, for a specific post, than the container you will need to use a plugin like Christopher suggested to enlarge it or you can also do it via css. If you upload a large image which isn’t cropped like you want see the info I have posted here: https://forum.tagdiv.com/topic/set-featured-image/#post-25494
Thanks
hi,
I have checked your site trying to recreate this using an galaxy s4 and others and didn’t found any issue like the one you have mentioned.
Do you still have this issue?
Please let me know! If you still have this issue please try to deactivate all plugins and check again for this as this may be due to a plugin’s css which may overwrite the theme’s css.
Thanks
Hi,
@sphinxy Could you please send a link to a page that you want this modifications? I need to inspect this so I can provide an accurate fix for this.
You could also manage to make this modification and use custom css to apply a negative margin to the ad container as Christopher suggested. Should look something like this: http://screencast.com/t/EXaZQDwdOb3U
Hope this helps!
Thanks
You cant without editing the style.css to remove the mobile size media queries… This is a responsive theme designed so that separate mobile plugin not needed … That is purpose of responsive themes.
You can search forum for others who have asked same question.
Tech support back tomorrow, too.
Simplest way is likely some negative bottom margin as custom CSS for the div wrapping the advertisement.
Learn to write css and you can make all the changes you need, or hire someone to do it.
Hey i was having same problem. I Used your CSS you posted, all of it works except the author.
My author stuff is still that light grey.
Please advise
Hi,
Thanks for reporting this. I have added this on our issue list and we will fix this in the next update.
You can use this css to fix the title and hide the views and comments until we fix this: http://screencast.com/t/IPSCqrtY
.td_mod_aj_search .entry-title a, .td_mod_aj_search .entry-title {
white-space: normal;
}
.td-aj-search-results .td_mod_aj_search .entry-comments-views {
display: none;
}
Sorry for the inconvenience!
Thanks for the message!
Hi,
The error comes from here: http://screencast.com/t/PEWaf886G5
The plugin creates an event which when called creates an css which loads http content.
Thanks
Hello I use the header style 8, and currently there is display error in quick search results, which can be seen in the image 
Furthermore the icons of comments and views are not displayed. I’ve tried some basic tricks css but nothing worked very well.
The weirder than another heading style works well but without icons also.

Is that the theme is wonderful, I will not be a big problem for you to fix this small error due to the professionalism of you, thank you.