alpina21
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How show (only) calendar in onother html siteHi Samual and bcworkz,
The author of the the (native church) helpt me with this issue,
this was his anwser:
You can add this css at Theme Options => Custom CSS/JS
.page-id-264 .site-header, .page-id-264 .nav-backed-header, .page-id-264 .page-header, .page-id-264 .site-footer-bottom, .single-event .site-header, .single-event .nav-backed-header, .single-event .page-header, .single-event .site-footer-bottom{ display: none }
Hope this helps.this solution provides me a page without header, footer and side bar.
Thx for the support!
D.Forum: Fixing WordPress
In reply to: How show (only) calendar in onother html siteSamual,
and this is the link to the NAtive Church wordpress template,
=> https://preview.themeforest.net/item/nativechurch-multi-purpose-wordpress-theme/full_screen_preview/7082446?_ga=2.136070385.1566293221.1583160342-806400438.1578468808
Here you can see that the template has 4 different lay out of the calendar,
– Events listing
– Events Timeline
– Events Calendar
– Events Grid
I use the listing, because there is more info on it.Kind regards, D.
Forum: Fixing WordPress
In reply to: How show (only) calendar in onother html siteHi Samuel,
thx for the quick reply,
the link is: https://www.garryhagger.be/GarryHagger_2015/?page_id=264
(on this link is the sidebar removed)
the same page on the complete/normal site is: https://www.garryhagger.be/GarryHagger_2015/?page_id=990 (here has the page id-990??)Kind regards, D.
Forum: Fixing WordPress
In reply to: How show (only) calendar in onother html siteHi Samuel,
I had contact with the support team op the template,
this was there reply/answer:“Hi there
HTML template is a static template which can have events list when you add them manually in the code. There is no easy way to show only events list/calendar on the HTML website using the data from the WP website. You may use iframe code but keep in mind it will show the full page of the WP website there when placed in an HTML page.
Thanks”My question, is it possible to remove everything from the template to have only the calender? so I can set this up in a new invirement.
(or to remove the header and footer of the template fot this page. . . )Kind regards,
D.Forum: Fixing WordPress
In reply to: How show (only) calendar in onother html siteI used the chortcode like Samuel O. told me to,
but the problem is in the “Native Church” template you have 4 lay-outs of the events calendar, “Events listing”, “Events Timeline”, “Events Calendar” and “Evenst Grid”,
If I use the shortcode like Samuel provided me, it shows only the “Events Calendar”.
The problem is I need the “Events listing” because there is more info on it,Second problem is that when i select an event, it brings me back to the wordpress page Native church.
Is there a other way to use an “events calender” in wordpress and a other site?
Kind regards, D.Forum: Fixing WordPress
In reply to: How show (only) calendar in onother html siteHi bcworkz,
now it shows up in the page attributes,
I can make a new page selecting the template content only,how can I show my agenda (event calendar) on this page?
(from the Native Church theme => https://preview.themeforest.net/item/nativechurch-multi-purpose-wordpress-theme/full_screen_preview/7082446?_ga=2.155314751.524144231.1582558169-806400438.1578468808 )
Kind Regards, D.
Forum: Fixing WordPress
In reply to: How show (only) calendar in onother html siteHi Samual O,
I try to make this “template-content-only.php” like the link you send me,
but I can’t select ‘Content Only template” in wordpress after aded this .php file.I think the example code is not complete:
<?php
/**
* Template Name: Content only template
* Template Post Type: post, page
*
* @package WordPress
* @subpackage Twenty_Twenty
* @since 1.0
*/
?><html <?php language_attributes(); ?> class=”no-js”>
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
<?php wp_head(); ?>
</head>
<body><main id=”site-content” role=”main”>
<article <?php post_class(); ?> id=”post-<?php the_ID(); ?>”>
<div class=”post-inner”>
<div class=”entry-content”>
<?php
while ( have_posts() ) : the_post();
the_content();
endwhile;
?>
</div>
</div>
</article>
</main><!– #site-content –><?php wp_footer(); ?>
</body>
</html>kind regards, D.
Forum: Fixing WordPress
In reply to: How show (only) calendar in onother html siteYhx foor the reply bcwokz and Samual O.,
Samual O. => i use the kalender from the “Native Church template
( https://preview.themeforest.net/item/nativechurch-multi-purpose-wordpress-theme/full_screen_preview/7082446?_ga=2.156540408.293270706.1582484353-806400438.1578468808 ) How can I see if the plugin provides the embed code?BCwokz => how can I create a custom page template that does not use my theme’s header, sidebar and footer elements?
or is there a template with only an events calendar like the one i use?
important is that these items are diplayd: Titel, Date, time, adres end phone. . .
Kind regards, D.