Search Results for 'page template'

Results from the Forum
BruceInLouisville
tagDiv Member

Same error, but not using Visual Composer.

I’ve got three of them, all under the footer:

wp_booster error:
td_api_base::mark_used_on_page : a component with the ID: tdm_sub_footer_template_1 is not set.
/home/forwardk/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_api.php
Display backtrace

wp_booster error:
td_api_base::get_key : a component with the ID: tdm_sub_footer_template_1 Key: file is not set.
/home/forwardk/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_api.php
Display backtrace

wp_booster error:
The path of the template id: tdm_sub_footer_template_1 not found.
/home/forwardk/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_api.php
Display backtrace

Olya
tagDiv Member

Sorry, but I do not understand why we are talking about the registration page. I just need a regular page that will look like an article with pictures and blocks in it. As I understand it, I need to create another template and then use it for the page? Or how?

m2sahin
Participant
#0

Hi;
There is a problem. I’ll try to explain with photos.
note: template is overlay
https://drive.google.com/open?id=1qDgi3FLDRX82teHD-tqfpGggwRNUKC3U

I know. This is happening because the “pagebuilder + overlay menu” is marked. Can you give a code for this. (I’m not talking about making the header transparent)

I am sorry my english is not good

williamwesterlund
Participant
#0

Hello.
My smart sidebar is not showing and I’m guessing it’s because I’m unable to actually make a change in the page template settings for the home page since the smart sidebar is working perfectly fine on all my posts after changing the post template settings to have a sidebar.
however, i can’t change the page settings and this is what I’m getting.
https://www.screencast.com/t/ax0y5SX6pk

Thanks in advance

valergiorgio
Participant
#0

which aspect ratio does the video have for the background of the homepage ?

Also, on the desktop it is playing automatically but on the mobile version you see a big youtube play button in the background.
How to change this ?

Simion C.
tagDiv Staff

4. Maybe I am misunderstanding the problem. So you are inserting images in the post content, then publish the post. Are the images visible when you enter them in the post content? From what I can see that post contains no images, none that I checked have. They also do not have featured images, so no thumbnails will be created
https://forum.tagdiv.com/featured-image-or-video/
https://forum.tagdiv.com/theme-thumbs/
The latest version of the theme supports PHP versions up to 7.2 so this would not be a problem. If you get the detect encoding error, your PHP web server is lacking support for the function: mb_detect_encoding.
Please ask the host if this can be enabled.

5. Does the admin bar show if you use a default WordPress theme? Test if possible. The theme does not have a setting for disabling the admin bar, so it would only be affected by the WordPress setting I mentioned.

In the footer you can choose one of the available templates, or use a footer page
https://forum.tagdiv.com/footer-templates/
Widgets you enter in the footer sections will be displayed below the predefined ones (if you use a style that has them) or you can choose an empty template and display them only. They should appear once you enter them. I see that you seem to be using footer style 1, so the additional widgets you enter here will be shown below
https://www.screencast.com/t/800M0njCv

So basically the theme and theme plugins should work if the requirements mentioned in my previous reply are met. Check them carefully. However most issues that happen are related to server configurations, limitations etc.

The composer issues were fixed in some cases with these solutions
https://forum.tagdiv.com/topic/gray-page-tagdiv/
https://forum.tagdiv.com/topic/javascript-error-td-composer-wont-load/

Let us know the results.

Catalin
tagDiv Staff

Hello gskitchen,

The theme does not have any such an option for Newsletter on posts but only for pages, sorry! If you want something like this, you should use the do_shortcode method to add the Newsletter section after each post. First of all, you should edit the Newsletter element on a page and then take the generated shortcode and add it t your post template using the do_shortcode method, just like here -> https://forum.tagdiv.com/topic/add-ad-under-related-article/ -> https://www.screencast.com/t/vVXH36fd6b and then, when you edit this page without TD Composer, in the backend you will see the generate shortcode for that element -> https://www.screencast.com/t/jM35ESEN which is needed to add in shortcode method. This is just a hint about what you have to do in this case.

Hope this helps!

Simion C.
tagDiv Staff

Hi,

The homepage post is based on the post template 8 design and functionality
https://demo.tagdiv.com/newspaper/td-post-2015-awards-all-of-the-best-and-worst-moments-from-the-show/
The image is set as background and not supposed to be clicked, only the title can be clicked.
Grid modules use thumbnails, these are different functionalities.
Maybe this could be done with modifications in the homepage post element code
https://www.screencast.com/t/6BQ8Zsu3
It will not be a copy/paste unfortunately, I could not say exactly what has to be done in order to implement this modification for the homepage post. Maybe you can figure it out, if this is absolutely required.
I will however make a note of this on our suggestion list, it will be considered by our developer team at some point.

