alexperegrine
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [BlogHash] Next/Prev Post Links not correct size please helpHello @justinggeorge, did the above solution work for you? Do you have any other questions?
Forum: Themes and Templates
In reply to: [BlogHash] disable comments?Hello @techdistractions ,
This is not a theme specific setting this is WordPress core functionality. Below are the methods you can disable comments on posts:
Disable Comments in WordPress Settings:
- Go to your WordPress dashboard.
- Navigate to?Settings?>?Discussion.
- Uncheck “Allow people to post comments on new articles” and if you don’t want pingback notification uncheck “Allow link notifications from other blogs (pingbacks and trackbacks)”.
- Save Changes.
Remove Comments from Existing Posts:
- If you have existing posts with comments enabled, you can bulk-edit them to disable comments.
- Go to?Posts?or?Pages, select all or specific posts/pages, choose?Edit?from the?Bulk Actions?dropdown, click?Apply, and then set Comments to “Do not allow”.
Use a Plugin (optional):
- If your theme or plugins add comment-related functionality that you can’t disable through the above methods, you might consider using a plugin like Disable Comments. This plugin allows you to globally disable comments on your entire site, including for existing content.
Thank you
Forum: Themes and Templates
In reply to: [BlogHash] Next/Prev Post Links not correct size please helpHello @justinggeorge ,
Put below CSS rule into ‘Additional CSS’ field of customizer. It’ll fix your issue..single .post-nav .nav-content img {
width: 7.5rem;
height: 7.5rem;
object-fit: cover;
}Thank you
Forum: Themes and Templates
In reply to: [Bloglo] Header banner not workingHello @victoriawinner,
The update has been released. Kindly update your theme to the latest version. If this doesn’t resolve your issue, please disable your cache plugin and attempt to upload the banner again.
Thank you.
Forum: Themes and Templates
In reply to: [BlogHash] Next/Prev Post Links not correct size please helpHello @justinggeorge ,
Can you please share your site URL where the issue is occurred? We did check and it and seems to working fine. See screenshot below:
Navigation on post detail page Forum: Themes and Templates
In reply to: [BlogHash] Main Header PagesHello @tj96,
To set your desired menu items in the header primary menu, please follow these steps:
- Go to Customizer >> Menus >> Primary Menu.
- If you haven’t added any menu items yet, click on the ‘Add Items’ button.
- Check the ‘Primary Navigation’ checkbox in the Menu Location section.
If you want new pages to be added automatically to this menu when you publish them, check the checkbox labeled “Automatically add new top-level pages to this menu”. Otherwise, leave it unchecked.
Thank you.
Forum: Themes and Templates
In reply to: [Bloglo] Header banner not workingHello @victoriawinner,
Indeed, the AdBlock extension works by preventing ads from displaying on websites by filtering out specific elements like image titles or classes associated with ads. Importantly, this affects only the browsing experience of users who have this extension installed on their browser.
However, even without this extension installed on my end, I’m also unable to see the ad on your website. It’s worth noting that while AdBlock prevents the ad from displaying, it typically doesn’t remove the underlying HTML markup entirely.
In your case, it appears that not only is the ad not displaying due to the extension, but the HTML markup for the ad itself is also not appearing on the site.
We are working on an update to address compatibility with Adblock plugins. If after the update the ad still does not appear for you, I recommend checking the following:
- Ensure any caching plugins are temporarily deactivated when uploading the ad banner, as mentioned in our previous correspondence.
Best regards,
AlexForum: Themes and Templates
In reply to: [Bloglo] Header banner not workingCould you please share the URL for the ADBlockPlus plugin? I couldn’t locate it in the WordPress plugin directory.
Forum: Themes and Templates
In reply to: [Bloglo] Header banner not workingHello @victoriawinner ,
I think the header banner issue on your site is caused by cache plugin.
Try to temporarily deactivate plugin then upload the banner to see if it works. Once confirmed, you can reactivate the caching plugin.The layout displacement on mobile , we don’t have any mobile specific CSS for that layout. All CSS comes from WP Gutenberg. To resolve the issue try to put below CSS rule in your additional CSS field of customizer:
@media (max-width: 599px) {
.wp-block-latest-posts.is-grid li {
margin-right: 0;
}
}This rule should target the specific elements causing the displacement.
Thank you
Forum: Themes and Templates
In reply to: [Bloglo] Header banner not workingHello @victoriawinner ,
- Header Image – I’m not sure why it’s not working for you. In order to show header image you just need to add header image. See https://prnt.sc/cyEJyVqsQcBz. It showing up on your test site https://sub4.angrygif.com/, I also check your main website but didn’t see banner markup in developer console. It seems like you haven’t uploaded one. If you did I’m not sure why it’s not showing up.
- Post thumbnail 900×900 – You can use image of this size.
- Layout offset – The CSS you mentioned is supposed to be applied only on post detail page but I see that it’s affecting your custom query Gutenberg block. We’ll release an update in a moment that will fix this issue.
- Post You Might Like section – Thank you for addressing this issue, again this will be fixed in upcoming update.
If you have any question please let us know we would be happy to help.
Thank you
Forum: Themes and Templates
In reply to: [Bloglo] Header banner not workingYou can choose whatever image size you want for post thumbnails. 1024 wide image is better.
There is also an option ( Customizing ? Blog ? Blog Page / Archive -> Featured Image Size) from there you can choose the image size to render for posts.And about header image I can see the uploaded image https://prnt.sc/vcvSqb__9O6C
On choosing Full width layout from Customizing ? General Settings ? Layout, page becomes full width.
Adjusting site container width is not available in lite version.Thank you
Forum: Themes and Templates
In reply to: [BlogHash] Header adsense meta tag isn’t workingHello,
It’s not a PRO feature. You’ll need to edit the header.php file and insert the meta tags before the
</head>
tag. We recommend using a child theme to ensure your changes are preserved when updating the main theme.Thank you.
Forum: Themes and Templates
In reply to: [Bloglo] Header banner not workingHello @victoriawinner ,
We did check and the header banner is working fine.Please share your site URL and make sure you upload the banner image ( doesn’t matter if it doesn’t show up ) We will check the issue.
Thank youForum: Themes and Templates
In reply to: [Bloglo] Theme Bloglo need a helpThere is only one section you can add of Featured Items and in lite version you can only add 3 items in it. Sorry you can’t add multiple section of Featured items.
Forum: Themes and Templates
In reply to: [BlogHash] Image isn’t loading on Hero and post listHello @pixelcomp ,
You need to set featured image to those post. If you not sure how to do this please follow this tutorial
Thank you