MonMidt
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Optimizer] Slider button scroll to Posts widgetThe slider buttons got fields like Button Link, followed by a #
What is to follow the hashtag? Numbers? Letters? An url?Forum: Themes and Templates
In reply to: [Pixova Lite] Translation of menuI would like to keep the menu as it is, but just change the language on the menu-buttons.
How can I do that? I’ve searched all over the place….Forum: Themes and Templates
In reply to: [Pixova Lite] Translation of menuI would like to keep the menu as it is, but just change the language on the menu-buttons.
How can I do that? I’ve searched all over the place….You change this in the Theme Options -> Contact/Social Links
(Above the “Edit”-option in the admin panel)
Forum: Themes and Templates
In reply to: [Interface] Info bar- link address to google mapsAnyone???
How can I make the “social_address” a link to google maps?
if ((1 != $options[‘disable_bottom’]) && (!empty($options[‘social_phone’] ) || !empty($options[‘social_email’] ) || !empty($options[‘social_location’]))) {
add_action( ‘interface_footer’, ‘interface_footer_infoblog’, 10 );
/**
* Opens the footer infobox
*/Forum: Themes and Templates
In reply to: [Interface] Contact Infobar not showing on small devicesYou can make the infobar show in small devices by editing the responsive.css (it’s in the css-folder of the theme) and change:
#branding .info-bar {
display: none;
}#branding .info-bar {
display: block;
}That being said, I’m using Interface Child Theme and my infobar shows at the bottom in small devices.
Forum: Plugins
In reply to: [Spiffy Calendar] Make list and center calendarThx.
Is there a way to make the calendar responsive, or have I done something wrong as it won’t scale and show the whole calendar on mobile screen-size?
Thx for your help!
Forum: Plugins
In reply to: [Spiffy Calendar] Make list and center calendarLmao… why did’nt I think of this!???
Well, thx anyway. Do you have any idea of how I can center the calendar at the page it is posted?
Forum: Plugins
In reply to: [Spiffy Calendar] Make list and center calendarThis is how I want the listing to appear:
11.00-12.30
13.00-14.00
14.00-15.00
15.00-16.00Forgot to say I want the Ninja registration-form to be the default form, not the WP-form.
Forum: Plugins
In reply to: [Alligator Popup] Close popup and redirect to full-size windowOk. Thx ??
Forum: Plugins
In reply to: Alligator PluginOh I’m sorry… I get a bit confused by where to post what ??
Thx for your help though ??
Forum: Fixing WordPress
In reply to: Multifunction userprofileThx for the reply ??
I’m new to this, so when u say customize author pages, what do u mean by that?
When it comes to the function statements, I’m clueless. I’ve yet to understand how and when to use them, and where…Do I add a function in function.php and then call them in the template I want them to appear? That is kind of ok, but what I don’t understand is how to use the call-statement.
U type: add_action(‘edit_user_profile’, ‘my_fields’)
Does this mean: I want to do something in the user profile, more spesificly the fields I’ve added my self?function my_fields( $user ) {…
remove existing junk using unset($contactmethods[‘aim’]); and use add_filter..
and the list goes on…
basically functions.php and filters is your playground.And this is where u lost me ?? I got that I have to add stuff in functions.php (I think ?? ) but what do u mean by filters?
Again, thx for your time and reply ??
Forum: Plugins
In reply to: [Alligator Popup] Make menu-item refer to popupOk, thx ??
Forum: Plugins
In reply to: [Alligator Popup] Make menu-item refer to popupCubecolor, I would love to ask you another question. Where can I do this?
I might have another “alligator-challange” for you ??