Themeover
Forum Replies Created
-
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Ability to exclude images with regexHey Takis,
Yes, ?debug=original would do the trick! Thanks. Using an URL parameter is a much better suggestion. I’m not sure why I didn’t think of that.
I hear what you’re saying about the folder, I just didn’t want this to turn into a big dev task.
Regarding the need to exclude background images, I read this on the AI website:
“You donβt need or want it re-sizing the images youβre using in your CSS for example. Thatβs fine – that’s what the .htaccess file is for.”
I foresaw potential problems with CSS sprites if AI reduces background image size. And if the background-image-size property is set, the result would be downsized images shown at a larger size than their resolution. Resulting in blurring images. I haven’t got a case study to show you. I could be mistaken about a few things…
Cheers,
SebastianForum: Plugins
In reply to: [DivUp Content] Error messages after installation in WP 4.3.1Hey, I’ve fixed this with version 2.4 now. And added a few improvements.
Cheers!
SebastianForum: Plugins
In reply to: [WP Responsive Menu] Clicking the MENU button does nothingHey Nirmal,
Sorry, I actually said NOT set to top. So the problem occurs when LEFT or RIGHT is selected.
Cheers,
SebastianGreat!
Forum: Plugins
In reply to: [Login Screen Manager] I found and fixed some issues with your pluginYou’re welcome π
Sebastian
Forum: Plugins
In reply to: [Microloader] CF7 PHP ErrorHey,
Thanks for pointing this out. I found a fix and have released an updated version of Microloader and Microthemer Lite β version 2.6.1.1
Please update Microthemer/loader to version 2.6.1.1 and then let me know if things are working for you now. You can update from your WordPress dashboard.
Many Thanks,
Sebastian
p.s. I got your error reports too and tried to reply via email and then your contact form but I guess they didn’t get through. I any case, I missed the mark with my suggestion.
Forum: Plugins
In reply to: [WP Customer Reviews] Customer Review Title Not Showing On FrontendHey,
Nice one. I think I did figure it out but had forgotten how so just as well you posted the solution π
Forum: Plugins
In reply to: SVN Repository DownIt’s sorted now π
Forum: Plugins
In reply to: SVN Repository DownThanks for confirmation guys!
Forum: Plugins
In reply to: [Shopp Image Tools] Suport for Shopp versions and Where is plugin page?Hi Barry, thanks for the update. I’ve switched to OpenCart now.
Thanks anyway.
Sebastian
Forum: Plugins
In reply to: [DivUp Content] Where to insert CSS code for 3 or 4 columns layoutHi Ricardo,
A support request from another user just reminded me that I never answered your question. Sorry!
Do you still need help with this?
Cheers,
Sebastian
Great news.
Thanks for your reply.
Sebastian
Forum: Plugins
In reply to: [DivUp Content] [Plugin: DivUp Content] Apply custom class to all divsHi there,
You should be able to apply a class to the last div. I just did the following test:
I entered this dummy content into the WordPress text editor:
Some content on this page. Some content on this page. Some content on this page. Some content on this page. Some content on this page. Some content on this page. Some content on this page. [divup class='class-A, class-B'] Some content on this page. Some content on this page. Some content on this page. Some content on this page. Some content on this page. Some content on this page. Some content on this page. [divup class='class-C'] Some content on this page. Some content on this page. Some content on this page. Some content on this page. Some content on this page. Some content on this page. Some content on this page.And it resulted in the following output:
<div class="divup div-1 div-odd first class-A"> <p>Some content on this page. Some content on this page. Some content on this page. Some content on this page. Some content on this page. Some content on this page. Some content on this page.</p> </div> <div class="divup div-2 div-even class-B"> <p>Some content on this page. Some content on this page. Some content on this page. Some content on this page. Some content on this page. Some content on this page. Some content on this page.</p> </div> <div class="divup div-3 div-odd mul-3 last class-C"> <p>Some content on this page. Some content on this page. Some content on this page. Some content on this page. Some content on this page. Some content on this page. Some content on this page.</p> </div>Notice how adding class-C to the last [divup] shortcode resulted in the last div having the class “class-C”. if this isn’t happening for you, please could you post a link to the website you are working on so that I can troubleshoot this further.
Thanks,
Sebastian
Forum: Plugins
In reply to: [PDF24 Article To PDF] [Plugin: PDF24 Article To PDF] Pages???Hi,
I’ve been able to successfully use this plugin to create PDF files from single pages.
(I’d like to be able to use it to create a PDF file from all pages on the website but haven’t been able to figure out how to do that yet).
Forum: Plugins
In reply to: [DivUp Content] [Plugin: DivUp Content] not client friendly at ALLHi there,
Putting the CSS in style.css should’ve worked for you. If you could post a link to the page where you have been experimenting with DivUp Content I should be able to diagnose the problem.
Thanks,
Sebastian