I'm new here! Got plenty of things to do…

Posted in: Newspaper
Post count: 11

Hey there,

I just purchased the theme and played around with it, ofc I love it (otherwise I would not have purchased it haha – thank you!). Now I have several questions and problems (visit http://data-reality.com to check them out):

VERY IMPORTANT 1. Im using the header style #8 hybrid menu 2. There is an ugly grey 1px border on top of the navigation, can you fix this? And: The header logo is not completely click-able, you can only click on the bottom-half of it. Please fix this too!

IMPORTANT 2. Im not sure if I like the latency of the mega menus when hovering. How exactly can I change that?

VERY IMPORTANT 3. click me – the color of the breadcrumb is way too bright, you can barely read it. How to change that?

CAN WAIT 4. I know I have to use the “featured” category for the articles to show up in the big slide on the front page. But is there any way to not display that at the article page (above the title)? I cannot think of any way how the category would be useful for the public, its only purpose is to bring the articles into the big slide.

LOOKING FORWARD TO 5. For the future, I’d like to see you to make this theme bbPress ready (yeah, you claim it to be already, but to be honest, this is not true it all, it sucks :D)

Thank you very much guys! 🙂

Post count: 7909

Hi,

1. Please try this custom css in Theme Panel > Custom Css to remove the border – http://screencast.com/t/3Q0qcODBbG4y

.td-header-style-8 .td-header-top-menu {
border-bottom: none;
}

Seems to be a z-index issue, please try this custom css until we fix this:

.td-header-style-8 .td-header-sp-logo {
z-index: 3;
}
.td-header-style-8 .td-header-top-menu-full {
z-index: 1;
}

2. The megamenu menu use javascript and depends by the server response time if you refer to the time loading articles when you hover the category.
3. You can change the color for breadcrumbs via custom css – http://screencast.com/t/2YHHgqBYtc37

.entry-crumbs, .entry-crumbs a {
color: red;
}

4. Big Grid 3 use these modules – http://screencast.com/t/XaI8ms73Gt so you can enable/disable category tag on those modules from Theme Panel > Block Settings > Category tag on modules/blocks – http://screencast.com/t/QLacmCc2edxu

5. The theme supports bbpress without any custom modifications and the can be accessed using siteurl/forums please check our demo – http://demo.tagdiv.com/newspaper/forums/ if you want to add content to your forum page, please create the forum page change the template to default and use shortcodes – http://screencast.com/t/l3qDftKrgH Here you can find the plugin’s documentation – https://codex.bbpress.org/

Thanks!

Post count: 11

Thank you for the fast reply and working fixes!

2. I did not mean the load time of the articles, but the fact that there is a latency when you are hovering over the mega menu. Compare http://data-reality.com/ with http://themes.tielabs.com/demo.php?theme=sahifa

6. New question: Is it possible to remove the arrows in the mega menu (for scrolling through articles) and thus make the menu less high? I do not think that it is necessary to let users scroll in the mega menu, but I think that it would look nicer if it was a little smaller.

Post count: 11

7. Another question: I like the breadcrumbs, but how can I disable this at the front page? There is no purpose in having those in the front page: http://data-reality.com

Post count: 7909

Hi,

2. Try to change these values – http://screencast.com/t/0pghAmIZr

6. You can remove the next/prev pagination for megamenu using this custom css: http://screencast.com/t/VRcihp38

.td_block_mega_menu .td-next-prev-wrap{
display: none;
}

Unfortunately to change the mega menu module display you will need custom work and we cannot provide any type of custom work at this time as we cannot offer custom work because we work hard on the development, updates, fixes and support, sorry!

7. The breadcrumbs are added automatically on pagebuilder with title template, but you can use custom css to hide them – http://screencast.com/t/lTHAaygS2r4 or comment this line in the code – http://screencast.com/t/NNH15XsFzda

.home .td-crumb-container .entry-crumbs {
display: none;
}

Thanks!

Post count: 11

2. I have no idea why, but changing these values did not change anything. I cleared the cache and everything of the browser i used.

8. New question: Is there any possibility to have a smart-list not at the end of a post? I could not figure out how to write something under the list. If it is not possible at the moment, it would be great if you integrate a tag like <!– end list –> for this purpose 🙂

Post count: 11

9. New question: How can I change “Tag” to “Topic” on a tag site like this (in the headline): http://data-reality.com/topic/hololens/

Post count: 7909

Hi,

2. You can check this without speed booster or change those values in this file(is more difficult as the code is minified) – http://screencast.com/t/0mogvlMmBlFY
8. You can add content bellow the smart list if you use this shortcode – http://screencast.com/t/K0TBep2KiPhttp://screencast.com/t/84hiT8FIZThttp://screencast.com/t/1bSlDLh2S
9. You can translate it from Theme Panel > Translations – http://screencast.com/t/hSjuCmAzmNvh

Thanks!

Post count: 11

2. I set the delay to 0 and did not notice a big change. I guess there is a delay because of the articles loading. But I know many other themes where this is not the case, so they seem to load the articles along with the site, right? Any chance you could figure out how to change that, so the mega menu is displayed instantly?

8. and 9.: awesome, thank you! 🙂

10. new question: any idea on how to reduce the distance between the headline on my front page and the nav menu? http://i.imgur.com/VrVdBb7.jpg?1

tbh I don’t really like the headline on the front page, but I still think that a h1 headline on the front page is necessary for seo purposes.

  • This reply was modified 10 years by drFabian.
Post count: 11

11. Do you have a suggestion which wordpress plugin to use along your theme for responsive tables?

  • This reply was modified 10 years by drFabian.
Post count: 7909

Hi,

2. Yes, it is not a big change. Unfortunately this is how the menu system was designed so it is not so easy to remove all the effects. We will try to implement another navigation system in future.
10. Please try this custom css – http://screencast.com/t/seTuiHtRDG

.home .td-crumb-container {
min-height: inherit;
padding-top: 10px;
}

Yes, it is good for Seo to have h1 to the page, but it is not necessarily to be the page title. You can add a h1 title and some content in a text block for example anywhere on the page.

Thanks!

Post count: 11

2. looking forward to it

11. Do you have a suggestion which wordpress plugin to use along your theme for responsive tables?

Post count: 1291

Hi,

Unfortunately lately we didn’t do any tests with such a plugin so i cannot recommend you one, sorry. Maybe there’s someone here who uses such a plugin and can provide some feedback.

Thank you!

Post count: 11

12. Well, I removed the h1 on the front page, because it looks too ugly :/ Do you know how I could reduce the distance between the big grid and the menu, and the big grid and “Latest AR & VR News”? I would like it to have the same distance as “Latest AR & VR News” to the image below (looks like 10px?).

Post count: 7909

Hi,

12. You can reduce this space via custom css – http://screencast.com/t/JhjYIx5GL

.home .td-main-page-wrap {
padding-top: 20px;
}

Thanks!

Post count: 11

12. Thanks! But what about the distance between the big grid and “Latest AR & VR News”? http://data-reality.com/

Post count: 11

13. I have to add code to the header for favicon purposes (as your theme only allows 16px). How can I add code to the header?

Post count: 7909

Hi,

12. Every Big Grid block has a default padding bottom, you can change this if you want via custom css – http://screencast.com/t/zc1Ozy9TKtt
13. You can find the header files in the root of the theme – http://screencast.com/t/ji7fPHijn and also in theme’s functions you can find the favicon code – http://screencast.com/t/rk9t181Fpw

Thanks!

Viewing 18 posts - 1 through 18 (of 18 total)
The forum ‘Newspaper’ is closed to new topics and replies.