Search Results for 'page template'

Results from the Forum
Alin [tagDiv]
tagDiv Staff

Hi,


@Christopher
thanks!


@vtobing
You can change the color of the Grid line on Newsmag theme if you want this – http://screencast.com/t/9wYZwr0k
1. Please try Christopher suggestion and use Regenerate thumbnails – https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ anyway I have checked your homepage and the thumbnails are displayed fine – http://screencast.com/t/EafYUovZba

2.
a. Not sure why do you have this issue, if you have articles on Featured category it should be displayed also on Big Slider.
b. You can use this custom css in Theme Panel > Custom Css for Big Slider arrows – http://screencast.com/t/DtyeieMwq8e

.iosSlider.td_block_big_grid .td-icon-left, .iosSlider.td_block_big_grid .td-icon-right {
color: red !important;
}

Also for normal slider you can add a background to the arrows – http://screencast.com/t/bDrHvF5t7u

.iosSlider .prevButton, .iosSlider .nextButton {
background-color: red;
}

3. You can try to change the post style as default from Theme Panel > Post Settings – http://screencast.com/t/SoPnjVmiAjRR This option is overwritten by the ‘Post template’ option from the backend – post add / edit page.

4. To improve the pagespeed score please check if the following optimization are done on your side – https://forum.tagdiv.com/how-to-make-the-site-faster/ – and this one – https://forum.tagdiv.com/topic/tutorial-pagespeed-2015/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can change/add a background image/color to your Big Slider when you use a page template with background from here – http://screencast.com/t/CZrtJXxYu1Yb

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You use the default page template, so please check Custom Typography section from Theme Panel and increase the line height for Page Content H3 – http://screencast.com/t/tJ9lw02l
Also please check theme’s documentation to see what page template to use if you want pagebuilder content(add blocks to you page content) – https://forum.tagdiv.com/page-templates/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can create new page(s), choose page template and add blocks from Visual Composer – http://screencast.com/t/3jYhKlXqHoxI Also if you want to use demo’s pages you have to edit each block and set your filter options, block title, pagination… – http://screencast.com/t/P1STUMvc

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and it seems to be fine now, glad that you have managed to solve this.When you search
doesn’t refresh, it takes you to the search page/template and also category page works fine now.

Thanks!

Crabouille
Participant
#0

Hi,
I’m using M8 for the article list on the homepage but when switching to mobile the images are reduced to a tiny size and become useless, i was wondering if it is possible to keep M8 for desktop users and use M7 for mobile user ?

simchris
tagDiv Member

You would need to insert that into the template file for the module/layout for post page you happen to be using for your site. Look at the files in the root of the theme folder.

eg., if using single template 5 … well, guess which files that would be ? 😉

single_template_5.php
loop-single-5.php

so, if you look at loop-single.5 you might see this

<div class="td-post-text-content">
<?php echo $td_mod_single->get_content();?>
</div>

<div class="clearfix"></div>

<footer>
<?php echo $td_mod_single->get_post_pagination();?>
<?php echo $td_mod_single->get_review();?>
<?php echo $td_mod_single->get_source_and_via();?>
<?php echo $td_mod_single->get_social_sharing();?>
<?php echo $td_mod_single->get_social_like_tweet();?>
<?php echo $td_mod_single->get_next_prev_posts();?>
<?php echo $td_mod_single->get_author_box();?>

And so you might insert your code either in footer area above the post pagination, replace the social sharing element; or after author box … etc.

Often you can test by simply putting some text into a spot in above file, like

<p>Happy Sunday Everybody - this is a test.</p>

and see where that prints on your post page.

Hope that helped 🙂

DianeFoley
tagDiv Member

Unfortunately, it’s not helping… this all makes sense for a standard theme, but with the WP Booster framework, I can’t find where the date is being printed. I can’t even get a determination if single.php is being called for my custom post types–or even regular posts.
I’ve removed the ability to choose a template from my CPT (I inquired before on how to enable it, but ended up not needing this functionality).

