Search Results for 'page template'

Results from the Forum
Bogdan B.
tagDiv Staff

Well the demo has no excerot at all. Look. If you do not know how to set up a homepage, please use this guide: https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
There are 2 types of homepages you can use in our theme and on every theme out there.
A static page and a blog template. The blog template can only be changed from here: http://screencast.com/t/FFoHn6Mr6vKb
As for the homepge, you can use visual composer and build it as you want. Excerpts can be controled from the excerpts section or you can use a block that has no excerpts.
I hope this helps
Thank you!

Catalin
tagDiv Staff

Hello enestedt,

Please provide your website URL so I can inspect it closer. Do you are using the page builder+latest articles+pagination as page template? If you are using that page template, please notice that the Sidebar will be displayed automatically for Latest Articles Modules and for your first part of your front page (page builder content) you will have to use the Visual Composer to create your own sidebar, using the Widgetized Sidebar element, like this -> http://screencast.com/t/gTu0uz2x For roe information about sidebar, please consult our documentation here -> https://forum.tagdiv.com/smart-sidebar-2/

Thanks for your understanding!

Antonbr
Participant
#0

the failure of the slider in the template after upgrade / * Template Name: Pagebuilder + page title * /
How to turn it on?

paologalli
tagDiv Member

Giulian avevo trovato un articolo su come realizzare un “page template” che facesse quelle cose
se cerchi su google trovi diverso materiale a riguardo

in pratica realizzi un modello di pagina che ha al suo interno la logica per recuperare gli articoli ordinati per data o categoria

crazynuts99
tagDiv Member

Hi Bogdan,

I can confirm that selecting “default page template” is working.

I have to select this setting for each page and use the visual composer to populate the page.

Many thanks !

Regards,
Steve

Gini
Participant
#0

Hi Experts,
Do we have any “About Team” or “Team” page template available (by default) in NewsPaper theme ?
Sorry, I couldnt find in a quick search.
Please advice.

mikezch
Participant
#0

Hi,

Today I bought this theme, but after installing it, I get the blank page.
At wordpress panel I can’t see the panel of the template.

I checked the PHP debug and got the following error:

PHP Fatal error: Class ‘td_global’ not found in /home/la969rumbos/public_html/noticias/wp-content/themes/Newspaper/header.php on line 15

I hope that you can help us as soon as possible.

Regards.

Bogdan B.
tagDiv Staff

Hello,

Unfortunately pages cannot have an image outside of the content. They are a different matter altogether. I;m not even sure about the difference between the 2 images you pointed out. One is up next to the menu and the second one has a bit of padding. That’s all. You can add full width images on pages if you want by stretching the row and content like this example homepage: http://demo.tagdiv.com/newspaper_travel/
To do that simply create a row in visual composer and then select stretch row and content and then add an image to it like so: http://screencast.com/t/0N7logJP797
If you prefer the coding method, you will need to modify a page template. There are 3 page templates in our theme: http://screencast.com/t/5f6U6nfgw7
You can edti the page templates and add images as the category images like so:

<?php
if (is_page(13)) {
echo do_shortcode('[vc_row][vc_column][vc_single_image image="887"][/vc_column][/vc_row]')
}

elseif (is_page(14)){
echo do_shortcode('[vc_row][vc_column][vc_single_image image="886"][/vc_column][/vc_row]')
}
?>

I hope this helps.

Thank you!

Catalin
tagDiv Staff

Hello nasaboy,

1)If you want to change the author box position of your posts, please notice that you should edit core file and change the order of this, like this -> http://screencast.com/t/eArYBtT8pV For example, if you are using the post template style 1, you will have to edit the loop-single-1.php and move this snippet of the code like ->
<?php echo $td_mod_single->get_author_box();?> where you want to look on your post page.
2)This is not a simple task and it involves some custom modification in order to achieve this. If you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
3)For more information about creating menus with our theme you can find reading our documentation here -> https://forum.tagdiv.com/main-menu/

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hi,

