Search Results for 'homepage'

    No search results were found in Documentation!

Results from the Forum
Catalin
tagDiv Staff

Hello h.mendoza,

If you do not want to have the comments on your homepage, you should turn off from Theme panel, like this -> https://www.screencast.com/t/K6tKYYFXHW9y

Thanks for the message!

h.mendoza
tagDiv Member

Homepage*

Simion C.
tagDiv Staff

Hi,

From what I can see you do not have a static front page that you can create in Visual composer, and place the Revolution slider on that page. You must create a page with the elements you want and set it as homepage
https://forum.tagdiv.com/homepage-how-to-build-and-set-it/

Thanks

joeydekoning
Participant
#0

I’m using a 3-column layout but would like the middle column to appear first in mobile view. Is there a way to do this with css in the theme, similar to bootstrap example below?

https://scotch.io/tutorials/reorder-css-columns-using-bootstrap

hiztren
Participant
#0

Hi,

I want to hide author name on Homepage.
I know how to hide it on post page but I also want to hide it on homepage
Please check the link as example
https://i.hizliresim.com/j8Z3Nr.png

h.mendoza
Participant
#0

Hello,

I am attempting to remove the comments from the homepage of my blog and went on theme panel to deactivate the comment count but still there appears a comment box at the bottom of my page. I tried editing the page as well but there is no comment widget added so I’m not sure through which method I am supposed to deactivate it. Please let me know how, thank you!

http://www.segframes.us

graficaofficinaidee
Participant
#0

Hello,
how can i fix this problem?
my blog (blog.tifoshop.com) randomly redirects visitors to malicious sites.
I checked the homepage code:
the visual composer doesn’t work and the code is infected!
I don’t have a backup clean to replace, there is a possibility to have a support to restore the code?
thanks

there is an example of infected code:

[/vc_column_text][vc_raw_html]JTA5JTNDJTIxLS0lMjBCT1glMjBORVdTTEVUVEVSJTIwLS0lM0UlMEElMDklM0NkaXYlMjBpZCUzRCUyMmJveF9uZXdzbGV0dGVyJTIyJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMGlkJTNEJTIyZW1haWxfbmV3cyUyMiUyMG5hbWUlM0QlMjJlbWFpbF9uZXdzJTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJlLW1haWwlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMEElMDklMDklMEElMDklM0NkaXYlMjBpZCUzRCUyMmJveF9yZWdpc3RyYXRpJTIyJTNFJTBBJTA5JTNDYSUyMGNsYXNzJTNEJTIydGVzdG9yZWdpc3RyYXRpJTIyJTIwaHJlZiUzRCUyMmphdmFzY3JpcHQlM0ElMjIlMjBvbmNsaWNrJTNEJTIyc3Vic2NyaWJlTmV3c2xldHRlciUyOCUyOSUzQiUyMiUzRVJlZ2lzdHJhdGklM0MlMkZhJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTBBJTA5JTNDZGl2JTIwaWQlM0QlMjJmb290ZXJfaW5wdXRfbmV3c2xldHRlcl9sb2FkaW5nJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBbm9uZSUzQiUyMiUzRSUwQSU
etc…

Simion C.
tagDiv Staff

Hi,

The blocks are created to display posts. When you click on a featured image for example in the Big grid, you will be taken to the post page. There is no option to open a lightbox gallery from within the post content, when clicking on the Big grid. You will have to think of a different way to display a gallery on the homepage using the available page building elements.

Thanks

Simion C.
tagDiv Staff

Hi,

In that case you could do it like this, using some css. First enter a code that will hide all the post author names on all the blocks in the homepage, the enable it on just that particular block
https://www.screencast.com/t/2aJLRizELCfh
In your case should be like this, the code will apply only for the homepage, if you want it to apply everywhere just remove the home class from the code. You must enter it in Theme panel->Custom Css section.

.home .td-post-author-name {
display: none;
}
.home .td_block_21 .td-post-author-name {
display: inline-block;
}

Thanks

mixalakis123
tagDiv Member

hi and thanks for your reply

the full grid on home page is different than the SAME full grid type in the category
the aspect ratio is different and there are gaps at both left and right edges of the home page grid
here is a comparison I made in photoshop…

https://ibb.co/i536D5

this example is a full grid 4. when you use a full grid 3 in both homepage and category, the differences are even more noticable…

thanks!

gasparlanca
Participant
#0