Is there any reference you can point me to for how a page is generated within the WP Booster framework?
It seems like single.php calls the single_template_#.php which in turn calls loop-single-#.php. Within loop-single there are echo statements within the metadata for the post–however, I can not find a way to edit this and get any result to change any page. Are the #’s corresponding to the template choices in order? If it’s left as default, would that indicate that single.php -> loop.php or single.php->single_template_1.php->loop-single.php ?

Ankush Das
Participant
#0

I was making a “Our Team” page with the default available page templates in Newspaper theme. First to test I published it privately and tested the images with CSS Animation and it worked great.

But, when I published it publicly and checked it in Google Chrome incognito mode, the images(CSS Animation enabled) didn’t come, whereas the images without Animation came. Then I thought that it must be a problem with incognito mode. So, I tried to view the page on Google Chrome in the logged in session, still the problem persists. Well, to be honest, I again tried switching it to privately published. And, the Animation work again!

If CSS Animation works, why it is being affected by the public and private mode of publishing. Can you give me a possible explanation or its a common problem?

Thanks in Advance 🙂 TagDiv forum staffs are really good at helping.

Alin [tagDiv]
tagDiv Staff

Hi,

1. Like I said above and also the developer told you that you have to edit each module where you want reading time to appear and place there your php code or shortcode – http://screencast.com/t/xDPvB0ua
Adding this code into the modules it should display reading time for your articles on pages, category pages every where there are used modules/blocks.
If you want reading date also on your post pages you have to edit loop single (for each post template) – http://screencast.com/t/W8kHujLb86s
2. Also the progress bar I guess that it must be activated from plugin’s settings.

Unfortunately we did not tested this plugin and if you don’t know how to implement it I suggest to hire a freelancer to do this for you as we cannot provide any type of custom work at this time, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure what you mean, please provide more details. When you use template with articles you can create your page using pagebuilder and the latest articles section will be added automatically(it use loop) – https://forum.tagdiv.com/page-templates/
You can add a block to your sidebar set block title as Latest Articles and sort post as Latest – http://screencast.com/t/HMp9GPPgI6T or add it in Widgets section and use Widgtised Sidebar on pages to display you sidebar – http://screencast.com/t/I8LkmGCnnTXhttp://screencast.com/t/QzDxHz22

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Please provide a link so we can take a look, if you use Newspaper the width it should be 1170pxhttp://screencast.com/t/8TZcNk987T but for Newsmag it is 1021pxhttp://screencast.com/t/gyO8Ar0bI

2. After you install the demo you can import the predefined styles(stacks): http://screencast.com/t/Lc6Dho2jdhhttp://screencast.com/t/pumXbxmy3u Please note that if you activate a stack(Tech Style), it will import only settings like fonts, colors…
You have to create an homepage and add elements from Visual Composer(something similar like tech homepage and choose page template) – http://screencast.com/t/ltu9s7WuUXlw go to the block settings and choose filter articles, sort order, pagination.. – http://screencast.com/t/4Lsdy5hlnDhttp://screencast.com/t/1sMtJn7k71n8

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try this custom css to add a border there on post pages – http://screencast.com/t/wKdZ9HuWmloo

.single .td-logo-rec-wrap {
border-bottom: 1px solid red;
padding-bottom: 5px;
}

This will be applied on all your post templates as the default template doesn’t have a specific class to target. If you want this border only on default, you have to hide it:

.single_template_1 .td-logo-rec-wrap, .single_template_2 .td-logo-rec-wrap, .single_template_3 .td-logo-rec-wrap, .single_template_4 .td-logo-rec-wrap, .single_template_5 .td-logo-rec-wrap {
border-bottom: none !important;
padding-bottom: 0px !important;
}

Thanks!

VAtheist
tagDiv Member

