Enej Bajgori?
Forum Replies Created
-
Forum: Plugins
In reply to: [Tabs Shortcode] This plugin does not function to WordPress 3.5Thanks for pointing that out guys. jQuery UI 1.9 that is included with WP 3.5 had quite a few changes. jqueryui.com/upgrade-guide/1.9/
Causing the shortcode to stop working. I will update the plugin to account for it.
Cheers
Forum: Plugins
In reply to: [User Avatar] custom avatarYou could see write a php function to see if a image file exists in the specific folder. Each user has its own images in the folder that is the same as their user ID.
Cheers
Forum: Plugins
In reply to: [Tabs Shortcode] Effects transitionsThere is no easy way to add the effect you would need to deregister the current tabs shortcode js and add your own in its place.
wp_deregister_script( ‘tab-shortcode’ );Hope that answers your question.
Forum: Plugins
In reply to: [Tabs Shortcode] [Plugin: Tabs Shortcode] Documentation?See the note… tab on the plugin screen
Forum: Plugins
In reply to: [Tabs Shortcode] p tag errorsHi Philsexton
You need to make sure that there you remove any white space so
[tabs]
[tab title=”tab1″]
text goes here
[/tab]
[tab title=”tab2″]
text goes here
a new line this line should not be followed by white new blank lines with white space…
[/tab]
[/tabs]Forum: Themes and Templates
In reply to: [PulsePress] PulsePress Menu – How do I change it?Hi Mark
When you go to the Appearance >> Menu you should be able to create a menu and the apply it to a theme location.
If that doesn’t work do you mind linking to a screenshot?
Cheers
Forum: Plugins
In reply to: [Profile CCT] [Plugin: Profile CCT] Invalid argument suppliedHave you tried the newest version yet? I think it might resolve some of the problems.
Cheers
Forum: Plugins
In reply to: [Profile CCT] [Plugin: Profile CCT] Images for tabsI think the easiest, and most future prof way would be to add the images though css using the background image property.
Forum: Plugins
In reply to: [Profile CCT] [Plugin: Profile CCT] Profile List & Person Pages not showingWhat version of WordPress are you running? Have you enabled the?
permalinks? try resaving them again.Cheers
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Avatar Shortcode for PageSorry there are no shortcodes available for the plugin.
Maybe in the next release.
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Hungarian Translate is readyHi Feriman
Thanks for the translation. I will add it to the list of translations and update the plugin!
Cheers
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Turkish Language Pack is ReadyDownloaded and made updated the plugin. Thanks for contributing to it.
Cheers
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Turkish Language Pack is ReadyHey Denizci88
Can you make it avaiable for download somewhere I will add it to the next release.
Cheers
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] No longer works with WordPress 3.4Hi juanmatias
Thanks for stepping up and providing the fix. The new version 1.4.9 has the fix in it. So if you download it you will it should just work.
Cheers
Forum: Themes and Templates
In reply to: [Skirmish] Skirmish HeaderCan you remove this float left css deceleration in the next update? on line 497 of style.css
.main-navigation {
float:left;
}
The theme will work better if there is no header.
Thanks