Hi,
Thanks @mnguyen87!
Glad it’s all working out for you!
@Pauline
If you are updating from a theme to another you can also use the patch provided with the files and replace only the modified files.
Please make sure you make a back-up of your current theme installation first.
Thanks
Hi,
I’m not sure what your issue is as I have tested your site and haven’t found any 404 errors. This link leads to an rss feed: http://screencast.com/t/cm4NSxD2xw8 are you sure that this is what you wanted to send me?
Please let me know!
Thanks
Hi,
Please give us wp-access and send your login details at contact@tagdiv.com so we can take a look and also include in your message an URL to this tread.
Thanks
Hi,
I have checked your site and seems to work fine to me, also on your page speed test you have an 82 score on desktop and some suggestion that you should consider fixing: http://screencast.com/t/xmyZgrhwPaS
You should check our page speed guide as we have for solution on how to fix this: https://forum.tagdiv.com/how-to-make-the-site-faster/
You can also follow this topic to find out how others fixed their issues regarding pagespeed: https://forum.tagdiv.com/topic/pagespeed/
Hope this helps!
Thanks
Hi,
You can go to all users panel then hover a user and at the bottom of the page you can see it’s ID like shown here: http://screencast.com/t/XRZfwIaoNk
Thanks
Hi,
You need to edit the loop-single.php file and add it like this: http://screencast.com/t/28cAy2usIbr
This is the line you need to add: ?> <span class="vcard author post-author"><span class="fn"> <?php echo $td_mod_single->get_author(); ?> </span></span> <?php and replace the echo $td_mod_single->get_author(); line.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Sorry for the inconvenience but we have some issue with the latest version of the speed booster plugin which we are currently investigating and hopefully we can provide the fixed version of the plugin on the next theme update, until then we suggest to use the previous version 2.5, if you don’t have at you can send an email at contact@tagdiv.com with a request for it and we will send it to you.
Thanks
Hi,
Please send an URL of your site and a page that contains this error, I need to inspect and check this so I can provide an accurate answer or a solution.
Thanks
Hi,
Thanks Christopher!
@digitalbulgaria First please send your site’s URL so I can inspect it and also make sure you deactivate all plugins and empty cache and/or purge files id you use any CDN hosting services then check again.
@worldchris you can find the changes and list of modified files here: https://forum.tagdiv.com/topic/update-theme-using-envato-plugin-without-losing-customizations/
Scroll down to this section: http://screencast.com/t/1k9oBNAija
Thanks
Hi,
The module 7 layout shows the content of the posts including an image if there is one so in this case the featured image doesn’t needs to be set in order to appear on module because the image needs to actually appear in the post so if you have turned the featured image on posts off from theme panel or you use the gallery format for those posts the image will also disappear on module 7 layout.
Make sure you set a featured image for those posts and that the images it’a actually in the post. I have tested this using the latest theme version and found no issue with it.
Thanks
Thanks Christopher!
@Shmouuu ..like this: http://screencast.com/t/sGUzzKEbR6r
Hi,
I have checked your site and several posts and seems that all of them use the post template 1 style so that could be why this doesn’t work for you.
Please make sure you make this changes to the post template style also, like this: http://screencast.com/t/vtTZfXtzY
This is how it works for me: http://screencast.com/t/E95NlZxvnK
You can also edit one post and set it to the default post template, like this: http://screencast.com/t/njgICBIq
Please let me know!
Thanks
Hi,
You can make a new page using the “homepage – with articles list” template then customize the loop (latest articles) section as you like and also set it to show only the category you want, number of posts, sort order.. etc, like this: http://screencast.com/t/ZwmSWxchDhu then set it as your blog page “WP->Settings->Reading->Posts Page.”
Thanks
Hi,
Use this css to have them like this: http://screencast.com/t/X5fjtw6mW
.single_template_5 header .entry-comments-views {
right: 400px;
}
Thanks
Hi,
When you are upload an image the them automatically adds and create other thumbs for that image besides the ones set by WordPress so this may occur if the theme doesn’t have writing permissions or gd library installed: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Please make sure you have this installed and set right and try again.
Thanks
Hi,
You can use this post text formats on your text: http://screencast.com/t/RqIVVCNU and set it to apply a padding on both sides like in the screen and then increase the padding via css, like this: http://screencast.com/t/GbCzrByhT5
Use this css in theme panel > custom css filed:
.td-post-content.span8 .td-paragraph-padding-1, .column_container.span8 .td-paragraph-padding-1, .mceContentBody-max-width-small .td-paragraph-padding-1 {
padding-left: 30% !important;
padding-right: 30% !important;
}
Hope this helps!
Thanks
Hi,
Replied via email!
The 4.5d version of the theme from theme panel was added by mistake it should state 4.6 but it’s not an issue.
Thanks
Hi,
Thanks @Steven!
Unfortunately we do have an issue with tagdiv speed booster plugin which is the cause of the css flash. I have also tested this and noticed that this issue, as you all figured out by now only happens when using the latest version of the speed booster plugin (3.0).
Added this on our issue list, we will investigate it and we will try to find a solution asap and hopefully we can provide the fixed version on the next theme update, until then you can use the previous version of the plugins which works fine(2.5).
Sorry for the inconvenience and thanks for understanding!
Hi,
Unfortunately the theme doesn’t have a feature that could help you achieve that so a plugin would be recommended and as you did found one I suggest that you should ask this question on their support page as we haven’t tested this plugin so I can’t tell how you can use it: https://wordpress.org/support/plugin/category-thumbnails
Sorry for the inconvenience and thanks for the message!
Hi,
Thanks for reporting this! I have added this on out todo list and we will try to find a better solution.
Thanks for the message!
Hi,
You can use this custom css: http://screencast.com/t/eAhPvuriK
You also need to edit the td_module.php file and remove this “-” from the right of the author, like this: http://screencast.com/t/xO3zj17gp
Add this css into custom css field from theme panel:
.single .td-block-author {
position: absolute;
right: 20px;
}
.single header time {
font-style: normal !important;
margin-right: 10px;
}
.single header .entry-comments-views {
right: auto;
float: left;
}
Thanks
Hi,
@albnaldo Unfortunately the menu it’s designed like that and you need some custom modifications to make it smaller and also look well on all screen sizes.
A simpler approach would be to add the logo into your menu as a menu item using this method: https://forum.tagdiv.com/topic/moveplace-logo-in-menu-when-scrolled-down-and-menu-fixed/ then edit the header.php file and remove this line: http://screencast.com/t/9JjUa9zq1WM
Hope this helps!
Thanks
Hi,
Subcategories are one and sub-items are different just to be clear, so you don’t need to set the subcategories as sub items like in the image above, you need to set them as subcategories of the category you want to use the mega menu.
Ex:
Here is how it looks: http://screencast.com/t/WuXGzazxFH
And this is how the subcategories need to be set: http://screencast.com/t/SIQmIc5bh
This is how this category is set from the menu panel: http://screencast.com/t/8MjmQwXmpg
Thanks
Hi,
First you should localize your WordPress: http://codex.wordpress.org/WordPress_in_Your_Language
Install WordPress in your language then automatically the theme will use the rtl.
Search the forum for suggestion and fixes for the issue you may encounter with this and you should also consider that unfortunately we recently have decided that starting with the next theme update we will not include rtl support within the theme. You can still use the theme as it id but unfortunately you cannot updated it as you will lose the rtl support.
Sorry for the inconvenience!
Thanks for the message and for understanding!
Hi,
Another plugin that you already have installed and active could interact with it. Have you tried this without any plugins activate? Also please make sure you download and use the latest theme version and that rev slider plugin within the theme files from plugins folder.
Try this without the plugins and also make sure you empty cache and purge files if you use cache and/or any CDN host services and let me know how it goes.
Thanks