Balint Toth
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changing menu bg color in TravelifyI have seen that you have successfully changed the menu color. However, I have noticed that you have a green bar at the very top of your site (it may be not visible when you are logged in because the admin bar). If you want to change that green bar’s color, her is what you have to put inside your CSS file:
body { border-top: 6px solid #57ad68; }Here the bar’s thickness is the 6px value, so if you want to modify that, you should fine tune that value. If you want completely remove it, than you should use this CSS rule:
body { border-top: none; }Greetings,
BalintForum: Themes and Templates
In reply to: [Theme: Virtue] Center topbar navigation links?Hello!
You can do it easily with creating a child theme and adding some custom css rules to the menu bar. Can you provide a link to your site so I could take a look, and some detailed info how you would like it to look, so I can create the CSS for you.
You can find detailed info on how to create a child theme here: http://codex.wordpress.org/Child_Themes
But if you have any additional questions, just post it here, I am happy to help!
Greetings,
BalintWell, I will give up with something, give me some time…
Greetings,
BalintForum: Themes and Templates
In reply to: [Ward] Where do I storage images for the widget?Could you please provide a link to the site, so I could check it out?
Thank you!Forum: Themes and Templates
In reply to: Changing menu bg color in TravelifyHello!
If I am understanding right, you have put the child theme folder inside the travelify theme folder? The proper way is to be besides each other, so in the
wp-contents/themes/directory, it should look similarly like this:
ScreenshotGreetings,
BalintForum: Themes and Templates
In reply to: how to show this part only in the single post page?You are welcome!
Forum: Themes and Templates
In reply to: [Theme: Realia] Theme Got UglyYou are welcome!
Forum: Themes and Templates
In reply to: Changing menu bg color in TravelifyThank you for the link.
Absolutely not, that is a core WordPress feature, which enables logged in users who have the proper privileges to edit the posts and pages, but it is completely safe, and you should not worry about that.
So, if you have created your child theme, this is what you should put into the child theme’s style.css file, to the bottom:
.hgroup-wrap { padding: 0; display: none; } #main-nav { background: #57ad68; border: 1px solid #439f55; } #main-nav a:hover, #main-nav ul li.current-menu-item a, #main-nav ul li.current_page_ancestor a, #main-nav ul li.current-menu-ancestor a, #main-nav ul li.current_page_item a, #main-nav ul li:hover > a { background: #439f55; }So a little description for this: the
.hgroup-wrapgets rid of the white space on the top.
The#main-navpart determines the whole navigation bar’s background and border color (it has a thick green border around it). So in order to change the color, just change the#57ad68and#439f55values.
The last part of the code determines the menu item’s color when you hover over one with the mouse, so again, change the#439f55value to your needs.
These are HEX color values, so if you are not familiar with these, then you can find a great color picker at http://www.colorpicker.com/.
There, just pick a color, and above the color palette box you can find the 6-character value, just copy and paste that in the css, just make sure that the # sign is always there in the css, because the color picker does not give you one.I hope this helps, if you have any issues or questions, just post them here.
Greetings,
BalintForum: Themes and Templates
In reply to: [Ward] Where do I storage images for the widget?Hello!
The easiest way is to upload the images in the Media Library (just watch out later not to delete them). After you have uploaded them, open them in the library by clickin on Edit, and on the left side, over the blue Update button, there is a grey textbox with the title of File URL. Copy that whole link (make sure you don’t leave out the
http://part), and paste that into the Ward Image Text Widget in Appearance->Widgets.If you have any additional questions, feel free to post them!
Greetings,
BalintHello!
It looks like you should make a child theme, copy the category.php theme to the child theme’s directory and edit that file, but it requires some php knowledge. Basically this file generates every category-based listing site in the twentytwelve theme.
You can find a detailed description on how to create a child theme here:
http://codex.wordpress.org/Child_ThemesGreetings,
BalintForum: Themes and Templates
In reply to: [InfoWay] Remove some links on menu barHello!
Usually you can edit the menu items from WordPress itself, in Appearance->Menus. There on the right side you should see your menu structure, the indented ones are submenus, just as here: Screenshot
If you want to remove some links, than just grab the grey boxes and pull them to the left side.
I hope this is what you are referring to, if not, I am sorry, and please clarify it a little bit.
Greetings,
BalintHello!
Could you please provide a link to your site?
I am not an expert on this, but my first thought is, is it sure that both buttons have the same css class and no specific ids to differentiate them?
Greetings,
BalintForum: Themes and Templates
In reply to: Theme Empty or doesnt existHello!
So you are basically saying that the plugin and theme files are missing when you are viewing it from and FTP software?
If you have some backup, the easiest way is to make a restore from that, but if you don’t have that, the only solution is to install again the themes and plugins.
But in this case, I would seriously recommend that you contact your webhost support, because missing files on any kind of site (not just WordPress) is a really serious issue (and beside that, there is a chance that they have a backup).
Keep us updated!
Greetings,
BalintForum: Themes and Templates
In reply to: Changing menu bg color in TravelifyHello!
Could you please provide a link to your site so we could provide better help?
It looks like that you will have to create a child theme, which allows you to make some css changes to your theme, and these changes remain intact when you update your theme. You can find detailed info on how to create a child theme here:
http://codex.wordpress.org/Child_ThemesIf you can provide a link, I can give you the specific css code you will need in order to make the necessary modifications.
Greetings,
BalintForum: Themes and Templates
In reply to: [Spasalon] editing template pagesHello!
There is a bunch of settings regarding the top pink info bar and the homepage pictures inside Appearance->Option Panel.
Regarding the contact page, I have not found anything built into the theme itself, so I would recommend to use some Contact form plugin, where you can easily set up the form elements, the email address it is sending the infos to, the response on the site and other things. Personally I would recommend Contact Form 7 http://wordpress.org/plugins/contact-form-7/
Greetings,
Balint