- Apitd_api_header_style::delete
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
- Apitd_api_header_style::add
- ApiAPI – Header style – Introduction
- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_top_bar_template::add
- ApiAPI – Top Bar Template – Introduction
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
- ApiAPI – Single Template – Introduction
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_footer_template::add
- ApiAPI – Footer Template – Introduction
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_smart_list::add
It’s the social media icons that have been replaced with the symbols in the header and footer.
I added the line of code to the htaccess file in my root directory – copied directly from the linked site and not this forum above all other lines – and using the wild card as suggested by @branch1.
The staging site is: http://wptest.brookeandsteve.ca/wptest/
Any advise greatly appreciated!
In China, blog readers are getting the mobile Newspaper theme on their desktop. I attach a screenshot. If they go to VPN (tunnel outside the Chinese firewall) all is OK. I understand that my Twitter feed and social icons may be blocked, but is there some header code that can force the use of the desktop site?
Good day
Please assist me to remove this code from my website.
UA-6…….
Its on the header of my website and it can only be viewed via view source.
I can’t insert a code on the headers that can hide it. At the point I really dont know what to do…
Regards
Hello. Thank you so much for your help. I am so close to having this the way I would like it. Is there a way to edit the block header template? I like the one with the arrow on the bottom but I would like it to be all black rather than 2 toned with white.
http://highlightsfootball.com I disabled the menu from the ubermenu plugin but that header does not go away.
Hi, I am using ubermenu for my main navigation it works perfectly on the website but on mobile, it was showing to navigation bar 1 ubermenu and the default theme nav bar, I managed to disable the default navigation bar but now There is like a second header on mobile with my website logo which I want to delete.
here’s the header I want to delete marked in red https://ibb.co/iS5jmQ
Currently I’m using the default setup from your index dummy page demo:
[vc_row][vc_column][metaslider id=103][/vc_column][/vc_row]
[vc_row][vc_column][td_block_15 custom_title="Popular recipes" td_ajax_filter_type="td_category_ids_filter"][td_block_ad_box spot_id="custom_ad_1" spot_title="- Advertisement -"][/vc_column][/vc_row][vc_row el_class="td-recipes-deserts"][vc_column][td_block_15 custom_title="Deserts" header_color="#dd4949" sort="random_posts"][/vc_column][/vc_row][vc_row el_class="td-recipes-chicken"][vc_column][td_block_15 custom_title="Chicken & Beef" header_color="#3e8ebc" sort="random_posts"][/vc_column][/vc_row][vc_row][vc_column][td_block_video_youtube playlist_title="VIDEO RECIPES" playlist_yt="aJdU-Y_4cig, 10zarkHqXRo, jOmD2tIvsJg, Fw5fBM2osSw, -JKtWOqARa4, tM5b0engFM0, m8WACcHLeeQ, uJsFkZBbn5w"][/vc_column][/vc_row][vc_row el_class="td-recipes-instagram"][vc_column][td_block_instagram instagram_id="twisted_food" instagram_images_per_row="4" instagram_number_of_rows="" custom_title=""][/vc_column][/vc_row]
Only thing I’ve added is the slider on the top of the page.
What I’m trying to do now it to replace those dummy demo blocks with real categories which I’ve created.
For example first dummy block is “Popular recipes”.
[td_block_15 custom_title="Popular recipes" td_ajax_filter_type="td_category_ids_filter"]
1) How does this work? It should really work depending on the number of views on each recipes article, does it work that way?
2) Also how would i exclude some categories from this block?
Next block is “Deserts”.
[td_block_15 custom_title="Deserts" header_color="#dd4949" sort="random_posts"]
The problem is it doesn’t really show the deserts category.
1) How do I set it up to show the desserts category with descending order of the newest posts?
Hi,
Please try this custom css in Theme Panel > Custom Css:
.td-travel .td-travel-header:after {
opacity: 0;
}
Thanks!
Hi,
The solution provided seems to be working properly. If you are reffering that the top menu items are not aligning properly on certain screen sizes, maybe you can try adding this to the code
– https://www.screencast.com/t/41zSyfQWrUcx
– https://www.screencast.com/t/efoOWGcvIq
– https://www.screencast.com/t/oh5BkLuBSZCB
The code should be like this if you decide to use it
@media (max-width: 767px){
.td-header-top-menu-full, .td-header-sp-top-menu {
display: block!important;;
}
.td_ul_login{
display:none!important;
}
.td-header-sp-top-menu, .menu-top-container{
width:100%!important;
}
#menu-td-demo-top-menu{
margin-left: auto;
margin-right: auto;
display: table;
text-align:center;
}}
Thanks
Hello fermin,
Please notice that the header style 6 uses the line-height to be 80px. If you have made some additional customizations, please try to remove all of them and use only the default settings of the theme. Clear all your caches and check the results.
Thanks for your understanding!
Hi,
The file locations are highlighted in the screenshots provided above, for the header
– https://www.screencast.com/t/zPnMuwP6qwU
And for the footer template that you are using
– https://www.screencast.com/t/Je8sLdTapx
There you will have to make your custom modifications for the ads displayed in these sections.
Thanks
Hola Simion gracias por tus respuestas y tu tiempo,gran soporte el de Tagdiv gracias.
revisado todos los archivos que recuedo haber modificado en el archivo .hthaccess he borrado todo menos esto
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
y en el theme panel / custom code / custom css tengo esto
@media (max-width: 767px){
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #ffffff !important;
}
.header-search-wrap .td-icon-search, #td-top-mobile-toggle i {
color: black !important;
}
}
@media (max-width: 767px){
.td-scroll-up-visible {
display: block;
}
}
.td-default-sharing iframe{
position: relative;
bottom: -11px
}
Ya tengo la versión 7.8.1 y sigue sin funcionar ¿puedes ayudarme? ¿QUE puede ser?
GRACIAS
I want to remove the grey overlay seen in top area of this page http://www.sevenwanderers.com without changing the format or position of the image or posts.
Can anyone help? thanks
Hello,
On the post you mention there are only 2 ads present. The header and footer ads. If these are the ones you want to remove, then you will have to use conditions to wrap the ad code in.,
The header ad is found here: https://www.screencast.com/t/QEJa81TuJ0
The footer ad is found here depending on the footer style you use: https://www.screencast.com/t/6gL7gDZck1
If the plugin has a condition to check for it like ‘is_directory’ maybe, then you can wrap the ad codes in that condition and make them not show up on the directory pages. But this is specified on the plugin page though if there is any such function.
I hope this helps.
Hello,
Try to add this code in the theme panel-> custom css box:
@media (max-width: 767px){
.td-header-top-menu-full, .td-header-sp-top-menu {
display: block!important;;
}
.td_ul_login{
display:none!important;
}
.td-header-sp-top-menu, .menu-top-container{
width:100%!important;
}
#menu-td-demo-top-menu{
margin-left: auto;
margin-right: auto;
display: table;
}}
Thank you!
The page speed of my site http://www.rockingfamily.at is worst. Gzip is activated, and i’ve already installed the recommended Caching plugin.
Google Page insights told me, that the server response time ist very slow. But the latency is very low and i can load my stats site in a few miliseconds.
But when i check the site with firebug, it lasts nearly 2 seconds to laod the site html (header), before laoding the images, css, js, and so on.l
How ca i improve the loading of my site?
Best greetings from Austria
David
Hi,
This is where the link that defines the action when the header logo is clicked on mobile
– https://www.screencast.com/t/PQb3acG8
You could modify the link to have a different action when clicked if that is what you need, and enter the address you want like in this example
– https://www.screencast.com/t/VMg5qSesd62
You could also increase the menu size on mobile by setting a custom value if that could prove useful, like in this example
– https://www.screencast.com/t/KpqTj20wTbiJ using a code like this
– https://www.screencast.com/t/QV4urfiBC
Or maybe you can find a plugin that can be used for this purpose and could display a link how you want it. Please let me know if I could help you further, or have any questions. Also if I misunderstood what you wanted.
Thanks
Hi,
It seems that you have some custom classes appearing in the page structure
– https://www.screencast.com/t/wmONRDFG8ul7 and the elements on the page are being affected by these. Please check and remove any custom code you might have entered in theme panel, or added to the theme files. Deactivate the child theme if you are using one. Also try as a test to remove the header ad code, deactivate all your plugins except Visual composer, clear any caching installed and check if this has any effect.
Thanks
Hi,
As a workaround you can add a fixed width and heigh (not affectin mobile) so you will be certain the container will always stya the same as the normal logo and not be biger on retina displays:
@media(min-width:767px){
.td-header-style-10 .td-header-sp-logo img{
width:526px;
height:255px;
}}
I hope this helps.
Thank you!
Hi,
The font size for the top menu can be changed in Theme panel->Theme Fonts->Header
– https://www.screencast.com/t/ZLaYnrxZf6P
Thanks
Hi,
You could change the Header style – https://forum.tagdiv.com/header-styles/
For example Header styles 9,10 and 11 do not have a limit for the logo
– https://forum.tagdiv.com/logo-favicon/
Or you can try using this option from theme panel to stretch the header container
– https://www.screencast.com/t/2bbYFBmvxt0B and see if this is a solution for you.
Thanks
Hello,
We are aware of the social network implementation in our theme. We understand there are lots of requests for social sharing options but our theme already has header social icons, a social counter plugin, post social sharing button as well as footer social sharing buttons. There are plenty of plugins out there that provide sharing options and we did not consider we needed to invest more in something that is already provided free. We will consider it though as we are open to suggestions.
Thank you!
I checked it again and noticed that I have already asked the same question 5months and you have already solved it there 🙂
Here is the link: https://forum.tagdiv.com/topic/how-to-disable-header-ads-on-mobile-for-homepage/
It worked like charm. Sorry and thank you 🙂
update:
pretty much at my wit’s end on this and am finished for the day. what a total waste of time. really discourages me from fiddling with this any longer.
i disabled the background image and simply set an off-white color for the background. but that made no difference in terms of the slider image staying within the confines of the div class .td-container.tdc-content-wrap. i fiddled with revslider settings, i changed header and logo positions and still nothing. the slider image is not extending the width of the browser window.
also, in terms of the Main Menu (Header style), there is another problem. i prefer not to use the centered main menu (style 10) but the left-justified instead (style 9). however, unlike the problematic revslider image, the left-justified menu extends all the way to the left of the browser window as i resize it. it shouldn’t. it should stay within the confines of the .td-container.tdc-content.wrap class. it looks stupid all the way to the left when the logo stays centered on the page.
i want the revslider to extend the width of the page, not the menu. right now, it’s backwards.
i’m just about to throw up my hands on this. i’ve commented out most of the css rules i created, thus, everything i’ve done to this point has been a waste of time. and i still haven’t gotten this layout right. and that’s before i add any content, which is the real work.
i don’t know what to do next except scuttle this theme and try another one.
Hi,
I´ve follow your advice, but still doesn´t work. I cannot insert a link in my image as header or custom ad. I can insert image as adbox, but the link doesn’t redirect – only redirect to home! Please, see the screenshots, maybe you go understand.
http://convergenciaonline.com.br/wp-content/uploads/2017/04/adbox1.jpg
http://convergenciaonline.com.br/wp-content/uploads/2017/04/adbox2.jpg
http://convergenciaonline.com.br/wp-content/uploads/2017/04/adbox3.jpg
http://convergenciaonline.com.br/wp-content/uploads/2017/04/adbox4.jpg
Thank you!