Search Results for 'page template'

Results from the Forum
Bogdan B.
tagDiv Staff

Hello,

Smart lists have their own separate files as they are different from the normal posts: https://www.screencast.com/t/PNK9BD4ou
You seem to be using smart list 3 so you should edit the file corresponding to that particular smart list.
The names of the files correspond to the smart list name.
The page templates can be edited in the main root folder: https://www.screencast.com/t/ZESTMo2ou

Thank you!

salocharly
tagDiv Member

ok so I am guessing I should go ahead and delete all the manual tags I added manually and then modify the template file so I have more control in the future in case i need to remove it.

so this is an example page, with a list.

http://girlterest.com/acne-face-map-causes-and-solutions/

I just added the shortcodes in the page manually after the list end before the list starts and at the beginning of the post.

can you tell me wich file to modify and where to add the code to get this same results?

Thanks in advance!

Simion C.
tagDiv Staff

Hi,

If you would like the gallery to display instead of the featured image you could just select post template style 5 for your post – https://forum.tagdiv.com/post-templates-2/ since this post template does not use the feature image in the post page. That way you can have the gallery on the top of your post content.

Thanks

Simion C.
tagDiv Staff

Hi,

Each post template is custom made and displays the featured image with it’s afferent style – https://forum.tagdiv.com/post-templates-2/
For pages you could use Block 20 that uses a module similar to that post templatehttps://demo.tagdiv.com/newspaper/block-20/

Thanks

Vikram
Participant
#0

Hi there,

I updated to version 7.8 today and everything went smoothly. We use a child theme so the customizations were intact, except one thing. The header and footer are fully stretched as per the new feature in this version, but the main content, i.e. on the homepage and the single post pages, is aligned left.

I tried all options under templates > force full width. Only the header and footer are affected but the main content remains same.

Is there a way to avoid stretching all 3 of these elements i.e. header, main content, and footer? I’d be fine if you could give me a solution to the content being aligned left. How can center-align it? Or maybe stretch it out?

URL: https://www.technorms.com

Also as you may observe the arrows on the menu and the search Icon and the social icons in the footer appear as boxes, what may be causing this and how to resolve it?

Let me know, please.

Bogdan B.
tagDiv Staff

Hello,

You can use the category description if you want to place a text on a category page but you cannot use visual composer blocks on category pages. The categories are not standard pages as they cannot be edited as you would a page. Visual composer does not provide any category editing options. It can be done by altering the category templates though if you have the proper coding skills. You can use a do_shortcode function: https://developer.wordpress.org/reference/functions/do_shortcode/ in the category templates to insert a visual composer block into a category.

Thank you!

Mister_B
tagDiv Member

Hi

If I choose the default page template and add content to the page the page shows the title. How do I remove the automatic page title from a default template? Searched the forum and can’t find anything covering this problem.

Thanks

Catalin
tagDiv Staff

Hello willysawa,

Please notice that you can customize your latest articles module from Visual Composer editor, when you change the page template, like this -> https://www.screencast.com/t/mHQqJs3zOxA For more information about this feature, please consult here -> https://forum.tagdiv.com/page-templates-2/

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,

But the page you mention is not a category. It is a static page. If you want to hide the meta information of a category in blocks that appear in pages and not in the category template, you will have to alter the theme code and wrap the meta information in a function that checks for the category the post is in. This has to be done on each module in particular as the meta information is added in particular for each module:

<?php if ( in_category('fruit') ) {} ?>
You can wrap the meta info iun the function like so: https://www.screencast.com/t/70VNFtLR

Thank you!

Rogger Baylon
tagDiv Member

Thanks for your attention. My query is that, my page is smaller than the fixed Newspaper template. If you look at, prensaregional.pe you will realize that it occupies a smaller space than the template offers and other cases of clients who use newspaper. Please, how do I correct this. Thank you.

selejanalex
tagDiv Member

After some further analysis I am getting this bad boy:

“wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_page_generator_mob is not set.
/home/techsa10/public_html/dev/wp-content/themes/Newspaper/includes/wp_booster/td_api.php

wp booster error:
Missing parameter: ‘file’
/home/techsa10/public_html/dev/wp-content/themes/Newspaper/includes/wp_booster/td_autoload_classes.php
Fatal error: Uncaught Error: Class ‘td_page_generator_mob’ not found in /home/techsa10/public_html/dev/wp-content/themes/Newspaper/mobile/page-pagebuilder-latest.php:71 Stack trace: #0 /home/techsa10/public_html/dev/wp-includes/template-loader.php(74): include() #1 /home/techsa10/public_html/dev/wp-blog-header.php(19): require_once(‘/home/techsa10/…’) #2 /home/techsa10/public_html/dev/index.php(17): require(‘/home/techsa10/…’) #3 {main} thrown in /home/techsa10/public_html/dev/wp-content/themes/Newspaper/mobile/page-pagebuilder-latest.php on line 71”

