Search Results for 'homepage'

Results from the Forum
McDohl
tagDiv Member

Hello @calin

Thanks, now, I can delete row in tagdiv composer and cloud library.

That code can fix duplicate title tag in homepage pagination, but can’t fix duplicate meta description

https://www.screencast.com/t/tik1hck3i

The reason I am not using the code you gave me earlier is that google still detect my websites have duplicate meta description and I must deactivate the pagebuilder on homepage which can solve my issue.

https://www.screencast.com/t/EXsRTYDffz

That code only fix the homepage title tag, but completely conflict with yoast in category, archive, tag, and author pagination, before I add that code

https://www.screencast.com/t/MsdVBcPhDV

after I add that code

https://www.screencast.com/t/2CDDYF0X74jy

This the code that you gave me earlier and work perfectly with yoast but still have duplicate meta description

if (!in_the_loop() && (is_page_template('page-pagebuilder-latest.php') || $is_smart_list || is_page() ) ) {

Thanks

Sylvester77
Participant
#0

Hello Guys, I´ve updated from 9.1 to 9.5 and now images are not shown. Please can you help?
Website is https://www.urban.dog/

Alastair Dixon
tagDiv Member

I have the same problem with this update! The mobile menu redirects to the homepage, only when I try to open it on the homepage.

This is pretty urgent.

Alastair

chernichka
Participant
#0

Hi everybody,

I’m making website with Newsmag V 4.7 installed. The Thumbs looks really bad on retina monitors – https://best-cooking-grill.com/cooking-grill-reviews/

For example, small thumb for retina: https://best-cooking-grill.com/wp-content/uploads/2019/02/2-char-broil-patio-bistro-infrared-gas-grill-1-200×150.jpg

Only Homepage looks really good, because I use tagDiv Composer.

I tried everything. I thing, it is not plugins conflict – I have active plugins: Yoast SEO, Classic Editor, tagDiv Composer, Regenerate Thumbnails. I have enabled the following option for Retina images from Theme panel -> BLOCK SETTINGS -> Thumbs on Modules/Blocks, and used regenerate plugin without any luckwithout any luck.

Can you help me?
Thanks,
Alina

Calin
tagDiv Staff

Hi,

Please note that homepage is build wit TagDiv Composer and if you are using Visual composer the can be break

Also if the problem is just the strange looking of image please check this documentation: -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Thank you for your understanding!

Simion C.
tagDiv Staff

Hi,

You can set any page you want as homepage, it can contain anything possible with the tagDiv composer
https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
So create a page how you want it and set it as homepage.

Thanks

Alex Sandrin
Participant
#0

1. I use the standard template for the homepage. My picture is displayed on the front page of each article. ok
https://imgur.com/a/jxsIBWn

2. When introducing a Carousel Block from Visual composer, the photos on the homepage of the article do not appear anymore.
https://imgur.com/a/VTcaN24

3. When introducing a Carousel Block from Visual composer, the photos on the first page of the article appear only if I have a scroll button (left-right) for that category. Otherwise the hidden picture remains.
https://imgur.com/a/Ce1Qidq

4. If I delete the Carousel Block, everything returns to normal.

IvanOllerBerbel
Participant
#0

I try to import a demo template with all the information and it does not leave me. I get this message:
“Are you sure you want to install the full demo? This will import homepages, sample content with images, backgrounds, template layouts, fonts, colors.

Notice: The demo can be fully uninstalled and the system will attempt to rollback to your previous state. Any content, menus and attachment created by the demo are removable via the uninstall button.

Please backup your settings to be sure that you don’t lose them by accident.”

IMG: https://imgur.com/5JMpfP1.PNG

beratingen
Participant
#0

Hello I installed Newspaper theme and loaded Gaming demo. I want to add landing page as homepage and a link to actual theme. Is it possible?

MYCFL-Yvonne
Participant
#0

Hi,
The mobile menu is not working on the homepage only. We tested several iPhones and Android. It worked on 2 other iPhones we tested but not the iPhoneX and it also didn’t also work on my Samsung. The menu works on all other pages on the mobile site. Here is the site:

How do I fix this? https://mycentralfloridafamily.com/

thanks,

McDohl
Participant
#0

Hello team

Nice update as always, I make some test on localhost before I apply the update on my live website. Everything is awesome except I can’t delete any row on tagdiv composer and cloud template.

https://www.screencast.com/t/dBVDgnZAV

You see the delete option in row is gone.

And %%page%% of snippet Yoast Code still doesn’t work on Homepage using loop post element on pagination.

https://www.screencast.com/t/ngZnE1rYtO
https://www.screencast.com/t/0J4nl05OsCy

I can’t use pagebuilder on homepage because this issue will cause duplicate title tag & duplicate meta description on google and affect my site ranking. On my live website, I deactivate a static page and %%page%% of snippet Yoast Code is work perfectly on homepage pagination. This is the example screenshot:

https://www.screencast.com/t/bKN5KMlSL4t
https://www.screencast.com/t/NPvXodJL
https://www.screencast.com/t/8Z1eLcT9xWt

Please fix this issue.

Thank you

Best Regards

MC Dohl

fontaine666
tagDiv Member

I can’t even edit the posts now because of this error….

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1449984 bytes) in /homepages/6/d741665740/htdocs/app748101859/wp-includes/wp-db.php on line 1889

