Hi,
I have checked your site and you have many errors in the console, so please check this without any plugins active except of Visual Composer, clear cache and see if you still have this issues. If it doesn’t happen anymore activate the plugins one by one and see which one cause this, also delete all unnecessarily plugins.
Thanks!
Hi,
I guess that you want something similar to this – https://forum.tagdiv.com/topic/how-i-can-save-in-subtitle-mysql-field-from-my-own-plugin/ and here is the source and via function – http://screencast.com/t/XTg7sdbl
Thanks!
Hi,
Header
– If you don’t use site background color/image the header section should be full width – http://screencast.com/t/zeBrt7dXET9m
– You could use shortcode in the header add if you want to create something using pagebuilder or if you use a plugin.
– Not sure what you mean. Do you want to replave the top menu? Here is the code – http://screencast.com/t/QNiR3cX0TapE
– Do you refer to this border? – http://screencast.com/t/X46X4Gxd7xm You can hide it via custom css in Theme Panel > Custom Css – http://screencast.com/t/ElIiCYGO07
.sf-menu > li > a:after {
display: none;
}
– You cab add a custom ad under the menu if this what you mean, but you have to edit the code and use this code – http://screencast.com/t/hw2h1wwxRTaV – http://screencast.com/t/F0jF0ilBqK
<?php echo td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'custom_ad_1')); ?>
Footer
Also the footer area should be full width if you don’t use background. Unfortunately if you use it the site will automatically switch to boxed version
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
12. You can reduce this space via custom css – http://screencast.com/t/JhjYIx5GL
.home .td-main-page-wrap {
padding-top: 20px;
}
Thanks!
Hi,
1. Please try to resave permalinks – http://screencast.com/t/1LxbWjiPdJ
2. You can translate it from Theme Panel > Translations – http://screencast.com/t/F44iVJfU19iK
3. Not sure what you mean, please provide more details. The author box is added in the post template – http://screencast.com/t/cJaLOBVV1 and this is the function that’s handles it – http://screencast.com/t/eemfhAdXVYl9
The author page use the author template – http://screencast.com/t/5Igs28tEh
4. Unfortunately we did not do any comparative tests, so I cannot make any recommendations regarding this, maybe it is someone on the forum and can provide a feedback.
Thanks!
Hi,
Do you refer to the background image when the Homepage post is used on the page? Unfortunately this how this block works, it add the post featured image as a background for the page.
Please provide more details if this is not what you mean.
Thanks!
Hi,
Please make sure that you use the full image in the gallery and not a thumb, this is the full image size that you use – http://screencast.com/t/SOaL3YYfu
I have also checked this with your full image and did not found any issues – http://screencast.com/t/xSxALJ9LMJM – http://screencast.com/t/zumZ1RgN The image is resized to fit in the container(420px height). Also you can check this without any plugins active except of Visual Composer and create a new gallery then see if you still have this issue.
Thanks!
Hi,
Please check system status and see if all values are set ok(green) – http://screencast.com/t/5pVg8FxyrY07 you should not have any issues. You can contact your server administrator and ask him about this as it seems to be related to the server configuration. Also you please make sure that you have permission for upload folder, you can try to upload an image to media library to check this. Let me know how it goes!
Thanks!
Hi,
I have checked your site and did not found any issues – http://screencast.com/t/YTPN4V78AY If you want to remove the lazy load effect you can disable it from Theme Panel > Template Settings – http://screencast.com/t/h9HqPnnVK maybe when you have active a plugin cause an issue.
Thanks!
Hi,
Try to use this custom css for search button – http://screencast.com/t/uSMIrHFjcdvo
.search-page-search-wrap input[type=submit] {
background-color: #ff1543;
}
Also if you want to change the color for menu search button you can try this – http://screencast.com/t/ZBRKsHph
.td-drop-down-search input[type=submit] {
background-color: #ff1543;
}
Thanks!
Hi,
Please remove custom css code(if you have any css code there) and also try check this without the header ad and see if it is fixed.
If you still have this issue, please send an email at contact@tagdiv.com and provide wp-access so we can take a look, also paste a link to this topic so we can know who you are and what your issue is.
Thanks!
Hi,
I’m not sure why you have this issue, maybe you have created before another page called Pictures, usually then should appear like in your example url/pictures-2. I don’t believe that it is related to the gallery title.
Regarding the second issue, the modal feature on was not designed also for pages, sorry! It should work for gallery(on page) because it has a specific code to open image in lightbox.
Thanks!
Hi,
Try to add it like this &rel=0 and it should work as I have also tested this on my side – http://screencast.com/t/48m6AU2KAB
Thanks!
Hi,
I have checked your site and if you are referring to the header ad, it is not displayed on both of your pages. I have inspected this, the code is there but the banner is not displayed – http://screencast.com/t/SQ9nfgwX So I suggest to check if the code is working, use a text block and see if it is displayed.
Also regarding the above code, if you edited and added it in the file, please edit news page set the ad box again and update the page and see if it works. If you still have issues with it please send an email at contact@tagdiv.com and provide wp-access so we can take a look, also paste a link to this conversation so we can know who you are and what your issue is.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You have to add the code in Navigation Label, please check this topic – https://forum.tagdiv.com/topic/how-to-add-menu-icons/
Thanks!
Hi,
You have to add the background color to the row – http://screencast.com/t/WOYzux7py Also if you don’t use site background image/color and you want a similar display – http://screencast.com/t/ojscHvFaQ you also can stretch the row – http://screencast.com/t/ggrEpHPNk
Thanks!
Hi,
I also tested this and it should work also in you case. Please also clear cache if you use a cache plugin and also refresh the browser using CTRL + Shift + R. Let me know how it goes.
<div class="td-visible-desktop"> <a href="#"><img src="http://frontline-ireland.com/wp-content/uploads/2012/12/Stephen_Kealy-for-web-120x159.jpg" /></a></div>
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please try Emil’s solution provide above to change the image url using that plugin and if it works, so you can do the same when you change back to the main domain.
Thanks!
Hi,
Seems that the screenshot doesn’t work, sorry! Check this screenshot – http://screencast.com/t/CKxb3CorT and add the above code, it should work fine.
Also the second issue is on our todo list, you can check this topic to add it – https://forum.tagdiv.com/topic/alt-text-on-footer-logo-missing/
Thanks!
Hi,
The images used in the tagdiv gallery are not stretched or cropped like the featured images on modules. There is used the full image, it is just resized(but not enlarged) to fit into container. For example this is container size – http://screencast.com/t/nEO9LQ3tt0 and this is image size – http://screencast.com/t/hnMeyYxEMDN and a smaller image – http://screencast.com/t/CFz1ffkUpsGp You can check our demo to see this – http://demo.tagdiv.com/newspaper/td-post-aston-villa-beat-liverpool-to-join-arsenal-in-the-fa-cup-final/
Please provide more details if this is not what you mean, also provide a link!
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Here you can find the search code if you want to remove it from the main menu- http://screencast.com/t/EZ83YlKJLyl3
Thanks!
Hi,
You can add a background color to the row and also stretch the row – http://screencast.com/t/x0zHBipLlm5C – http://screencast.com/t/TFSxOOr7Ztl
Thanks!
Hi,
Not sure what you mean. Do you refer to the megamenu when you use a parent category?
Or do you refer to the subcategories tags on category page? – http://screencast.com/t/wAb0ENx9BevT This can be removed if you change the template style – http://screencast.com/t/bQ4cWFKMnvvC
Please provide more details if this is not what you mean.
Thanks!
Hi,
You can try to add ?rel=0 in the code – http://www.wpbeginner.com/plugins/how-to-turn-off-related-videos-when-embedding-youtube-videos-in-wordpress/ try to add it here – http://screencast.com/t/qARqgXllC6rJ
Thanks!