Search Results for 'demo'

Results from the Forum
agarg94
Participant
#0

Hi, just purchased the theme a few days back. Great work guys.
Although I’m facing some issues with theme.

1. I want to display a category and it’s sub-categories ‘only’ in a block (Block 1), how do I do that? Because in the filter section, even if I’m trying to filter the blogs with IDs, still all the available categories(which have blogs) are being displayed in the header section of the block. I only want a single parent category and their sub categories in the header section of the block. How do I do that?

2. I installed the default newspaper theme demo. On the landing page of this demo, I removed some of the sections of the page that I didn’t want. But, for some reason, I’m not able to remove the “LATEST ARTICLES” section which comes towards the bottom part of the landing page. How do I remove this section as I do not want it on my blog page.

Hoping to get an early response.
Thanks in advance.

ppcker
Participant
#0

Hi,

I have noticed there’s a problem with how the Newspaper theme handles the canonical tag in the home page, and this is affecting how the site gets indexed in a negative way. The theme generates the canonical tag perfectly for categories and tags paginations, but for some reason, it does not work for the home page.

For example, this is how it works with the tags and categories paginations, where it works perfectly:
<link rel=”canonical” href=”https://pagexample.com/page/3/” />
<link rel=”prev” href=”https://pagexample.com/page/2/” />
<link rel=”next” href=”https://pagexample.com/page/4/” />
As you can see, it generates the rel=”prev” and rel=”next” tags.

But when we check paginations for the home page, those two tags don’t get generated, it only generates this tag:
<link rel=”canonical” href=”https://homepage.com/page/3/” />
So as we can see the rel=”prev” and rel=”next” tags are missing.

The problem this is causing is that those paginations are being treated as a completely single page because those two tags are missing. This causes Google to rank those pagination above the main home page in a a lot of cases, and causing other abnormal indexations. I have checked many themes and noticed the Newspaper and Newsmag themes appear to be the only themes with this inconvenience.

Even the demos put out have this issues and you can check it yourself: https://demo.tagdiv.com/newspaper_tech/

So my question is, is there any suggestion you can give me to fix this problem? I searched this forums and saw others having the same problem but a fixed was never provided.

Thank you.

pio24
Participant
#0

Can I add sign in/join button to the header menu like I can add this to the top bar? I want it to be done like in one of your demos (newspaper_technology).

ppcker
Participant
#0

Hi,

I have noticed there’s a problem with how the Newspaper theme handles the canonical tag in the home page, and this is affecting how the site gets indexed in a negative way. The theme generates the canonical tag perfectly for categories and tags paginations, but for some reason, it does not work for the home page.

For example, this is how it works with the tags and categories paginations, where it works perfectly:
<link rel=”canonical” href=”https://pagexample.com/page/3/&#8221; />
<link rel=”prev” href=”https://pagexample.com/page/2/&#8221; />
<link rel=”next” href=”https://pagexample.com/page/4/&#8221; />
As you can see, it generates the rel=”prev” and rel=”next” tags.

But when we check paginations for the home page, those two tags don’t get generated, it only generates this tag:
<link rel=”canonical” href=”https://homepage.com/page/3/&#8221; />
So as we can see the rel=”prev” and rel=”next” tags are missing.

The problem this is causing is that those paginations are being treated as a completely single page because those two tags are missing. This causes Google to rank those pagination above the main home page in a a lot of cases, and causing other abnormal indexations. I have checked many themes and noticed the Newspaper and Newsmag themes appear to be the only themes with this inconvenience.

Even the demos put out have this issues and you can check it yourself: https://demo.tagdiv.com/newspaper_tech/

So my question is, is there any suggestion you can give me to fix this problem? I searched this forums and saw others having the same problem but a fixed was never provided.

Thank you.

themesic
tagDiv Member

Can you paste a specific example?

function wp_67472455() {
wp_dequeue_style( 'demo_style' );
}
add_action( 'wp_print_styles', 'wp_67472455', 100 );

That one didnt work.

git
tagDiv Member

I think that, arrows appear in main menu.
This is the reason.
You can see by your demo site.
https://demo.tagdiv.com/newspaper_week/
This is because of right side arrow in main menu.

Simion C.
tagDiv Staff

Hi,

You could use a cloud template, there you can simply remove the category siblings
http://prntscr.com/lyw4mn
Here you can preview and even edit cloud category templates, and experiment with them
https://affiliate.tagdiv.com/#/load/Category

I believe some default category templates don’t display category siblings in the category page. The default category templates can be seen here
https://demo.tagdiv.com/newspaper/ (Features->Category layouts->Templates)

Thanks

git
Participant
#0

I think it is not good for theme that
top menu move when reload if it has sub categories.
https://demo.tagdiv.com/newspaper_week/
Do you have any good idea?

rs81
Participant
#0

Hi,
I cannot install Fast News demo, event if it’s present in the list.
I have Newspaper 9.2.2. Do you know why?
thanks

cmcw17
Participant
#0

Hello,

On a clean WP install with Newspaper theme we get the following error:


