Balint Toth
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Custom Community] Custom Community Sidebar issuesI have installed this theme for myself now, and it looks like there is no option for determining which sidebar to appear when, at least in the free version…
It looks like from the documentation that the theme is meant to be customised, so maybe the best option is to make a child theme and make some page templates there (more on making child themes you can find here: ).
In the template files, the files for the left and right sidebar are included (
sidebar.phpandsidebar-left.phpin/wp-content/themes/custom-community/), as the css rules, so you dont need to start from scratch.Forum: Themes and Templates
In reply to: Erreur after changing the templateyou are welcome! if you need help in finding what went wrong in the template, I am here to help.
Forum: Themes and Templates
In reply to: Erreur after changing the templateHello!
Try to change your current theme folder’s name using FTP in
/wp-content/themes/, so it will deactivate it. This should help you regain access to your site.Forum: Themes and Templates
In reply to: [Custom Community] Custom Community Sidebar issuesHello!
I have googled a little bit, and regarding the left or right sidebar issue, you should check out this:
http://www.custom-community.themekraft.com/page-templates-2/The tricky part is that you want the sidebar to have different widgets based on what page it is. It could be done with some php coding using a child theme, but there might be a plugin for this.
Forum: Themes and Templates
In reply to: Menu problemIt is like a pile of papers overlapping each other on a table, and z-index determines which one is higher (the one on the top is visible). Both the slider’s div and the navigation menu’s div z-index values were set to 1, practically they were on the same layer, and when the slider’s image changed, it interfered with the submenu div’s.
Forum: Themes and Templates
In reply to: Menu problemHello!
In your CSS file, find this:
.main-navigation li ul { display: none; margin: 0; padding: 0; position: absolute; top: 100%; z-index: 1; }and change z-index from 1 to 999
I have tried in in Chrome, but you should check the result in other browsers also.
Forum: Themes and Templates
In reply to: [Engrave (Lite)] Header image.Hello!
I have made some research regarding this. I have found in the themes’ documentation (includen in the theme folder
/wp-content/themes/engrave-lite/licenses/ThinkUpThemes%20-%20Lite%20Documentation.pdf), that you have to enable it in the WordPress admin under Appearance->Theme Options->Homepage, and put in a slider shortcode, which is generated by the plugin Slider Revolution.I did not found that in the WordPress plugin repository, so I googled it. It looks like it is a premium plugin for 15$.
In the case you would not like to pay for that, I have done a little hacking for you. If you install some slider plugin that uses shortcodes (like [slider slideshow=”4″]), you can put that into the theme settings page, and it will appear, but there may be some CSS tweaking necessary.
ok, sorry.
It looks like the easiest solution is the child-theme. Copy the footer.php file from the parent theme
s folder, and paste it into the child theme folder, and make the edits there. WordPress will use your footer.php from the child theme, overwriting the parents file.
If you would like, I can happily do it for you, just send me an email to [ redacted, support is offered via the forums and not email ]