hi,
the theme panel was not made for multilanguage, but take a look here :
https://forum.tagdiv.com/translate-your-site-in-multiple-language-with-qtranslate-plugin/
maybe it helps.
Thanks for you message.
Radu A.
hi,
the blocks display one or more module (each module is a post).
also the slide is a module and is display in the slide block but is a little different because the slide html code has to wrapp the post html code.
http://screencast.com/t/MhaG1UDcZ3h
Thanks for you message.
Radu A.
hi,
use this css:
.menu-header-container ul.sf-menu > li > a {
font-size: 10px;
}
here : http://screencast.com/t/5XPlGzkzmg
to decrees the size of the menu.
Thanks for you message.
Radu A.
hi,
you cannot remove the authors just from the search result page.
the reason is that the same code used to display the posts in pages (post displayed as modules) is used on the search result page. modifying the displaying code (from modules) will take effect where that modules is displayed.
Thanks for you message.
Radu A.
hi,
search for this code :
if (td_detect.is_chrome === true || td_detect.is_ie10 || td_detect.is_ie11) {
td_smooth_scroll();
}
and comment it out like here : http://screencast.com/t/pBTbcKztcKrA
Thanks for you message.
Radu A.
hi,
I have made something , from here you can take over : http://screencast.com/t/DUVdHRbGh
assume that the post layout is default : http://screencast.com/t/ugLzXJXdJr
use this css:
#td_social_networks_buttons {
background-color: #f5f5f5;
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
height: 35px;
}
#td_social_networks_buttons ul{
position:relative;
top: -21px;
}
here : http://screencast.com/t/QR42rLyfj
Thanks for you message.
Radu A.
hi,
WPBakery Visual Composer Enable MUST be enabled in order correctly display the contenc of the pages.
we did not create the WPBakery Visual Composer, we purcease it and integrated into the theme.
Thanks for you message.
Radu A.
hi,
if you have the latest version of the theme : http://screencast.com/t/lXII1lQPF4
this is for the post pages.
Thanks for you message.
Radu A.
hi,
first of all you got 2 javascript errors : http://screencast.com/t/oqnpalJp
then I see that you inserted some links with images in them from another site : http://screencast.com/t/9KFmxG9gW , those links have the class external. I have found nowhere the css rules for external class.
use this code :
.td-post-text-content p a.external {
float: left;
padding: 2px;
}
here: http://screencast.com/t/hr2yphh82zcA to align them like you want
Thanks for you message.
Radu A.
hi,
I have tested on iPhone 4, 5, Apple mini Pc it shows the whole thing. on iPod the slide shows as in your print image. however the iPod has an old safary, this is what I believe is happening, you have an old safary on your phone.
thank you for reporting this issue, we will take a look at this.
Thanks for you message.
Radu A.
hi,
use this css code here: http://screencast.com/t/iJyc9agybyN4
.td-social-sharing .td-social-twitter {
background-color: #fff000;
}
.td-social-sharing .td-social-facebook {
background-color: #fff000;
}
.td-social-sharing .td-social-google {
background-color: #fff000;
}
.td-social-sharing .td-social-pinterest {
background-color: #fff000;
}
change the color with the one you want. #fff000 means yellow.
Thanks for you message.
Radu A.
hi,
try changing the sidebar for that page (create one if needed), you can find this option on the edit pages -> Page template settings.
see if this works.
Thanks for you message.
Radu A.
hi,
our theme is not inserting files in no wordpress files, is very bad practice to do so,
please check your browser console to see if there really are javascript erors (this is the console for chrome browser : http://screencast.com/t/JU0xrn1K3) but every browser has one.
Thanks for you message.
Radu A.
hi,
thank you for reporting this issue, we will take a look.
I also see that your site looks very different from the main theme.
I’m guessing that speed booster changes the loading order of css (all the css that your site is ussing).
Thanks for you message.
Radu A.
hi,
check for javascripy erors in the javascript console : http://screencast.com/t/2PbzgA9qFoV3.
hope this help.
Thanks for you message.
Radu A.
-
This reply was modified 12 years by
Radu A.
hi,
thanks for sharing this
Thanks for you message.
Radu A.
hi,
you can use the first video from this documentation post: https://forum.tagdiv.com/how-to-update-the-theme/
use only the first video as the rest of the post is for updating from version 2 to version 3.
Thanks for you message.
Radu A.
hi,
try this: http://screencast.com/t/dGIQPimrzvZ
also you can try removing all the ” and ‘ from titles and replace them with ` , as ” and ‘ are use in HTML syntax.
Thanks for you message.
Radu A.
Hi,
can you give me a link to your category page, I see on our demo that the category breadcrumps are working fine : http://screencast.com/t/dX0moiBJP
Thanks for you message.
Radu A.
hi,
http://screencast.com/t/AblfPsBH
I see that this issue is fixed.
Thanks for you message.
Radu A.
hi,
quitifua6 have you used 301 redirects like Christopher Simmons suggested?
Thanks for you message.
Radu A.
hi,
thank you for your suggestions,
we will talk about this.
Thanks for you message.
Radu A.
hi,
we are still working on this issue.
Thanks for you message.
Radu A.
hi,
in the latest version of the theme we have moved the google analytics code from bottom next to the header
Thanks for you message.
Radu A.
hi,
can you paste here the link to your site to check this issue.
also you can try to disable all plugins to be sure no conflicts may appear between the theme and the plugins.
I have look at the menu on my install but in my computer seems ok.
Thanks for you message.
Radu A.