Hi,
Use this css: http://screencast.com/t/fdh2cfK1fA0
@media (min-width: 1018px){
.td-affix .td-style-8-logo-wrapper {
display: none !important;
}
.td-header-style-8.td-affix .td-menu-header .td-li-wrapper-menu {
float: none !important;
text-align: center;
}
.td-affix .td-menu-wrap .td-style-8-menu-wrapper {
text-align: center !important;
}
}
@media (max-width: 1018px) and (min-width: 768px) {
.td-affix .td-head-style8-logo-mobil {
display: none !important;
}
.sf-menu > li > a {
font-size: 13px !important;
font-weight: normal;
text-transform: uppercase;
}
}
Thanks
Hi,
Please use this custom css: http://screencast.com/t/xpA1xUJwQX
.attachment .td-g-rec-id-custom_ad_3 {
margin-bottom: 10px;
margin-top: 10px;
}
Thanks
Hi,
Thanks TheMediumUTM!
@faditayyoun You can achieve this like TheMediumUTM suggested, we will also consider this for future updates.
Thanks for the message!
Hi,
Sorry for the inconvenience! Please send an e-mail at contact@tagdiv.com specify the issue (or paste a link to this conversation) and we will try to find a solution.
Thanks for the message!
Hi,
I have added this on our to-do list and we will consider it for future updates.
You can charge it from here: http://screencast.com/t/NqHtJWJdTbO
Thanks
Hi,
@Steven I’m not sure where on your homepage you want this as you don’t have any category tags there but you can try to use this css:
.home .entry-category a {
pointer-events: none;
cursor: default;
}
Hope this helps!
Thanks
Hi,
Your problem comes from the permalink structure you are using to access your feed rss. In your case you will access the feed by using this permalink structure: http://screencast.com/t/vlk2l2bE just add this after your site’s URL:
http://example.com/?feed=rss
http://example.com/?feed=rss2
http://example.com/?feed=rdf
http://example.com/?feed=atom
This permalink feed structure is used for custom permalinks: http://screencast.com/t/2EaAn1fvg
Also checked your site and this feed links work just fine: http://screencast.com/t/6A5iWqd8sWwD
You can also read about this here: http://codex.wordpress.org/WordPress_Feeds
Thanks
-
This reply was modified 11 years by
Lucian.
Replied here!
Thanks!
Hi,
You can use the header style 3 then make this changes in the header.php file: http://screencast.com/t/KD39mCRe then add your ad code and use the Adsense size to select the ad size you want: http://screencast.com/t/7opWwerdq
Also note that the Google adsense will be made responsive automatically by the theme. For other ad type please check this guide: https://forum.tagdiv.com/ads/
Thanks
Hi,
Thant color is determined by the theme color: http://screencast.com/t/zffWq989b and it will change if you change the theme color.
You can also change it via css: http://screencast.com/t/7iM1oSjOEL25
.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > .current-category-ancestor > a, .sf-menu > li > a:hover, .sf-menu > .sfHover > a {
border-bottom: 4px solid #F10808;
}
Use this custom css to change the current menu item background color: http://screencast.com/t/sYJTbp1vt
Hope this helps!
Thanks
Hi,
I’m not sure what are trying to do, the mobile menu it’s build based on the menu structure you have set from appearance > menus: http://screencast.com/t/mJLhBJLnLSAh
In this case when you set a category as a mega menu it looks like this: http://screencast.com/t/7mgZhv374St8 that’s why it works like that on mobiles.
Thanks
Hi,
Try it like this:
<?php
$td_post_theme_settings = get_post_meta($post->ID, 'td_post_theme_settings', true);
echo @$td_post_theme_settings['td_source'];
?>
Thanks
Hi,
Please deactivate all plugins and try again. I have checked this and worked fine for me:
http://screencast.com/t/sTyvNFB34 result: http://screencast.com/t/8fpOACrC1x
Also please make sure you add the fb/twitter right and try again.
Thanks
Hi,
Thanks for the suggestion and sorry for the inconvenience. I have added your request on our todo list but because we have over 160 feature requests we have to pick very carefully what we implement. If more people request this feature we will do it.
Thank you for your understanding!
Hi,
Please try to update the VC plugin, follow this guide: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Thanks
Hi,
Please edit the style sheet and add this:
direction: rtl;
unicode-bidi: embed;
..to the body tag, like this: http://screencast.com/t/V5ey29qPk
You can read here about this: http://codex.wordpress.org/Right-to-Left_Language_Support
Hope this helps!
Thanks
Hi,
Thanks for letting us know, we will consider this and try to find a better way to implement this in future updates. Should work fine for you in the footer.
Thanks for the suggestion!
Have a nice day!
Hi,
You can change this from theme panel > excerpts, like this: http://screencast.com/t/vQXsxqObxv
Please make sure you have this set on words.
Hope this helps!
Thanks
Hi,
Thanks TheMediumUTM!
@ntoulios88
I might add that if you inspect the menu items you will noticed that each has a unique class, like “menu-item-4630” for example, so you can use that class to style each menu item as you like.
Thanks
Hi,
I have checked your site and inspected to see this but found no issues with the banner: http://screencast.com/t/gfTHPONeZ
Please let me know if this happens again.
Thanks
Glad you have figured it out!
Thanks for the message!
Hi,
You can use Advanced Custom Fields plugin, please follow this topic: https://forum.tagdiv.com/topic/function-to-hide-ads-and-function-to-show-author/#post-8993
Hope this helps!
Thanks
Hi,
Use this line: <?php echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]'); ?> and add it where you want the add to display in the template.
Also follow this guide: https://forum.tagdiv.com/ads/
Hope this helps!
Thanks