Full grids are full width, they should be placed with the tagDiv composer. If you use Visual composer the full grids may not look properly, even if you stretch the row containing them.

Thanks

Simion C.
tagDiv Staff

That link directs to an nonexistent page
https://www.screencast.com/t/v5BuknDk
The code should work, it will apply to posts using templates 7 and 8, I believe that is what you wanted. It will reduce the height of the post header image space. It could be caching if it does not work for you. Try clearing it after entering the code and check again.

#0

Hi there, tagDiv boys and girls !

And first of all, I’d like to say that it’s been two years now since my first use of the Newspaper theme, and everything is working like a charm so far.

I think it’s important to recognize the highly qualitative and greatly satisfying job when it exists, and thank the people behind the scene who working hard to reach that level of requirements.

So, thank you. 🙂

I’m reaching you today for something that looks simple said like that, but actually isn’t (I guess like most requests people are asking) :

– In fact, I’d like my Homepage post block on my homepage to be fully clickable (like the Big Grid Full 1).

It doesn’t matter if the Homepage post block becomes clickable everywhere else on my website, since I can use the css pointer-events trick to bypass it.
I guess it’s “just” an html copy-paste matter, but what to copy and where to past is my question.

– Lastly, how can I make the Big Grid Full blocks go true fullwidth ? I didn’t find any way in hell to do so yet.
Even with the force content stretching function of WPBakery (I know I should use tagDiv composer, but hey, old habits die hard), every blocks are boxed.
By the way, I use the same template (almost) everywhere : td-post-template-8-box. Is there a causality link ?

Well, I think it’s enough for the day.

Thank you very much in advance for your feedback, and thanks again for everything. 🙂

FernandoTWE
tagDiv Member

I think it’s not a problem with google, with the SEOQuake tool I can see that the template does not take on Yoast SEO, it keeps the page title and in the meta description section it does not exist. But when using another different template, they do appear.

kalamatain
Participant
#0

Hello,

In the latest version of Newspaper (8.7.4) we noticed the header background is not stretching on the Homepage.
We have enabled the option in Template settings. Template settings ⇢ Header ⇢ Background stretch container.

Could you please look into it?

Kind regards

Simion C.
tagDiv Staff

Hi,

Select a different page template. If you use the page template with latest articles (displayed in the bottom of the page) this section will display pagination, so users can navigate to older posts
https://demo.tagdiv.com/newspaper/
So the proper solution would be to choose a different page template, like the default one for example
https://www.screencast.com/t/EDdTTQVLRlL

Thanks

Catalin
tagDiv Staff

Hello caseystubbs,

I have checked your setup page and I saw that you are using the Page Builder+Latest Articles+Pagination as page template which comes automatically by default with the latest articles module which cannot be editable from TD Composer and that’s why your page is blank when you try to customize it with TD COmposer. Any element which you will be added will be placed above of this section. Cannot you use the TD Composer and the elements cannot be drag and dropped? Make sure that you are using the latest version of the theme (Newsmag 4.3), the latest version of WordPress and required plugins, remove all of the untested plugins, clear all the caches and check the results. Also, very important is to check your system status parameters to be increased according to our documentation from here -> https://forum.tagdiv.com/system-status-parameters-guide/ If the problem is still there after these changes, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) and full FTP access so we can take a closer look at your setup page. Provide there the link to this conversation so we can quickly identify you.

Hope this helps!

Thanks for your understanding!

TrashTalk
Participant
#0

After Updating my website, the Mobile Background Menu keeps appearing for Non-Mobile template and also on mobile everytime I refresh my website and everytime I visit a new page on my site. Can someone please help me?

this is my website : https://pilipinasrecipes.com

kurdi
Participant
#0

Hello,
How can I change the sidebar width from 1/3 + 2/3 (assuming it is on the left), to 1/4 + 3/4

I know I can do this inside each page. I know I can make a template out of a page and use it. But my question here is how to do it site wide not inside visual composer.

Thanks.

Catalin
tagDiv Staff

Hello AhoraRoma,

I can give you a hint in this case. For example, for this page, you should hide the header, footer, and sub-footer section and add the element you want in the content of the page using the page builder. You should use the default page template. -> https://www.screencast.com/t/at3wDNIIEqJb

