Using the TD Composer elements I noticed these bugs:
– Social Icons element: many social networks in the Theme panel are missing from teh list
– Single Post Template 11: main image when page resizes is not allighed to teh center but to the left
Issue #1: Social icons element in Composer doesn’t list all social networks as in the Theme panel (e.g. I use Spotify and it is missing) – see screen shot https://screenshot.net/7rrlef8
Issue #2: When using cloud template Single Post Template 11 the main image doens’t allign to teh centre when page resizes – it alligns to the left instead. See exaplmes below:
Style 7 from Theme Panel – correct allignment):
– PC screen: https://screenshot.net/n22vlf9
– resized screen: https://screenshot.net/wxx32ux
Single Post Template 11 from cloud templates (incorrect allignment – image alligned to the left):
– PC screen: https://screenshot.net/kvvqgtl
– resized screen: https://screenshot.net/mll5ksv
I hope this helps.
Thanks
Hi orrorea33giri,
1. Please notice that the TagDiv Composer will show only the socials form it, not from Theme panel ( those are separate from socials show in theme panel), those that are showing in theme panel will be show in top bar, footer…
Socials in Composer : -> https://www.screencast.com/t/7NQQCQNyLzs3
2. Please edit the single post template, click on add custom css
https://www.screencast.com/t/1ecxR0B3qF
add this custom css
.tdb-featured-image-bg {
background-position: center center;
}
https://www.screencast.com/t/OTDI422Cmo
Hope this will help you.
Thank you.
-
This reply was modified 7 years by
Calin.
Hi nutrirev,
Most important, please be sure to check the updated theme requirements guide
– https://forum.tagdiv.com/requirements-for-newspaper/
Increase all the parameters if it’s the case.
WP_MEMORY_LIMIT try to increase it to a value of double you already have if possible.
Thank you.
Thanks Catalin
Re issue #1
1. Please notice that the TagDiv Composer will show only the socials form it, not from Theme panel ( those are separate from socials show in theme panel), those that are showing in theme panel will be show in top bar, footer…
Socials in Composer : -> https://www.screencast.com/t/7NQQCQNyLzs3
I understand that TD CVomposer and Theme panel are separate but how can I achieve something link this https://screenshot.net/jop18t2 (this is footer style 13) with TD Composer since Spotify is not in the list or available social networks albeit is actually listed in the Theme panel?
I’d like to create a custom footer page using TD Composer.
Issue #2 is now solved. Thanks
Hi,
If you are using footer style 13, you set the social that you want to show in Social Networks
https://www.screencast.com/t/55w3v4xv
https://www.screencast.com/t/EPs3Mi0R
https://www.screencast.com/t/Jcbj33gVAW6M
Thank you for your understanding
Thanks but I think we are going around in circles here. I try to explain further.
CURRENT SITUATION:
At the moment I use footer style 13 but what I want to achieve is to create a page through TD Composer to use as a footer.
In the new footer page the social icons element is not consistent with the social networks listed in the template theme options. What I mean is not all available social networks listed in the template theme options are in the social icons element.
QUESTION:
How can I add Spotify link in the social networks elemnt in TD Composer?
Hope this clarifys.
Thanks
Hi,
Unfortunately, there is now option do add new social in Composer, and I do not know how to add new social manually in tagDiv Composer, but you can start with wp-content\plugins\td-composer\td-multi-purpose\td-multi-purpose.php
https://www.screencast.com/t/FlBEai65n
Thank you for your understanding.
OK Thanks
This would be a suggestion for future development.
orrorea33giri were you able to add more social networks via the code?