Hi,
I’ve tried a few solutions yesterday, but i had to leave and i was going to check it again today. Nice find, it may provide a solution for other too.
Thank you, Emil G.
Hi,
You have to edit the homepage, or create a new one and set it as a homepage from Settings -> Reading – http://screencast.com/t/nxXU2paRAva
The tech homepage is built like this – http://screencast.com/t/DYerxI0myEDd – http://screencast.com/t/YyOW52hl9M
You could use the shortcodes – http://screencast.com/t/FjvLbGCaJdd – http://pastebin.com/YV8LQrcA – but note that you may have to change the categories used on those blocks with the ones present on your side.
Let me know how it goes.
Thank you, Emil G.
Hi,
Please send an email at contact@tagdiv.com , paste a link to this discussions and provide wp-admin access o i can take a look, maybe i can find the cause.
Thank you, Emil G.
Hi,
I’ve checked the package and there’s no virus, it must come from your side. Those git files which are present inside the plugins are used by our IDE application (phpstorm) and are not used by the plugin. It may also be a false positive. Envato also checks the files before approving any update so the chances for a virus to pass undetected are close to none.
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
Try this solution – http://screencast.com/t/jntZo9oOr – http://screencast.com/t/84DLtJEP
Set the post you want to always appear first as a sticky post – http://screencast.com/t/cF0iKU5BJ
Result – http://screencast.com/t/QieILIj7glsS
Thank you, Emil G.
Hi,
I’ve inspected the titles on your modules but there’s no custom font set on them – http://screencast.com/t/VZ8WowhCUU
Please provide the link to a page where the custom font is set.
Thank you, Emil G.
Hi,
When you use the Speed Booster plugin the theme loads the minified js file, you could rename it to be used instead of the default one.
PS-we’re checking this for v.5
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
I’ve checked your site and the issue appears from the way your server response, it delivers partial content 206 – http://screencast.com/t/thISCw5u , because of this Facebook cannot read the page content, it reads this – http://screencast.com/t/OvUsXJid2v – http://screencast.com/t/DEXhN8aqai3X – that’s why you see those strange characters when you share the page. The server should reply with code 200, if you don’t know what may cause this try to talk with your host administrator about it.
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
We really do not own a version of WPML and we didn’t do any test with it yet, the theme was tested with qTranslate.
The theme uses a custom function for translations – http://screencast.com/t/2CXTVDmk5c
You may try to replace it in the theme with the one used by WPML, unfortunately i cannot say exactly what WPML uses so i cannot provide a precise solution to this, you can also try to ask about it on their forum.
If you can’t find a solution to this i can offer a refund.
Thank you, Emil G.
Hi,
You have to modify the function which handles the breadcrumbs to use something else as a title – http://screencast.com/t/CDuNGqFGLTRD
Unfortunately i cannot provide a full working solution for what you need. You may have to get an alternative title to be rendered there or create a function which returns a title excerpt. If you don’t know how to modify it i suggest that you hire a professional to doit for you.
Thank you, Emil G.
Hi,
On custom modifications we can provide some guidance but we cannot provide full solutions, if you have many modifications i suggest that you look for a developer to make them for you.
In this case you have to apply a box shadow css effect – http://www.w3schools.com/cssref/css3_pr_box-shadow.asp – also check this generator – http://www.cssmatic.com/box-shadow
Thank you, Emil G.
Hi,
Select one of the Homepage – with article list templates – http://screencast.com/t/AxNQtg6Fs8mF
You can see what each page template brings here – https://forum.tagdiv.com/page-templates/
Thank you, Emil G.
Hi,
You could use a plugin which sets the first image from each post (which doesn’t have a featured image) as a featured image.
Or you could enable the image placeholder from Theme Panel -> Post Settings -> Featured image – http://screencast.com/t/05xbAXNKW1
You can replace the image with your own – http://screencast.com/t/OyMmwTGGsHxX
Thank you, Emil G.
Hi,
Try the following css:
/* hide on desktop */
@media (min-width: 1200px){
.home .td-page-wrap .td-grid-wrap .span8 .td_block6 .item-details .td_read_more {
display: none;
}}
/* hide on mobiles */
@media (max-width: 767px){
.home .td-page-wrap .td-grid-wrap .span8 .td_block6 .item-details .td_read_more {
display: none;
}}
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
You have to modify the code and add conditions based on the current article category, you can find the article ad code here – http://screencast.com/t/WxBpjRKCWP0n
Unfortunately it’s not an easy task so if you don’t have coding experience i suggest that you hire a professional developer to make this for you.
We would have gladly made it for you but for the moment we cannot offer custom work, sorry for this.
Thank you, Emil G.
Hi,
For the moment we don’t plan to integrate wpml 100%, because of this we can’t integrate only a small modification like the one presented on your second comment. I don’t own a version of wpml so i cannot say what that function may do. To integrate something like that in the theme we need to add an extra condition so that it applies only when wpml is installed and active, this way it won’t affect the usability for users which are not using wpml.
Thank you, Emil G.
Hi,
The issue may be caused by a plugin conflict, you have an error in the console – http://screencast.com/t/ruGNaxHf8Ta
Try to disable all plugins except for Visual Composer and check if the issue is still there. Enable the rest one by one until you find the one that’s causing this issue.
If this doesn’t work please send an email at contact@tagdiv.com , paste a link to this thread and provide wp-admin access so i can take a look.
Thank you.
Hi,
We’ll add a separate control for views and 7days counter, until then you could hide the views using custom css or comment the lines inside loop-single or single template files – http://screencast.com/t/4EnzhvdfEms
If it still doesn’t work please send an email at contact@tagdiv.com , paste a link to this conversation and provide wp-admin access so i can take a look.
Thank you, Emil G.
Hi,
Not sure what you mean, the widget must come from a plugin which may have a shortcode. Use a Text widget to add the shortcode on page.
Thank you, Emil G.
Hi,
The mobile menu should open there, some custom css or plugin may affect that section. Please try to disable all plugins and check if the issue is still there. Also check if the fonts are present, they may be set to white and they don’t appear because the background is also white. If nothing works please provide the url so i can take a look.
Thank you, Emil G.
Hi,
You can doit if you remove the sidebar.
The alternative would be to modify the content width but it’s not an easy task, try this css: – http://screencast.com/t/HAUtuNB2vd
@media (min-width: 1024px){
.single .td-container, .single .td-header-container {
width: 1111px;
}
.single .td-pb-span8 {
width: 770px;
}}
If you want to adjust the other elements i suggest that you hire a professional developer to doit for you.
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
Try to use a different page template, one which comes without page title. The alternative would be to edit the template and add the css inline – http://screencast.com/t/RP4EqpfkSiCH
style="display: none;"
Thank you, Emil G.
Hi,
That section deals with the custom fonts, did you added anything on that section? if you did please provide more details. If you didn’t please send an email at contact@tagdiv.com , paste a link to this conversation and provide wp-admin access so we can take a look.
Thank you, Emil G.
Hi,
Yes, we’ll add a on/off option for the lazy load on the next update and we’re going to fix the other issues.
Thank you, Emil G.
Hi,
I need the full error message (path included), if you don’t want to paste it here please send it via email at contact@tagdiv.com
Thank you, Emil G.