It’s just not working š
I’m using a Cloud footer called Gourmet Pro, when I edit in Composer, it is showing me a preview of my follower count, but it shows a follower count that is lower by 1K, so maybe that means I’m connected, unless that is somehow an old cached number somewhere.
Then I go to the Newspaper Theme panel, and it also still says I’m connected as a Business Instagram. It also shows my follower count by 1K less than I actually have. No clue what’s going on here.
Hi, I am still using the Cloud footer template called Gourmet. I edited it in Composer, but my Instagram is still not showing up š Is the Cloud footer template called Gourmet considered Standard, even though I picked it up from the Cloud? Thank you!
Hi, I just updated my Newspaper theme, and my Instagram footer is still busted. I hope with every update it will be fixed. Does anyone on the dev team know the exact cause of the issue? And maybe an estimate for when it will be fixed. For Newspaper theme customers, are you using a workaround plugin for now?
I haven’t heard any activity in this thread for a while; however, my feed is still not showing up. Anyone else?
Hi, I gave my credentials on December 3rd. The response from support after they logged into my site was:
“Hi,
The problem was resolved! I restored the tagDiv Composer and the links for instagram were regenerated.
Thank you!
Calin N.”
It was fixed for about a week, and I thought everyone else would get the fix with the next update; however, it broke for me again shortly after, and then I updated two days ago, and the update did not fix the issue.
Do they need my credentials again? Did they not actually discover the problem, because it was fixed for a bit, and now it’s broken again, including after an update and delete cache.
It’s my understanding that they don’t need credentials anymore. I provided mine, they solved it for me, figured out what the problem was, and said it will happen again in next update, whenever that may be. With all that said, mine is currently broken as well until that next update.
I gave tagDiv access to my WordPress site, they logged in, and solved it right away. They will comment here soon with an update!
I just sent in an email to tagDiv including a link to this post. As soon as I hear back from them, I’ll give them access to my site so they can investigate.
I’m happy to give access. I’ll even give temp log in access if that’s what’s best. Please let me know how to proceed.
I made the same changes, cleared cache, and I’m still seeing captions only https://tallahasseefoodies.com/
Mine is definitely connected, but I’m getting captions only. Is this what yours looks like (my footer)? https://tallahasseefoodies.com/ I’ve disconnected everything, cleared cache, reconnected again, and it still looks the same. :/
This is happening for me as well, so I stopped by the forums to see if anyone else is having the same trouble. I’m connected because my captions are showing up, but no images, so it’s just a page of captions bleeding into other sections all over the page – from my sidebar and my footer IG widgets.
I’m convinced it’s just never going to show up on my website again. I have followed all of the instructions above, again and again š Deleted brewers and WordPress cache, reconnect, I get the message it will expire in 60 days, I save settings, delete browser and WordPress cache again, and nothing š tallahasseefoodies.com
-
This reply was modified 5 years by
JKLFab.
Hi Calin,
I’m so sorry for my mistake. I just figured it out, yay! I was actually using a Newspaper Child theme and I had altered the functions.php file a while ago with some code from the Events Calendar knowledgebase about a problem I was having at the time. Thank you again for your help and so sorry for taking your time.
Thanks again,
Jennifer
Hi TagDiv, I understand that, but I was hoping you could help me discover how your theme controls the title tag on a page? It is an archive page, so Iām assuming thereās somewhere in the Newspaper theme control panel, or Newspaper theme php files that I can add to the child theme to modify and control that title tag. So Iām not asking how to make the plug-in compatible with your theme, Iām just asking how to control the title tag on a page with your theme. Thank you so much!
Oh noooooo. Thatās such a bummer. I have to use composer so I can have a couple of blocks in the left column next to the sidebar.
Is thee any way to get the pagination in a Child theme file override, or in a functions.php file override?
Thanks again.
Hi Calin,
I built the page in Composer using Block 11. At Block 11, I go to the Filter Tab, and at the bottom is Pagination. I don’t have a numbered pagination option. I have Load More Button, Next/Prev Ajax, and Infinate Load.
Also, my body class was already td-lifestyle as that is the theme I am using. However, don’t I need number bubbles, chosen at Composer > Block 11 before I can style them with border radius? I do not have a numbered pagination option in Composer.
I’d also love the “Page 1 of 9” shown in your screenshot.
Thank you,
Jennifer
Thank you so much for checking. They still do not look normal for me. I meant to mention that I am on a Mac laptop, I checked in the latest versions of chrome and Safari browsers.
Thank you for your reply, itās just interesting because some video blocks work perfectly, and in the same post, one video in another block does not. Thank you.
I do have pro plugin.
i had to use Column Text element instead of RawHTML. please see Calin’s screenshot. it helped a lot.
That worked perfectly. Thank you!
I actually got it worked out for anyone that may be interested.
HTML Code
<div class="eventsPageHeader"><h1>Featured Events</h1></div>
CSS Code (plugged into the Theme Panel > Custom Code > CSS)
.eventsPageHeader h1 {
text-transform:uppercase;
text-align:center;
font-family: "Work Sans";
font-size: 25px;
font-weight: 500;
line-height: 54px;
margin-top:12px;
}
.eventsPageHeader h1:after {
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
content: '';
display: block;
position: absolute;
width: 80px;
height: 1px;
background-color: #38a6c1;
opacity: .2;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity='20')";
filter: alpha(opacity=20);
}
Hi Simion, thank you for your replay. My site is hidden behind a Coming Soon page, so you will not be able to see it unless you are logged in. What I want is for my page headers to look like the category headers. Here is what the category header looks like for Lifestyle Magazine – https://demo.tagdiv.com/newspaper_lifestyle/category/fashion/ When I create a new page with tagDiv Composer in Lifestyle Magazine theme, how can I make the page header look exactly like the category headers? Thank you!
Oh I got it to work. I built my page with tagDiv Composer, saved, closed out, and then at the page editor, I just inserted the [trive_events] right into my column:
[tdc_zone type=”tdc_content”][vc_row][vc_column width="2/3"][tribe_events][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="td-default"][/vc_column][/vc_row][/tdc_zone]