Fatal error: Uncaught Error: Call to undefined function iconv() in /home/xxx/public_html/xxx/wp-content/themes/Newspaper/includes/wp_booster/td_util.php:1541 Stack trace: #0 /home/xxx/public_html/xxx/wp-content/themes/Newspaper/includes/wp_booster/td_css_res_compiler.php(54): mb_detect_encoding('}\xE6\xAD\xBA\xB7\x9D') #1 /home/xxx/public_html/xxx/wp-content/themes/Newspaper/includes/shortcodes/td_block_big_grid_7.php(68): td_css_res_compiler->load_settings('td_block_big_gr...', Array) #2 /home/xxx/public_html/xxx/wp-content/themes/Newspaper/includes/wp_booster/td_block.php(231): td_block_big_grid_7->get_custom_css() #3 /home/xxx/public_html/xxx/wp-content/themes/Newspaper/includes/shortcodes/td_block_big_grid_7.php(96): td_block->get_block_css() #4 /home/xxx/public_html/xxx/wp-content/themes/Newspaper/includes/wp_booster/td_global_blocks.php(28): td_block_big_grid_7->render(Array, '') #5 /home/xxx/public_html/xxx/wp-i in /home/xxx/public_html/xxx/wp-content/themes/Newspaper/includes/wp_booster/td_util.php on line 1541

Also, most pages don’t work and all posts don’t show images.

Please advise.

Calin
tagDiv Staff

Yes this is possible, but you’ll need to make some more settings in order to get that ( because you say that you do not want to change the current demo ), you’ll need to make one template for each settings ( post / page/ authors /categories … )

If you wan you can make some tests on localhost/ were you can also install a demo and inspect how this is made.

Thank you.

PSBoyce
Participant
#0

I have no access to the tagDiv Composer. I see in all the videos and demos that there is a tab at the top of your screen on the front side to open it up. I have no such tab “Edit with TD Composter”.

I wish there was regular support for this theme so I could send screenshots and to give dev access to the WP, like most other themes I work with, rather than just a forum.

Simion C.
tagDiv Staff

Hi,

There should be no such space, the header logo should be from top bar to main menu, no extra space above or below the image. Just like this theme demo which uses header style 10
https://demo.tagdiv.com/newspaper_cars/

Maybe check with the browser inspector, right click the respective spaces and click inspect. Could be some indication where that padding or margin space comes from.

To the left and right it would depend on the size of the image, the image will be displayed as it is. So a small image on a large display for example, will not be stretched to be full width.

Thanks

Ssethioscope
tagDiv Member

Thank you for that. Now, how do I delete

    “City News promises to be a fair and objective portal, where readers can find the best information, recent facts and entertaining news. Newspaper is the best selling News Theme of all time and powers this amazing demo!
    Contact us: test@your.site

which is at the bottom left of the page? And how do I arrange categories to make the look of the page like one in the demo with contents?

Thanks for your help again!

Danijelmo
Participant
#0

Hi!

Can you helm me? How i can make main manu look like in Newspaper demo; RESTRO, but not the entire page. just main manu?

thx

Catalin
tagDiv Staff

Hi,

Unfortunately, the theme does not have any such an option for this, sorry! If you want to achieve something like this, you should do it yourself through the code adding this functionality or also, check and edit the demo file corresponding on this demo. Also, 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 for the message!

Catalin
tagDiv Staff

Hi,

Yes, notice that you can install the demo without the content. Check here -> https://forum.tagdiv.com/installing-demos/

Thanks.

Simion C.
tagDiv Staff

Hi,

When a smart list is created in a post, the article ads will not be loaded. Meaning top ad, inline ad and bottom ad.
Some smart list styles have a dedicated ad spot in the theme panel
https://www.screencast.com/t/ulEiXrsix

For example styles 6 and 7 display the ad like this
https://demo.tagdiv.com/newspaper/whitewater-rafting-day-trip-new-york-east/
https://demo.tagdiv.com/newspaper/10-landscapes-wont-even-imagined-exist/

Using smart list style 1 or 2, the only way to display an ad after the smart list, would be to maybe enter the ad code directly in the post content after the end smart list shortcode (if using predefined post templates).

Thanks

Simion C.
tagDiv Staff

Hi,

That would be grid style 7, each big grid has styles that can be applied
https://demo.tagdiv.com/newspaper/big-grid-1/

Please check in the grid settings and select style 7 to have a similar design
http://prntscr.com/lxbeiw

Let us know if you have more questions.
Thanks

Ssethioscope
tagDiv Member

Thanks for the reply, Bogdan!

Watched the video tutorial but couldn’t get it. Are you saying I can install the demo (skin?) without the content?

Best regards,
http://www.ethioscope.com

Sajjad
Participant
#0

On Newspaper gadgets demo theme, we can find a colour shadow over the images in the home page (first grid). How can I also add clour layer over the images for the homepage on Big Grid 1?

zambrastaff
tagDiv Member

Hey carl. Im not able to upload screenshots through here, but i can assure you that im going to where you said (as i always does really) and there is no GOSSIP theme on the demo section. Is there something im missing?

Calin
tagDiv Staff

Hi,

The heading h3 is set in our theme for titles, and that demo (that you give for example) have on homepage 135 of titles and that is way appear 270 h3 ( there are 135 headings)

Please read those topics -> https://forum.tagdiv.com/topic/h1-h2-h3-tags-use/

Thank you for your understanding.

Yogi360
Participant
#0

I have followed this instruction https://forum.tagdiv.com/existing-content/ , But still images are not getting optimized for the rectangle big block properly after demo theme change, have a look at http://www.yogi360.com/blogs. Am i missing something here.

Ant0inette
Participant
#0

I am using the template Nature Love Demo. I want to change the button on the right header to say Shop and change the hover color. And change the link to a different website, a place where people can buy supplements.

Viewing 25 results - 7,651 through 7,675 (of 17,268 total)