Search Results for 'homepage'

    No search results were found in Documentation!

Results from the Forum
Aronfly
tagDiv Member

Hi, I believe you have a slider block calling the Revolution Slider plugin in your Homepage.
You need to edit your Homepage and remove the slider block.
Good luck

bitottantotto
Participant
#0

Also if I set the “Category filter” it works only on the desktop version, from mobile is not applied any filter.

uyo
Participant
#0

Hello, I’m using WordPress Version 4.5.3 and recently update my theme to Newspaper V 7.3. I noticed a couple issue am hoping you can help me resolve.

First, with the “Homepage post” Element the Youtube video playlist doesn’t work, it completely takes out my homepage.

Secondly, I have Buddypress 2.6.2 running; with the update to v7.3, i cant seem to be able to get my Activity page default to “Update”. It now always defaulting to “Everything”. Can you please have this tested?

Thanks for you support.

Cheers!

darkstarmarina
Participant
#0

After the latest update my menu only works on the desktop. When you shrink the window on deskstop it shows you how it should work. Ie The mobile logo in the center that takes you back to the homepage and the menu grid logo on the left side that opens out to menu items.

Not sure if you can see this screen shot.
I have tried everything on my settings, nothing changes the problem
Is this a glitch?

Thanks, Marina

Bogdan B.
tagDiv Staff

Hello,

The new updated provided a new setting for the homepage. These elements can now be disabled separately for posts and for pages. The new setting can be found here: http://screencast.com/t/nSg3kKwb

Thank you!

Bogdan B.
tagDiv Staff

Hi,

The post loop settings only work for the loop. If you want to exclude certain categories from the blocks on the homepage you can do so from block settings: https://forum.tagdiv.com/block-settings-tutorial/

Thank you!

v1ktor
Participant
#0

OK, so I did update VC to latest 4.12 version and I finally upgraded theme to 7 (7.3). We do have child theme.

I can’t get VC columns to work for some reason, they all show as one column. All caches have been cleared, tried disabling all caching, and still nothing.

Here’s a screenshot of the VC layout: http://share.projectarmy.net/u3txmyngxf/

And you can see the homepage here: https://www.eventstant.com/

mikegiam
tagDiv Member

Thanks for your response. Can you tell me exactly where to place this CSS code? I’ve tried several different locations but either there is no effect or the thumbnails disappear from the homepage.

Thanks in advance for your help.

Mike

fotballblogg1
tagDiv Member

Thanks for the reply,

im starting on a fresh page, but the homepage template dosent show. The other templates are there.

https://s10.postimg.org/them435l5/screen.jpg

fotballblogg1
Participant
#0

Hi,

