Search Results for 'page template'

Results from the Forum
What2Say4
tagDiv Member

Hi,
Please help me with the following issues:

1. The comments from the facebook page are not appearing, dont know exactly where to add the code
<div class="fb-comments" data-href="<?php echo get_permalink($td_mod_single->post->ID); ?>" data-width="100%" data-numposts="5"></div>
in single.php and other templates.. Or this should not be added there too?

2. I also have cache active – could this be a reason why the facebook comments are not synchronized?

3. Right now I have facebook comments and wp comments. How can I disable the wp comments or is there a way to merge both into one?

Thank you, looking forward to your reply!

Catalin
tagDiv Staff

Hello Caleb,

I suppose that you are referring to this Category Filter from category pages, like this -> http://screencast.com/t/SneoUXDqGv, right? Please keep in mind that our theme does not have any such an option that allows you a way to add the Alphabetical filter for this, sorry! If you want to add this type of feature, you should do it yourself, using your coding skills. So, 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! As a hint, if you want to add this feature you should edit the td_category_template.php like this -> http://screencast.com/t/wvsZQ2rs

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hi,

They do get cropped as well on the link you mention. The archive in the link above uses module 3. If you like how this module shows the thumbs, you can simply change the module in the category template.
Your issue was with the animals category. If your category shows up in the per category settings, you can simply change the module used for it. Change it to module 3 if you like the thumb size. Our theme uses different thumb sizes as I have shown in a previous reply. If it’s a custom taxonomy and not a standard category then you can change the module in the code simply by changing the number here: http://screencast.com/t/e41JHMcOmnOm
Now you should have module 3 on your custom taxonomy page.

I hope this helps.
Thanks.

whitehat
tagDiv Member

Hi Bogdan,
thanks for your reply.

Point 1:
Ok, now I see the option “image builder + page tile” in template options!
It works perfectly with a row which contains a text with h1 tag as well…

Point 3:
Ok, I checked posts with images without Alt tag, sorry!

Point 2:
I don’t want to change the h3 tags for post titles in home page (“module-title”).
I’d like to change the h4 tags for categories (“block-title”).
Please have a look to this screenshot to be sure of what I mean: http://www.screencast.com/t/yMJ68oiIz65M

Thanks a lot!

olivervossmann
Participant
#0

Hello, have again a small question, there is the possibility to control a maximum amount of the contribution picture over the template. I would like to be displayed on the contribution page all images with a maximum of 450 pixels but in full width.

greeting

Webseite:
inselleben.es

Post Example:
http://mallorca.inselleben.es/top-all-2/

This High i mean:
http://mallorca.inselleben.es/wp-content/uploads/2017/01/Capture.jpg

Bogdan B.
tagDiv Staff

Hello,

You can remove the gradient if you like using this code:
.page .td-post-template-8 .td-post-header{
background-color:transparent!important;
}
.page .td-image-gradient-style8:after{
display:none!important;
}

And maybe a bit of a shadow to the text:
.page .td-post-template-8 .td-post-title{
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}

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

I hope his helps
Thanks

ToniLaird
tagDiv Member

Hi Bogdan

Thanks for your support. Unfortunately EDD works fine with other templates/themes but not Newspaper. I respect that you do not provide customization but I’m hoping for a fix as other themes provide.

I have bought your theme numerous times and really don’t want to switch to another.

Can I simply go to archive.php and make a change to M1? All my images are being cropped but if I use a shortcode and add a page http://www.top10px.com/downloads the images are perfect. Only when I follow a link to a category do they all get cropped.

Regards
Toni

Assia75
Participant
#0

Hi
After changing to the Newspaper template my front page looks strange. The only thing showing is the menu and the sidebar.

The category pages look fine though.

What to do?

Catalin
tagDiv Staff

Hello Peter Arnegger,

Unfortunately, our theme does not have any such an option that allows you a way to make these changes, sorry! Notice that this is the layout of this type of homepage post and if you want to modify this functionality of this template you should edit the theme core file corresponding to this feature in Visual Composer. Notice that is not a simple task, and if you are not aware of doing this custom work, please consider hiring a freelancer/developer to help you because we cannot provide this type of services at the moment, sorry!

Thanks, for the message!

ToniLaird
tagDiv Member

Sorry, I forgot to add a reply from Easy Digital Downloads

Unless your theme was built specifically for use with EDD, there’s a chance it has an archive.php file and no archive-download.php. That means your theme will use the generic archive.php template to display products when you visit yourdomain.com/downloads in your browser.

While this generic display may be okay for author or date archives, it isn’t always a good fit for download archives. Instead, you would need to create an archive specifically for Downloads.

When I check the image thumbnails on this download page it appears to be as if from M2

Catalin
tagDiv Staff

Hello noori020,

Unfortunately, I cannot make all widget title to be on 2 lines, sorry! As I can give you is the following custom CSS code which will arrange your widgets to look like this -> http://screencast.com/t/hY5sUh10LAm

.wpb_heading {
width: 100%;
text-align:center;
}
.page-template-default .wpb_text_column:last-child{
text-align:center!important;
}

The result is here -> http://screencast.com/t/hY5sUh10LAm

If you want to display more levels in our theme and 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!

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

You can change the color of all the breadcrumbs using this code (change the color to what ever you want), enter it in Theme panel->Custom Css

.entry-crumbs a, span.td-bred-no-url-last {
color: yellow!important;
}

To disable latest articles edit your page and select the default template in page attributes – http://screencast.com/t/jRReunp3eh

Thanks and Happy New Year!

thewebfanatics
Participant
#0

Hi,

