Search Results for 'page template'

Results from the Forum
richardrguez
Participant
#0

Hello to all,

I’m using “Homepage – blank” template to build my website, to show the lastest posts I use Block 8, but when clicked “Load More Button” this address me to: http://www.mypage.com/#, how I can do to fix this?

Thanks

Pedro Ferreira
tagDiv Member

Hi Lucian,

Many thanks! With the help of a friend i was able to bypass the problem completely using the WP No Category Base – WPML compatible plugin. I guess it had something to do with the fact that in mid production process we changed the URL format of the content.

Here is the site, we just wen’t online and i want to congratulate tagDIV for the wonderful theme, great work guys.

http://goalpoint.pt/

Still have a couple of issues though, specially because i’m no expert on CSS at all.

1. The social icons in the theme don’t seem to be fully integrated with the destination social networks (eg: i’m able to post in facebook but no picture or title appear as it happens in the newspaper theme demo, just the website name link).

2. Trying to solve the issue above i made the mistake of activating jetpacks publicize whith inserted 3 extra social icons that i’m not being able to remove at this point even after deactivating publicize.

These are the main issues i’m having at this point, everything else seems to be running swell. Most apreciated if you can direct me to links that might help me solve these problems.

PS – as you see we did some homepage subtle CSS changes, nothing much.

thanks and all the best

setnaps
Participant
#0

Good afternoon.
I’d like to know how to display the post author in page templates as well as in post templates.
Same as it appears on this other website:
http://www.lamarea.com/
Thanks so much

Pedro Ferreira
Participant
#0

Hi ppl, in a bit of a stress since i’m on the eve of launching a website using Newspaper :). Hope you can help me out.

When i installed the theme the tag feature worked fine. Now, that i’ve inserted content and prepared my own homepages suddenly the post tags are not working: they forward to the 404 template (unless when a tag has the same text as a category, in those cases it works).

Any clue on what is happening? thanks in advance for the (if possible urgent help).

simchris
tagDiv Member

Um, well if you look at the changelog files it explains the changes. These are found in the download of the theme update from themeforest.

Always useful to explore the files and folders found in the theme download:

——————————————–
update_log.txt

[ V 3.8.4 ]
– fixed view counter + yoast incompatibility
– removed legacy code for backward compatibility
– added text title support to the row shortcode from the pagebuilder
– fixed missing animations from visual composer
– social counter plugin update
– visual composer plugin update

———————————-

changed_files_3.8.3_3.8.4.html

Here is a list of all the changes between v 3.8.3 and v 3.8.4

Modified files – 13 files
•functions.php
•header.php
•includes\plugins\js_composer.zip
•includes\plugins\revslider.zip
•includes\plugins\td-social-counter.zip
•includes\wp_booster\td_config.php
•includes\wp_booster\td_js_generator.php
•includes\wp_booster\td_page_views.php
•less_files\main.less
•less_files\menu-header.less
•style.css
•vc_templates\vc_column.php
•vc_templates\vc_row.php

New files – 2 files
•includes\plugins\td-speed-booster.zip
•less_files\pagebuilder\included_front_css_incomplete\page_builder_front.less

Henry
Participant
#0

I’m having a problem with setting up a BuddyPress Forum on my site – I have set the page to have the BBpress forum template and have installed buddypress, Are there any other steps that need to be done? I’m just seeing the BBpress shortcode on the page -http://techdive.uk/forum/

Thanks

Emil G
tagDiv Staff

Hi,

Unfortunately the license doesn’t allow us to also distribute the manual/guide for it.
I can give you a few hints:
>> For images you can set it like this – http://screencast.com/t/X7MZeZat4
If you want full width you can sett it from the Force Full Width Option.

>> For posts you have to create a templatehttp://screencast.com/t/1qZgUO7vh
Edit the template slides (hit the Edit Slides button) and select New Transparent Slide – http://screencast.com/t/GsjkT3ggzpf
Edit the slide – http://screencast.com/t/KatzKNZl6j7
Add a layer – http://screencast.com/t/8WK5gdTaaa
Replace the caption text with the post title or other option and set the postion on the silder – http://screencast.com/t/htnbp0bIDWzhttp://screencast.com/t/O3IRKYoYr
Check the layer animation and other settings – http://screencast.com/t/vn7QpTznmbp
Save and create a new slider – http://screencast.com/t/FM4ObPrO
Use the shortcodes to add the newly created slides into the pagehttp://screencast.com/t/sXWHS3vgdO

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

Please send an email at contact@tagdiv.com , specify the issue and provide the url and the wp-admin username and password so i can take a look. Also specify where did you tried to change the sidebar (on post, templates, category or pages – with widgetised sidebar block)

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

Please send an email at contact@tagdiv.com , specify the issue and i will send you a guide on how to make a custom block.

Thank you, Emil G.

Bikerznet
tagDiv Member

Or how do I add widgets so that I can add any page elements to category.php

Bikerznet
Participant
#0

Hi

I have looked at the various option to show on the category pages using the modules, but I would like to create my own template, so that I can have various modules with my category pages.

I would like to have say, module 2 to show 6 “latest articles” and then module 4 to show 10 “other Articles”

Where are the various parts that I need to change to achieve this

Thanks

tweider
Participant
#0

