webblish
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Swift Basic] Facing couple of issues in SwiftYeah, that’s not very smart, unfortunately… I was also surprised it didn’t work until I noticed some features of the Pro version.
Forum: Themes and Templates
In reply to: [Swift Basic] Facing couple of issues in Swift2) If you mean the ‘sticky menu’: that option is only available in the paid, Pro version.
Forum: Fixing WordPress
In reply to: e-commerce themeHi, have you tried one of these? http://thecartpress.com/docs/
To be complete: if you convert the CSV file made by Excel to “UTF without BOM” in Codepad++, everything works fine.
I’m more than happy with this plugin, I’m now having a website with over 9,500 pages and over a million words of text online… 😀
OK, I imported 8 sets of 1000 posts without any problem. I used “UTF8 without BOM” coding and removed al the double/extra “” and ” Excel produced. The plugin knows how to handle these characters so you won’t need them.
Edit: I’m not 100% sure about the “”‘s, whether you need them or not…
Forum: Themes and Templates
In reply to: [Swift Basic] How to disable the tags below the posts?OK, that worked fine, thnx!
Update:
– Excel made some double “” which the plugin doesn’t need -> removed
– Converted the coding to “UTF without BOM” in Codepad++The testfile is now imported without any problem. Now the bigger file (in parts), fingers crossed.. 😛
I have the same problem, will try to figure something out.
Bad timing anyway, I was hoping to upload about 8000 posts but the test with 20 stories already went wrong…
By the way: I used the plugin a fwe weeks ago to import 1200 stories (also with quite some content) without any hassle.
Forum: Plugins
In reply to: [Special Recent Posts] Add soms dots after excerpt?I’ve just found another way, after some fuddling with CSS this works very nice in Chrome/FF/IE9+:
.srp-widget-stringbreak-link { position: relative; margin-left: 0px; padding-left: 30px; text-decoration: none; } a.srp-widget-stringbreak-link:before { content: ".... "; position: absolute; left: 0; } a.srp-widget-stringbreak-link:hover { text-decoration: underline; }My problem is solved now, but this might be nice as a new feature.
Sorry, my post above was posted in the wrong topic…
Hi, I tried that, but I don’t want to include these dots to the “read more” link. But I’ve just found another way, using CSS:
a.srp-widget-stringbreak-link:before{content:'.....';margin-left:3px;margin-right:6px}This works like a charm, and many thanks anyway!
Edit: oooops, de grey dots had a (red) text-decoration, after some fuddling with CSS this works very nice now:
.srp-widget-stringbreak-link { position: relative; margin-left: 0px; padding-left: 30px; text-decoration: none; } a.srp-widget-stringbreak-link:before { content: ".... "; position: absolute; left: 0; } a.srp-widget-stringbreak-link:hover { text-decoration: underline; }Forum: Plugins
In reply to: [Special Recent Posts] Display in ColumnsYou could put them in an unordered list, and render that list in columns, see http://techneblog.com/article/creating-responsive-multiple-column-list
You have to provide the actual (numeric) page_ID from the ‘Acura pages’
A sample is not necessairy, since the plugin allows you to match the columns manually before you import the data, but here is one rule of my testfile:
post_title;post_slug;post_content;post_author;post_date;_yoast_wpseo_title;_yoast_wpseo_metadesc;post_status;post_parent; The first title;slug1;Here comes your killer content;admin;2013-4-26 17:45;seo meta title 1;seo metadescdription 1;publish;214;Hmm, that will mean “Plan B”, since I do not want to sort out over 1200 page ID’s…..
Thnx anyway!
Make your date like this: 2013-4-27 17:45 and choose the last option in the date options list, like the warning in red.