Search Results for 'homepage'

Results from the Forum
GusV
Participant
#0

Hi I need to separate a new post from showing on the side block, if you see on my index page there is a side block with the tag dive block saying: BID On These Valuables which are separate posts, so what i want is when i write a new post i want it to stay on the index homepage, and somehow writeother posts to appear in the side block BID On These Valuables. Please go to my home index page: http://vards.net/ I want the post: A Brief History of English Coins and Buying a Dresser to just appear on the front page, not in the side block. Hope this maks sense.

Thanks.
Gus

Simion C.
tagDiv Staff

Hi,

If you wouldn’t have replied again in the topic, I would have replied much sooner. We answer from oldest to newest, so if a new message is posted this will refresh the topic date.

So you want those widgets to not display in the homepage. Do you any other widgets besides those ones in the footer?
If you do not then you could hide the whole footer, with the code I provided above. That code will hide the footer on the homepage.
If that is not a solution, please explain it better and I will modify the code.

euklidis
Participant
#0

how to keep page builder and pagination to home page, removing the latest articles?

Simion C.
tagDiv Staff

Hi,

All I can see unusual about the website homepage on mobile, would be the double menu bar
https://www.screencast.com/t/2YP6IFHyMtG
One from the theme and one from a plugin probably.

The posts seem to display the Jetpack mobile theme however, note that this mobile theme will not work properly with our theme, deactivate it if possible
https://jetpack.com/support/mobile-theme/

If you want to use a mobile theme, try the one provided in the theme package
https://forum.tagdiv.com/the-mobile-theme/

Thanks

ankitsethi
Participant
#0

Hello team,
Please Resolve my issue my homepage images are not visible and also when I go to menu bar there is no category is visible please give me a solution.

mjehangir
tagDiv Member

Hi,
Actually, i am talking about this widget area on the homepage as shown here; http://prntscr.com/kaxbb3

miguel_dimase
tagDiv Member

Thanks.

I have installed the Cloud Plugin, but how does it help me to change the category tag in MY loop template from my wordpress installation (or MY single template, for that matter, if I wanted to change my single post template)?

Aside from the fact that my homepage is not an static page, as far as I can see the plugin does not allow me to pick templates (neither the loop nor the single one) from my installation to be edited through the tagDiv Composer, or does it?

Thanks again

Catalin
tagDiv Staff

Hello miguel_dimase,

Please notice that here is talking about two different things. Posts and module on the page/homepage/blog which has a different design. If you want to change the position of category tag in loops, you can do this from Single Cloud Library like this -> https://www.screencast.com/t/0q5T8CIenOdM and if you want to change the position of category tag on the module, you should edit that module in the code. If you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks.

dk
tagDiv Member

Hey,

The link of home & let’s talk are working fine for me. I have used anchor link in the sub-menu which is redirecting me to the original location if I am on a different page but it doesn’t work on the homepage.

Simion C.
tagDiv Staff

Hi,

You could try a code like this for example

.home .td_block_21 .td_module_16:not(:first-child):before {
content:"";
position:absolute;
top: -20px;
width: 100%;
height: 2px;
background-color: black;
}

The result is here – https://www.screencast.com/t/UvJtju1H5
The code will affect only block 21 in the homepage. Give it a try, see if it is what you wanted.

stuartmasson
Participant
#0

Hi guys, hope you’re all well.

We created a footer page using your most excellent cloud templates, and we’re perfectly happy with it. The problem is that it doesn’t seem to play happily with bbPress pages.

If we insert bbPress shortcodes into a page created with TD Composer, it works fine (see link, for our draft forum homepage):
http://compareallvans.co.uk/forum

However, when bbPress creates its own pages for individual topics and threads, the formatting goes a bit crazy and the footer page simply displays a lot of code:
http://compareallvans.co.uk/forums/forum/new-and-news/

Have tried deactivating everything but problem remains. Only happens with a cloud template footer page – if we use a normal widgeted footer, it works fine.

Any suggestions?

stuart

PS: If you could add bbPress templates to your future cloud template plans, that would be fabulous 😉

Simion C.
tagDiv Staff

Hi,

Maybe they could be removed with CSS only for the homepage. The same footer and it’s content will be displayed in the whole website, a setting to specify exceptions does not exist.
There is an empty page template that can be used for pages, this will not display the footer for the page where it is used, but that will not show the header as well.

