Search Results for 'homepage'

Results from the Forum
anastasios
Participant
#0

Hello, in our site we have a flex block 1 item in our homepage which sometimes duplicates the titles of the last post (see img – screenshot1).
After clearing the cache it is fixed, but this is a temporary manual fix. Could you tell us why is this happening and what could be a permanent fix? Thank you!

Best regards,

ishaque001
tagDiv Member

Hi team

Need to identify where the option is to activate the functionality of auto loading of blog articles in an element/ block where the article of the filtered category loads as soon as the latest news is added in the section without page reload.

As an example, check this section “Crypto Price Prediction” of the website “coingabbar.com” || This needs to be implemented on the website “FinoArk.com” in the Fresh Stories and Popular sections on the homepage.

Calin
tagDiv Staff

Hello,

This issue is very unlikely to be caused directly by the Newsmag theme. In most cases, it’s related to leftover cache, generated files, or plugins from the previous Kubio setup.

I recommend checking the following:

Cache cleanup beyond WP-Optimize
WP-Optimize doesn’t always remove theme-generated or server-level cache. If possible, please clear cache from the hosting panel and remove any generated /cache/ or minified asset folders (after backup).

Kubio leftovers
Make sure there are no Kubio-related plugins, mu-plugins, or injected CSS still active (Customizer, global styles, header/footer scripts).

CSS affecting the body layout
The overflow issue on the homepage strongly suggests a leftover global CSS rule, likely added by Kubio, which also explains the admin bar behavior.

Quick core check
Re-save permalinks and, if needed, temporarily disable plugins to rule out conflicts.

Your CSS fix is a valid temporary workaround, but the goal should be to remove the source of the conflicting styles so the site stays clean and stable.
Thank you!

Ariadna
Participant
#0

Hello,
I changed my domain from Kubio to Newsmag just recently: hoteles-portomarin.es
Unfortunately now the WordPress ADmin Bar is not loading anymore.
For the moment I bypassed the problem with a Custom CSS.

But it also seems to affect the Cache problem.
Is there any solution to clean the old files so that the Theme is clean?

After many hours chatting with ChatGpt it is the change from Kubio to NewsMag that seems to be the problem.

Of course all the easy solutions like Users >> Show sidebar have already been done.
I also tried with WP-Optimise but it doesn’t change anything.
It seems to be a bigger problem with residues of the Kubio theme.

I hope that you can help me with this issue. Highly appreciated.

Here is the CSS that I used to bypass the problem:

———–

/* Fix admin bar hidden on homepage */
.home body {
overflow: visible !important;
}

.home #wpadminbar {
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
z-index: 999999 !important;
}

.home body.admin-bar {
margin-top: 32px !important;
}


@media
(max-width: 782px) {
.home body.admin-bar {
margin-top: 46px !important;
}
}

————–

Thank you
Ariadna

ComicsBeat
tagDiv Member

So I did figure out how to adjust fonts on the mobile theme, however now my homepage on desktop is showing the mobile theme!

http://www.comicsbeat.com

Calin
tagDiv Staff

Hello,
You need to use tagDiv Composer, edit the homepage and select row from the header, that one has in the css tab set a margin bottom 90px https://i.imgur.com/LJpGX5E.png https://i.imgur.com/6LvPo7B.png in case that is not on that row check teh one below.

The title on the banners is teh one set in media for image – https://i.imgur.com/LRPgdCq.png
Thank you!

Michael Wong
Participant
#0

Hi team, I want the search engine to only search for articles, and the search template page is already set to only search for “post” (https://imgur.com/VHOp1zU).

When I click search on the homepage (https://imgur.com/6VwCwFf), I get an error message (https://imgur.com/arm17e1). If I go back to the search template and delete the post type “post”, the search engine works normally, but it includes all content such as post and pages. I only need to search for post.
https://adriennew3.sg-host.com/

Please help me resolve this issue.

Calin
tagDiv Staff

Hi,
Please edit the homepage using tagDiv Composer and select manage, then see if the header applied to the page is set as individual or global. Usually, the situation mentioned by you appears when it is set as an individual header.
https://i.imgur.com/tJkC8xk.png if it is like this https://i.imgur.com/LtgrzWb.png is using the global template, but if it is like this https://i.imgur.com/EkXEZf3.png has the header assigned as individual, so it is no longer changed if the global header is changed.

BakuTv
Participant
#0

Dear Team,

How can I completely disable the comments counter (comment bubble / number) in Flex Block 1 only, without affecting other modules?

I already tried:
– disabling comments globally
– category settings
– custom CSS

The comments still appear in Flex Block 1 on homepage.

Is there any internal class, hook, or filter specific to Flex Block 1 that allows disabling the comments counter without overriding the template file?

Ericky
Participant
#0

I’m changing the header template from the Cloud Templates section, but it doesn’t apply to the homepage. I keep seeing the old header on the homepage.

It works without any issues on all other pages. The problem only occurs on the homepage. What could be the reason for this?

We’re transitioning to a brand-new design, so we’re activating things gradually by designing them piece by piece. However, we haven’t been able to figure this out yet.

Site link: https://www.atarita.com/ (The classic old header is currently selected so the issue doesn’t appear right now.)

View post on imgur.com

Adroff
Participant
#0

I’m trying to adjust my homepage titles to be more easily read, but I can’t find the option to add a white background under title names. see screenshot here: https://docs.google.com/document/d/13CnH6Bkgar8U0av4B7p7n2q7tGENX555j9gbcujtkkM/edit?usp=sharing
As it is now, it’s very difficult to read. I’d like them to be like in the second image.

Calin
tagDiv Staff

Hi,
Unfortunately, without website access, I can not say exactly what the problem can be.
If the ad code is working on the entire website except for the homepage, then it can be something related to the settings you have made for the homepage. In case you are using a plugin for ads, please check if there are any settings related to the homepage or the page ID of the homepage.
Thank you!

Maneek
Participant
#0

Hi there.. I seem to have a problem on my home page on https://shippingandfreightresource.com..

So the way I have set it up is

1) I have used the header cloud template
2) under header template it shows “global header”
3) in custom ad I have added “[the_ad id=”135690″]”

