Hi,
Thanks Chris!
@rjohansen As Chris also said here the theme settings are stored in your database and I’m not sure how those are affected there if you haven;t done anything to alter them, we didn’t have any other reports of this happening so please update the theme to the latest version as I’ve noticed you use theme’s version 4.5 while the latest is 4.6.3 so download the theme from themeforest: http://themeforest.net/downloads then use this update guide to and the FTP method to update the theme, make sure that you also empty caches, disable plugins then update the theme then update the theme’s plugins from the /plugins folder provided within theme’s files.
Make sure that you also create backup of your database and current theme/wordpress install: https://codex.wordpress.org/WordPress_Backups
Let us know if this happens again afterwards.
Thanks
Hi,
Unfortunately we haven’t focused on this and the co-authors plugin still needs additional implementation for it to work within the theme but I’ve tested the method described in the link below and it still can be used on the new version of the theme: https://forum.tagdiv.com/topic/multiple-authors-in-newspaper-4/#post-45715
You will still need to style the authors name but this shouldn’t be an issue so you can use the implementation in the next theme version also.
Thanks
Hi,
The theme doesn’t have an option to set the new window for the source/via but you can add target="_blank" attribute to the via and source URL like this: http://screencast.com/t/yoOl4J4eN
Not sure which default fb and twitter buttons you refer to but the theme doesn’t have any other styles for the social sharing buttons, just the one you use now: http://screencast.com/t/4vQWXw1p
Thanks
Hi,
Sorry for the delay! We had a national holiday yesterday and had the day off.
I’ve tested this and managed to recreate your issue when using an image banner, you can try this custom css in theme panel > custom css section: http://screencast.com/t/0Tbrlaz3L
.single .td-a-rec-id-content_bottom img {
width: auto;
text-align: center;
display: inline-block;
}
Let me now if this still happens and we will fix this as soon as possible!
Thanks
Hi,
Please check the treads/guide below for more info on how to customize your site’s page speed and other matters regarding it:
* https://forum.tagdiv.com/topic/pagespeed/
* https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
* https://forum.tagdiv.com/page-speed-guide/
Thanks
Hi,
We haven;t had any similar reports so please also provide your site’s URL so we can check your site and also make sure that you empty all caches and test this without plugins and let us know how it goes.
Thanks
Hi,
The menu bar uses the logo you set for the mobiles, here: http://screencast.com/t/6H7JFc3JXvXk so make sure you add your menu logo there.
Thanks
Hi,
I can’t provide an accurate answer on this as we have to decide, I’ll add this on our request list though and consider it for future updates.
Thanks
Hi,
Thanks Chris!
@faibol Please also provide your site’s URL so we can inspect your site and check this or you can also send us a message via email at contact@tagdiv.com and provide your admin login credentials so we can have a closer look at this and also include a link to this tread.
I have also tested this on my side, using your configuration: http://screencast.com/t/tqLk72uCetMV and found no issues, the ad display’s fine: http://screencast.com/t/UxChzzNncukf
Thanks
Hi,
Sorry for delay, we don’t work on weekends and yesterday it was day off in our country!
Unfortunately the theme doesn’t have an option to add the StumbleUpon share system there, the available sharing networks within the theme are Facebook, Twitter, G+ and Pinterest.
You can use a plugin to also add the StumbleUpon social or try to implement it yourself using their integration tips: http://help.stumbleupon.com/customer/portal/articles/665227-badges#article3
You would have to add it to the social sharing functions here: http://screencast.com/t/edCfFGmpfk
If you can’t manage to do this yourself we advise you to get a freelancer from site’s like: http://studio.envato.com/ to help you do it as we unfortunately cannot offer any type of custom work at this time.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
You could try to use this WordPress function which returns the post type: https://codex.wordpress.org/Function_Reference/get_post_type and add a condition to display or not the date depending of the post type or here is how you can create a custom post type template: https://codex.wordpress.org/Post_Type_Templates
Hope this helps!
Thanks
Hi,
Yes, doing you’ve mentioned above is the right way:
1. Rename or delete current newsmag (main theme) folder
2. Upload new version
3. Update social counter and composer
4. Don’t touch child theme
The child theme should only be updated if there are changes mentioned in theme’s changelog. We have added this to our child theme documentation: http://screencast.com/t/2oOPsulTGHPN and modifications made to files that have also changed within update will have to be made again and yes you can upload directly the latest version of the theme.
Thanks
Hi,
You can remove this code: http://screencast.com/t/GPmfShRoEt – this will display just the placeholder even if the post has a featured image set.
Thanks
Hi,
Unfortunately we haven’t managed to find the reason for this issue and a solution for this so far but we will try to fix this until theme’s next update then regenerating thumbnails should bring the right one: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
We’ll keep you updated on this as soon as we have a fix available. Sorry for the inconvenience!
Thanks
We’re sorry for all this, it happened by mistake, we will make sure that those files will not be present in next theme version files.
Sorry for the inconvenience abs thanks for the message!
Hi,
The “no-thumb” images cases are defined in the module file here: http://screencast.com/t/fyc9zhgkp which unfortunately isn’t editable using the child theme: https://forum.tagdiv.com/child-theme-documentation/ so you would have to change it into main theme’s files instead.
You could try a different approach for this by copying the get image function from the module files and place it into the module file you need to change it for then update that file and the function using the child theme. If you don’t know to do it we recommend you hire a freelancer from site’s like: http://studio.envato.com/ to do it for you as you need custom work for this and we cannot offer any type of custom work at this moment.
Thanks
Hi,
That’s because the image for the forth post template is built in a different way using js you can find the code for it here: http://screencast.com/t/4u5bWVncfDn Unfortunately this file isn’t editable using child theme so you would have to do the changes in the main theme.
The uploaded image aren’t handled by the theme, WordPress builds them and the title attribute ins’t added to the images. You can test this by switching to a WordPress default theme and try to find a solution for this online.
Thanks
Hi,
You can find this and more info about your feeds in WordPress’s codex: https://codex.wordpress.org/WordPress_Feeds#Finding_Your_Feed_URL – https://codex.wordpress.org/Customizing_Feeds
Thanks
Hi,
Not sure what you mean by “home page to update post a subdomain” for a subdomain like the fashion stack you would need another setup. Each category page can only be customized from theme panel > categories using the available options there other changes would need to be done at the code level.
Thanks
Glad you’ve managed to find a way!
Thanks for the message!
Hi,
You can use the css code below, for this result: http://screencast.com/t/HleUJtBAn
Place it in theme panel > advanced css section for phones: http://screencast.com/t/URVYbzEAr
.td_block_wrap.td_revolution_slider {
padding-bottom: 0px;
}
.td_block_wrap.td_block_big_grid {
padding-bottom: 0px;
margin-bottom: 10px;
}
.td_revolution_slider .td_mod_wrap {
margin-bottom: 10px;
}
Thanks
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You need to switch and use the blog style header for the blog style stack: http://screencast.com/t/7J3SEkaTHHE and you can change the big/small images title excerpt from the big slider from theme panel: http://screencast.com/t/tAYe72iUaltC or use custom css to make the font smaller on mobiles and place you css code here: http://screencast.com/t/kzS9TansZq
Thanks
Hi,
Use Visual Composer’s page builder and add the big slider element on your page, like this: http://screencast.com/t/KSny4z49Bwmv – http://screencast.com/t/M3O1eFh6
Please also consult our documentation on this: https://forum.tagdiv.com/modules-and-blocks/
Thanks
Hi,
I’m not sure what you want to do, this where the adsense’s slot and data client are are checked and updated. Pasting you adsense code into theme panel’s ad sport isn’t helping? Please provide more details on this.
Thanks
Hi,
Those are the files form our version control, we have forgotten theme in plugin’s folder until now but we will remove them from the next version of the theme. Sorry!
Thanks