Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
TAMAN Posted January 26, 2017 Author Posted January 26, 2017 1 minute ago, Dean_ said: Thank you, I've edited my post and I did it correct. Once again, cheers for the help! You're welcome Dean_ 1
Riksa Posted January 29, 2017 Posted January 29, 2017 (edited) Hi @TAMAN how can I add a new font, for example. Helvetica Light? Edited January 29, 2017 by Riksa
Dean_ Posted January 29, 2017 Posted January 29, 2017 Hi @TAMAN The social icons (post too - cShareLink cShareLink at the bottom of the page) - Is there a way to duplicate these at the top of the page also?
TAMAN Posted January 29, 2017 Author Posted January 29, 2017 7 hours ago, Riksa said: Hi @TAMAN how can I add a new font, for example. Helvetica Light? do you have the font on your pc! or somewhere else! ips suite is already using Helvetica font 6 hours ago, Dean_ said: Hi @TAMAN The social icons (post too - cShareLink cShareLink at the bottom of the page) - Is there a way to duplicate these at the top of the page also? requires html editing, i can help just specify where you want exactly
Riksa Posted January 30, 2017 Posted January 30, 2017 15 hours ago, TAMAN said: do you have the font on your pc! or somewhere else! ips suite is already using Helvetica font requires html editing, i can help just specify where you want exactly Hi @TAMAN thanks for the answer. Could put Helvetica Light sub-lists? How can I determine the size of the font?
dunefreak Posted January 30, 2017 Posted January 30, 2017 Just dropping in to say keep up the great work, TAMAN! You've been a great help.
TAMAN Posted January 30, 2017 Author Posted January 30, 2017 7 hours ago, Riksa said: Hi @TAMAN thanks for the answer. Could put Helvetica Light sub-lists? How can I determine the size of the font? Which font exactly? body? body{ font-size: 13px; } --------- 59 minutes ago, dunefreak said: Just dropping in to say keep up the great work, TAMAN! You've been a great help. Thank you
TAMAN Posted January 31, 2017 Author Posted January 31, 2017 Version 2.0.1 Support for IPS 4.1.18 + Minor bug fixes
SammyS Posted January 31, 2017 Posted January 31, 2017 After uploading new IPB and magnum versions navbar icons went missing. I was using these code, do I have to change something? .ipsNavBar_primary > ul > li[nav_title="FORO"] > a:before { content: "\f086"!important; }
TAMAN Posted January 31, 2017 Author Posted January 31, 2017 (edited) 25 minutes ago, SammyS said: After uploading new IPB and magnum versions navbar icons went missing. I was using these code, do I have to change something? .ipsNavBar_primary > ul > li[nav_title="FORO"] > a:before { content: "\f086"!important; } Use data-navTitle instead of nav_title .ipsNavBar_primary > ul > li[data-navTitle="FORO"] > a:before { content: "\f086"!important;} Edited January 31, 2017 by TAMAN SammyS 1
SammyS Posted January 31, 2017 Posted January 31, 2017 2 hours ago, TAMAN said: Use data-navTitle instead of nav_title .ipsNavBar_primary > ul > li[data-navTitle="FORO"] > a:before { content: "\f086"!important;} Thanks, mate
CP_User Posted January 31, 2017 Posted January 31, 2017 Taman - Is there a way to make a full screen slider landing page? But still have the slider on (but not full screen) when navigating the forums?
TAMAN Posted January 31, 2017 Author Posted January 31, 2017 1 hour ago, CP_User said: Taman - Is there a way to make a full screen slider landing page? But still have the slider on (but not full screen) when navigating the forums? mmm nope, sorry
MikuruX Posted February 1, 2017 Posted February 1, 2017 First off I wanted to say that I'm enjoying the new update. Thanks a bunches! There are just 2 things I wanted to get help with: 1.) Seems my articles don't show up in the slider no more after the update & 2.) Is there any possible way to center the spot where the advertisements show on the theme and also on the footer ad (not shown on my site), is there a way to move it from its current location to right below the image slider at the bottom of my page (after the section where you add other functions where the image gallery slider is currently at)?
TAMAN Posted February 1, 2017 Author Posted February 1, 2017 16 minutes ago, Mikuru // X said: First off I wanted to say that I'm enjoying the new update. Thanks a bunches! There are just 2 things I wanted to get help with: 1.) Seems my articles don't show up in the slider no more after the update & 2.) Is there any possible way to center the spot where the advertisements show on the theme and also on the footer ad (not shown on my site), is there a way to move it from its current location to right below the image slider at the bottom of my page (after the section where you add other functions where the image gallery slider is currently at)? 1. make sure the block template key hasn't changed, if its same try to disable the articles in theme settings then save, and then re enable to see if it works 2. If you show me screenshot where you want to appear i can help
MikuruX Posted February 1, 2017 Posted February 1, 2017 As for the advertising spots: On this one, the spots are just fine for both but I would just like them to be centered. On this one, the current advertisement will show up in the footer below where the arrow is pointing inside or around in the "about" section. I'm trying to get it to where the arrow is pointing at with the box highlighting where it would be (if it's possible). As for my current articles showing up in the slider, I've had no luck thus far with turning the slider off and on.
TAMAN Posted February 1, 2017 Author Posted February 1, 2017 In globalTemplate find {advertisement="ad_global_footer"} Copy the line and remove it from its current place Then add it inside ipsLayout_mainArea at the end Now In ACP > System > Advertisements, Select "Just above the page footer" option for your Advertisements To make it centered, try to wrap your advertsment in a div with align="center" example <div align="center"> your advertsment code </div>
Foolboy Posted February 2, 2017 Posted February 2, 2017 Hello TAMAN, On the recent updates, I found that line truncate option on the article slider did not work for unknown reason. The previous theme version (2.0.0) works fine. I even tried to delete and freshly install the current theme version and also its pages_templates.xml with no success. Please help.
TAMAN Posted February 2, 2017 Author Posted February 2, 2017 (edited) 19 minutes ago, Foolboy said: Hello TAMAN, On the recent updates, I found that line truncate option on the article slider did not work for unknown reason. The previous theme version (2.0.0) works fine. I even tried to delete and freshly install the current theme version and also its pages_templates.xml with no success. Please help. I will fix it on next update Quick fix for you go to ACP > Pages > Template > Block Plugin Templates > RecordFeed > Pages_Slider In pages_slider template find slider_article_truncatecontent replace with slider_article_content_truncate Edited February 2, 2017 by TAMAN Foolboy 1
Foolboy Posted February 2, 2017 Posted February 2, 2017 1 hour ago, TAMAN said: I will fix it on next update Quick fix for you It works! Thanks for your quick help! TAMAN 1
Yurri Posted February 3, 2017 Posted February 3, 2017 (edited) Hello. Thanks for cool skin. vv. 2.0.0 - 2.0.1. One small problem in IE11-12 witn navbar align. Have a quick fix? Edited February 3, 2017 by Yurri
TAMAN Posted February 3, 2017 Author Posted February 3, 2017 3 hours ago, Yurri said: Hello. Thanks for cool skin. vv. 2.0.0 - 2.0.1. One small problem in IE11-12 witn navbar align. Have a quick fix? Update to version 2.0.2 thanks --------- On 2/2/2017 at 6:19 PM, Foolboy said: Hello TAMAN, On the recent updates, I found that line truncate option on the article slider did not work for unknown reason. The previous theme version (2.0.0) works fine. I even tried to delete and freshly install the current theme version and also its pages_templates.xml with no success. Please help. update to latest version and undo the quick fix. Foolboy and Yurri 2
CP_User Posted February 8, 2017 Posted February 8, 2017 On 20/12/2016 at 6:43 PM, TAMAN said: background-image: url('#') !important; background-repeat: repeat !important; Hi @TAMAN - wondering if I could bother you for an update to the above code? I'm looking to have an image aligned Left | Center | Right I'd like the left and right images to not repeat but the middle image to repeat so it stretches to the width of the title bar. background-image: url('http://#') !important; background-position: left; background-repeat: no-repeat; !important; Then for the Center background-image: url('http://#') !important; background-position: center; background-repeat: repeat; !important; And finally for the right side background-image: url('http://#') !important; background-position: right; background-repeat: no-repeat; !important; All on one title bar - Thanks!
TAMAN Posted February 8, 2017 Author Posted February 8, 2017 (edited) 1 hour ago, CP_User said: Hi @TAMAN - wondering if I could bother you for an update to the above code? I'm looking to have an image aligned Left | Center | Right I'd like the left and right images to not repeat but the middle image to repeat so it stretches to the width of the title bar. background-image: url('http://#') !important; background-position: left; background-repeat: no-repeat; !important; Then for the Center background-image: url('http://#') !important; background-position: center; background-repeat: repeat; !important; And finally for the right side background-image: url('http://#') !important; background-position: right; background-repeat: no-repeat; !important; All on one title bar - Thanks! Hi! separate the properties by comma example background-image: url('left image'), url('center image'), url('right image') !important; background-position: left top, center center, right top; background-repeat: no-repeat, repeat, no-repeat !important; Edited February 8, 2017 by TAMAN CP_User 1
Recommended Posts