Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
gerard001 Posted October 8, 2016 Posted October 8, 2016 7 hours ago, TAMAN said: mmmm it says You do not have permission to access /index.php on this server. What's that got to do with magnum theme or article STYLES i made? its ONLY on your side which has something to do with your website permissions, i assure there is absolutely nothing wrong with magnum theme or articles styles Where should I look beyond
TAMAN Posted October 8, 2016 Author Posted October 8, 2016 3 hours ago, CP_User said: Okkkkkkkkkkkk, guess I have no choice. I'll make some time today to get it all sorted out. Thanks Taman! You're welcome : ) 2 hours ago, gerard001 said: Where should I look beyond I dont really know where do you get this error exactly? when you create an article? any links? Is it also on default theme?
kmk Posted October 9, 2016 Posted October 9, 2016 (edited) Hello, 1. I would like show more information about the record, like the old tamplate, visible the comments, view and Read More. 2. I use the s1 Two column First Featured, but the first image is very large, how I can reduce the image size show? or replace for 3 records? 3. How I can change the user bar position, I would like put it below the menu bar, when scroll the page that can visible to take action. Edited October 9, 2016 by kmk more questions
TAMAN Posted October 9, 2016 Author Posted October 9, 2016 9 minutes ago, kmk said: Hello, 1. I would like show more information about the record, like the old tamplate, visible the comments, view and Read More. 2. I use the s1 Two column First Featured, but the first image is very large, how I can reduce the image size show? or replace for 3 records? 1. i find readmore button to be really useless since the images are clickable, plus im unsure why it shows only author name and record date on your two columns style in the image it should be date/author/views 2. the "first featured" and "one column" styles are using the full width for images so it shows all of it, they're preferable with sidebars : ) like in demo page= If you really want to reduce the size then add this css code to custom.css .ArticleS1 .record-image{ width: 70% !important; margin: auto; }
kmk Posted October 9, 2016 Posted October 9, 2016 15 minutes ago, TAMAN said: 1. i find readmore button to be really useless since the images are clickable, plus im unsure why it shows only author name and record date on your two columns style in the image it should be date/author/views 2. the "first featured" and "one column" styles are using the full width for images so it shows all of it, they're preferable with sidebars : ) like in demo page= If you really want to reduce the size then add this css code to custom.css .ArticleS1 .record-image{ width: 70% !important; margin: auto; } 1. Oh sorry, this is s1 two column(withou featured). Can make appear COMMENTS, like the old template. 2. I mean if possible reduce the only featured image, or convert it style to image left(reduce) and content right, because in this case, like article I want the focus is more the content and not the image. This code reduce all images. 3. Is possible put the user bar below the menu bar? Is useless visible permanently with the menu bar, because when scroll the page the user bar desappear.. TAMAN 1
kmk Posted October 9, 2016 Posted October 9, 2016 Hello, a little thing to correct... Note 4, chrome. TAMAN 1
TAMAN Posted October 9, 2016 Author Posted October 9, 2016 8 hours ago, kmk said: Hello, a little thing to correct... Note 4, chrome. Thank you for reporting:) fixed:)
TAMAN Posted October 9, 2016 Author Posted October 9, 2016 8 hours ago, kmk said: 1. Oh sorry, this is s1 two column(withou featured). Can make appear COMMENTS, like the old template. 2. I mean if possible reduce the only featured image, or convert it style to image left(reduce) and content right, because in this case, like article I want the focus is more the content and not the image. This code reduce all images. 3. Is possible put the user bar below the menu bar? Is useless visible permanently with the menu bar, because when scroll the page the user bar desappear.. 1. if you want to add comments, then you will need to edit the s1 two column template and then adding below code {{if $record::database()->options['comments']}}<li class="comments"><i class="fa fa-comment"></i><a href='{$record->url()}#comments' title='{lang="view_comments"}'>{lang="num_comments" pluralize="$record->record_comments"}</a></li>{{endif}} under this one <li class="user"><i class="fa fa-user"></i>{lang="byline_nodate" htmlsprintf="$record->author()->link()"}</li> 2. sorry this would need alot of customization making the image on left side and content for right, this isn't what i have designed here, if you had suggested before the last update i would gladly included a style like this for everyone now its too late for adding styles or updating. 3. maybe in feature updates as i have to figure out how to make that happen without making the sticky header look too big or messy
tytanium Posted October 9, 2016 Posted October 9, 2016 3 hours ago, TAMAN said: 3. maybe in feature updates as i have to figure out how to make that happen without making the sticky header look too big or messy and if you add it on the same headerbar with floating right ?
TAMAN Posted October 9, 2016 Author Posted October 9, 2016 (edited) 3 hours ago, tytanium said: and if you add it on the same headerbar with floating right ? no because the search position is optional it can also be in navbar within theme settings Edited October 9, 2016 by TAMAN
kmk Posted October 9, 2016 Posted October 9, 2016 8 hours ago, TAMAN said: {{if $record::database()->options['comments']}}<li class="comments"><i class="fa fa-comment"></i><a href='{$record->url()}#comments' title='{lang="view_comments"}'>{lang="num_comments" pluralize="$record->record_comments"}</a></li>{{endif}} Sorry, in wich tab I should add it? comment, comments or comment or commentcontainer...
TAMAN Posted October 9, 2016 Author Posted October 9, 2016 12 minutes ago, kmk said: Sorry, in wich tab I should add it? comment, comments or comment or commentcontainer... There is a template named Entry. open it and then search for this line <li class="user"><i class="fa fa-user"></i>{lang="byline_nodate" htmlsprintf="$record->author()->link()"}</li> when you find it, then add this right after the code in a new line {{if $record::database()->options['comments']}}<li class="comments"><i class="fa fa-comment"></i><a href='{$record->url()}#comments' title='{lang="view_comments"}'>{lang="num_comments" pluralize="$record->record_comments"}</a></li>{{endif}} entry template is in all the article styles
kmk Posted October 10, 2016 Posted October 10, 2016 19 minutes ago, TAMAN said: There is a template named Entry. open it and then search for this line <li class="user"><i class="fa fa-user"></i>{lang="byline_nodate" htmlsprintf="$record->author()->link()"}</li> when you find it, then add this right after the code in a new line {{if $record::database()->options['comments']}}<li class="comments"><i class="fa fa-comment"></i><a href='{$record->url()}#comments' title='{lang="view_comments"}'>{lang="num_comments" pluralize="$record->record_comments"}</a></li>{{endif}} entry template is in all the article styles I find one but withou "user"...
TAMAN Posted October 10, 2016 Author Posted October 10, 2016 1 minute ago, kmk said: I find one but withou "user"... yes, paste the code right there
kmk Posted October 10, 2016 Posted October 10, 2016 1. Code added, save and reload....but nothing... 2. Is possible give option to format the content and title to show? left, rigth or center...
TAMAN Posted October 10, 2016 Author Posted October 10, 2016 I dont get it , in the picture you have opened the two column style and in the second picture pointing to a style which is not the two column style xD? do you want two column first featured or only two columns?
kmk Posted October 10, 2016 Posted October 10, 2016 13 minutes ago, TAMAN said: I dont get it , in the picture you have opened the two column style and in the second picture pointing to a style which is not the two column style xD? do you want two column first featured or only two columns? Hello, 1. I would like appear comments in all style or tamplate, because is a info to show how many people interest in the record. 2. see picture..
Foolboy Posted October 10, 2016 Posted October 10, 2016 Hello Taman, I found that you changed the search button from svg to FontAwesome. This changes made an icon layout to not align properly. Will it cause any problem if I copied the svg code section from 1.0.3 to 1.0.4. Also, I would like to ask how to upgrade this theme from the previous version without deleting the existing one because I already heavily modifled your theme to match with my community preference. Thank you. My Current Version (1.0.3) New Version (1.0.4)
TAMAN Posted October 10, 2016 Author Posted October 10, 2016 20 minutes ago, Foolboy said: Hello Taman, I found that you changed the search button from svg to FontAwesome. This changes made an icon layout to not align properly. Will it cause any problem if I copied the svg code section from 1.0.3 to 1.0.4. Also, I would like to ask how to upgrade this theme from the previous version without deleting the existing one because I already heavily modifled your theme to match with my community preference. Thank you. My Current Version (1.0.3) New Version (1.0.4) mmm no i never changed the svg icon to font awesome icon, why is it using font awesome on your side? ;/ do you use plugins for search or something? maybe CJ menu! anyways wait 10 or less hours, im about to release another update includes alot of improvements and some more settings plus some bug fixes reported here but, unfortunately, if you're updating from 1.3 to 1.4 you will need to re install the theme completely because i have made lots of changes, theme upgrade function doesn't work as expected 1 hour ago, kmk said: Hello, 1. I would like appear comments in all style or tamplate, because is a info to show how many people interest in the record. 2. see picture.. you will need to copy paste the code to all the styles then in some of the styles i have only hided the comments by css, its not really hard to do that as i have explained above but if you wish, just send me a login info and i do it for you when i can Foolboy 1
Foolboy Posted October 10, 2016 Posted October 10, 2016 (edited) 3 hours ago, TAMAN said: mmm no i never changed the svg icon to font awesome icon, why is it using font awesome on your side? ;/ do you use plugins for search or something? maybe CJ menu! anyways wait 10 or less hours, im about to release another update includes alot of improvements and some more settings plus some bug fixes reported here but, unfortunately, if you're updating from 1.3 to 1.4 you will need to re install the theme completely because i have made lots of changes, theme upgrade function doesn't work as expected I indeed using a plug-in (Kitchen Sink and (BIM41) Featured Content) on my community. Surprisingly that it does not affected your previous theme version. I will try to reinstall that plug-in again when the next theme version (1.0.5?) has been released. I wish I could upgrade your theme rather than reinstall the new one again but that's okay. I will try to remake all of my custom changes again. Thank you for your reply. Cheers! Edited October 10, 2016 by Foolboy TAMAN 1
tytanium Posted October 10, 2016 Posted October 10, 2016 The theme disable some plugins with javascript
TAMAN Posted October 10, 2016 Author Posted October 10, 2016 7 hours ago, tytanium said: The theme disable some plugins with javascript could you explain more please? or test it on default ips theme first - 15 hours ago, Foolboy said: I indeed using a plug-in (Kitchen Sink and (BIM41) Featured Content) on my community. Surprisingly that it does not affected your previous theme version. I will try to reinstall that plug-in again when the next theme version (1.0.5?) has been released. I wish I could upgrade your theme rather than reinstall the new one again but that's okay. I will try to remake all of my custom changes again. Thank you for your reply. Cheers! sorry do you mean the kitchen sink doesn't work?
Foolboy Posted October 11, 2016 Posted October 11, 2016 3 hours ago, TAMAN said: sorry do you mean the kitchen sink doesn't work? I mean Kitchen Sink does worked perfectly with your previous theme version (1.0.3) and it does not affected any of your theme layout and settings. It is indeed still working on 1.0.4 too except that search icon changes, which may caused by the Kitchen Sink in my opinion. (I using the latest version (10) of Kitchen Sink) I am currently staying with my customization of Magnum 1.0.3 and awaiting for your next version to be released before trying to upgrade and see if the Kitchen Sink (and (BIM41) Featured Content; it's only two plugins I currently using right now) still working. So, for your question, nope it's still working. TAMAN 1
TAMAN Posted October 11, 2016 Author Posted October 11, 2016 (edited) 19 minutes ago, Foolboy said: I mean Kitchen Sink does worked perfectly with your previous theme version (1.0.3) and it does not affected any of your theme layout and settings. It is indeed still working on 1.0.4 too except that search icon changes, which may caused by the Kitchen Sink in my opinion. (I using the latest version (10) of Kitchen Sink) I am currently staying with my customization of Magnum 1.0.3 and awaiting for your next version to be released before trying to upgrade and see if the Kitchen Sink (and (BIM41) Featured Content; it's only two plugins I currently using right now) still working. So, for your question, nope it's still working. im glad to hear that honestly it should work with anything that works with the default ips theme, the only change in default templates i have made is the search icon which i have removed the ugly font awesome icon and using an svg icon , even the search position settings from navbar to userbar is done purely via css Edited October 11, 2016 by TAMAN Foolboy 1
ResPecT My Authoritah Posted October 11, 2016 Posted October 11, 2016 Yo taman did you fix the search bar thing yet??? I need that search bar to have that drop down my man... also might I suggest sticky user bar as well
Recommended Posts