Yongjun Jung
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Automatic update related questionThank you @t-p and @chemicloud.
You can use a blog page and display the thumbnail without the image and excerpt. Try WP show post
Forum: Plugins
In reply to: [Max Mega Menu] New update conflicting with the current themeAhh~ Thank you for explaining in detail. Yeah, I guess we are sort of use the same class, such as container, wrapper, etc. I am glad to know the problem.
Forum: Fixing WordPress
In reply to: Fatal Error: Cannot declare class sass_formatter_nestedStrange…I can’t seem to find active_plugins row in wp_options.
And I tried to change the name of theme directory (alone -> alone_locked), but I am still getting an error 🙁UPDATE: Okay, so after deactivating a few plugins along with changing the directory pr the theme name, I was finally able to access to the dashboard. But where do I go from here? I still want to use my theme, which seems to be the main issue…
UPDATE2: Okay I found out that one of the 17 plugins was causing a problem. Thank you for your help. This was an eye opening experience that emphasizes the importance of testing plugins that only works with a specific theme.
- This reply was modified 5 years, 8 months ago by Yongjun Jung.
- This reply was modified 5 years, 8 months ago by Yongjun Jung.
Forum: Themes and Templates
In reply to: [GeneratePress] Can I use a premium version on localhost?@leohsiang Okay, thank you Leo.
Forum: Themes and Templates
In reply to: [GeneratePress] Can I use a premium version on localhost?@askel45 Oh so what does renewing the license include other than the unlimited sites?
Forum: Themes and Templates
In reply to: [GeneratePress] Can I use a premium version on localhost?Cool, did not know you could do that! Thanks.
Forum: Fixing WordPress
In reply to: An active PHP session was detected?Thank you. Installing the Health Check did it.
Forum: Fixing WordPress
In reply to: Question about SSL Certificates not applying to all pages/postsI did not realize there were images coming from other sites!
Is it safe or okay to leave them as they are? I am aware that I can easily fix them by adding “s” after “http”. Is using an external image through links recommended or a good practice?
Thank you for helpful tips and replying promptly.
Forum: Plugins
In reply to: [Max Mega Menu] Mega Menu Plugin does not work on mobileThank you so much! It looks great!
Forum: Fixing WordPress
In reply to: Images not following formattingYou are welcome! Ahh That is how it happened! Yeah some people or a lot of people still prefer to use Classic Editor.
Have you tried re-adding the images like the one you did in the blog post? Or tried using the block editor method by putting spaces between each category?
If above methods do not solve the issue, link below is a screenshot where I changed the custom css properties of each “article” tag in the developer mode. Have you played around with Custom CSS section located in your theme customizer? You can put this tag and should fix the problem.
#et-main-area #left-area > article {
display:inline-block;
}This kind of stuff requires a basic understanding in HTML and CSS. To summarize briefly, the default display of article tag — which indicates each of your category list — is “block” so I changed to “inline-block” in order to align them in stacks. Please let me know if you have any questions.
- This reply was modified 6 years, 1 month ago by Yongjun Jung.
Forum: Fixing WordPress
In reply to: I am looking for a theme that enables this type of menuThank you! I thought there would be a plugin in for that, but I doubted because it will be hard to achieve, which obviously isn’t in 2020!
Forum: Fixing WordPress
In reply to: Images not following formattingHi, Skaorsk8.
After the WordPress updated to 5.0 (new Block Editor), many themes started to need a “spacer” between paragraphs in order to maintain the flow of the post.
For example from your blog post, the photo is off the flow after the quote “your time where friends can see your thanks.” This can be fixed by inserting “spacer” after your phone photo or before No.3 update.
This is a link to how to use a spacer using WordPress Block Editor 🙂
spacer- This reply was modified 6 years, 1 month ago by Yongjun Jung.
- This reply was modified 6 years, 1 month ago by Yongjun Jung.