according to the Visual Composer tutorial (https://forum.tagdiv.com/how-to-use-visual-composer/) there should be some predefined layouts.

When you create a New Page you can easily select one of the predefined layouts depending on your needs.

But all of the mentioned “homepage” templates is missing. There is a lot of other templates there, but not the homepages ones. Is it something ive done wrong? There is “about” templates, “articles” templates but no homepage or homepage – sport template etc.

Ive tried uninstalling and installing both theme and Visual Composer without any change.

Bogdan B.
tagDiv Staff

Hello,
I’m not sure what a “default” page is. Are you maybe referring to the homepage? If this is the case, then you can use a slider element from visual composer and add it to your page: http://screencast.com/t/UHkauQ3yT
Here is an example of the slides used in our theme:
http://demo.tagdiv.com/newspaper/ios-slider/
http://demo.tagdiv.com/newspaper/big-grid-slide/
Thank you!

Bogdan B.
tagDiv Staff

Hello,

The new updated provided a new setting for the homepage. these elements can now be disabled separately for posts and for pages. The new setting can be found here: http://screencast.com/t/nSg3kKwb

Thank you!

Andrei L.
tagDiv Member

Hi @bobbielind

Please check this links for more details abut mobile theme functionality: https://forum.tagdiv.com/the-mobile-theme/ Basically if you use mobile theme plugin on mobile devices will be displayed only the content from mobile editor: http://screencast.com/t/WJcmnRxc There is an exception for homepage which have it’s own layout.
Let us know how it goes and if you still need assistance eon this please provide more details about what you’retrying to do and we will get back to you as soon as possible.

Thanks!

rl_lucian
tagDiv Member

I have the same problem, after this theme update: on homepage, the list of articles comes with author, post date and comment. Does somebody know how can we eliminate this 3 elements, from article list?
==> https://postimg.org/image/p5x4ldhpx/

asdimoro
Participant
#0

I installed this theme on my website, SportsRants.com, when I did so it did a number of strange things forcing me to revert back to my prior theme:

– Would not allow me to Edit Posts OR Pages (It simply went to a blank page)
– Did Not Display any content on the home page (I could not find where to even set this up)
– All my existing content had no featured image set, however when I reverted to my prior theme it showed the previously set featured image.

I installed the theme and installed the ‘Magazine Demo’. From there it simply created issues. I do like the layout and with my other theme being limited I thought this was the best route to go. I just cannot wrap my head around the issues I am experiencing.

Would it matter that I have Buddypress deactivated at the moment? I’m not sure how to resolve the issue and how to setup the homepage

ceppetto
Participant
#0

Hey guys,

Today I upgraded to NP7 and after the update the homepage didn’t show. I tried updating with the Envato toolkit anf manual, but with the same results.
I returned to good ol’6 and I found the following error:

PHP fatal error: Call to undefined function vs_shortcode_custom_css_h_as_property()in /home/ceppetto/domains/
ceppetto.com/public_html/wp-content/themes/Newspaper/vc_templates/vc_row.php (on line 55)

please let me now if yo need login credentials via email.

Thx! regards,

Martijn Bak

Eric_Vie
Participant
#0

Dear Support,

I wanted to adapt the mobile version of my Site so that it looks like the desktop version (like the mobile version looks like in your demo for the wordlnews theme). I copied the shortcode in the mobile editor of my Home site but then this error occured visiting the mobile version:

wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_remote_cache is not set.

wp booster error:
Missing parameter: ‘file’

What am I doing wrong? (Site: konterrevolution.at)

Thanks and Greeitngs Eric

Andrei L.
tagDiv Member

Hi

First we would like to thank you for your kind words, we really appreciate your feedback.

1. Mobile theme was intent to display a very simple version of each page, that’s why there is no support for shortcodes. Unfortunately there is no way to keep the mobile theme active only for posts, sorry. It is simpler to leave it inactive if you want a more complex homepage and hide the sidebars from posts using css. The code will be this one:

@media(max-width: 768px){
.td-main-sidebar {
display: none!important;
}
}

2. This happens because the code from theme panel applies after the one from style.css. When the page loads the browser call the style.css then the custom code generated by the theme. To avoid that delay you can insert any custom css directly in style.css file, like this will be applied faster: http://screencast.com/t/DGiO8j434 You can also remove the code which generate the unwanted icons from td_module_single.php: http://screencast.com/t/7WQFRQpQ0http://screencast.com/t/irISkSPT

3. Indeed is not recommended to add google ads in smart sidebar but unfortunately current implementation won’t allow content above smart sidebar, sorry.

Thanks!

stefan-2
tagDiv Member

1. Pai tocmai asta e problema..ca setarile blocului sunt identice in homepage si in pagina mea de test.
Totusi pe pagina de test afiseaza altceva..si nu inteleg de ce ..
Oare unde pot gasi codul responsabil pentru blocul respectiv ?

Intr-adevar este vorba de un bloc custom, nici eu nu stiu cum a fost customizat, am preluat site-ul de curind.

2.Ok, asta am rezolvat-o cu template-ul de categorie. Multumesc

Catalin
tagDiv Staff

Hello sniperetn,

Please notice that the Mobile Theme is different from the default mobile responsiveness which displays the homepage from desktop mode. As you can see, our mobile theme has a basic structure which intends to display the Big Grid (which render only the posts from Featured Category), some text which is added in the Mobile Editor and the Latest Articles Modules at the bottom of the homepage. Our mobile concept does not recognize the Visual Composer shortcode and this has been designed to be very fast, clear and easy to use. For more information about mobile theme, please check here -> https://forum.tagdiv.com/the-mobile-theme/

I hope that you understood the concept.

Thanks.

Serpao
Participant
#0

Hi there.
Im doing my 1st web ever, and i bought your theme. Im amazed, good job. But i have some problems with the “phone display”. Im in love/hate with the mobile theme, so maybe you can help me out:

1- I really love the mobile theme in terms of the POSTS. Its really clean, and no sidebar showing up (which i consider innecesary on phones). Everything is clear and fast.
BUT! The homepage… its waay simple for me. I know are able only to put the grid to features posts, and the “last articles”. But im missing so much things, even the slider revolution which gives nice visual.

In the other hand, if i desactivate the mobile theme plugin, i really like the homepage shown, but the Posts are way more chaotic with the sidebar in the botton. Even for Ads, i think is way simpler to add them with the plugin On.

So… what can i do? I mean, there is a way to have everything set up with the plugin, except the homepage? Or is just impossible?

2- I didnt want some social icons, so i read the forum and found that CSS text which hide the unnecesary ones.
The problem is, when i update the POST in the mobile (with NO PLUGIN), it shows all the icons for 1 second, and then it hides the unnecesary ones. Call me maniac, but i really dont like that xD

Notice that if i activate the mobile theme plugin, go to theme panel->mobile theme->custom CSS and put the code, when i refresh the post its perfect. It doesnt show anything else than the icons i want.

And in the desktop, it depends. Sometimes it show them for 0.5 secs only, and then dissapear.

How can i solve this? Instead of hiding the icons that i dont want, its possible delete them? Maybe i have no issues if i do that. (I know is a bit of maniac, but…xD)

3- As i said in point 1, i really dont like sidebars on phone view. Thats why i want the mobile theme plugin (for me perfect in 95%) with the homepage from desktop version.

In case you cannot provide me a solution, ill have to put the sidebar. My intention was to put 1-2 Ads (from adsense) on that spot, in post pages. But i want to have a smart sidebar, cause my posts are long and it feels empty when you start to go down on the web and see nothing on the right.

But i read that i cannot put adsense on smartsidebar, so… my question is. Can i put on static ad from adsense in the begining of the sidebar (like a normal sidebar), and then a smart sidebar which goes down when you are reading?

I dont know if i express good enough: I want a post page. With a add in the beginning of the sidebar side, static, in the up side. And just below that add, one smart sidebar (with social counters, blocks, etc…) which goes down keeping always the right side “busy”. But the Add is staying in the up side.

———————–

Sorry for all the wall of text, and sorry for my poor english.
Thanks in advance. I really hope for a positive solution for the point 1 🙂

sniperetn
Participant
#0

Your tutorial suggest that if I want to add a new element Then i go to homepage and add it there. It will appear between the main grid and the latest articles.

There are series of homepages such as homepage – blog or Homepage – fashion ( not a single one called homepage) Can you assist????

atriparoundtheworld
Participant
#0

I would like a post to behave like the main page here: http://atriparoundtheworld.nl/
I think the most easy way is somehow getting the featured image in that location somehow. If there is a better way I’d be happy to know too. http://atriparoundtheworld.nl/?p=150 I would like the temple image from this example page to behave as the homepage image does.

If there is good documentation on this kind of stuff, please tell me 🙂

Thanks in advance

stefan-2
tagDiv Member

Servus,

multumesc de raspuns. Site-ul la care lucrez este http://www.gokid.ro
Blocul de care vorbesc este pe homepage si poarta numele “Evenimente si activitati la care mergem cu copilul”.
Dupa cum se poate vedea, este compus din 3 div-uri :Astazi, In weekend, Saptamina aceasta.

Cind incerc sa adaug acelasi bloc pe o pagina de test, ei bine acest bloc imi afiseaza intr-adevar ultimele 3 posturi si nu “Astazi, In weekend, Saptamina aceasta”.

Oare care e problema?

Boddickerdk
Participant
#0

Did some fiddling around with the main menu height size via the Theme Fonts menu.

Now, I really want to do the same with the top menu, but I can’t get it to work.

The problem is, that the black bar is too high. Isn’t there any way to change that?

Problem:

Homepage: http://www.tabogvind.nu

Cheers,

Viewing 25 results - 12,201 through 12,225 (of 16,511 total)