I expect this “header template” to follow in article (https://www.shippingandfreightresource.com/articles/) and single page template (https://www.shippingandfreightresource.com/freight-industry-moving-in-shock-waves-than-cyclical-waves-dimerco-panel-discussion/)..

But this ad doesn’t work on the homepage (https://shippingandfreightresource.com) alone.. But if I try the ad code “[the_ad id=”134182”] it works fine.. Only this ad code is working on the home page, others are NOT working but are working on the article and single pages..

How do I sort this out..??

Now the problem is that this ad is displaying in the

hrhq2020
Participant
#0

Hi,
I am having a problem with the mobile hamburger not being available on first page load.

It is not selectable when the homepage loads but will become available when the page is refreshed or by navigating to another page.

Website: https://hrheadquarters.ie

Affects iPhone Chrome and Safari.

Wordpress 6.8.3
Newspaper Theme 12.7.3

AMP is enabled for the site.

Caching: WPMUDev Hummingbird and Super Page Cache. Cloudflare is integrated

Thanks,
Mick

deekendown
Participant
#0

Hi everyone,
I’m having an issue with the mobile version of my homepage. Whenever I click “Load more” on any post block (for example, Block 7, but it happens with all blocks), the additional posts load without their featured images. The articles appear, but the images simply don’t load.

I’ve tried multiple solutions, but nothing has worked so far.
Does anyone have an idea what might be causing this or how to fix it?

Thanks in advance!

mehmetkarakocc
Participant
#0

Hi. My new woocommerce site is https://postista.com/

My problem is that when I add a product to my favorites or cart, it appears differently in the header of each page, or doesn’t appear at all. For example, I go to a product page and add it to my cart, but when I return to the homepage, the cart appears empty in the header. The same thing happens with the favorites button. You’ll easily understand if you try it on my site. Removing the LiteSpeed ​​cache plugin seems to solve the problem, but I want to fix this issue without removing the plugin. Thank you.

martijn01
Participant
#0

The teaser text of articles on the homepage is now the image caption instead of the text intro -> can this be changed?

wo4pipa
Participant
#0

My website’s homepage layout suddenly changed to a style I never set, yet it displays normally in Cloud Templates. Why is this happening?

https://tech-fz.com/

homepage

homepage2

fedeacyl
tagDiv Member

Good morning, in principle it is resolved that all the columns appear, you just have to be careful with how I configure the homepage for these things.

Regarding the HEADER, it is clear that in mobile horizontal size the ‘deporteadaptado’ header logo stops being visible and I can’t find a way to make both logos visible without changing everything on the page, but well, I will keep looking for solutions.

Thanks for everything.

thedoc
Participant
#0

Hi,
i have at the end of the home page, as well as the end of all articles a code, that probably is related to my previous theme.
You can see it at the following link, and can also be seen in the homepage, pages and categories.
https://staging.israele360.com/hamas-giustizia-sei-ostaggi-a-rafah/

thx

fedeacyl
tagDiv Member

Good morning.

I’ve attached the link to the page so you can tell me if there’s a problem or if I’ve done something wrong. As I mentioned, I created the page from scratch, and the column that doesn’t appear on the phone is the one for “Fedeacyl licenses.”

While I’m at it, the banner on the left never appears in landscape tablet mode, and no logo appears on mobile, even though it does appear on the homepage.

Thank you very much, and I hope there’s a solution, because many of the pages will be in that format.

nuzzoalex92
Participant
#0

Since this morning, the Flex 3 Big Grid on the site’s homepage hasn’t displayed correctly. I haven’t made any changes to the site, and I’ve even cleared the cache, but nothing has changed. If I go into the backend, it appears correctly, but the frontend doesn’t. Even deleting and re-inserting the grid still fails. Does anyone know how to fix this?

anankassis
Participant
#0

Hello,

I know that removing author from posts inside the post or in the homepage is doable through the editwithtagdiv composer.
the problem is i am talking about this ( td-post-author-name )

html code :

<div class=”td-editor-date”>

<span class=”td-post-author-name”>…<span>

</span> </span> <span class=”td-post-date”</span> </div>

it is in the features section , or below in the middle of the page where it is 1 complete element which holds the article title and image and some text.

if i click on editwith tagdiv composer and try to edit these elements, it is not doable, since all of the things inside that element is 1 row and 1 columun . means i can’t chose to remove the author , or the date, or the image or the title..

I hope you understand where is the problem.

Do you have a solution for that, or I need to edit the html / php ?

Thank you

Santy
Participant
#0

Hi everyone, I hope you’re doing well. I’m having an issue with my news website http://www.noticiasparacuellosdejarama.es: the homepage is displaying overlapping text and layout problems. Everything appears to be updated, and all necessary plugins are installed. Has anyone experienced something similar or knows how to fix it? Thanks in advance!

MD MUSTAQUEEM ALAM
Participant
#0

My homepage layout is facing issues since today afternoon.

Viewing 25 results - 226 through 250 (of 16,511 total)