Even with this error I cannot really track the issue, really hoping that you can help me out with this.

Best,
Alex

leapdsc
Participant
#0

Hey there,

Following the image and url of the website, the smart sidebar (right side of website) implemented seems to be (cut) off when scrolling. Two things just to clarify,
1. I did remove the top padding which was in the template (for alignment of the other website elements). But it seems to not be the cause of the smart sidebar spacing (Might be wrong).

.td-main-page-wrap {
padding-top: 0px; /*DESKTOP TOP PADDING. komenta: removed for space at top of page from 48px*/
/* responsive portrait phone */
}

2. I checked that with the removal of the 4 images at the bottom right doesn’t seem to cause the cropping of the smart sidebar too.

Website Url: https://leapdsc.com/leapdsc/client/astar/techdepot/overall-equipment-effectiveness-monitoring-system3-oeems3/
Image: https://1drv.ms/i/s!Ai3uwVtbSehutfx5EnHHta6Bo2W9Dg

Please suggest on how I should approach this.
Hope to hear from you soon!

Simion C.
tagDiv Staff

Hi,

If you want to add content to the sidebar you can do it like this for a split row sidebar – https://www.screencast.com/t/YlDaYeK0X or if you have a widgetised sidebar – https://www.screencast.com/t/pTUd1NGSwUC in the widgets section. There is also a sidebar on the latest articles section – https://www.screencast.com/t/jYDln6ovI at the bottom of the page, maybe you are adding widgets there. More about page templates here – https://forum.tagdiv.com/page-templates-2/

Thanks

Catalin
tagDiv Staff

Hello Arianna,

1)Notice that the Weather Widget is fully tested with our theme and it should work for most cities. For more references about how you can set it, please consult here -> https://forum.tagdiv.com/weather-widget-newsmag/
2)You do not use the correct HTML tag to add an image link to your website. Try to check the guide from here -> https://www.w3schools.com/tags/att_a_href.asp and check the results.
3)If you want to remove the white space which is placed above to your footer section, you simply use the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-footer-template-4{
padding-top:0!important;
}
.td-footer-wrapper{
padding-top:0!important;
}
.td-main-page-wrap {
padding-bottom:5px!important;
}

The result is here -> https://www.screencast.com/t/bAqAwjC8W

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

The feature image size depends on the post template used as it can be seen here – https://www.screencast.com/t/ugH2M4b3 Also this is the cropping system the theme is using for the featured images – https://forum.tagdiv.com/featured-image/ It would require custom modifications to the theme files in order to change the implementation of the cropping and the post feature image size on post page and on modules – https://forum.tagdiv.com/theme-thumbs/ You can see all the theme features here – https://demo.tagdiv.com/newspaper/

Thanks

WebID
Participant
#0

Hi,

I have some issues with my site. It loads extremely slow and have some problem with the data base.

I have installed WP super cache, but after the issues start I installed Autoptimize also and made some changes in .htaccess file for gzip compresion and leverage browser caching. I also stop wp-cron job and activate cPanel cron job for the site.
Unfortunately that didn’t help and my site is still slow if load, because sometimes it do not load and give Error in database connection or 500 internal server error…

I contacted my VPS provider and they answered me that it is theme issue.
The theme is written in a way that each time somebody visit the site to perform the calculation of posts due to pagination on the site. The exact MySQL query is:

