Hi,
Unfortunately this is how it works, you need to click the menu item again to close it. It should be possible and if you want that we recommend you to get a freelancer to change it for you as we cannot offer custom work at this time as we work hard on the development, updates, fixes and support.
Sorry about this!
Thanks for understanding!
Hi,
We do not plan any changes on this at this moment and we have to be very careful what we implement as we have over 160 feature requests, if more people request for this we will consider about it.
You can follow the tread below as I have posted there a method on how to do this there and you can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Here is the topic: https://forum.tagdiv.com/topic/can-i-edit-block3/
Thanks
Hi,
Please make sure you use the panel translation right, like this: http://screencast.com/t/O9LF3Hxpw312
I have also tested this and it works fine.
You can also change this directly from code, and replace the next/prev/page..of text like this: http://screencast.com/t/uCyepSbdtJh8
Result: http://screencast.com/t/jPjo99l7t2T
Thanks
Hi,
You have to add your background image url here: http://screencast.com/t/N21dAuk8
But you can use the background settings from theme panel to add your background, like this:
– config: http://screencast.com/t/Mdtx0cOPd
– result: http://screencast.com/t/9Xu3VCNjfu6
Or you can do it via css, like this: http://screencast.com/t/V66sXIeMwok
.home .td-page-wrap {
background-image: url('http://www.psdgraphics.com/file/blank-world-map.jpg');
background-repeat: repeat;
background-attachment: not-fixed;
background-position: center;
}
Hope this helps!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
You would need to set your permalinks structure like this: http://screencast.com/t/vguPT8VaAbdO
You can read more here: http://codex.wordpress.org/Using_Permalinks
Thanks
Hi,
Thanks Christopher!
@starlogic
1. This issue with the slider occurs because of Yoast Google Analytics plugin.
We know about this and we have already wrote to plugins author so we can find a solution for this, you can also write to their support page: https://wordpress.org/support/plugin/google-analytics-for-wordpress
We are trying to fix this but unfortunately is more difficult than we initially tooth. You can disable this option from Yoast Google Analytics general settings, will fix the issue with the links: http://screencast.com/t/LRV9LlBn3 or you can also use our own Google analytics support (just paste the code in our admin): http://screencast.com/t/EtxOCuXlspj
2. That is as Christopher wrote comes from the block’s settings, in this case the sort order of your block which is set to display the latest articles: http://screencast.com/t/XLSTjmKe You have to edit the block and change this setting.
Thanks
Hi,
I have checked this and I suggest that you should also check for this issue on plugin’s support page and address it to the plugin’s authors as I believe there is an issue with the method the excerpt is included into the newsletter and somehow the image title is added.
Thanks
hi,
Yes, unfortunately the speed booster plugin may cause conflicts in use with other plugins so empty all cache and also purge files if you use CDN, disable all plugins leaving active only the speedbooster plugin and visual composer and check for this again.
You can check your console on homepage to see the 403 error: http://screencast.com/t/0wm6n4TSUd
You should also consider updating your theme to the latest version 4.5 and check again for this.
Hope this helps! Please let me know.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Our advice it to get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself, this needs custom work and unfortunately we can offer custom work at this as we work hard on the development, updates, fixes and support.
Thanks
Hi,
Glad it works. The 404 error is because there is no search template. You can create a search page template if you want, here are some info on how to do that http://codex.wordpress.org/Creating_a_Search_Page
Thanks
Hi,
Please replace the line you have added to the module with this one:
post->ID))->post_content;?>
This should fix that: http://screencast.com/t/kY03OIYXW
Thanks
Hi,
To remove the bullets you have to edit the td_module_10 file and remove the list tags like this: http://screencast.com/t/U8Ac3yJthm
And to change the display use this css: http://screencast.com/t/sM9WPS46
.td_mod10 .entry-title, .td_mod10 .meta-info {
display: inline-block;
}
To get the date in front of the title move this line: http://screencast.com/t/m4CDr3tJ
Result: http://screencast.com/t/yaaPFO4B
And also add this css:
.td_mod10 .entry-title {
margin-left: 10px;
}
Thanks
Hi,
First please make sure you make a copy of the td_module.php file so you can revert to it if something goes wrong.
After this please edit the file and replace this two lines: http://screencast.com/t/NvxxCx1s with this code: http://pastebin.com/LBKa1S1i
This will add the image/attachment/thumb title to the alt tag but this will add the image title for all images and if you want this only for those images that lack an alt tag you need to modify it or get someone to help you with it if you don’t know how to do it as this means custom work and unfortunately we don’t have the resources to offer custom work at this time.
You can also use the previous code and adjust it as you like.
I have also tested this: http://screencast.com/t/VzhCt9euB
Thanks
Replied via email!
Thanks!
Hi,
Remove this function: http://screencast.com/t/eg3Nm4o3 from functions.php file for this theme panel option: http://screencast.com/t/TbKj5Qjtx and this function: http://screencast.com/t/OEk0gJHZ for this theme panel option: http://screencast.com/t/3E5HDj0tLn
Thanks
Hi,
Please send an URL to your site as I need to inspect this so I can provide an accurate solution for this.
Thanks
Hi,
You can use W3 Total cache to minify your html but make sure you disable the js and css minifier.
Hope this helps!
Thanks
Hi,
Please send your site’s URL. I need to inspect it so I can provide an accurate solution for this.
Thanks
Hi,
I have checked your site and found this errors in your console: http://screencast.com/t/TpBMbK1zNG1a ..which can be generated due to a plugin conflict so please make sure you deactivate all plugins, empty cache and purge files if you use any CDN plugins and check again. As Christopher wrote this is a responsive theme and content you use on desktop is on mobile also so make sure you get rid of the errors and let me know.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
@pixus
You have this js errors in your console when navigating to the checkout page: http://screencast.com/t/XgjCtxmt
Looks like some images loaded within the theme files are treated as insecure and I see that you use some minified js so please make sure you disable all plugins and also empty cache and purge files if you use any CDN services.
Thanks
Hi,
Can you please send a link to a post that has this issue with the feed? I’d like to inspect this. I have also searched your site but didn’t found any with this issue: http://screencast.com/t/WoEeA2qLoT
I have also noticed some js errors so you should make sure that this is not due to some plugins conflict by deactivating all and emptying cache/purge files and check again.
Please let me know if this helps!
Thanks
Hi,
Unfortunately that would not be easy to achieve and you would need custom work and you would also need to get someone to do that for you.
Use this custom css to target the title and style it as you like: http://screencast.com/t/53ZkJcJB
.td_block9 .entry-title a {
color: red;
}
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
First please make sure you disable all plugins and empty cache and also purge files if you use any CDN service and check again.
The @username can be removed from here: http://screencast.com/t/kfUFCaig4
Please let me know if this helps!
Thanks
Hi,
Yes, please use this method to display all your subcategories: https://forum.tagdiv.com/topic/maximum-5-subcategories-in-mega-menu/#post-20859
Regarding the order unfortunately you can’t set a sort order for subcategories, you can consider though setting as subcategories of that category only those you want to show in the menu.
Hope this helps!
Thanks
Hi,
We know about this issue and we have it on our todo list and hopefully will manage to fix this in future updates, you can use the excerpt field from post editing panel to add a custom excerpt for the posts which display the link in the excerpt: http://screencast.com/t/xnUCEXAj
Thanks