Hi,
If you alter the logo css you will have to adjust also the header ad css, you can try this custom css I guess it should fix it if I understood we your issue – http://screencast.com/t/xOcKhWFc
@media (min-width: 1200px) {
.td-header-bg .td-a-rec-id-header {
left: 0 !important;
}
}
I see that you use a very old version of the theme and I suggest to upgrade to the latest version when you have time, as you could have some issues/conflicts with plugins that you use or theme’s plugins.
Thanks!
Hi,
I’m not sure if this will work or how it works on your site. I have checked your megamenu but I could not select a spot from your map even if the browser inspector is active – http://screencast.com/t/zT7JCGWjh
Do you use a plugin to create your map?
Thanks!
Hi,
You could use sprites and use custom css to add a background instead of an icon. Something similar like the we use for social counter – http://screencast.com/t/7Hg5sNe9J – http://screencast.com/t/2yCMl4zs8wGN
Or you can add new icons to the theme fonts – http://screencast.com/t/059z1oelgSb
*go to https://icomoon.io/app
*button “import icons”, import from newspaper.svg (in /images/icons/);
*Select your icons and copy – http://screencast.com/t/62BMZmEh – http://screencast.com/t/hxTzPkSy
*button “generate font”, button “download”;
*copy the 4 files (.eot, .svg .ttf .woff), in “icons” folder in the downloaded zip file, rename icomoon.* to newspaper.*, replace old files.
I suggest to use a plugin if you don’t have basic experience or to get someone to help you with this.
Hope this helps!
Hi paul,
Replied here – https://forum.tagdiv.com/topic/force-the-featured-image-to-be-the-one-to-show-first-in-the-feed/
Thanks!
Hi,
I have checked your page on Ipad mini but I didn’t found any issues.
Thanks!
Hi,
The stretch row is a Visual Composer feature and the javascript code is used for it and it is not an easy task to change it. The theme doesn’t alter this css and it’s doesn’t support rtl, sorry!
Thanks!
Hi,
I have checked your site and you don’t have any background(color/image) and your site is full screen(header and footer) – http://screencast.com/t/96YItdFPK7fU
Thanks!
Hi,
Please note that the theme doesn’t come with rtl support and you will need custom modifications for it and it is not an easy task. The parallax feature from Visual Composer use javascript and it is not an easy task to change it. I suggest to hire a professional developer for this as the time doesn’t allow us to provide custom work, sorry!
Thanks!
Hi,
I have tested this again and it seems that you need to add the weight also in the td_panel_data_source.php like you said.
So from the beginning I have added the custom weight to these files – http://screencast.com/t/e8EQxssHdUA – http://screencast.com/t/StR0oQuv2k – http://screencast.com/t/3ljF2EAKIW6z
$buffy_font_weight[3] = array('text' => '300', 'val' => '300');
Then please change and save for few times the Theme Fonts settings and also clear the cache.
Result: http://screencast.com/t/szPM63oGCyH1 – http://screencast.com/t/BPttNY9S0Ul – http://screencast.com/t/1KmTFkX2rD
Thanks!
Hi,
Replied via email!
Hi,
If you refer to the theme share button it is UTF8 encoded – http://screencast.com/t/2cu1ZapqcD to be properly share on tweeter. You can try to change this in the code if you need it. I have tested this using regular quotes and did not found any issues.
If you refer to the plugin share buttons, the authors replied that you don’t use regular quotes and this makes the browser to use unicode version.
Thanks!
Hi,
Please test this without any plugins active except of Visual Composer, remove also any custom modifications, like this image that can affect your test. Please test an article from our demo and see if works. We use only the recommended plugins.
Here you can find all the thumbs used by the theme including the featured image size – http://screencast.com/t/vMglIyJrQ
If you want to change this or add a new thumb size you will have to edit the td_config.php file – http://screencast.com/t/ylE0NAKMzG and here is used on default post template – http://screencast.com/t/3qEXetvMDH7
If you make any changes you will have to regenerate thumbnails – https://forum.tagdiv.com/existing-content/
You can find more details here(it is from newsmag docs, but it is the same also for newspaper) – https://forum.tagdiv.com/image-size/
I have also checked you site on Ipad Mini and the page is loading. Please provide more details about the issue you have.
Thanks!
Hi jcarr99,
Here you can find an example how to add a share button – https://forum.tagdiv.com/topic/linkedin-button/
It should work also in your case. You will have to use a font awesome plugin like Font Awesome 4 Menus and use font class for icon – http://fortawesome.github.io/Font-Awesome/icon/reddit/ – http://fortawesome.github.io/Font-Awesome/icon/stumbleupon/
Thanks!
Hi,
1. Please check the documentation about how to make a category megamenu – https://forum.tagdiv.com/mega-menu/
If you done this properly and you still have issues, please disable all your plugins except Visual Composer, clear cache and check again.
2. Some plugins may conflict with the theme lazy load effect, so you could try to disable this feature – http://screencast.com/t/x2yxTw1cbj or check this without plugins.
3. Not exactly sure what you mean the url for category page must be mydomain.com/category/health
4 .Please check the documentation regarding the block settings, how to filter by specific category – https://forum.tagdiv.com/block-settings-tutorial/ and provide a link so I can inspect this and provide a solution.
Also this guide how to create and set a homepage – https://forum.tagdiv.com/homepage-how-to-build-and-set-it/ and you can check our youtube channel for some video tutorials – https://www.youtube.com/watch?v=rgWqozuqmJk
Thanks!
Thanks!
Hi,
The setup is different from one server to another so you may have to look on your host instructions section to see how you can enable it on your site. Try to enable the Gzip compression from Cpanel or similar host administration panel.
Also Christopher’s tutorila about pagespeed optimization may help – https://forum.tagdiv.com/topic/tutorial-pagespeed-2015/
Thanks!
Hi,
The tagdiv gallery was not designed to be used in pages or in a text block.
You can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/EXBQ0MoVbL
.page .td-pb-span12 .td_block_wrap .td-slide-on-2-columns .td-slide-galery-figure {
width: 100%;
}
.page .td-pb-span12 .td_block_wrap .td-slide-on-2-columns .td-doubleSlider-1 .td-slide-item img {
max-width: 100%;
}
Thanks!
Hi,
Bogdan replied here regarding the permalink – https://forum.tagdiv.com/topic/permalink-date/
In addition we will add an option to control the articles on blocks(including Big Grid) in a future update(we hope in the next theme update).
Thanks!
Hi,
Please change the post format to video – http://screencast.com/t/mrynWsdMWKs – http://screencast.com/t/yRUlO0fpQwI3
Thanks!
Hi,
Please send an email at contact@tagdiv.com and provide wp-admin access so we can take a closer look, also paste a link to this conversation so we can knoe who you are and what your issue is.
Thanks!
Hi,
I have checked your page again and I see that you use 2 maps there, but the second one you use Ultimate VC addons which unfortunately was not tested with the theme so I cannot provide you a solution – http://screencast.com/t/SRCWhFrTXE8g
Thanks!
Hi,
If you want to add this also for the theme default fonts please add font weight here – http://screencast.com/t/nujniu1Gb
Thanks!
Hi,
I’m not sure what you have deleted and how all your image disappeared.
I recommend to do more investigations regarding this, a start can be to ask your host about this. I’m sure he can offer more information on why those files were deleted(user action or plugin).
Also you could check the security settings on your site, look for the parameters specified in the following guide – http://codex.wordpress.org/Hardening_WordPress
Regarding the video thumbnails, when featured video is used the thumb from video provider(youtube, vimeo) is downloaded and used as featured image and it should not be any issues even if you use the same video url, so please check this without any plugins active except of Visual Composer, clear cache and see if you still have this issue. Also please make sure you use the latest theme version 6.5.1 and the plugins provided with the theme.
Thanks!
Hi tripledm,
If you look to the bottom of that topic I posted a recent solution(for version 6) how to register a new menu and where you can use it, here you can see an example – http://screencast.com/t/oe0mdRGKqg – http://screencast.com/t/J8mCplwyU – http://screencast.com/t/1jJYbw9azbuV – http://screencast.com/t/WPXfWdtud
Unfortunately the time doesn’t allow us to provide custom work and you will need more customization(css) for your menu to look right, so I cannot test this for each device how it looks and also depending the header style you choose.
Hope this helps!
Hi,
In version 6 of the theme we have more blocks that can help you to create your page using Visual Composer pagebuilder. And now you can add the excerpt length fore each module and like you can see it is specified also the block(s) where the modules is used – http://screencast.com/t/WwPwgyC11m3K
Thanks!
@akopein Thanks for sharing!