Please replace this line of code from header-styl05.php http://screencast.com/t/A9RD0oKIteM with this code:
<?php if(!is_front_page()){locate_template('parts/header/ads.php', true);} ?>
It should look like this: http://screencast.com/t/Izl83bxWOBm
Now your homepage will not show the ad.

Thank you!

Bogdan B.
tagDiv Staff

Hello,


@supersheek
if you want to remove breadcrumbs from all pages at once, you can use this css code to do it:
.page .entry-crumbs{
display:none!important;
}
.td-crumb-container{
min-height: 10px;
margin-bottom: 5px;
padding-top: 0px;
}

You can add the code in the theme panel->custom css box


@crazynuts99

The title you mention is not a breadcrumb but the page title itself There is a difference between the page title and the breadcrumb. If this is what you want to remove simply change the page template to one that does not show the page title: http://screencast.com/t/rid0B4L9h98
The default page template – it will show the title if you do not use visual composer on that page
Pagebuilder + latest articles – will not show the page title
Pagebuilder + page title – will show the title.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The latest articles element is not part of visual composer but rather part of the theme. it can be added by changing the page template from here: http://screencast.com/t/9XPYGl83kf
After you select the page template a new option will be available here: http://screencast.com/t/Gu141Fhl

Thank you!

Catalin
tagDiv Staff

Hello Eric_Vie,

I have inspected your website and I saw that you are using the pagebuilder+latest articles+pagination as page template. So, please notice that if you are using that page template, at the bottom of your homepage you will have the latest articles module which is set it by default. If you want to rule out this behaviour, you should change that page template with another, like as -> Default, like this -> http://screencast.com/t/hZPAg2fvJU and then from Visual Composer you can set what type of block you want, filtered by popular posts, like this -> http://screencast.com/t/ZFJh5Y2tvb
For your second request, please keep in mind that the system comments is fully tested with our theme and should work as properly. Please ensure that your problem does not come from your untested plugins which can interact with the code theme and create a lot of unknown issues. To be safe in this regard, please try to disable all the active plugins, clear ll your caches, purge CDN files if you are using the CDN system and install only the plugins that come bundled with the theme and rule out the conflicting plugins.

Hope this helps!

If is not what you mean, please provide more details so I will be able to provide am ore accurate response.

Thanks for your understanding!

Andrei L.
tagDiv Member

Hi

Unfortunately theme’s blocks don’t have a numerical pagination, only these options are available for blocks: http://screencast.com/t/LfdBtCka91vS You can use numerical pagination only on post loop settings here: http://screencast.com/t/y3ZzTW2JQ0 Please check this topic for more details about page templates: https://forum.tagdiv.com/page-templates-2/

Thanks!

Andrei L.
tagDiv Member

Hi

I can’t access that link as it’s from your back-end and I will need to login on your site. Also I am, not very sure what contact template are you trying to use so please provide more specific details in this regard and maybe we can help. You can also crate a test page and send us the url so we can have a closer look.
Also I’ve noticed that you’re not using our theme now. Please switch to Newsmag theme so we can inspect the issue and get back to you with an accurate answer.

Thanks!

fghelfi
tagDiv Member

Hi Andrei. I see what you see, but I´m very confused here. The same Ad code, in the same widget, in the same sidebar works on pages but not in posts. It doesn´t seem an ad server problem but a template or DFP plugin problem. That´s my chain.

Any clues on this?

Thanks!

aliqayyum
Participant
#0

hi sir

i have installed theme at designposts.net

I have installed plugin of mobile theme as well. Sometimes, it displayed mobile version on iphone viewing it, sometime it displayed desktop version of newspaper, attached screenshot as reference of more understanding.

View post on imgur.com

2) How to make adsense unit align left on desktop version > http://prntscr.com/cqvjbn (Screenshot)
Post Articles > http://designposts.net/40-best-free-resume-templates-to-download/
can we disable below title unit or header adsense unit on any particular post? any shortcut

3) How to fix these ? after i tested theme on

