Hi,
If you want to edit the post page you need to edit the single.php file which uses the loop-single.php file.
The featured image in your case is in loop-single.php file which you also have: http://screencast.com/t/uYrYvqV1
You can also send me your site’s URL and point to the page which you want to edit.
Thanks
hi,
The mobile menu it’s build based on the header menu, you can modify this if you like to add the top menu after it, you can find the code here: http://screencast.com/t/IWRRbscy3
Unfortunately this means custom work and we cannot offer custom work at this moment 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 for understanding!
Hi,
The theme doesn’t have such a feature please use this plugin: https://wordpress.org/plugins/rating-widget/
I have seen it at other theme users and should work fine.
Thanks
Hi,
I have tested this and works fine. For the case you described I believe you have the post set like this: http://screencast.com/t/If3wUeklRE and just a single post in that subcategory. In that case it’s supposed not to work fine because it dose not have any posts to display as this is set to return posts based on the categories in which that posts is and exclude the current post so if you have only that post it supposed to display nothing. You need to set the main category to that post also in order to return posts from that category as similar posts: http://screencast.com/t/luaGsidpr6Z
Thanks
hi,
The top menu doesn’t appear on mobile screens because it’s set to be hidden, you can change this and set it to be displayed via css, like this: http://screencast.com/t/cqcCAz8pu
@media (max-width: 767px){
.td-header-menu-wrap {
display: block !important;
}
.affix .mobile-logo-wrap img {
height: 100%;
}
.mobile-logo-wrap img {
height: 100%;
}
}
Thanks
Hi,
Yes, sorry about this!
You can set the related articles to use the module 10 which will display just the title, for that you need to edit the td_module_blog.php file and make this changes to the related_posts() function: http://screencast.com/t/FlWWfUmm
Result: http://screencast.com/t/69hrubUvep0
Thanks
I have added this on our todo list we will fix it as soon as possible.
Thanks for reporting it!
Hi,
Edit the post template you use and add this line: get_review();?> like this: http://screencast.com/t/9b41IZ6M
You will have to do this for each sidebar position and for each post template you want to use and set the reviews like this.
Thanks
Hi,
Menu’s alignment is set from header.php file, you can change the top menu location by moving this line locate_template('parts/menu-top.php', true); and add it after the header menu for the style you want to use, like this: http://screencast.com/t/l0f8ud7l
From my example you will get this result: http://screencast.com/t/I8NVJyDA
Note that this will move the top-menu on all screens after the header menu so it would be better(if you only need it in mobile screens) to use this css to set it to be displayed only for mobile screens:
.td-header-menu-wrap {
display: none;
}
@media (max-width: 767px){
.td-header-menu-wrap {
display: block;
}
}
Thanks
Hi,
You can make a backup search online for a proper nginx wordpress configuration and test it. Using the nginx cache, it may be possible that the request will be cached even via ajax.
You can also follow this topic: https://forum.tagdiv.com/topic/pagespeed/page/6/#post-15416
You can also get someone to optimize nginx settings for you.
Hope this helps!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
You will need to edit the td_module_1/8/9 files for this and add the rel="nofollow" like this: http://screencast.com/t/5ZEYzyGM0y
Result: http://screencast.com/t/8RbLm3Va
Thanks
Hi,
When you upload and image WordPress automatically crops that image on multiple sizes and based on the add_image_size() function, the thumbs needed by the theme to the different modules you are using are made https://forum.tagdiv.com/modules-and-blocks/
You can read more about this here:
1. http://codex.wordpress.org/Function_Reference/add_image_size
2. http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/
This ius the same way the featured image it’s cropped, you can change this as you like.
Also make sure that you use images around 1200px and 500px height, this will make cropping more accurate as the max image size used by the theme is at 1074px width and 483px height.
Thanks
Hi,
I will put this on our feature requests list and we will consider this, thanks for your suggestion.
You could also use this to place the arrow for your “Older entries” via css.
Thanks
Hi,
Please send your site’s URL and also make this changes so I can inspect this, I need to do it in order to provide fix for it.
Also try to replace “»” with » and “«” with «
Thanks
Hi,
Thanks Christopher!
@itrejomx
You can use the divs below and add your banner link at the source of the images, like this: http://screencast.com/t/T42B1c8l7
<div class="td-visible-desktop">
<a href="#"><img width="728" height="90" src="" /></a>
</div>
<div class="td-visible-tablet-l">
<a href="#"><img width="468" height="60" src="" /></a>
</div>
<div class="td-visible-tablet-tp">
<a href="#"><img width="468" height="60" src="" /></a>
</div>
<div class="td-visible-phone">
<a href="#"><img width="300" height="250" src="" /></a>
</div>
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Please make sure that you have WordPress installed in your language: http://codex.wordpress.org/WordPress_in_Your_Language
After you set WordPress in your language upload the theme. You can connect via FTP and remove it from themes folder then upload it again or do it using WordPress panel: https://forum.tagdiv.com/installation/
Also please make sure that you make a backup of your current installation and if something goes wrong you can revert back to it.
Please let me now if this helps!
Thanks
Hi,
I have checked your site and found a lot of errors in your console, most of them js errors which can cause the search issue: http://screencast.com/t/5o5xik99
You should start by deactivating all plugins, leaving just the Visual Composer plugin active, empty cache, purge files(if you use any CDN plugins) and check for this again.
Please let me know if this helps!
Thanks
Hi,
Just place a video URL into the Featured Video field and leave the post format to standard then save the post: http://screencast.com/t/leDsHMef You will get the featured image for that video inside the post, just place the video URL below: http://screencast.com/t/iVVeghH4z
Hope this helps!
Thanks
Hi,
Please make sure you deactivate all plugins and check for this again as the search works based on js and this may happen due to a plugin conflict so please make sure you deactivate the plugins, all of them, laving active just the Visual Composer plugin then empty cache, purge files and check for this again.
Please let me know if this helps!
Thanks
Hi,
You can set a featured image for your posts and use post template 5 if you don’t want a featured image to appear. In this way the thumbs needed for the similar articles will be created and will show when the post it’s displayed in the related articles area.
Thanks
Hi,
I did and I have noticed while checking your that this works fine, at least on my side: http://screencast.com/t/xjZYj4PX
I see you have set the modal window on your featured image and that your gallery images link to the attachment page: http://screencast.com/t/dtGRkyDTUJ5
The error you have encountered usually appears when you are using the modal view and you link the images inside that galley to the attachment page. A fix for this would be to edit the images and set them to link to the media file instead of attachment page.
Thanks
Hi,
Here is the function that gets the post categories and add’s them to the post page, you need to alter it to work with pages: http://screencast.com/t/EsY0iZVs
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,
Use position and set the menu item a element to right: 118px, like this: http://screencast.com/t/VfBEzavyu5Q
.affix .menu-item-40484 a {
right: 118px;
}
Hope this helps!
Thanks
Hi,
If you need a featured image then set a featured image for the post and then add the video URL below in the post content where you want it to appear, like this: http://screencast.com/t/MTnuVna6tHe9
Result: http://screencast.com/t/8nrtHyou
Thanks
Hi,
Please make sure that your theme panel changes do apply as this may happen if the settings are not saved and you have to increase the max_input_vars = 1000; value inside the php.ini file to max_input_vars = 5000;.
If you don’t have access to the php.ini file please contact the host administrator and let him know about this issue.
Hope this helps! Please let me know!
Thanks