Giter Site home page Giter Site logo

magefan / module-blog-m22 Goto Github PK

View Code? Open in Web Editor NEW
20.0 3.0 0.0 100 KB

Fixes for Blog on Magento 2.2.x

License: Open Software License 3.0

PHP 100.00%
magento2 magento2-module magento2-extension magento2-plugin magento2-extension-free magento2-free-extension magento2-module-free magento-2 magento-2-module magento-2-extension

module-blog-m22's Introduction

Total Downloads Latest Stable Version

This Magento 2 module fix issue with blog posts media gallery in Magefan Blog Extension

Installation Method 1 - Installing via composer

  • Open command line
  • Using command "cd" navigate to your magento2 root directory
  • Run commands:
composer require magefan/module-blog-m22
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Installation Method 2 - Installing using archive

  • Install the Magefan Blog Extension first
  • Download ZIP Archive
  • Extract files
  • In your Magento 2 root directory create folder app/code/Magefan/BlogM22
  • Copy files and folders from archive to that folder
  • In command line, using "cd", navigate to your Magento 2 root directory
  • Run commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Support

If you have any issues, please contact us then if you still need help, open a bug report in GitHub's issue tracker.

Please do not use Magento Marketplace Reviews or (especially) the Q&A for support. There isn't a way for us to reply to reviews and the Q&A moderation is very slow.

License

The code is licensed under Open Software License ("OSL") v. 3.0.

Magento 2 Point of Sale

Magento 2 Theme

module-blog-m22's People

Contributors

ihorvansach avatar magefan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

module-blog-m22's Issues

" in image links

I see there is a comment with a suggested fix in the readme file bundled with the Novetty theme from Cleversoft regarding this bug. The suggestion in the readme file was a work-around involving using the html mode of the editor to replace a double-quote with a single quote. The work-around does work for my tests, but it doesn't actually show a double-quote in the HTML mode, it shows a url encoded " instead. You can replace the pair of " with either a pair of either single or double quotes and it fixes the link. But it should be noted that the html-encoding is breaking the template field itself as the {{ }} block is actually appearing until you remove the " and replace it. (once replaced, if you go back to the html view, you see an actual relative path)

Also, upon finding the xml fix in this branch, I noted that there was already a commented out section in the app/code/Magefan/Blog/view/adminhtml/ui_component/blog_post_form.xml which is a match for the file in this branch. I tried uncommenting the section as per the suggestion in the first line of the comment but it did nothing as far as solving the issue.

Cannot install in Magento 2.2.4 EE

I installed the module with composer, after successfully installing the blog module.

  • Installed with composer
  • ran 'setup:upgrade'
  • Cleared the cache
  • I see module with version 2.0.0 in 'setup_module' - table

But when I open the website in the browser, I get the error:

1 exception(s):
Exception #0 (UnexpectedValueException): Setup version for module 'Magefan_BlogM22' is not specified

Exception #0 (UnexpectedValueException): Setup version for module 'Magefan_BlogM22' is not specified
#0 /var/www/vendor/magento/framework/Module/DbVersionInfo.php(54): Magento\Framework\Module\DbVersionInfo->isModuleVersionEqual('Magefan_BlogM22', '2.0.0')
#1 /var/www/vendor/magento/framework/Module/DbVersionInfo.php(77): Magento\Framework\Module\DbVersionInfo->isSchemaUpToDate('Magefan_BlogM22')
#2 /var/www/vendor/magento/framework/Module/Plugin/DbStatusValidator.php(120): Magento\Framework\Module\DbVersionInfo->getDbVersionErrors()

Can you check this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.