TAMAN Posted April 21, 2018 Author Posted April 21, 2018 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. LiquidFractal 1
TAMAN Posted April 21, 2018 Author Posted April 21, 2018 (edited) 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 April 21, 2018 by TAMAN LiquidFractal 1
LiquidFractal Posted April 21, 2018 Posted April 21, 2018 7 hours ago, TAMAN said: Just upgraded Advanced footer in marketplace please download and update ? Thanks for letting me know. Thanks TAMAN - working fine now ? TAMAN 1
gabs007 Posted May 6, 2018 Posted May 6, 2018 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.
TAMAN Posted May 6, 2018 Author Posted May 6, 2018 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 ? gabs007 1
Alexaner Pachkovsky Posted May 7, 2018 Posted May 7, 2018 An interesting app. Do you plan to implement the choice of language? I have a forum in two languages, I would like to display footer depending on the user's chosen language. DSystem and TAMAN 2
LiquidFractal Posted May 11, 2018 Posted May 11, 2018 Ok, I know someone has probably asked this before but: how do you configure the graceful wavy line separating rows in the screenshot?
LiquidFractal Posted May 11, 2018 Posted May 11, 2018 Oh and - any plans to incorporate Blog posts into the feed blocks? That would be very useful. TAMAN 1
TAMAN Posted May 11, 2018 Author Posted May 11, 2018 3 hours ago, liquidfractal said: Ok, I know someone has probably asked this before but: how do you configure the graceful wavy line separating rows in the screenshot? When you create a footer row you have some settings to setup for example the border seperator :) LiquidFractal 1
Unlucky Posted May 14, 2018 Posted May 14, 2018 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
TAMAN Posted May 14, 2018 Author Posted May 14, 2018 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}
Unlucky Posted May 14, 2018 Posted May 14, 2018 Brilliant, thanks. Where do I actually add that code?
TAMAN Posted May 14, 2018 Author Posted May 14, 2018 Just now, Unlucky said: Brilliant, thanks. Where do I actually add that code? custom.css ? Unlucky 1
Unlucky Posted May 14, 2018 Posted May 14, 2018 26 minutes ago, TAMAN said: custom.css ? You're a star! Thank you
TAMAN Posted May 14, 2018 Author Posted May 14, 2018 Just now, Unlucky said: You're a star! Thank you No problem ?
Unlucky Posted May 21, 2018 Posted May 21, 2018 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}
TAMAN Posted May 21, 2018 Author Posted May 21, 2018 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} Unlucky 1
InsideEdge Posted May 27, 2018 Posted May 27, 2018 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>
TAMAN Posted May 27, 2018 Author Posted May 27, 2018 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
InsideEdge Posted May 27, 2018 Posted May 27, 2018 (edited) 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. 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 May 27, 2018 by InsideEdge
InsideEdge Posted May 27, 2018 Posted May 27, 2018 BTW, I'm still on 4.2. I was just getting a few apps ready before I upgrade to 4.3.3
TAMAN Posted May 27, 2018 Author Posted May 27, 2018 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 ?
InsideEdge Posted May 27, 2018 Posted May 27, 2018 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?
TAMAN Posted May 27, 2018 Author Posted May 27, 2018 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? 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
InsideEdge Posted May 27, 2018 Posted May 27, 2018 thanks again for your help, the data-height="200" doesn't work and I'm not seeing a scroll effect. Maybe I can just try using a latest topics list instead.
Recommended Posts