Hi,
As Christopher also wrote you need to regenerate your thumbnails using this guide: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Thanks
Hi,
Please try to set the excerpt type on letters like this: http://screencast.com/t/7VEhnRCHjX
Thanks
Hi,
@Ryuko We don’t recommend using the minify option for js and css also because we had numerous theme issues reported and the vast majority of them proved to occur because of minified js/css or when using CDN host services which can deliver old file content if not used right.
Taking all this into consideration we don’t recommend using the minifying option for js/css only if this are done manually and carefully studied which scripts can cause issues if minified and ignore them. This is also the reason we only recommend page cache as fro the database cache you can use MySQL Query Cache and find more info about it here: http://dev.mysql.com/doc/refman/5.1/en/query-cache.html
Unfortunately we don’t have any documentation on this or tutorials and you can enable and use the js or css minfied but you should take note of that first if you have any theme related issues and errors in your console and disable them to check if the issue is due to the minfier.
So in conclusion please note that we don’t guarantee that using js/css minification will definitely cause issues but we just don’t recommend them to be done automatically as they could case issues.
@Aedin84 If the minify settings work well for you, that’s ok, you should consider them first though if you have problems or other js conflicts.
That happens because the theme panel changes are loaded after the main styles and using the speed booster plugin moves scripts and style to the footer determining the content to loaded first the the styles.
Hope this makes sense!
Thanks
Hi,
Please give us wp-access so we can also check this and send login details via email at contact@tagdiv.com and also provide an URL to this topic or specify your issues details.
Thanks
Hi,
Unfortunately not as with newspaper there are other css classes and it also depends on the page you chose to add the google custom search.
Fell free to open a new topic there and let me know about this topic also and I will provide a solution in that case also.
Thanks
Hi,
Unfortunately I can’t offer you an exact answer on this as we are constantly trying to improve our product and satisfy our clients and we plan to make our products so that it would pleases everyone and if more clients make requests for a features/supports or functionality then we will try to do it, so the theme evolution will be determined on the go.
You can make your changes and take note of them and when a new updated releases then you update the theme and make your changes again.
The word “Share” will be included in one of the next updates on the Translations list.
The theme setting (the ones on the Theme Panel including translations and custom css) won’t be lost on update. If you make modifications on the theme code you can look on the modified files log which comes with the theme (it’s also posted on the theme presentation page, just scroll down until you find it) and update only those files (not the entire theme). If one of the files modified by you has been also modified by us in the update you’ll have to update it and reapply the custom modifications. My advice is to also and always backup the theme and the database before each update, in case something goes wrong you can return to the previous state.
Please also note that we are always open for suggestions and also if you find other issues please report them and we will do our best to fix them.
Thanks
Hi,
We haven’t had any similar reports and we also haven’t made any tests using on an Nginx sever configuration, so I can’t offer you an exact answer on that, but if your web server causes this I suggest you also go trough you server configuration.
Please also try to remove and re-install the Visual Composer plugin and check if this happens again.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
The theme’s breadcrumbs system works with categories and you need to modify it to work with tags but it’s not an easy task and you would need custom work for it.
Unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Thanks
Hi,
Like I said before this happens because of your server’s configuration. Please contact your host providers and let them know that there seems to be a problem with the CURL library that is installed on your server.
Thanks
Hi,
You can do it by setting an smaller font size for the menu items or lower padding between them.
Please also provide your site’s URL, I need to inspect this in order to provide an accurate solution for this.
Please let me know.
Thanks
Hi,
Please use this css to change it on Firefox:
@-moz-document url-prefix() {
.td-header-menu-wrap li a {
color: red;
}
}
Thanks
Hi,
Please use this ccs to fix the products on your homepage: http://screencast.com/t/Q7Tp39wVxq
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
float: left !important;
clear: none !important;
margin: 0 3.8% 2.992em 0 !important;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
margin: 0px !important;
}
And this for your products page: http://screencast.com/t/foUFhqva
.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
float: left !important;
width: 48% !important;
}
woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
margin-right: 20px;
}
Hope this helps!
Thanks
Hi,
This happens because you use a row into another row, like this: http://screencast.com/t/3BG3W98eBl
To set your page like on demo page you need to set it like this: http://screencast.com/t/OJgcwf4kM1
Thanks
Hi,
Unfortunately I can’t recommend you any plugin and also guarantee it will work well with the theme as we haven’t made tests with plugins of this type.
Sorry for the inconvenience!
Thanks for the message and for understanding!
Hi,
Not sure how you could prevent this as that space is added using an inline style which add’s an 56.25% padding to the bottom f the player as you can see here: http://screencast.com/t/QKwcgtnVMky6
You could remove that padding via css and set it to 0 to remove that white space but you would have to add the script into another div container with an custom css class which you can use to target the div which has the padding and remove it.
I suggest to try identify the source of that inline styling and check if this also happens with other PlayWire videos embed codes.
Hope this helps!
Thanks
Hi,
Try this css: http://screencast.com/t/ZkWegX9ZrStt
.td_block1 .span6 {
float: right;
}
.td_block1 .row-fluid [class*="span"]:first-child {
margin-right: 0px;
}
.td_block1 .row-fluid [class*="span"]:nth-child(2) {
margin-right: 6.857142857142857%;
margin-left: 0px;
}
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Please use this custom css for the desktop and tables view:
.blog-stack .td-header-style-1 {
display: table;
margin-bottom: 49px;
margin-left: auto;
margin-right: auto;
position: relative;
}
.blog-stack .td-logo-rec-wrap .header-logo-wrap {
margin-top: 20px;
margin-bottom: 20px;
}
And this css for mobile view: http://screencast.com/t/rw6JkWgpxc
@media (max-width: 767px) {
.blog-stack #td-top-menu > div {
display: none !important;
}
#td-top-search {
top: -55px !important;
right: -56px !important;
}
.blog-stack .td-header-style-1 {
margin-bottom: 0px !important;
}
}
Then set style 1 while using the blog stack, should look fine now.
Thanks
Hi,
Not sure to what css coding you refer to, just add the block where you want it then use css to style it.
You can also take a look at how the blocks are used in the footer and do the same for the header.
Thanks
Hi,
@ricky86 Please make sure that you use the latest theme version (1.3), we have fixed this on version 1.1 of the theme. Please also make sure that you disable all plugins and you turn off html minification.
If still dose not work please give us wp-access so we can also check this and send your login details via email at contact@tagdiv.com
Thanks
Hi,
I have checked your site and found that the copyright filed is empty: http://screencast.com/t/cDSx3CWzI6 meaning that you either not set it or you have and use cache.
Please make sure that you have set it right: http://screencast.com/t/M3dyH9Q3Oipz and that you also empty cache as I have tested this and works fine using the latest theme version (1.3).
Thanks
Hi,
Could be due to a plugin. Login via FTP and follow this steps:
* start renaming your plugins folder names (not the “plugins” folder) one at a time starting from the less essential ones, if any.
* refresh login page
* try to login. If first attempt fails, try once more. On many occasions second try works.
* if it still fails, rename plugin folder name to original name.
* go to next plugin and repeat the steps
Please let me know if this solves your issue.
Thanks
Hi,
Unfortunately the newsmag theme doesn’t an option for that at the moment, you could try to use a plugin for that.
Sorry for the inconvenience!
Thanks for the message!
Hi,
As I’m not sure if you want this for the entire post page or just the post content I will post here the solution for both cases:
Use them like this to affect the whole page(including menu/sidebar..):
/* unvisited link */
.single a:link {
color: #FF0000;
}
/* visited link */
.single a:visited {
color: #00FF00;
}
/* mouse over link */
.single a:hover {
color: #FF00FF;
}
/* selected link */
.single a:active {
color: #0000FF;
}
Or like this to affect just the content of the post:
/* unvisited link */
.single .td-post-content a:link {
color: #FF0000;
}
/* visited link */
.single .td-post-content a:visited {
color: #00FF00;
}
/* mouse over link */
.single .td-post-content a:hover {
color: #FF00FF;
}
/* selected link */
.single .td-post-content a:active {
color: #0000FF;
}
Hope this helps!
Thanks
-
This reply was modified 11 years by
Lucian.