Hi,
@loano1 try to search also this rgba color – http://screencast.com/t/Cx6XHHejv
( rgba(77, 178, 236, 0.7) )
@khancept You can try to make those changes in child theme or if you will try this in the main theme you can make a backup of you file(of your theme recommended).
Thanks!
Hi,
I have checked your site and your footer looks like this: http://screencast.com/t/4oSqPg06n9W8 so I think that it worked. Please empty cache if you still have issues.
Thanks!
Hi,
We have made some changes there, now you can set this from td_config.php: http://screencast.com/t/YvC87fww0ZG
Thanks!
Hi,
You can try to do this via custom css: http://screencast.com/t/vr1ryvrFFdwJ
@media (max-width: 767px){
.td-big-grid-post {
width: 100% !important;
max-height: 300px;
min-height: 190px;
}
.td-big-grid-post-1{
height: auto !important;
}
.td-big-grid-post-2{
height: auto !important;
}
.td-big-grid-post-3{
height: auto !important;
}
.td-big-grid-post-4{
height: auto !important;
}
}
Thanks!
Hi,
Please give us wp and ftp access so we can take a closer look at this. Provide your wp admin and ftp credentials at contact@tagdiv.com and also send us a link to this conversation so we can know who you are.
Thanks!
Hi,
I see that you managed to solve this with Lucian css: http://screencast.com/t/cRG2pbFqC
Also your css for other blocks/modules gradient should work: http://screencast.com/t/mzrc4z43O7 you can also try display none:
.td-module-thumb a:last-child:before{
display: none !important;
}
Thanks!
Hi,
I have checked your site using FB debugger tool and seems that you have multiple og: – http://screencast.com/t/wknM9r7Mi
We recommend to use this plugin WordPress SEO by Yoast plugin because is the best for SEO. Just install it and activate the meta data: http://screencast.com/t/9CBtZm0bESiP as we use it on our demo to.
Please try this without any plugin that may cause that error check your page source for one of your posts to make sure the actual data is there and check this with FB debugger tool: http://screencast.com/t/uJSSrVcPxLC
Also after you have solve errors it may take some time to update open graph.
Hope this helps!
Hi,
Let me know when to look for it.
Thanks
Hi,
Just login on themeforest then go to downloads section: http://themeforest.net/downloads and get the latest theme version.
If this isn’t helping please provide more details about the issue you have and send us a message via email at contact@tagdiv.com and provide your item purchase code and a link to this tread.
Thanks
Hi,
Please deactivate all plugins, leave just Visual Composer active, also clear cache and check if you still have this issue. If don’t have this issue anymore please activate your plugins one by one and see which one cause this issue.
Also please provide your site URL if still have issues.
Thanks!
Hi,
Yes, please follow the above guides for that.
Thanks!
Hi,
This usually happens because of the speed booster plugin which move the css and js at the bottom of the page structure so that the page will load faster, this is why the theme color appears first then changes, because of the cascading property of css, the same regarding fonts.
What you can do is to change the color and the fonts directly into the css style-sheet which will make your colors and your fonts to load first and stay that way. You could also deactivate the plugin if you don’t need it.
For page speed you can also use our guide and some other forum treads:
* https://forum.tagdiv.com/topic/pagespeed/
* https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
* https://forum.tagdiv.com/page-speed-guide/
Thanks!
Hi,
You would need custom work for that you have to make changes in loop-single-7.php and also in single_template_7.php like post template was created.
The easiest way is to use post template that you need(2 or 3) and comment/delete featured image code: http://screencast.com/t/1dlKLhwC – http://screencast.com/t/sZbxVuaUUghx
Thanks!
Hi,
You have to paste css code in Theme Panel > Custom Css: http://screencast.com/t/0qsdBCKq4O
I refer to this code:
.td-header-menu-wrap .td-social-wrap{
float: right;
}
.top-header-menu.td_ul_login{
float: right;
}
.top-header-menu.td_ul_logout{
float: right;
}
In the menu-top.php you have to change those span numbers to increase space for Top right (socials).
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I’m not sure if you refer to this – http://screencast.com/t/PUAQdSswJe7u – http://screencast.com/t/WU0KXnlzDLQs
Thanks!
Hi,
The functions.php file is in the root of the theme(not in wp-admin folder) as you can see: http://screencast.com/t/QZEVeQU3GB
Thanks!
Hi,
I’m not sure when you have this issue. If you use featured image(when you use featured video url it will create featured video automatically) on your articles this should be displayed on sharing.
For example a post with featured video – http://screencast.com/t/5GGVeEpek – http://screencast.com/t/LgmsskLn
Please provide a link where you have this issue, if this is not what you mean.
Thanks!
Hi,
I’m not sure what button do you use and how did you added. How did you created that button? Please provide more details.
I think that form tag must contain the table and the button: http://screencast.com/t/AxN6rO02T2O
Thanks!
Hi,
Like you can see on the above screenshot when I have checked you site the header ad was displayed – http://screencast.com/t/Qw0VoelECm
There’s an issue with the custom ads in Newsmag version 1.7, we could not replicate it yet to see what’s causing it, we will replace it in the next update. Until then try to replace the code inside – http://screencast.com/t/hm0F7lQ36llA – with this code – http://pastebin.com/7VKde8LB
Sorry for inconvenience!
Thanks!
Hi,
The issue seems to come from line breaking – end of line special characters interpretation. Try to replace (overwrite it) the td_panel_categories.php file – http://screencast.com/t/rnRNRNL1Ri with the one provided in the following link – https://www.dropbox.com/s/tegdpkwb43z9air/td_panel_categories.zip?dl=0
Thanks!
Hi,
Please try to make this change in javascript file: http://screencast.com/t/HOJK06KqUOW
//not touch
jQuery('#td-header-menu .sf-menu').superfish({
delay:600,
speed:200,
useClick:false
});
If you use speed booster you have to paste it like in the image and then you have to minify all content of the tagdiv_theme.js here – https://closure-compiler.appspot.com/home
After that you have to replace the content of tagdiv_theme.min.js(this file is used by speed booster) with that code.
Hope this helps!
Hi,
I have checked your site and seems that adsense is display properly: http://screencast.com/t/Qw0VoelECm
Please provide more details if you don’t refer to the header ad.
Thanks!
Hi,
You can display some specific articles on Big Slide using tags filter: http://screencast.com/t/wMj2ZVtjcR4 – http://screencast.com/t/LMSNDv8tdhk
Or you can also filter by category, just create a category and add posts that you want to display on Big Slide in that category: http://screencast.com/t/4pZbGsSJCg and use also sort order that you need: http://screencast.com/t/P92AUFTNI
Thanks!
Hi,
After you Install the Demo Data you can Import the Predefined Styles(stacks): http://screencast.com/t/Lc6Dho2jdh – http://screencast.com/t/pumXbxmy3u Please note that if you activate a stack, it will import only settings like fonts, colors…
On our demo’s menu are added only some categories that are set to megamenu and pages with submenu items: http://screencast.com/t/dte2bmKwL5 You can make your menu that you need by adding your pages and categories like in the screenshot.
If you also need the xml files of the demo you can make a request for it on email and we will send it to you. Send your request at contact@tagdiv.com and also include a link to this topic.
Thanks!
Hi,
I’m not sure how you want to work this feature. I believed that you want it active only for mobile screens that’s why I provided to you css from above.
This feature when is enabled Smart Snap(mobile) works like Marius said:
*on mobile when you scroll down the menu is hiding
*on desktop the menu is always sticky.
I have checked you site and it works exactly like this.
Thanks!