A code like this will hide the whole footer only on the homepage for example
https://www.screencast.com/t/4s1avfKH6v

.home .td-footer-wrapper {
display: none;
}

rikixxx
tagDiv Member

and for the article url itself is valid amp.

Ex: http://www.mywebsite.com/simple-test/amp > Valid

only parts of the homepage are experiencing errors

CharlN
Participant
#0

My menu on mobile doesnt work anymore, when I click to access the menu in mobile it does nothing. Also the drop down menu use to automatically drop down when you hover over each category on the homepage on desktop. It does not drop down anymore, instead I can only click to enter each category then the drop down works but not on home page.

spexdj
tagDiv Member

Hello Simion,

The link of the website is: http://www.gamingcoffee.com

We are trying to add separators in this section: http://prntscr.com/kahoh1 in the homepage.

The name of the block is Block21: http://prntscr.com/kahph5.

matsati
Participant
#0

Hello,

When I edit the homepage using the “Edit with TD composer” and click on the stay connected group. The Facebook id, my id is “miller.duane.d” and the facebook group is showing zero. There should be over 1000 friends but it is showing zero. Is this because there are “.” in the facebook id?

Let me know, thanks


Duane D Miller

mjehangir
Participant
#0

Hi,
I have put some widgets on the footer bar (Footer1, Footer2, Footer3). I don’t want these Footer bars to appear on the homepage. I only want them to appear elsewhere such single post, pages etc.

How can I do it with the help of some CSS or any other way?

Kukulcan
Participant
#0

Hello,

I am using Newspaper 8.5.1 on WordPress 4.9.1 and i have a News Ticker on my homepage to show some chosen posts. The problem is that if i use the ‘Popular ( last 7 days ) ‘sort filter, the chosen posts are not from the last 7 days but years old.

With the ‘Random posts from last 7 days’ filter, everything works correctly but i needed the former filter. Now, at the moment there are no caching plugins active on the site ( there used to be ), and from the panel both the option ‘Post Setting > Enable/Disable post view count’ and ‘Block Settings > Use 7 days post sorting’ are active .

I’d like to know how to achieve the desired filter ,thanks.

Simion C.
tagDiv Staff

Hi,

Pages built with the composer will not work. Pages built with the default WordPress editor. Example of an AMP page
http://prntscr.com/k89xpn
http://prntscr.com/k89xyr
AMP is supposed to deliver performance based on simplified content, not display heavy elements like grids, blocks etc. Then there would be no point for it.

So if you want to have an AMP homepage the page must contain only default content, created with the WordPress editor
https://www.screencast.com/t/D8VvbDJCJv

Thanks

matsati
Participant
#0

Hello,

I have installed the Newspaper theme and installed the default demo. My website is http://www.matsati.com When I edit the homepage using the “Edit with TD composer” the thumbnail images appear to show in the editor, but do not show when loading the homepage directly in chrome or firefox. How can I get the thumbnail images to show?

Also, when I click on a blog page it shows a blank (empty) page. I go into the dashboard of my wordpress site, click on posts, and edit one of the blog posts. After editing the post, I click update, and I get an “HTTP ERROR 500” error saying the page isn’t working. Do you know what might be the problem?

Let me know, thanks


Duane D. Miller

tinkermac
tagDiv Member

Thanks for getting back to me. I still don’t understand how you change the images. Could you run through how you would change the first 4 images on the homepage for me at the top just below the trending now part. Many thanks.

miguel_dimase
tagDiv Member

Ah, ok. But… I activate it and deactivate it and nothing seems to change anywhere… (homepage, category pages, post…).

I think I don’t understand what it’s supposed to do…

Simion C.
tagDiv Staff

Hi,

So you want the code to affect only some elements. I could create it for you, what exactly do you want it to affect only? You want it only for the homepage or the whole website? Provide also a link to your website.

Thanks

Geomedia
Participant
#0

Hi,

I need your help to insert a shortcode into the homepage of my site.

I tried the raw html element but unfortunately it didnt work.

Thank you

Catalin
tagDiv Staff

Hello dk,

I have inspected your homepage and I saw that error. This error happened due because I saw that you are using an old version of Visual Composer as you can see here -> https://www.screencast.com/t/JiRU8kUQ Please update the theme and update that plugin with the version which comes bundled with our packet.

Thanks for your understanding!

Viewing 25 results - 8,751 through 8,775 (of 16,511 total)