Have you managed to solve this issue? I have checked your site found no issue regarding this. This issue with the slider’s links occurs because of Yoast Google Analytics plugin which you also use: http://screencast.com/t/ajMNhnnrLXbw
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
Sorry for the inconvenience!
Thanks for the message!
Hi,
Please replace the menu-top.php file content with this: http://pastebin.com/74EUnHPZ ..like this: http://screencast.com/t/6LYQko2qvJ
Then add this custom css in theme panel > custom css:
@media (min-width: 1200px) {
.top-header-menu, .td-header-menu-wrap .menu-post-and-page-settings-container .menu {
margin: 0px 49px 0px 0px;
}
}
.td-header-menu-wrap .menu-top-container {
float: right;
}
After this you will have the item displayed at the top on the right like this: http://screencast.com/t/HNAnqycD
Note that this will remove the top right widgetised area, only use this if you aren’t planning not to use that area.
Thanks
Hi,
Use this css: http://screencast.com/t/Vz2r3hWB
.widget_rss .block-title span, .widget_rss .block-title span a {
font-family: Oswald;
font-size: 17px !important;
line-height: 18px;
font-weight: bold;
text-transform: uppercase;
}
Thanks
Hi,
That is an WordPress widget, try to search and find a way to do it online or you could also use a plugin for that.
Thanks for the message!
Hi,
Could be make sure you empty cache, purge files if you use any CDN or cache plugins.
Also inspected your site for this custom css and I found all but this:
.post header h1 {
margin-top: 17px !important;
}
This is why you still have this issues. Please make sure this css it’a added right into theme panel.
Use it like this:
@media (max-width: 768px) {
.single .post header h1 {
margin-top: 17px !important;
}
}
You could also try to edit the style.css file and add it there if still dose not work.
Thanks
Hi,
Glad you have figured it out!
Thanks for the message!
Hi,
Thanks TheMediumUTM!
@sbo Please follow this guide: https://forum.tagdiv.com/how-to-use-the-megamenu/
Thanks
Hi,
You can change it from here: http://screencast.com/t/HAmNr80kHi
Note that as Christopher wrote that class it’s used in the style sheet and you need to change it into the style.css file as well otherwise you will lose any style added using that class.
Hope this helps!
Thanks
Hi,
Thanks adhi!
@FRMedia1981
As @adhi suggested if the short-codes aren’t interpreted means that could be a problem with Visual Composer plugin, pleas delete and re-install the plugin following this guide: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Thanks
Hi,
Thanks for your suggestion, I have added this on our feature request list and we will consider this for future updates, we have to pick very carefully though what we implement as we have over 160 feature requests, if more people request this we will add it.
Thanks for the suggestion!
Hi,
Unfortunately we are still investigating this issue as we didn’t managed to find a solution for it. You can try this method until we can fix this: https://forum.tagdiv.com/topic/about-default-theme-colors/ this should fix this.
Thanks for the message!
-
This reply was modified 11 years by
Lucian.
Hi,
I’m not sure what do you want to do, the top menu it’s already responsive. If you need to enable it on mobiles you will have to do it via css because the top menu it’s hidden on mobiles by default: http://screencast.com/t/ck4PFM7JvM
@media (max-width: 767px){
.td-header-menu-wrap {
display: block !important;
}
}
Hope this helps!
Thanks
Hi,
Add the logo as a menu item like this: http://screencast.com/t/uYar7EvV8k
Result: http://screencast.com/t/vOUutsaa1
Use css to set the max-height to 100% for the logo image to fit well. This method works fine, just tested it.
Use another header style or set the logo you have now to be hidden in desktop screen mode.
Thanks
Hi,
You have to move this line, like this: http://screencast.com/t/nZghZzJaA
Result: http://screencast.com/t/wWHLiZWOQq2d
Note that this example is for the default post template, if you want to change this on other templates also you will have to make this changes on other templates also.
Thanks
Hi,
You can change the menu background and underline from theme panel > theme colors: http://screencast.com/t/EtZzSh24fg
To change the text color of the menu go to theme panel > custom typography > menu’s section: http://screencast.com/t/82P6qW1k4
For the underline you can also use this custom css: http://screencast.com/t/SRXSJa1se
.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > li > a:hover, .sf-menu > .sfHover > a {
border-bottom: 4px solid #52b3e9 !important;
}
You should also consider changing the menu icons color from white to black: http://screencast.com/t/TC4gyvpPJ6y
Thanks
Hi,
We are sorry about this, unfortunately we had to do it and this layout will not be brought back as it isn’t supported by the new grid system we plan to add.
You can use 4.3 theme version in which you will have this setting, we can also offer you a refund if this doesn’t suits you.
Sorry about this and for the inconvenience and thanks for understanding that this was an necessary step that we had to take!
Thanks
Hi,
Use this custom css: http://screencast.com/t/7PRIleKh
.td_block6 .td_mod9 .entry-title a {
color: red;
}
Change it as you like.
Thanks
Hi,
I believe you refer to the social icons from the top menu widget area: http://screencast.com/t/lR7Y7nI7fVp
I have checked your site and noticed that you have hidden the top menu so first you need to enabled it from theme panel like this: http://screencast.com/t/IIL0V0RuSuSN
After this go to appearance > widgets and add the social icons widget to the top right social widgetised area and customize it like this: http://screencast.com/t/sLyX9vDuKT save it and you should get this result: http://screencast.com/t/lR7Y7nI7fVp
If you want to add it in your sidebar you have to do the same and add it to the sidebar you want: http://screencast.com/t/tjZVBrL3
Should work just fine, make sure you do this right.
You can remove the pagination via custom css, like this: http://screencast.com/t/HmN5Dw5IaG6
Use this custom css in theme panel > custom css:
.home .page-nav {
display: none;
}
Thanks
Hi,
Please use this custom css: http://screencast.com/t/K0c2C7JujvL
.widget_rss .block-title span, .widget_rss .block-title span a {
background-color: #fff;
color: #900000;
font-size: 18px;
}
Thanks
Hi,
The only plugin that is essential for the theme is the WPBakery Visual Composer plugin, the rest are recommended to be used with the theme or to get access to some features: http://screencast.com/t/4d8gR9lSQnH
Thanks
Hi,
Please replace td_module_3.php with this: http://pastebin.com/NeUn5TbD and td_module_5.php with this: http://pastebin.com/tQ7A0eNM
Also add this custom css in theme panel > custom css:
.td_mod3 .entry-title, td_mod3 .entry-title a, .td_mod5 .entry-title, .td_mod5 .entry-title a {
clear: both;
top: 2px;
}
Result:
mod5: http://screencast.com/t/VkILmiLea
mod3: http://screencast.com/t/9IWnU8cN5oRu
Thanks
Hi,
This happens because you have added the block into a row into page, like this: http://screencast.com/t/J7SHnfx9iu8Q This isn’t right because the layout breaks when used like that.
You have to add the blocks like this in order to work properly: http://screencast.com/t/lDymtoIgak
Result: http://screencast.com/t/mjRiBnCVsuRr
Thanks
Hi,
You can use the <noindex> tag as it is for your country seems like it’s valid, or you can use it like this <!--/noindex--> to be appear in your source code also.
You can read more about how this tag works here
I have tested this on module 8 and it worked, make sure you do the same in your case:
ex:
* http://screencast.com/t/pdh4VeAhDY
* http://screencast.com/t/cGsP97lC4
* http://screencast.com/t/YsubkVb1n1
Thanks
Hi,
This issue with the slider’s links occurs because of Yoast Google Analytics plugin which you also use: http://screencast.com/t/Ex2njqV30y 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
Sorry for the inconvenience!
For the slider’s title please use this css to change the line height and font size as you like (add it in theme panel >custom css): http://screencast.com/t/EFiZpUFi7yfT
@media (max-width: 767px) {
.td_normal_slide .td-sbig-title-wrap .td-sbig-title {
font-size: 17px !important;
line-height: 5px!important;
}
}
Thanks
Hi,
Please send an URL to your site, I need to inspect this so I can provide a solution for this.
Thanks