Laith Sinawi
Forum Replies Created
-
Forum: Plugins
In reply to: [TradeJournal Edge] SchwabWe just updated the plugin to include sample data, so you should now be able to import example CSV files and see how trade grouping, executions, and import mapping work in practice.
For setup and usage, here’s the documentation page:
https://priceactiontools.com/documentation/tradejournal-edge/Since you’ve already installed and used the plugin, the quickest next step is to update to the latest version, then try one of the sample files from the included sample-data/ folder. That should give you a good way to play around with the workflow before moving on to something like a Schwab import process later.
Forum: Plugins
In reply to: [TradeJournal Edge] SchwabThanks for sending the Schwab CSV. I checked the format, and it does not map cleanly to the free TradeJournal Edge importer because it is a brokerage transaction ledger rather than a NinjaTrader-style export.
Schwab support would require a custom importer to normalize the transaction rows and pair them into logical trades, so that would be better suited as a paid pro addon or custom build. More info: https://priceactiontools.com/support/
If there is interest, I can follow up with a Schwab-specific integration proposal.
Forum: Plugins
In reply to: [TradeJournal Edge] SchwabHello – You can send the CSV to [email protected].
Forum: Plugins
In reply to: [TradeJournal Edge] SchwabQuick correction to my earlier reply: I answered that too broadly. Matching field names alone doesn’t guarantee the import will work, because the importer also depends on platform-specific formatting and trade-processing logic beyond just the columns. If your Schwab CSV is very close to the NinjaTrader export, it may work, but I’d need to review a sample CSV to confirm. If you want, send me a sample and I can take a look.
Forum: Plugins
In reply to: [TradeJournal Edge] SchwabYes — if the fields are the same, it should import fine. If you’d like, send me a sample Schwab CSV and I can confirm.
You are right, and I apologize. I updated my review. Other than the missing feature, it’s a nice plugin. And thank you for considering adding the feature in a future release.
Forum: Plugins
In reply to: [Fancy Grid Portfolio] fancy grid single cat pageSorry, this plugin doesn’t support single cat page. You can probably extend it, but I can only provide support for basic install and setup issues.
Forum: Plugins
In reply to: [Fancy Grid Portfolio] Description in the portfolio has disappearedHello,
I just released a new version (2.0.1). Please install the update and let me know if that does not fix the description text disappearing problem.
Thanks,
LaithForum: Plugins
In reply to: [Fancy Grid Portfolio] Description in the portfolio has disappearedHello,
I see that your theme CSS is overwriting a plugin style, which is making the description text black (same color as background). I’m creating a new version of the plugin that namespaces the CSS so this can’t happen again. The new version should be available in the next hour or so. Then all you have to do is click the “update now” from Plugins section.
I’ll let you know as soon as the update is ready.
Happy Holidays,
LaithForum: Plugins
In reply to: [Fancy Grid Portfolio] Thumbnail Crop Not Sizing RightIf you can send me your test image, I’ll have a look.
Thanks,
LaithForum: Plugins
In reply to: [Fancy Grid Portfolio] Thumbnail Crop Not Sizing RightThe problem with scaling is your images. Your images are 300 px/in which is really for print, not web. If you change your images to 72 px/in, then they become tiny. So what the plugin is doing is cropping to 125 x 254 (assuming 72 px/in). Then the thumbnails get enlarged to that size because they’re actually much smaller.
In other words, your images resolution must be for web, which is 72 px/in. So I would first change your image using a tool like photoshop to 72 px/in (Photoshop -> Image -> Image Size -> Resolution -> 72 px/in). Then work with that image. However, you’ll notice they’re much too small, so this is why they’re blurry thumbnails are blurry. So you probably need to start with larger images.
I hope that helps. Let me know if you need more information.
Thanks,
LaithForum: Plugins
In reply to: [Fancy Grid Portfolio] Thumbnail Crop Not Sizing RightOnce you set the crop size and add portfolio items, you can’t change the crop size and have that change reflected in the existing portfolio items. You would need to delete the images and then re-add the images for each portfolio item.
If that doesn’t work, you can send me your WP login, and I’ll take a closer look.
Thanks,
LaithForum: Reviews
In reply to: [Hipsum Pixel] Super PluginAh, I was able to translate. I’m glad you like the plugin 🙂
German
Super Plugin – genau wonach ich gesucht habe, einfach zu bedienen. Danke!English
Super Plugin – exactly what I was looking, easy to use. Thank you!Forum: Reviews
In reply to: [Hipsum Pixel] Super PluginThanks. I appreciate that! I’m working on a new version that’ll allow you configure different image data services. The current one (LoremPixel) does have a limitation (noted in plugin description) that it doesn’t load images over https.
Thanks,
LaithForum: Plugins
In reply to: [Fancy Grid Portfolio] project description does not appearIt turns out the theme styles were overriding the plugin stye for the description field. I fixed it by using !important in the CSS property.