Hi Guys,
We use “Newspaper” theme with plugin “The Events Calendar”.
Plugin create custom post type events.
We created the page template that get all posts from custom post type and display them as category page (loop, work ok).
wp_query loop below

$paged = get_query_var( 'paged' ) ? get_query_var( 'paged' ) : 1;
 $event_query = new WP_Query(array(
    'post_type' => 'tribe_events',
    'posts_per_page' => get_option('posts_per_page'),
    'paged' => $paged,
    'orderby' => 'meta_value_num',
    'meta_key' => '_EventStartDate'
 ));

Below loop we add pagination like
echo td_page_generator::get_pagination();
and it’s not displayed on page

Can you help with it pls?
Did your pagination allow to use custom post type?
Does the problem in pagination function or something other?

Thank for your help

Marius
tagDiv Staff

Hi,
I’ve done that template that keep the grid, not only an empty page, the page should work with the page builder, and you add there shortcodes and other stuff that should work.

You can remove the code from the template provided to make it full width, without the grid, but you need the header for javascript, css, etc. I’m not sure will work.

If you are not a developer, we recommend to hire one to make this job done for you.
Thanks for the message!

Radu A
tagDiv Member

hi,
first upload your site logo: http://screencast.com/t/NMceSjmw

then change the template of the page that is used to display it : http://screencast.com/t/ydggtAOZxcUf

Thanks for you message.
Radu A.

sterval
tagDiv Member

Hello again, Marius.

unfortunately, there’s something wrong with the blank page template. it is breaking layouts.

a page that displays correctly with the default theme setting displays broken when cloned and set to full page blank template.

example:

correct:
http://marketertalk.com/live-default-template/

broken:
http://marketertalk.com/live-full-page-blank-template
[the content inside of the tabs is no longer displaying correctly]

another example:

correct:
http://marketertalk.com/ticker-test-default-template/

broken:
http://marketertalk.com/ticker-test-full-page-blank-template/
[the ticker disappears]

any help you can provide urgently would be greatly appreciated! we are on deadline. thank you in advance!

sterval
tagDiv Member

Marius – works well, thanks! Although there seems to still be a bit of a margin on the left side and top:

http://bit.ly/1h5UE1J

i can make this work, and really appreciate it, but is there any way to get the page to be truly blank with zero formatting, so the word goes to the hard left, and also to the very top as well?

steven – thank you again for your assistance!

mofiki
tagDiv Member

Ok so I created a function and added it to the template as follows and it works perfectly:

function excludeCat($query) {
if ( $query->is_home ) {
$query->set('cat', '-6575');
}
return $query;
}
add_filter('pre_get_posts', 'excludeCat');

With the 6575 being the category ID you want to have ignored. Figured I would post for anyone looking for the same thing in the future.

Marius
tagDiv Staff

Hi,
Sorry for the delay!

Extract this file in theme root: tagdiv.com/theme/users/page-full-blank.zip
and select it as page template http://screencast.com/t/keUaXwPS

Steven
tagDiv Member

That should be very easy look for “create a new menu” then after drag the page to that menu that you created for the header,then you have to creat another menu for the footer,so in total you need 2 menus..

Btw this is not a theme issue why you not went to wordpress forms for help because this is more about wordpress and not the theme…

sterval
tagDiv Member

Thanks.

>> “The page you made,after you have to go in “Appearance” then MENU after look for the page you made and when you do choose header for that page and disable the headers for that page at the bottom of the menu settings”

Under APPEARANCE -> MENU, I was unable to find how to set a menu for only one page. I found the page we made on the left side, but was only able to select it to be included INTO a menu. Couldn’t find how to specify one page to have a different menu configuration than the others.

Steven
tagDiv Member

Btw you have to create a MENU just for that page to edit the header and footer settings so they will not show on your blank page..

Steven
tagDiv Member

The page you made,after you have to go in “Appearance” then MENU after look for the page you made and when you do choose header for that page and disable the headers for that page at the bottom of the menu settings and you do the same for the footer these settings will be only for that “BLANK PAGE” not the rest of the site,so in the theme settings where i send you before don’t used those settings used the ones only for the page you made…

sterval
tagDiv Member

>> “You have to make a page just for this for it to work”

Yes, we have already created a page that we want to be blank, but disabling the menus, header and footer in theme settings as you suggested also disables them site-wide, so could you please explain in a bit more detail how your solution allows one page only to be blank while preserving menus, header and footer on the rest of the pages?

>> “i already told you how to get it done and you still saying this not work etc..”

If we misunderstand something then please clear up the confusion, because your solution as stated will not work for us in our situation.

Thanks!

Steven
tagDiv Member

You have to make a page just for this for it to work…wordpress and this theme can do what you asking it’s not that hard,I’m trying to help you and you keep knocking my help down,oh well then i not help you any more,because i already told you how to get it done and you still saying this not work etc..if you know how to do it then you will not be in this support form asking for help,good luck

sterval
tagDiv Member

Thanks again, Steven. If I understand correctly, your suggested solution would affect all pages on the site. If that’s the case then it would not work for us. We need the menu on the rest of the site. We are trying to solve the problem of how to create one blank page and not how to make the whole site blank.

Do I understand correctly or am I missing something?

Again, thanks for your assistance!

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