Jump to content

Advanced Footer [ Support topic ]


Recommended Posts

Just now, liquidfractal said:

Hey @TAMAN,

I just upgraded my site to 4.3, and now no matter what I do I cannot get the Gallery feed custom block to work.  Tried clearing the cache repeatedly, deleting and recreating the block, making sure all options were checked etc.  Nothing seems to work.

Worked fine on my 4.2.9 install.

I will take a look.

Thank you.

Link to comment
5 hours ago, liquidfractal said:

Hey @TAMAN,

I just upgraded my site to 4.3, and now no matter what I do I cannot get the Gallery feed custom block to work.  Tried clearing the cache repeatedly, deleting and recreating the block, making sure all options were checked etc.  Nothing seems to work.

Worked fine on my 4.2.9 install.

Just upgraded Advanced footer in marketplace please download and update  ? 

Thanks for letting me know.

Edited by TAMAN
Link to comment
  • 2 weeks later...

Just a minor issue.

When you create a block of a forum feed, you can only get topics from forums in the forum section, but does not allow you to get topics from the club sections. It would be nice to include club topics too.

Link to comment
4 minutes ago, gabs007 said:

Just a minor issue.

When you create a block of a forum feed, you can only get topics from forums in the forum section, but does not allow you to get topics from the club sections. It would be nice to include club topics too.

This is not an issue.

But, i will try to implement that on next version ? 

 

 

Link to comment
Just now, Unlucky said:

Is there a way we can hide the footer on the register & login page?

We have adverts in the footer and need to make sure they do not appear on the register or login page to conform to adsense rules.

Many thanks

[data-pagemodule="system"][data-pagecontroller="register"] .af_Container,[data-pagemodule="system"][data-pagecontroller="login"] .af_Container {display:none}

 

Link to comment
On 5/14/2018 at 11:24 AM, TAMAN said:

[data-pagemodule="system"][data-pagecontroller="register"] .af_Container,[data-pagemodule="system"][data-pagecontroller="login"] .af_Container {display:none}

 

I tried adding this to stop it showing on the /support/ section with the following code but have got something wrong as the footer is still displaying in that section.

Can you point out where I have gone wrong?

 

[data-pagemodule="system"][data-pagecontroller="register"][data-pagemodule="support"] .af_Container,[data-pagemodule="system"][data-pagecontroller="login"][data-controller="support"] .af_Container {display:none}

Link to comment
Just now, Unlucky said:

I tried adding this to stop it showing on the /support/ section with the following code but have got something wrong as the footer is still displaying in that section.

Can you point out where I have gone wrong?

  

[data-pagemodule="system"][data-pagecontroller="register"][data-pagemodule="support"] .af_Container,[data-pagemodule="system"][data-pagecontroller="login"][data-controller="support"] .af_Container {display:none}

[data-pagemodule="system"][data-pagecontroller="register"] .af_Container,
[data-pagemodule="system"][data-pagecontroller="login"] .af_Container,
[data-pagemodule="support"][data-pagecontroller="home"] .af_Container {display:none}

 

Link to comment

Hello Taman

I am using the new Footer App vs the plugin.  How do I choose a dark embed of a twitter feed, and how can I resize it as it's block is too large?  

I also tried to use my twitter feed html for the dark background as a custom block but I can't only select 1 with this code.  Can you solve either option?

<a class="twitter-timeline" data-theme="dark" href="https://twitter.com/HockeyForumsNET?ref_src=twsrc%5Etfw">Tweets by HockeyForumsNET</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

Link to comment
25 minutes ago, InsideEdge said:

Hello Taman

I am using the new Footer App vs the plugin.  How do I choose a dark embed of a twitter feed, and how can I resize it as it's block is too large?  

I also tried to use my twitter feed html for the dark background as a custom block but I can't only select 1 with this code.  Can you solve either option?

<a class="twitter-timeline" data-theme="dark" href="https://twitter.com/HockeyForumsNET?ref_src=twsrc%5Etfw">Tweets by HockeyForumsNET</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

 

Create a custom html block and paste the below embed code. its a dark embed theme

<a class="twitter-timeline" href="https://twitter.com/TwitterDev?ref_src=twsrc%5Etfw" data-theme="dark">Tweets by TwitterDev</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

https://dev.twitter.com/web/embedded-timelines/parameters

 

Link to comment
16 minutes ago, TAMAN said:

Create a custom html block and paste the below embed code. its a dark embed theme

I did that with the code I provided above also which gave me the dark embed.  What you gave me also does the same continuous twitter feed that I can't size or select the number of tweets to show.

 

63837839_twitterfooter.thumb.png.bfcf2ae25dbc6d4d4e521eb92a88d384.png

 

If I use the social feed for twitter,  I can select the # of tweets to show, but I only have the option of the white background and they still show large as above.

Edited by InsideEdge
Link to comment

Yea, you can limit the tweets easily 

this shows one tweet 

<a class="twitter-timeline" href="https://twitter.com/TwitterDev?ref_src=twsrc%5Etfw" data-theme="dark" data-tweet-limit="1">Tweets by TwitterDev</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

you can change the number in data-tweet-limit="1" attribute ? 

Link to comment
6 minutes ago, InsideEdge said:

 Thanks, That helps, but the feed height is still much too for the row.  there is much too much extra space.   

Or is there a way to have the feed show as it did in the plugin version with basically just the twitter icon text and a link?  

footer.thumb.png.520a5692bedec90a9eb7d2df798956e3.png

You can add a fixed height and then whatever the tweet limit you set the embed will be scrollable ? 

<a class="twitter-timeline" href="https://twitter.com/TwitterDev?ref_src=twsrc%5Etfw" data-theme="dark" data-tweet-limit="10" data-height"200">Tweets by TwitterDev</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

 

I was using a free twitter js library on the plugin before which is no longer supported i believe, not possible anymore with the application 

 

 

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...