Brian Harris
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fifteenth] Page layout issueYes, the full width template will get rid of the menu and it should also remove the widgets too.
As you are working with a modified (child theme?) version its difficult to has a guess as to what is going on. On my end the template behave as it should.
Any chance you can send me a copy of your version so that I can take a look at it for you? If so please drop a copy here – you’ll need to be registred and logged in to see the upload button.
Forum: Themes and Templates
In reply to: [iTek] Feature Image sizingCan you export the site content and send them to me for testing?
If so please contact me first via the contact form and I’ll respond so that you can attach the file.
Forum: Themes and Templates
In reply to: [Fifteenth] Page layout issueSorry about this, there is a bug in header.php while checking if the page the template is being used is/isn’t a bbpress forum page.
A temporary fix is to remove the
&& !is_bbpress()
@line 56.I’ll put out an update as soon as possible.
Zulf
Forum: Themes and Templates
In reply to: [Fifteenth] Footer contentThat is correct.
Forum: Themes and Templates
In reply to: [Fifteenth] Footer contentThe content of the footer are generated dynamically by a function that reads the theme’s style.css. It extracts the theme name plus the author url and then returns them via a do_action call in the footer.
Technically if you wish to display a different name i.e. your site name and your url then you’d simply create a child theme with just the stylesheet header with your details and the function will do the rest.
However, if you wish to add more content then you’ll need to copy the footer.php file in your child theme and do the edits from there.
Regards,
ZulfForum: Themes and Templates
In reply to: [Sequel] only five items appearing in gridWhat is the value for the “Number of posts for top grid” field?
Forum: Themes and Templates
In reply to: [iTek] Extra login required for Itek?No, not part of the theme and as @wpyogi stated!
Forum: Themes and Templates
In reply to: [iTek] Feature Image sizingClear all those values and save then try reinserting your images again.
Also have you tried regenerating the thumbnails?
Forum: Themes and Templates
In reply to: [iTek] Showcase WidgetsYes that can be done via a child theme.
Copy both the header.php and footer.php to your child theme and the proceed to edit them as follow…
header.php – Copy the code from line 46 to 54
footer.php – Paste the above code between the first two divs located @lines 2 & 3 and save.Go back to header.php and delete the code you had copied and save.
Regards,
ZulfForum: Themes and Templates
In reply to: [Rendition] Rendition tabs visible in all pagesYes it is possible via a child theme.
Copy header.php to your child theme and then place the following code
if ( get_theme_mod( 'rendition_tabs_visibility' ) != 1 ) { get_template_part( 'parts/header-tabs' ); }
just below the code @line 58 – it must be within the PHP tags for it to work.
Zulf
Forum: Themes and Templates
In reply to: [Unconditional] Service Title Link – Rea More >>I have changed many pages.php and nothign to see.
Please do not edit theme files directly!
I would like to change it to my language, that is portuguese(brazil-pt-br).
You’ll need to translate the theme to your language for it to work. The theme is tranlation ready.
Hope that helps,
ZulfForum: Themes and Templates
In reply to: [Fifteenth] SidebarsIts not as simple as creating the sidebars.
Where do you want these sidebars to appear?
What is your CSS/PHP coding level? You’ll need to be able to create and work with a child theme.
Forum: Themes and Templates
In reply to: [Ridizain] Problems with featured grid area? Ridizain@gmusser as this is a old thread I’d suggest opening a new ticket and give as much details on your issue.
Please state action taken so far and a link to the site if at all possible.
Zulf
Forum: Themes and Templates
In reply to: [Ridizain] Remove Right (content) sidebar from specific pagesSorry but I don’t have a large screen to test on.
I’d recommend creating a child theme and adjust the values to meet your screen resolution needs.
Forum: Themes and Templates
In reply to: [iTek] Itek Themelike the one on itek theme design
Do you mean the screenshot or the theme demo site?