Enej Bajgori?
Forum Replies Created
-
Forum: Plugins
In reply to: [Section Widget] Widgets stopped working until this plugin was disabledSorry about that try downloading 3.2.1…
Forum: Plugins
In reply to: [Section Widget] Widgets stopped working until this plugin was disabledHi I finally managed to get the latest version up of the plugin (3.2 up and it should be working with wp3.6.
If you are still on WP 3.5 there is no reason to update. ( I didn’t test the 3.2 version of the plugin in WP3.5) Since it is not using the same version of jquery-ui as WP3.6 I am guessing it won’t work. Let me know if the update worked for you.
Cheers
Forum: Plugins
In reply to: [Section Widget] Not working with newest WordPressHi I finally managed to get the latest version up of the plugin (3.2 up and it should be working with wp3.6.
If you are still on WP 3.5 there is no reason to update. ( I didn’t test the 3.2 version of the plugin in WP3.5) Since it is not using the same version of jquery-ui as WP3.6 I am guessing it won’t work. Let me know if the update worked for you.
Cheers
Forum: Plugins
In reply to: [Section Widget] wordpress version 3.6 – Dashboard widget area not workingHi I finally managed to get the latest version up.
It has quite a few changes. Please update to 3.2 version of the plugin if you are running the WP3.6. If you are still on WP 3.5 there is no reason to update. ( I didn’t test the 3.2 version of the plugin in WP3.5) Since it is not using the same version of jquery-ui as WP3.6 I am guessing it won’t work. Let me know if the update worked for you.Cheers
Forum: Plugins
In reply to: [Section Widget] wordpress version 3.6 – Dashboard widget area not workingHi
I am currently working on the fix for this plugin. I am hoping to be done with it soon.The fix provided by @blogjunkie and @gsibert are temporary fixes. Which should help resolve the onload error that prevents the page to work properly. Also, If you disable javascript in your browser you should still be able to manipulate widgets. Without applying any fixes.
Cheers
Forum: Plugins
In reply to: [Social Media Counters] The href URL must be absoluteon line 482 change $encoded_link to $unencoded_link
Worked for me.Forum: Plugins
In reply to: [Improved Simpler CSS] MIME type problem if not loggedI think the way to fix that would be though some .htaccess magic.
I am not sure why your server doesn’t send css files that are in the uploads folder as css.
Forum: Plugins
In reply to: [Improved Simpler CSS] background image urlThe css gets added to the custom css folder in the uploads directory.
The easiest way would be to use absolute urls.. in your css
background: url(https://www.ads-software.com/test.gif); or
background: url(https://www.ads-software.com/test.gif); or
background: url(//www.ads-software.com/test.gif);Or if you want to use data uris – https://css-tricks.com/data-uris/
Best of luck
Forum: Plugins
In reply to: [Improved Simpler CSS] [Plugin: Improved Simpler CSS] spelling issuesSorry about this. Feel free to rename the plugin folder. The plugin should still work.
Forum: Plugins
In reply to: [Improved Simpler CSS] CSS Child-Selector isn't workingThis is fixed now.
Cheers Enej
Forum: Plugins
In reply to: [Tabs Shortcode] This plugin seems to not support wordpress 3.5Hey wilfredo123 and kyool
Can you explain a bit more what what part doesn’t work.
The plugin was updated to support the new version, it might require you to update your css if you copied and pasted it into your theme.
Cheers
Forum: Plugins
In reply to: [Tabs Shortcode] Use images instead of text for Tabs?Hi Kellyrnh
Its is possible to use images instead of text, but you have to be familiar with html and css. Reading this might be helpful https://css-tricks.com/css-image-replacement/.
I can’t say that using the shortcode inside the slider would work since the slider plugin might not have added the ability to add shortcodes to the content.
Forum: Plugins
In reply to: [Accordion Shortcode] Expand accordion for print mediaHi Brian
What you need to do is have specific styling rules for print and add them to your css. I think your request is pretty reasonable I will add it to the plugin next time I updated it.
Cheers
Forum: Plugins
In reply to: [Accordion Shortcode] Instructions on using another styleYou need to add the styles to your theme css or use a custom css plugin to add and it there.
Forum: Plugins
In reply to: [Tabs Shortcode] can't get tabs to go to the left or rightHi theQxQ
The css that you have in your site is probably over writing the css that comes with the plugin. Please run the latest version of the plugin and then make sure that the css that is added via the theme for example to the site is not over writing the plugins css.
Hope that helps.