Hello there,

I started my website a couple weeks ago (www.raquetc.com) and I was wondering if it’s possible to *not* show a post in the big slider right after the page menu. Sometimes we publish an article that we want to have in the homepage but not in the slider…

First we thought we just had to ignore the “Featured” category, but then we found out that even if we don’t click it, they’ll stay in the slide (browser version) — and that they’re only out of the mobile slider.

Can you please help me? 🙂

Much appreciated,

Gaspar

wsikes
Participant
#0

how can I remove the category, comment count and author from the post on the homepage?

joeydekoning
tagDiv Member

I’m trying to add this feature to the Big Grid on the homepage. This means I need to do

<?php echo human_time_diff( get_the_time('U'), current_time('timestamp') ) . ' ago'; ?>

where get_the_time('U') needs to be replaced with the post DateTime for each post. Right now this string comes from

<?php echo $this->get_date();?>

But this returns <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2016-03-01T00:04:01+00:00" >March 1, 2016</time></span> instead of just a date.

Is there a straightforward way to grab the date from $this->get_date(); so it can be used inside the <?php echo human_time_diff( get_the_time('U'), current_time('timestamp') ) . ' ago'; ?> function?

komadayim
Participant
#0

Hello there,

I can’t remove the latest posts from the bottom of my home page. I’ve looked around in the visual composer but there is nothing related to it. It’s showing hundreds of posts on my homepage.

Where does the section titled <SON MAKALELER> comes from?

https://gastromanya.com/

Thanks

polys_a
tagDiv Member

When I am testing the performance of the site from firefox with clean browser cache I get:

From Homepage:
24,149.30 ms 86.31% 24,149.30 ms 86.31% 14017 Gecko
41.35 ms 0.15% 0 ms 0% 0 CLASS/<cloudflare.min.js (eval:1):4ajax.cloudflare.com
32.73 ms 0.12% 0 ms 0% 0 Ltcloudflare.min.js:4ajax.cloudflare.com
24.12 ms 0.09% 0 ms 0% 0 qt</</<cloudflare.min.js:4ajax.cloudflare.com
5.17 ms 0.02% 0 ms 0% 0 Cacloudflare.min.js (eval:2):4ajax.cloudflare.com
5.17 ms 0.02% 0 ms 0% 0 Ha.prototype.Dcloudflare.min.js (eval:2):4ajax.cloudflare.com
3.45 ms 0.01% 0 ms 0% 0 camelCasecloudflare.min.js (eval:1):4ajax.cloudflare.com
3.45 ms 0.01% 0 ms 0% 0 domManipcloudflare.min.js (eval:1):4ajax.cloudflare.com
1.72 ms 0.01% 0 ms 0% 0 icloudflare.min.js:3ajax.cloudflare.com
1.72 ms 0.01% 0 ms 0% 0 eachcloudflare.min.js (eval:1):4ajax.cloudflare.com
1.72 ms 0.01% 0 ms 0% 0 fbcloudflare.min.js (eval:1):4ajax.cloudflare.com
1.72 ms 0.01% 0 ms 0% 0 buildFragmentcloudflare.min.js (eval:1):4ajax.cloudflare.com

From Post:
27,411.95 ms 92.29% 27,411.95 ms 92.29% 15934 Gecko
29.25 ms 0.10% 0 ms 0% 0 CLASS/<cloudflare.min.js (eval:1):4ajax.cloudflare.com
20.64 ms 0.07% 0 ms 0% 0 Ltcloudflare.min.js:4ajax.cloudflare.com
5.16 ms 0.02% 0 ms 0% 0 qt</</<cloudflare.min.js:4ajax.cloudflare.com
5.16 ms 0.02% 0 ms 0% 0 Cacloudflare.min.js (eval:2):4ajax.cloudflare.com
3.44 ms 0.01% 0 ms 0% 0 icloudflare.min.js:3ajax.cloudflare.com
1.72 ms 0.01% 0 ms 0% 0 addcloudflare.min.js (eval:1):4ajax.cloudflare.com
1.72 ms 0.01% 0 ms 0% 0 jcloudflare.min.js:3ajax.cloudflare.com
1.72 ms 0.01% 0 ms 0% 0 camelCasecloudflare.min.js (eval:1):4ajax.cloudflare.com
1.72 ms 0.01% 0 ms 0% 0 fixcloudflare.min.js (eval:1):4ajax.cloudflare.com

