Niall Madhoo
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Margin on mobileHello @aureliaandthegreen,
Aurélia, the extra space is created by the padding in the following CSS code:
.single-post #main-content .container { max-width: 940px; padding-left: 100px; */ padding-right: 100px; */ }You’ll need to find out where that padding was changed. For that, you may need to contact Elegant Themes support: https://www.elegantthemes.com/contact/.
Otherwise, you can override the padding by adding the following CSS code in the Appearance > Customize > Additional CSS section of your WordPress Admin dashboard:
.single-post #main-content .container { padding-left: 0!important; */ padding-right: 0!important; */ }Forum: Everything else WordPress
In reply to: Photo gallery – Flickr styleYou’re welcome. These are the closest plugins to what you’re saying that I’ve ever found. There may be some other plugin that doesn’t crop, stretch, or squeeze images, or as you mentioned, someone might need to develop one.
Forum: Everything else WordPress
In reply to: Photo gallery – Flickr styleHello @ludwigkeck,
I think these gallery plugins are what you’re looking for:
- https://ww.wp.xz.cn/plugins/foogallery/ – here’s
a demo: https://fooplugins.com/foogallery/wordpress-justified-gallery/ - https://ww.wp.xz.cn/plugins/photoblocks-grid-gallery/ – there’s a video demo on the page
Forum: Everything else WordPress
In reply to: Portfolio and how to useHello @ilogic32,
Sebastiaan, BlossomThemes has this handy guide that explains how to generate the portfolio page: https://docs.blossomthemes.com/blossom-spa/general-settings/how-to-create-portfolio-page-portfolios/.
You can follow these steps to create the portfolio page inside your WordPress Admin dashboard:
- Go to Pages > Add New
- Enter the Page Title, such as “Porfolio”
- Select “Portfolio Template” under Page Attributes > Templates
- Click on Publish
Forum: Everything else WordPress
In reply to: Block disappears when adding class ‘hidden’You’re welcome!
It seems like a bug to me too, or at least a design flaw. The admin styles shouldn’t affect the editor in this way.
I recommend the following to remove the class:
- Click on the three dots at the top right of the editor
- Click on “Code editor,” which will allow you to edit the source code for the page/post you’re editing
- Look for
class="hidden"under “Editing code” (the code editor) and delete the class
You could also use the Revisions system to restore the content before the
.hiddenclass was added: https://ww.wp.xz.cn/support/article/revisions/. If you made changes after adding the class, you can copy/paste the new content after restoring the content.Forum: Fixing WordPress
In reply to: Static Homepage blankYou’re welcome! Glad to help!
Hope you have a great day too!
Forum: Everything else WordPress
In reply to: DIVI donation/help pageHello @szilard21,
If you use a commercial theme like Divi and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations. You can find support for it here: https://www.elegantthemes.com/members-area/?redirect_to=https%3A%2F%2Fwww.elegantthemes.com%2Fmembers-area%2Fhelp%2F
Forum volunteers are also not given access to commercial products like Divi, so they would not know what is possible or not with the theme. This is one other reason why volunteers forward you to the commercial product’s vendors, in this case Elegant Themes. They are responsible for supporting their commercial product. Elegant Themes may even have a template for you to use or be able to refer to somewhere that does.
Commercial products are not supported in these forums: https://make.ww.wp.xz.cn/support/trouble/section-1-getting-started/what-is-not-supported/
Forum: Fixing WordPress
In reply to: default wp parent menu not clikableHello @mukeshvarmaconsagous,
These dropdowns function as the standard Bootstrap dropdowns: https://getbootstrap.com/docs/4.0/components/dropdowns/.
You will either need to use the Bootstrap Split button dropdowns (https://getbootstrap.com/docs/4.0/components/dropdowns/#split-button-dropdowns) OR override the default Bootstrap JavaScript that controls the dropdown feature.
Forum: Everything else WordPress
In reply to: Create hyperlink in footerYou’re welcome! I think I misunderstood what you wanted to do.
I think you must have tried adding something like:
<?php echo '<a href="https://www.oyougu.com/">Oyougo</a>'; ?>Otherwise, your site appears to use the Kids Campus Pro theme. This theme uses widgets to display content in the footer section.
You can follow the instructions found here to find these widgets (you’ll probably need to add Footer Widget 2): http://www.gracethemesdemo.com/documentation/kids-campus/#widgets
You can add the link using a Custom HTML widget with the following code:
<a href="https://www.yourlinkhere.com/">Link text here</a>Forum: Fixing WordPress
In reply to: Unable to delete products from cartHello @filipvdb,
You may have a plugin or theme conflict.
Please attempt to disable all plugins, and use the Storefront theme: https://woocommerce.com/Storefront/. If the problem goes away, enable the plugins one by one to identify the source of your troubles.
If you can install plugins, install and activate Health Check: https://ww.wp.xz.cn/plugins/health-check/
It will add a new feature under Tools > Site Health.
On its Troubleshooting tab, you can Enable Troubleshooting Mode. This mode will disable all plugins, switch to a standard WordPress theme (if available), allow you to turn your plugins on and off, and switch between themes, without affecting normal visitors to your site. Following these steps allows you to test for various compatibility issues.There’s a more detailed description about how to use the Health Check plugin and its Troubleshooting Mode at https://make.ww.wp.xz.cn/support/handbook/appendix/troubleshooting-using-the-health-check/.
Forum: Fixing WordPress
In reply to: (Dropdown) Menus not workingHi @ceekayello,
The dropdowns on https://japparelhk.com work on desktop and mobile in my browser:
The http://ceekayello.com mobile dropdowns work, as you said:

The desktop dropdowns do not display for me either. I noticed that http://ceekayello.com uses the Autoptimize plugin: https://ww.wp.xz.cn/plugins/autoptimize/. http://japparelhk.com does not use this plugin.
Could you please try disabling the Autoptimize plugin and checking whether the dropdowns work after that?
Forum: Everything else WordPress
In reply to: Block disappears when adding class ‘hidden’Hello @kristinamalm,
The hidden class is part of the WordPress Admin styles (https://github.com/WordPress/WordPress/blob/master/wp-admin/css/common.css line 166. It sets the block you edited to
display: none;, which is why it disappears.

I recommend labeling the class differently, such as “hide” instead of “hidden” to avoid a conflict with the WordPress Admin styles.
Forum: Fixing WordPress
In reply to: Static Homepage blankHello @blianta,
I noticed that the home page is an HTML coming soon page and not a WordPress page.

I suggest you acceess your hosting</strong via FTP and delete this page.
Otherwise, I recommend contacting your web host to help you with this issue: https://all-inkl.com/kontakt/.
Forum: Fixing WordPress
In reply to: How to change the domain of a website.Great! Glad it’s now fixed.
Forum: Everything else WordPress
In reply to: Page gallery with hyperlinks to webpages sortedYou’re welcome!
- https://ww.wp.xz.cn/plugins/foogallery/ – here’s