We have build a website with Newspaper template and most things are working fine. Except the permalink structure. The URL gives an index.php in it, which is not so nice for SEO. We tried to fix this, but if we change the permalink we get 404’s on all the subpages except of the homepage.
We think it’s an .htaccess problem, because permalink structure works fine on our test environment, but on the live environment.

Is there any way to fix this problem?

Looking forward to your reply.

Greetz,
Thimo

Bogdan B.
tagDiv Staff

Hello,

In order to remove the title and breadcrumbs from a page you should change the page template: https://forum.tagdiv.com/page-templates-2/

Thanks.

Catalin
tagDiv Staff

Hello roqeem,

I have checked your website and I saw that you are using some untested plugins which can interact with the theme core files and cause a lot of unknown issues. First of all, please try to disable all of them, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with the theme packet and rule out any conflicting plugins. After this, you should check your Tag Template settings from Theme panel like this -> http://screencast.com/t/OsifrclIW and check if the corresponding sidebar for Tag pages is valid.

Hope this helps and let us know how it goes!

Thanks for the message!

Bogdan B.
tagDiv Staff

Hello,

1) In order to have the proper featured image grabbed from the video you will have to use this guide: https://forum.tagdiv.com/featured-image-or-video/
Set the template to video, add a video url from youtube and the theme will automaticalyy grab the thumb.
2) If you want to place a simple image on the homepage and not a block, you can either use the single image element or the image box element

Thanks

Costea.Exari
Participant
#0

Looks like Newspaper template need’s some optimization, what do you think about that guys?

https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fdemo.tagdiv.com%2Fnewspaper_black%2F&tab=desktop

nervusvagus
Participant
#0

Hello,
I am trying to change the category headings on the mainpage of Newspaper theme – Recipes. Thumbnails of each post in that category were listed under. The default template has: POPULAR RECIPES. DESERTS. CHICKEN & BEEF in the same order but even though I deleted these categories I still see them on the main page. could you please help?

Bogdan B.
tagDiv Staff

Hi,

Sorry marshalleq but our theme does not have any shortcode migration as there are lots of different shortcodes from all the custom page builders out there and it is very hard to identify which one is which. All of the elements are custom made and in some cases there are no alternatives to some custom elements.
Visual composer is not tested on posts in our theme. It works if you activate it but you could get mixed results so be careful when using it. Our theme already provides 14 post templates to choose from. If you want a custom one you can add it through coding so you do not have to add the visual composer elements on each post in particular. https://forum.tagdiv.com/api-single-template-introduction/

Thanks.

Simion C.
tagDiv Staff

Hi,

The demos are available so you can see the possibilities of what you can create using the theme. Uninstalling the demo will remove everything belonging to it, the content included and all it’s settings.
If you install a demo without content it adds only the settings. Then you could choose a page template in Visual Composer – http://screencast.com/t/QkeamCr8gE1 and easily create a page with predefined layout, or create your own pages and add your content. You just have to experiment until you create something you like.

Thanks

marshalleq
tagDiv Member

So the good news is that with a bit of work, I have now in Visual Composer a nice Post Page template, the way I want it, in dev (obviously bits of the site will be broken etc. You can see it at the link below.

Visual Composer list the front end editor as a major feature, but the terminology is highly confusing and I don’t think a front end editor is the same as editing a post with their editor. There are also custom post types referred to, which seem to be all preset, but I’m not sure.

The main concern I have, is doing it like this I don’t know where the data is stored and therefore what other things might break, what sort of design challenges this brings. I understand I have Visual Composer Support through this forum so could someone please ask the question, what is the recommended way to utilise post type templates with Visual Composer?

I’ll start a new thread to ask exactly that question.

http://dev.tech-knowhow.com/2017/01/set-roon-audio-bridge-picoreplayer-raspberry-pi-hifiberry-dac-pro/

marshalleq
tagDiv Member

Hi, I purchased your theme yesterday, I have been hunting around for this info since then having not realised I now have a shortcode migration issue. Apparently this is not uncommon and some themes now offer a migration script for shortcodes (apparently not yours).

I use tabs on my post pages (as seen here) now which is nice as it keeps everything above the fold (multimag theme) and makes the user experience a lot nicer than having long or paginated posts. What I REALLY want (for some time now) is a post template that ‘pre’ sets my post page format to include the tabs so that other writers don’t need to be stuffing around with page setups. Keeping a consistent look and feel is extremely important to the reader.

I will try enabling Visual composer on posts in my dev site to see if that works. So far though, it looks like I’m going to have the daunting task of updating each page manually, or pay someone to write a script, but have no idea where I’d even go for that.

I mention all this because there is clearly a market for migrating shortcodes and it seems the tagdiv team are not as advanced in this area as others. Maybe you can integrate something into your new Visual Composer replacement that handles this.

awtown
tagDiv Member

I solved the question about how to add additional sidebars containers. Go to the Page Template section and create a new one.

But, I can’t determine why the sidebar isn’t appearing in the widgetized sidebar. I’m using the default that contains widgets.

Bogdan B.
tagDiv Staff

Well As I said above, it is not a visual composer element. It is added by the theme . If you want to remove it you should change the page template: https://forum.tagdiv.com/page-templates-2/
There are 3 templates. Only 1 of them contains the element.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

1. The latest articles is different from a block. It is a section added by the page template as the guide in my previous reply shows. Since it;s not a standard block it cannot be moved around. But the alternative is not tu use the pagebuilder + latast articles template and simply create a block you want and filter it to show the posts that you want by changing it’s block settings
2. The sidebar in visual composer is created on a split row. You split a row in a 2/3 + 1/3 layout and you have to place content in the single column on the right (or left depending on preference)
Here is an example: http://screencast.com/t/4jvItqJqaZ
3. Refer to point 1 🙂

Thanks.

Viewing 25 results - 15,501 through 15,525 (of 18,570 total)