Home Forums WordPress Themes – Premium Preference Multiple layouting issues Preference…

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14616
    grasjegras
    Member

    Hi, since I’m fairly new to this whole WP website building experience, I’ve collected some questions/issues which I tried to solve but can’t manage to do so 🙁

    1. 404 error message when clicking “see more” in blog: happened since yesterday. I already deleted one old message and redid it in a fresh message, but same problem.
    2. how do I change the submit text of the buttons? (e.g. need to change Go (search) and See more into dutch..
    3. widget Search is not responsive when viewed on an ipad. I’ve placed three widgets in my page right sidebar widget. The two others are responsive, Search isn’t. Already tried changing the order within the widget, no solution.
    4. style 4 widget class is really killing me. I’ve used it now for my contactform in inset bottom widget. I want no background color and the outside borders to be 1px solid #78A5B6. But whatever I do I keep on getting the default blue color.
    5. How can I insert an image into the info boxes? (let’s say at the bottom center or bottom right)

    my website is http://www.awesomeyoga.nl

    If you need me to make separate threads for these questions, plz let me know.

    #14617
    Sushil Adhikari
    Moderator

    For your first one…. might want to check this out: http://www.wpuniversity.com/wordpress-tips/7-common-wordpress-issues-and-their-solutions/

    For changing text such as labels and other things that are part of WordPress or a theme, you need to do translation. This theme is translation ready, as-is WordPress, but you have to translate it using the included language file celestial.pot in the theme’s language file. I would recommend searching WordPress for translating. There are also plugins you can use for translating such as http://wpml.org/ (although I think this one is a paid one).

    For the search widget…seems fine when I view your site but I will check it out again. I may need to recode it so that it has better responsive form fields…I did this for the Celestial Reloaded theme a couple weeks ago.

    For widget style 4, you need to add a colour to it. So the class would be for example, red:

    box red

    You have the colours: red, amber, purple, mycustom (custom colour set in the theme options). However, it sounds like what you want is just a border only. So you need to do some custom css instead of using a widget class method as outlined above. You would need to do something like this and to target that specific widget:

    #text-5 .module {
    border: 1px solid #78A5B6
    }

    For your last one, inserting an image into something like your info box is done with basic which you can check out more tutorials about this here: http://www.w3schools.com/tags/tag_img.asp

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.