On the list of pages in the backend of wordpress, I have a few pages that I think came with the download template. One of those pages is a page entitled “Videos – Posts Page” (the “posts page” is in bold in a different color… the same color of “draft”, and “front page”).

Is this a necessary page of some sort? When I click on it, it takes me to a page of all my blog posts in a long row.

There is also a page entitled “my likes” which I did not create, but appears in the list. Is this a necessary page for some function of the website? Its blank when I open it up.

Alin [tagDiv]
tagDiv Staff

Hi,

Using module 15 you will display all the content of the post. Unfortunately module 15 was not used to create any tagdiv block, you can use it only on templates(loop) like blog,categories, tag, latest articles… So if you use blog(latest post) template on your front-page you can set module 15 from – http://screencast.com/t/c1OfzHe4ON

Thanks!

Sid
tagDiv Member

Thanks,
I’m facing another problem… In smart list 2 ads not showing in content page

SmartList 2 Post:
http://blogrope.com/top-10-best-free-responsive-wordpress-templates-2015/

Normal Post:
http://blogrope.com/maddie-the-dog-is-back-with-a-new-adventure/

I use smart list 2 now in every post, So please tell me how to enable ads on smartlist 2 ?

pdcryan
Participant
#0

We’re having an issue where many of the modules are not properly spanning multiple columns. The below demo page is a mock up using the “Homepage – Less images” template.

http://mercerme.com/october-test-home/

A similar thing happens with the “Big grid”. Instead of filling the entire width, two of the blocks wrap to an additional line.

Anyone have any thoughts? Is something wrong with the size of our photos perhaps?

Thanks in advance,

-Ryan

tdustrude
Participant
#0

I am using the Newsmag theme.

I am using various blocks and Visual Composer templates, but I want to add Module 15 to the top of my homepage.

Where do I find this?

Alin [tagDiv]
tagDiv Staff

Hi,

If you want on your homepage only Big Grid an latest articles, please create your page, set the page template to Pagebuilder + Latest Articles and add only Big Grid element using Visual Composer – http://screencast.com/t/33dPiRrV
Also you can filter articles(specific category) from Big Grid from settings – http://screencast.com/t/ojyybLGXN
Please check also our documentation – https://forum.tagdiv.com/newsmag-documentation/

Thanks!

Alin [tagDiv]
tagDiv Staff
forum - reply

Hi,

After you Install the Demo Data you can Import the Predefined Styles(stacks): http://screencast.com/t/Lc6Dho2jdhhttp://screencast.com/t/pumXbxmy3u Please note that if you activate a stack, it will import only settings like fonts, colors…
You have to create an homepage and add elements from Visual Composer(something similar like tech homepage and choose page template) – http://screencast.com/t/ltu9s7WuUXlw go to the block settings and choose filter articles, sort order, pagination.. – http://screencast.com/t/4Lsdy5hlnDhttp://screencast.com/t/1sMtJn7k71n8
Also I see that now you use blog…you have to change to a static frontpage from Settings – http://screencast.com/t/nU4WTpuLTPp

Please also check our documentation and let me know if you have issues related to the theme – https://forum.tagdiv.com/newspaper-documentation/

Thanks!

creinhardt
Participant
#0

Hi,

I’m trying to add an image every 5th post in a visual composer block (Block 9). Where is the loop that controls the posts that are displayed in that block?

I’m using the page-homepage-blank.php template, and the loop in that file doesn’t seem to be what i’m looking for.

I also tried td_module_8.php, but adding a counter in there didn’t seem to do the trick.

Is there somewhere else I shold be looking?

I’m not asking for you to do this for me, just point me in the right direction.

Thanks!

juncan347
tagDiv Member

Hi Chris: Thank you appreciated!

