Balint Toth
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Feature slideshow slashessss?Hello!
Usually in PHP and HTML, quotation marks and apostrophes mark the beginning and the end of specific text strings. So for a hypothetical example, in your slideshow the code would look like this:
<div id="slide-1"> <img src="image-1" /> <div class='description'>this is the description</div> </div>So if you put an apostrophe or a quotation mark into your text, it can be misinterpreted as the beginning or ending of some code attribute. The best way is to not to use them, but there are ways that can make it possible for you to use them. However, in order for me to help, it would be really helpful if you could post a link to your site, and tell me which template and slideshow (if it is not the one which came with the template) are you using.
Greetings,
BalintForum: Themes and Templates
In reply to: [Duena] change color upper lineYou are welcome!
Forum: Themes and Templates
In reply to: [Easel] How to move the Right Sidebar UpHello!
The problem’s cause is that the middle content column is too wide and pushes the right sidebar down.
Please install Simple Custom CSS and use this CSS rule:
.narrowcolumn { width: 515px; }It should solve the problem, if you have any additional questions, just post them.
Greetings,
BalintForum: Themes and Templates
In reply to: [Spasalon] Description in pink header barHello!
I have checked it on my test site for you, and it looks like it is a bug, it looks like the theme settings page does not save what you write into that textbox.
Here is a solution, but it is not really elegant. But anyway, here it is:
1. Create a child theme for Spasalon (more info here: codex.wordpress.org/Child_Themes)
2. Copy the filepink-header.phpfrom thespasalonfolder to the child theme’s folder.
3. Open thepink-header.phpfile in the child theme’s folder with a code editor, and find this:<div class="span6" style="margin-top:20px"><p><?php if($bd!=''){ echo $bd;} else{ _e(" Banner Description Curabitur sed lectus nulla.lobortis eget congue sed, rutrum sit amet mauris. Curabitur sed lectus nulla rutrum sit amet mauris ",'sis_spa');}?></p> </div>Here you can change the text to your needs, but this way if you would like to make any internationalization, it wont work. And obviously, if you want to change the text, you will have to do it this way.
I hope it helps. If you have any additional questions,or you need any help in inplementing this, just let me know.
Greetings,
BalintForum: Themes and Templates
In reply to: [Catch Box] Remove "Powered by WordPress"Hello!
First of all, I would like to warn you that regarding the Open source licence that WordPress uses, you should not hide that.
But here is the CSS code that hides it:
#site-generator .powered{ display: none; }You should install Simple Custom CSS plugin, and use this code with that.
If you have any more questions, feel free to ask them, I am happy to help you!
Greetings,
BalintForum: Themes and Templates
In reply to: [Duena] change color upper lineHello!
The necessary CSS rule is this:
.page-wrapper:before { background: none; }I suppose you are familiar with modifying the theme, but for others, you should install Simple Custom CSS plugin and insert this code there, or you should create a child theme and apply this CSS rule there (detailed info on creating a child theme you can find here: http://codex.wordpress.org/Child_Themes).
If you need any additional help, I am happy to help.
Greetings,
BalintDear Tony,
Yes, you should make any changes only inside the child theme. Unfortunately I am unaware of any tool that could differentiate your changes from the parent’s original state.
Forum: Themes and Templates
In reply to: [Vantage] Metaslider not stretching across the pageRegarding the image borders, on I dont see any on my computer (check screenshot here), so could you please tell me where are the borders appearing?
Thank you!
Forum: Themes and Templates
In reply to: [Vantage] Metaslider not stretching across the pageHello!
Please install the Simple Custom CSS plugin, and insert this code inside:
.main-slider div{ max-width: 100%; }This should solve it. If you have any additional questions, I am here to help.
Greetings,
BalintHello!
The main reason for using the child themes is the ability to customize the look of the theme. But if you make any changes in the original, or parent theme, then you will most likely loose all of your changes if you update the theme. This is why we recommend the usage of child themes. The point is, if you make any CSS customization, it will be only visible, if the child theme is activated, not the parent theme, and this is the proper way to use the child theme. You have to have the parent theme’s files inside WordPress, but the child theme needs to be activated all the time for the customizations to appear. Is there any particular reason that you want the parent theme activated?
If you have any modification requirements, just post them here, I am happy to help you!
Greetings,
BalintForum: Fixing WordPress
In reply to: Logged in but not showing the members pane at headerI am sorry.
Could you please tell me which version of WordPress are you using, and a list of your installed plugins?
In that case, I dont have any other tips… It is illogical, but maybe you could check the other widget areas as well. Maybe there is something that went wrong on the update…
I am sorry that I could not provide any useful help for you.
Greetings,
BalintForum: Fixing WordPress
In reply to: Logged in but not showing the members pane at headerEven more strange, but it happens…
Anyway, I am glad that it is resolved. 🙂
Have a nice day!
Forum: Fixing WordPress
In reply to: Site doesn't open at allnote than on the above page
The database may need to be repaired.
repaired is actually a link. Just click on that.
Forum: Fixing WordPress
In reply to: Logged in but not showing the members pane at headerStrange…
Did you try it with other web browsers? It is unlikely, but possible that some ad-blocking or script-blocking application is blocking it…