//
SELECT SQL_CALC_FOUND_ROWS wpvr_posts.ID FROM wpvr_posts INNER JOIN wpvr_postmeta ON ( wpvr_posts.
//

And said that this calculation every time overloading the server.

I thought that it is because I have thousand of posts and on the home page is loading “Recent post” with pagination and that way I have changed Hime page to default template and now I haven’t pagination on home page, but the problem is still exist…

Would you have any idea what is the problem and how to resolve it?

My site is: http://petrichnews.info/

Thank you in advance for your time and assistance!

All the best,
Ivan

MESOTU
tagDiv Member

Hi Catalin,
Thanks for your response. I’m able to do my own custom coding but would just need to know from you which files and code I would need to modify. Clearly there are more files in play now than just the menu-mobile.php and td_menu.php. Would welcome any info you can provide.

The mobile theme doesn’t really help me since I’m not just displaying articles on the front page.

According to your theme information:
“Homepage – the “Mobile Theme” comes with a single predefined page template that includes two section:
top grid – displays 3 featured posts (posts included in the Featured category)
latest articles – displays the latest articles

If you want to display the same elements on both mobile and desktop, don’t use the mobile theme, the main theme is already capable of this with it’s responsive design for mobiles.”

The latter is what I’m currently doing, so unfortunately the mobile would not meet my needs.

Cheers 🙂

  • This reply was modified 9 years by MESOTU.
Bogdan B.
tagDiv Staff

Hi,

I see now what you mean. I thought you meant a page title. Our theme does not influence the site title. It is the site title you added to WordPress. You can use SEO by Yoast to change the site title to your proffered one though: https://kb.yoast.com/kb/yoast-wordpress-seo-titles-metas-template-variables/

Thank you!

Simion C.
tagDiv Staff

Hi,

1. Try adding the code for your plugin in the header template files – https://www.screencast.com/t/CMgHQwjv25 located in the Theme folder->parts->header and corresponding to the header style you are using. Also make sure the code you are adding is correct, and you integrate it properly in the header structure. Follow the examples and documentation of the plugin, if available.

2. The elements from the Visual composer editor like the “trending now” are available for page building using this plugin. Here is a guide to help you create a page and set it as homepage – https://forum.tagdiv.com/homepage-how-to-build-and-set-it/ and also to help you use Visual composer – https://forum.tagdiv.com/how-to-use-visual-composer/

Thanks

momenvy
Participant
#0

So I have tried everything I can and I still can’t get the slider to show on my home page from the baby blog. I installed the baby blog theme, then made my edits, saving this for last. I uploaded the template from the page and can view it no problem. But it still doesn’t show up. Where do I add the short code and what code do I even add? I am lost. Any help would be great.
Here is my site.
Mom Envy
As you can see I have my menu set up, sidebar, and even the newspaper style posts. Just no revolution slider…

Chrizze
tagDiv Member

The review system built in is a bit wonky to use, but I like it. It is focused towards author reviews, not customer reviews. The built-in review could use a extra TLC in the form of being able to create review-templates for example. Right now I must enter all the separate categories I review manually on every single post. Maybe it could have a set template that I can use on all posts?

In terms of visitor/customer reviews, there are plenty of plugins available. But it’s hard to use them in combination with the built-in review, as the built-in review ends up last in post. Maybe you could change it so I can decide wether I as author want the review showing first or last in post? Ideally it would be better if I were given a shortcode for it, so I have control over where it is supposed to show in my post/page.

In my project we require both author and visitor reviews, and currently we are using the built-in review for authors. But we have issues on where to put a visitor review in the frontend, since most plugins rely on shortcodes, the review for a visitor/customer ends up way above the authors review. This is not ideal.

The built-in review is not perfect, but it just needs some extra development time to be actually usable for me as an author. It works fine as a author only review, but we have no control over placement of it. It needs some settings to be available in the Themepanel, and really needs a shortcode to use in posts and pages.

I could buy and use a complete review system plugin, but since I already bought a theme where reviews exist, I don’t see why.

Please consdider these things in a update if possible. Pretty please. 🙂

As a reference to what I think most people here think of when we say reviews, this plugin on WordPress.org covers most of it. https://wordpress.org/plugins/product-review/

  • This reply was modified 9 years by Chrizze. Reason: Found a plugin that explains the most common review model
Simion C.
tagDiv Staff

Hi,

If you meant to not display the featured image in the post content before the gallery, you could use post template style 5 – https://forum.tagdiv.com/post-templates-2/ which does not display the featured image in the post page.

Thanks

shopunwritten
Participant
#0

Hello,

When I create a category page and select the default settings in the theme panel, the content repeats itself in that template. Rather than pulling all of the content tagged under that category, it just repeats the most 6 recent articles over and over again in infinite load or pagination. How does one fix this?

Thanks!

Sebastian Escobar
Participant
#0

Hi, I have a page with an additional bar for widgets, but the only sidebar widget is the sidebar column by default of wordpress. Maybe this should be a wordpress question and no a question for template, but in other templates I had the possibility of to do it. I need to create another sidebar with other information, in this case with a menu. Do you can help me?

simchris
tagDiv Member

To test breadcrumb behavior, you can also replace the theme breadcrumb with the yoast breadcrumb in your chosen post template and see what happens. Or use the nifty navxt breadcrumbs.

Also be aware Google is doing a major update this month targeting low quality sites which only clone/copy other content and originate none of their own. Such sites will see deprecation in rankings, SERPS, and they may over-ride anything you do regardless of theme/format if you have such a site.

If the current breadcrumbs don’t throw an error in Google document check, and have the correct modern schema, then it’s not an issue with the breadcrumbs.

It might be change of theme for March is coincidental with Google major SERPS update for March targeting certain types of sites (e.g., Google the “fred” update as one bit of info on the topic).

Could be simply Google re-indexing your site.

Be sure to resave permalinks, clear transients, clear/reset all caching/CDN (destroy all old copies basically), resubmit sitemaps to Google via search console. This makes sure you’re “back in sync” with actual pages vs cached pages in Google archive.

Just food for thought after 22 years of webdev and playing with search engines. Might have nothing to do with your issue, but it might depending on how site setup, et al.

(( I don’t work here. ))

Viewing 25 results - 15,276 through 15,300 (of 18,570 total)