Catalin
tagDiv Staff

Hello Sanalsantiye,

I have inspected your images and I saw that you are referring to the homepage and post page, right? So, on the homepage, you simply add your Ad Box where exactly you want to have the ad and on the post page, if you want that your Ad to appear at the very top of you page, you should edit the theme core files and inject there a shortcode of your desired ad, using the do_shotrcode method. For example, if you are using the post template style 1 you should edit the loop-single-1.php core file like this -> https://www.screencast.com/t/qf0ylvghB

Hope this helps!

Thanks for the message!

kalapapla
Participant
#0

Hi, just got this theme…my featured image post,display half the width to left of the screen,on the homepage. please advice on how the featured image on homepage can be fixed to fit the whole width.thanks
digi

Bernard
Participant
#0

Hi,

I need some help.

I removed some months ago accidentally the author page. Now when you click on the author name it goes to the homepage.

Is it possible to restore an author page?

I could not duplicate the address (https://www.brazilie.rocks/author/rocksb-centralia/) when adding a new page.

Kind regards,

Bernard

maxu
Participant
#0

Hi tagdiv

I want to put ad between header menu and content. I made it on homepage(http://prnt.sc/f7mru8) but i cant put ads between menu and content.

could me help me for this http://prntscr.com/f7n3cx *?

thanks!

waleed
Participant
#0

Can anyone help me??? i tried to be oversmart and edited the CSS but when i deleted the code i added the homepage never returned to what it was before. Is that it? is there any hope that i can recover that previous homepage. i paid $149 for the design and i just F… it myself.
highly frustrated.
http://www.polarbearfacts.net/

jauburn
Participant
#0

There’s too much space below the “Homepage post” and the next block/row in my design. How do I get rid of the extra white space below the “homepage post”? Thanks.

Too much space

waleed
tagDiv Member

Ok thanks for the reply the issue is resolved. Here comes another one. I cannot change the SHARING buttons such as Facebook Twitter and YouTube. This is part of the demo version which WordPress designed for me. I have been able to change all things on the Homepage except these social networks button. Can you please tell me how can i do that? here is my site: My Website <b>Homepage</b>
when you scroll down three social media buttons show up the on the right bottom of the screen if you stop scrolling immediately after 2 seconds. thank you.
http://www.polarbearfacts.net/

  • This reply was modified 9 years by waleed.
Simion C.
tagDiv Staff

Hi,

This is how I am seeing the news ticker on the pages. I see no problem with the element
https://www.screencast.com/t/ZTOQzsVQmf
https://www.screencast.com/t/Wr8vhrRR78
https://www.screencast.com/t/UeCHEgX2pe
If you want the code you entered to apply only on the category pages as it should, please create it as shown in the previous reply. Use the category class in the code. The customization you made for the ticker in the category pages is affecting the homepage as well
https://www.screencast.com/t/OfqsuVlew
https://www.screencast.com/t/ksSLLoeu
Then it will display properly by default on the homepage
https://www.screencast.com/t/Upc5KHjiRd

Thanks

Simion C.
tagDiv Staff

Hi,

If you want a single post to be displayed on the top of your page, you could use a Big Grid Full 1
https://www.screencast.com/t/7gpHI2iMf
https://www.screencast.com/t/0At9Wf4YU
Maybe a block like this one for example
https://www.screencast.com/t/D7XnEqgkUc
Or even a Homepage post if you want – https://demo.tagdiv.com/newspaper/homepage-one-top-post/
Each block has the same sorting settings available. More information about blocks here
https://www.screencast.com/t/D7XnEqgkUc
You can see how the blocks look in different layouts here
https://demo.tagdiv.com/newspaper/block-1/
And the Big Grids here
https://demo.tagdiv.com/newspaper/big-grid-1/

Thanks

cfasencio
Participant
#0

Hi, i see that a sidebar does appear on my homepage, but my blog posts (which are my news articles) don’t show any sidebar, i especially would like the sidebar to show extra info (like related articles) and an ad (via google adsense), how do i do that?

web:http://www.senderoartesmarciales.com/nuevo/
news/blog post (not showing sidebar) : http://www.senderoartesmarciales.com/nuevo/2017/05/10/jiujitsu-fighting-duo-y-ne-waza-bjj-se-daran-cita-en-nacional-s-daniel-f-hernandez/

Thanks!

Viewing 25 results - 10,826 through 10,850 (of 16,511 total)