https://developers.google.com/speed/pagespeed/insights/?url=designposts.net&tab=desktop

View post on imgur.com

View post on imgur.com

thanks lot

Catalin
tagDiv Staff

Hello dineshj,

If you want to add another ad at your post page, please notice that you should use the do_shortcode() method for adding this. So, for example, if you are using the post template 1, you should edit the loop-single-1.php core file and add there this snippet of the code
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>, like this -> http://screencast.com/t/lbgwZwsa and the result you should see here -> http://screencast.com/t/5rMIpkZfbN
Also, please ensure that you have added your desired ad code in your Custom Ad 1 from the panel is you want to bring some results, like this -> http://screencast.com/t/j4No7tRvo

Hope this helps!

Thanks for your understanding!

Fasmon
Participant
#0

I need to have JavaScript inserted after the content in every post. I used to use a plugin called dpaBottomofPostPage but it now causes critical errors in WordPress.

It seems pretty simple but so far I can’t figure out where to put this code:

add_filter(‘the_content’, ‘add_my_content’);
function add_my_content($content) {
$my_custom_text = ‘Place the text you wish to insert below your post content here. Do not delete the single quote marks.’; //
if(is_single() && !is_home()) {
$content .= $my_custom_text;
}
return $content;
}

Adding it to the theme’s functions.php took down the site. Adding it to a loop_ page template did nothing.

Any ideas?

Bogdan B.
tagDiv Staff

Hello,

If you want to remove the home title from the breadcrumbs you can remove them from here: http://screencast.com/t/3iIjvtNVKAA
If you want to remove the homepage title so the theme will not show the page title you must change the page template like so: http://screencast.com/t/nM3DFsd6UmLD
There are 2 templates that show the page title.
The pagebuilder + page title will show the title all the time and the default template will show the p[age title only when you do not use visual composer.

Thank you!

tugapasta
Participant
#0

I created a static page for one section and it shows up as expected on Desktop, but on mobile devices it is blank.

I used Visual Composer to add the elements to create the static page the way I want and that works just fine, but not on mobile.

Kage
Participant
#0

Hello, I had reached out to ThemePunch and received a generic, non-helpful response. It puts us in a tricky situation, because they require us to purchase their plug-in directly in order to receive any type of support, but you suggest we should not do that as it may conflict with the Newspaper theme.

So, I’m really hoping you can assist me. I am attempting to insert a Carousel Cover-flow slider to one of my pages, and I want it to resemble the classic Cover Flow look with multiple slides in view at large angles so they look stacked. There’s a setting to allow up to 19 slides to appear on screen at the same time, but regardless of the number I choose, only 3 slides ever appear at once. Altering the spacing and/or angles doesn’t seem to have any effect on how many slides appear at once.

To better clarify the look that I am going for, it’s front and center when you choose any of the Cover-flow templates from the Slider Settings page–the generic image used is exactly how I would like the slider to look.

Thank you for any and all assistance you may provide.

jad
Participant
#0

Hi,
I’m using a template for category pages,
but how can I edit these pages with Visual Composer ?

I need to set some post into top grid and get other options for layout.

Regards

salocharly
Participant
#0

hi guys I am working on shcema for pinterest for my site I got this.

At least one of your theme header templates does not support Schema markup of the webpage head section — this is especially important for Pinterest. The <head> element in your header templates should include a function, action, or filter for its attributes. NGFB can update your header templates automatically to change the default <head> element to:

<head <?php do_action( ‘add_head_attributes’ ); ?>>
Click here to update header templates automatically or update the templates yourself manually.

how can i fix this.

Thanks in advance!

Andrei L.
tagDiv Member

Hi

That part is controlled by post loop settings: which can be found here: http://screencast.com/t/OSfdNnKbl For more details about page templates and how they work please check this link: https://forum.tagdiv.com/page-templates-2/

Hope this helps!
Thanks!

Viewing 25 results - 15,776 through 15,800 (of 18,570 total)