I started from scratch the single post template now I wish to add a hand icon before the Page Title and in the Single Post Comments section before the LEAVE A REPLY.
https://i.postimg.cc/L5j94Ggy/Artboard-1-2x-100.jpg
Also when I try to share a post to Facebook it doesn’t pick up the picture its very ugly, however when I try from your demo page it working nicely
https://i.postimg.cc/RCtVTJpc/Artboard-2-2x-100.jpg
On the Newspaper theme panel in the Social Networks => Configure your Instagram giving me the following error {“error_type”: “OAuthException”, “code”: 400, “error_message”: “Invalid scope field(s): basic”} so I cant connect my Instagram and also the counter doesn’t show the number of the followers
Hello there,
I can confirm same issue on my website Social Counter for IG show 0 and If I try connect the IG through the theme panel I receive the error as follow: {“error_type”: “OAuthException”, “code”: 400, “error_message”: “Invalid scope field(s): basic”}
I would really appreciate solution for this issue.
Thank you.
Please give me an answer on the following issue:
I started from scratch the single post template now I wish to add a hand icon before the Page Title and in the Single Post Comments section before the LEAVE A REPLY. How can achieve to add the hand icon?
https://i.postimg.cc/L5j94Ggy/Artboard-1-2x-100.jpg
-
This reply was modified 6 years by
vampireprincess.
Hi,
You need to use a single post template from tagDiv Cloud library, edit it with tagDiv Composer and add and icon -> https://i.imgur.com/OOLezZd.jpg set it inline -> https://i.imgur.com/OOLezZd.jpg and set the page title inline from css tab -> https://i.imgur.com/X9kdiYd.jpg
Hope this will help you!
Hi I succeeded to solve half of the problem, but the other half is still unsolved, please watch the video where I explained what I dont know how to solve
Unfortunately I have 3 more problems, I did a video from all 3, I really hope that you can help me
Problem No1. Problem with page title
Problem No2. Problem with Mega Menu
Problem No3. Problem with sharing to different platforms
Hi,
The first problem with comment section, that icon can be set there only if you are using a custom css and an image from -> https://i.imgur.com/UaJg6RY.png
#reply-title:before {
content: '';
position: absolute;
top: 1px;
left: 0;
background: url("http://localhost/Newspaper/wp-content/uploads/2020/08/119.jpg");
height: 30px;
width: 35px;
}
#reply-title {
position: relative;
padding-left: 46px;
}
The image must be set in media and you can get the link from here -> https://i.imgur.com/c0CMxKz.png
Also teh code need to be set in theme panel > custom code > custom css.
Thank you!
For other 3 problems:
1. To solve the problem with the log title you need to add an inner row and set the layout like this -> https://i.imgur.com/EduX1C4.png and set the left inner column the icon and in the right one the post title after that in css tab set for the icon inner column a fix width -> https://i.imgur.com/aVN2tbC.png and for the other one sit it 100% – that fix width -> https://i.imgur.com/oHx2xan.png
2. For the number of subcategories, you need to edit the cloud header with tagDiv Composer and change the -> https://i.imgur.com/HBfJDew.png
For 3 problem, you need to activate the og: image, you can use our guide from here -> https://forum.tagdiv.com/facebook-share/ use yoast seo (in this guide you will know how to display the og image using yoast plugin).
Hope this will help you!
Thank you!