One thing after another…..

Adiscz
Participant
#0

Hi,

i have an issue with deleting row and elements from homepage. Everytime I try to delete row it do this: https://youtu.be/RyKpUz–7A4

Any idea, how to fix it? Thanks!

Calin
tagDiv Staff

Hi,

Al you need to do to get that pagination and blocks is to set the homepage templates on Page Builder + Latest Articles + Pagination.

For blocks with 3 columns you’ll need to edit the homepage look for homepage latest articles > general and set sidebar position with out sidebar -> https://www.screencast.com/t/VvUnd18rBo -> https://www.screencast.com/t/hVXi6d35c7

Thank you!

Calin
tagDiv Staff

Hi,

First please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
WP_MEMORY_LIMIT try to increase it at least to 256mb.
Please add this code in the .htaccess , file at the end of the file:
<IfModule mod_substitute.c> SubstituteMaxLineLength 10M </IfModule>
Here is and example how to do it Please try to add the
define(‘WP_DEBUG’, false); define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
in wp-config.php

https://www.screencast.com/t/h10CCfEVHIk

1. I think for what you want to achieve will be better if you’ll build the homepage with tagDiv Composer
So you want to have a full width, in order to do that you’ll need to select the row and stretch it -> https://www.screencast.com/t/i8SQ5eS4
For sticky sidebar you’ll need to edit the page and set the sidebar column to be sticky ( with tagDiv Composer ) -> https://www.screencast.com/t/6o7K3uBRr -> https://www.screencast.com/t/4rhfsEDd

2. Unfortunately for the moment our theme do not have this option on desktop device only for mobile device, but I think that is implemented in coming updates.

Thank you for your understanding!

Simion C.
tagDiv Staff

Hi,

That homepage is provided only when the travel demo is installed. But you could re-create the same design. All that is special about that homepage is the top part, the rest are simple blocks. A similar topic
https://forum.tagdiv.com/topic/travel-demo-top-blocks/

In the theme files you can find the homepage of the travel demo
http://prntscr.com/mhauu2
So you could begin from there, enter that code in a new page and edit it with the composer. Or as I mentioned re-create the design in the composer. If you need help let me know.

We will try to add more sections or pages from demos in the cloud library, in coming updates.

Thanks

nikos mantis
Participant
#0

Hello team im a new customer, purchased your theme and i have some issues.
I wrote also on comments but i didnt took a clear answer so i respond here.
Well my point is to create a homepage with full width and left sticky sidebar.Also in middle i want to bring other posts and right a sidebar i dont care to be sticky though.Thats what my layout i want it to be but the point is i cant create left sticky sidebar in full width with visual composer and if i try to switch to tagdiv composer it says that the page was not created by td composer and it loads infinetely.

So how can i achieve that?I saw that in options i can create smart sidebar on left for categories only but how i can do this for homepage also?

2)is it possible somehow to have hamburger menu on homepage?

Thanks for assist team !Have a nice day!

in2town
tagDiv Member

What i want is the following. I have the default newspaper theme as my homepage, but i would like to have the travel theme on an inner page. i have different sections on my site and i would like to have the travel theme for my inner sections. is this possible

raheem092
tagDiv Member

Ok, here a screenshot from the magazine demo: I would like to get two columns like this with the same size of the of the slider.

http://bookbagofknowledge.org/homepage-magazine/

private2016
tagDiv Member

It’s not the top bar, it appears after the Weather Widget. I have managed to disable the Weather widget remaining the Social Media icons.

So I uninstall the Plugin that display the Social Media icons, not my homepage is displaying raw HTML codes.

Check it out at https://www.onekorner.com.ng

chrifrachid
Participant
#0

No loaded images in the home page of my website when I access it from mobile ‘AMP’

private2016
Participant
#0

Firstly….

How do I hide the social media icons on my Homepage. I have used Theme Panel > Header > Main Menu and disable the option but it’s still displaying.

Secondly….

How do I add API code to the weather widget that appeared on the Homepage.

Thanks

spu
Participant
#0

Hi,
We went through the settings, we have a load more button on the desktop homepage to load more latest stories, but we could not find the option on the mobile theme. Is there a way to get that instead of 1,2,3,4 pagination on mobile theme.

Thanks
Our website is http://www.gadgetbridge.com

trommelmusic
Participant
#0

Hi,

I have an issue with the featured image of the homepage of my website.
I have tried to remove it several times, but even if I manage to do it, when I refresh the page it’s still there (on the wp-admin). Attaching screenshot.

Many thanks for your help.

pete@e-production.net
tagDiv Member

After uninstalling the calendar plugin, it continues to appear on my homepage design screen (not on tagDiv Composer). I only began to show up when I installed tagDiv cloud library, which I have also uninstalled for this screen shot. Where does this text reside that I can find it and remove it?
https://drive.google.com/file/d/1gkIUUpF2MTLsrXm5trB62aoFEafk-0CW/view?usp=sharing

Viewing 25 results - 7,851 through 7,875 (of 16,511 total)