1) I will check with my hosting again, I was told gzip was set up
2) I try to reduce the loading from the external source, I moved the weather and map to other page
3) I don’t know what to do with this
“And loading 50 CSS/js files is realllllllllllly bad.” this beyond my reach, I don’t know what to do with this, but thank you
4) I will look at plugins again.
5) I don’t know what to do with this
“You might have to hack all that stuff to load via “sync” mode; possibly use the speed booster framework to queue it properly (see docs — not simple).” but thank you
6) How can I cut back google fonts? I did not find any setting at template.
7) I will see if I can reduce the file size
Loading this giant file likely not good:
https://cisocial.net/social/file/pic/yndirectory/2015/04/4ff3adbcaf396e4f41b4928574fa4392_200.png could save 379.0KiB (96% reduction).
8) I am not sure what to do with these (but I try to move it out of the front page)
This is whacko too
•http://cisocial.net/wp-content/plugins/wp-user-frontend-pro/assets/js/jquery-ui-timepicker-addon.js?ver=4.2.2 (38.4KiB)
•http://cisocial.net/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.11.4 (29.7KiB)

Again, thank you

Alin [tagDiv]
tagDiv Staff

Hi,

You can find header templates in parts > header – http://screencast.com/t/bbM68e3A You can create a condition depending in template that you use and add a condition to display “header ad” on your homepage and else used do_shortcode to display a custom ad(paste your code in Theme Panel > Ads). You can find out more details about conditional tags here – https://codex.wordpress.org/Conditional_Tags and use this code for your custom ad:

<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>

Thanks!

arimet
Participant
#0

Hi,

I want to know if i can split the blog and post template in two different template in the theme panel?
Because i have a page where are all my post and i want a slidebar. http://bm-integrateur.com/uvb/blog/

But i didn’t want this slidebar in my post article. http://bm-integrateur.com/uvb/un-burger-a-la-viande-de-dinosaure/

I know i can do it when i create an article but i want to know if i can automate that.

Thanks.

sfeaton
Participant
#0

I am working on speeding up my site but my host is saying this is slowing down the site:

SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts INNER JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND ( wp_term_relationships.term_taxonomy_id IN (6,7,8,2355,4974,4975,4976,4977) ) AND wp_posts.post_type = ‘post’ AND ((wp_posts.post_status = ‘publish’)) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 5
Source:
/nas/wp/www/cluster-40360/websitename/wp-content/themes/themename/includes/wp_booster/td_data_source.php:284

Backtrace:
require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/themename/page.php’), get_header, locate_template, load_template, require_once(‘/themes/themename/header.php’), td_api_header_style::_helper_show_header, load_template, require_once(‘/themes/themename/parts/header/header-style-9.php’), locate_template, load_template, require_once(‘/themes/themename/parts/header/header-menu.php’), wp_nav_menu, apply_filters(‘wp_nav_menu_objects’), call_user_func_array, td_menu->hook_wp_nav_menu_objects, td_block_mega_menu->render, td_block->render, td_data_source::get_wp_query, WP_Query->__construct, WP_Query->query, WP_Query->get_posts

and

SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts INNER JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND ( wp_term_relationships.term_taxonomy_id IN (6,7,8,2355,4974,4975,4976,4977) ) AND wp_posts.post_type = ‘post’ AND ((wp_posts.post_status = ‘publish’)) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 5
Source:
/nas/wp/www/cluster-40360/websitename/wp-content/themes/themename/includes/wp_booster/td_data_source.php:284

Backtrace:
require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/themename/page.php’), get_header, locate_template, load_template, require_once(‘/themes/themename/header.php’), td_api_header_style::_helper_show_header, load_template, require_once(‘/themes/themename/parts/header/header-style-9.php’), locate_template, load_template, require_once(‘/themes/themename/parts/header/header-menu.php’), wp_nav_menu, apply_filters(‘wp_nav_menu_objects’), call_user_func_array, td_menu->hook_wp_nav_menu_objects, td_block_mega_menu->render, td_block->render, td_data_source::get_wp_query, WP_Query->__construct, WP_Query->query, WP_Query->get_posts

Suggestions?

Viewing 25 results - 17,426 through 17,450 (of 18,570 total)