319 comments found.
Hello, I’m adding new articles to the blog, but the blog doesn’t appear with the new articles updated, what could be the problem?
Hello, A suggestion that I would like you to take into account, is that each block or module in elementor can modify the typography without using css, but putting the font family, sizes and etc as in most of the templates with elementor. It would be a great help. Thanks for this great template
How can I create Trivia Quiz? any tutorial or guide???
Can we DISABLE auto scroll option?
When I submit trivia answer i need to stop auto scrolling…. so is that possible?
I just loved your Theme & this is what I was searching for…. I have a question …
Currently We have 8 Viral Blocks do you have any plan to add new ones???
I am not a Developer can i use this blocks without any problem??
Do you have any guide / documentation?
Are you there for help in case i need help?
How do I add an create button inside the mobile navigation menu? on buzzlink theme, and on create posts page, how to I hide so user doesn’t have to upload feature iimage?
Hello, I have a question about frontend post submission. Is it possible for a user to upload, for example, 100 images, and the publication was in one column, and when clicked, the lightbox would work? Are there any settings for frontend post submission? Is it possible to upload pictures and videos at once? I have an example adult site with an frontend post submission.
Loving the them so far! I have a custom post type I’d like to include on the front page but adding the code to functions.php for main or child theme. Code: function custom_conference_in_home_loop( $query ) { if ( is_home() && $query->is_main_query() ) $query->set( ‘post_type’, array( ‘post’, ‘story’) ); return $query; } add_filter( ‘pre_get_posts’, ‘custom_conference_in_home_loop’ );
Thanks for any assistance you can give.
Hi,
You have the option to utilize our child theme, and instructions can be found at https://support.akbilisim.com/docs/newsy/child-theme .
I am using the child theme but usually when I use that function to add my custom post type to the home page it works. I am not able to get it to work with your main theme or child theme.
Would it be possible to display the social login buttons on the wordpress register and login pages? and on the buddypress login widget? thanks!
Thanks for the suggestion. We may consider displaying them on these pages with the future update.
Your theme is not compatible with the Elementor plugin
Hi,
Please try to disable experimental features for Elementor in their settings. https://prnt.sc/_EFlcSp1-blk
How to change buzzlink theme image “icons” on the left menu? I tried to change the categories, nothing changes
Hi,
You should change on Wp admin > Appearance > Menus > Mobile menu.
I get an error, choose template, and when I want to edit with elementor I get an error. https://imgbb.com/xSg306W
Hi,
Please try to disable experimental features for Elementor in their settings.
Could you please respond to the ticket #2990? It has been many weeks since. Thank you
Already answered. Thanks
Hi Akbilisim, I think I’ve noticed a bug following the latest WordPress update. There’s now an option to “expand on click” for images. If you turn this off but add a link to the image, it still tries to expand the image. Anyone else getting this?
Hi,
Not certain about the issue. Could you please provide more details via a ticket, including a screenshot if possible? Thanks
Thanks, I’ve created a ticket #3018 about this.
Hi, my install demo on my website but didnt work https://thegaming.co
Hi,
Please create a support ticket in our support center. Thanks
Hi, is there a way to display specific sidebar ads on a post page depending on the category? For example, let’s say I have hundreds of articles for Category A. Is there a way to select specific ads for all those articles without having to add them one by one.
Hi,
You can make unlimited custom sidebars at “Appearance > Widgets” page https://prnt.sc/007jbxZ0KQpt , then pick it on your category edit page https://prnt.sc/p00PK9wemkgx .
Apologies for the confusion. You can display custom sidebars for each post pages similar to category pages, but unfortunately, it’s not possible to display sidebars based on the post category.
Thanks for the reply. Would your theme be compatible with third-party plugins that allow this functionality?
Merhaba. Siteniz üzerinden tiket açtım, cevap gelmedi. Lütfün cevaplandırır mısınız.
hi! can you tell me again how to make the related posts appear in two columns instead of one on mobile devices. thanks.
Hi,
Here is the CSS code for you:
@media (max-width: 768px){
.ak-post-related-posts .ak-block-posts .ak-module{
width: 50%;
}
}
Could you please look at ticket #2990? Thank you