The code is ->

.page-id-855 .td-header-wrap, .page-id-855 .td-footer-container, .page-id-855 .td-sub-footer-container{
display:none;
}

Hope this helps!

Thanks.

Simion C.
tagDiv Staff

Hi,

Note that post template 11 will display the related /more from author below the featured video or image
https://www.screencast.com/t/NWyCjegzs2
https://demo.tagdiv.com/newspaper/td-post-how-to-make-a-perfect-caffe-macchiato-video/
They will not be in the unusual spot at the bottom of the page. Other than that there should be no problem. Changing the post template does not affect the filtering system that displays related posts. Only the position may change as mentioned.

Thanks

caseystubbs
Participant
#0

Greetings everyone,

I recently switched the template on my website (financeandmarkets.com) from the magazine template to the default template to of course include on settings and not the demo content.

After I made the switch however, my site does not resemble the demo and still resembles the old layout just with different colors and my logo missing.

This is the layout that I am going for:

https://demo.tagdiv.com/newsmag/homepage-clean/

And this is what I now have:

https://financeandmarkets.com/

I realize that I needed to look under the theme panel after making the switch, however, after looking under layout settings -> categories, all the proper options that reflect the demo seem to already be selected.

You may have noticed that my logo is now completely gone as well. I suspect that something is overriding the new template from taking effect, but I can not be positive.

Any insight would be much appreciated, thank you!

bpistone
Participant
#0

Our district is requiring WCAG 2.0 Level AA compliance and we are showing errors in the newspaper theme.

Best practices required:
While creating website content it is crucial to consider accessibility. There are a few basic steps that should be followed in order to assure your content is accessible:

Add built-in Headings to document and do not skip numbers (e.g. jumping from Heading 1 to Heading 3)
Use built-in List options (e.g. bullets or numbers)
Add Alt Text for all links
Add Alt Text for all images
Defined Table Headers and simplified Tables as much as possible

Basically I installed wA11y – The Web Accessibility Toolbox plugin and it shows page errors. I added alt tags to my ads, but the comments section might benefit from an alt text “Number of Comments” and the arrow images alt text “advance forward” or “advance backward”. Those images are not in the media section, I assume this is template core related.

The other issue is the heading hierarchy. It jumps from H1 to H3.

I know this is the tip of the iceberg and I have just started looking into this, but I would appreciate your insight into compliant changes to the theme, perhaps in an update to all users. Thanks in advance.

Derek Little
Participant
#0

Why is the main image on this page on my site pushed over to the left?
http://blockchaintrailblazers.com/this-blockchain-startup-will-piss-off-facebook-and-make-investors-happy/

And where do I change this template?

Thx

trongnghia
tagDiv Member

Hello,
I have cleaned cache but not unseccessful. The post in homepage still show author and date. Template i use is Default template.

Thanks!

P/s: Now i test website on localhost.

Simion C.
tagDiv Staff

Hi,

At the moment the category pages can only be customized through the theme panel settings. These pages cannot be edited with the page builder.

In coming updates this will change, there will be a considerable amount of functionality added to how the post pages and category pages are created.

If you want to place a block for example in the category page now, this could only be done by manually entering it in the category template files. This is a similar topic
https://forum.tagdiv.com/topic/category-top-posts-style-featured-posts/

Thanks

sympleweb
Participant
#0

Hi,

Looks like WPBakery is conflicting with post template. When using it at posts the texts miss the lines breaks and go behind the sidebar. Can you advise how to solve the issue.

I’m using:
Newspaper Version: 8.7.1 with child theme (demo ID: lifestyle)
WPBakery Page Builder Version 5.4.7

Thanks in advance!

jamie@gundigest.com
Participant
#0

I was creating my first page with TagDiv Composer, and was almost through when I noticed that the ‘saving’ animation was going. I had wanted to save my work, but I figured I should wait for the animation to finish. I waited half an hour and it didn’t stop, so I closed the page and reloaded it. Now when I try to get into Composer on this page I get this error message:

Errors happened during tdcIframeData.init() -> bindViewsModelsWrappers()!

And the loading animation goes on forever. The Composer pane never opens so I cannot edit my page any further.
Please help! Here’s the page: https://gundigest.staging.wpengine.com/sample-concealed-carry-category-page-template

Thank you.

Jamie

Viewing 25 results - 14,001 through 14,025 (of 18,570 total)