Forum Replies Created
-
RoelandParticipant# il y a 3 mois et 2 semaines
It looks like a theme problem. I used Generatepress. Changed it to Astra and then i see it. What theme do you recommend with WPCA?
in reply to: Widgets not visibleRoelandParticipant# il y a 3 mois et 3 semainesHi Imanol, There is no sidebar at all. This the My pages page, see image 14.
When I select on the Edit page > Sidebar right.Then it will show what is in the Sidebar Right widget block not what is in the sidebar, see image 15.It is also strange that the category is shown twice, as a link and without, , see image 16.Not what is in the Private page widgetbar, see image 17.Roelandin reply to: Widgets not visibleRoelandParticipant# il y a 4 mois et 2 semainesAny help on this?
in reply to: Link to private files not workingRoelandParticipant# il y a 4 mois et 3 semainesThat one was turned on. If I turned it off I see this, see screenshot.
in reply to: Link to private files not workingRoelandParticipant# il y a 4 mois et 3 semainesThis works now. It had to do with connecting the right pages at WP Customer Area > Websites pages.
Now I have a problem with the private files. I dont see the header and the file, see screenshot. This is the template I use:
<?php /** Template version: 3.4.1 * * -= 3.4.1 =- * - Entire customized template * */ ?> <?php $pf_addon = cuar_addon('customer-private-files'); $po_addon = cuar_addon('post-owner'); $post_id = get_the_ID(); $date = get_the_date(); $date_month = get_the_date('m'); $date_year = get_the_date('Y'); $date_url_year = $pf_addon->get_date_archive_url($date_year); $date_url_month = $pf_addon->get_date_archive_url($date_year, $date_month); $categories = get_the_terms($post_id, 'cuar_private_file_category'); if ($categories) { $category_url = $pf_addon->get_category_archive_url($categories[0]); $category_name = $categories[0]->name; } $author_id = get_the_author_meta('ID'); $author_name = get_the_author_meta('display_name'); $author_email = get_the_author_meta('user_email'); $author_biography = get_the_author_meta('description'); $author_website = get_the_author_meta('user_url'); $author_avatar = get_avatar($author_email, 64); $author_url = $pf_addon->get_author_archive_url($author_id); $author_submenu_links = $po_addon->get_owner_submenu_links($author_id, 'usr'); ?>
<?php do_action('cuar/private-content/view/carousel/before-author', $post_id); ?><i class="fa fa-id-badge icon-bg"></i><span><?php _e('Author', 'cuar'); ?></span><?php if ($author_avatar) : ?><?php echo $author_avatar; ?><?php endif; ?> <span class="cuar-meta-tile-info"> <?php echo $author_name; ?> </span><?php if ($author_website) : ?> <?php endif; ?> <?php if ($author_submenu_links) { ?><i class="fa fa-ellipsis-h pn"></i> <?php _e('More', 'cuar'); ?> <ul class="cuar-js-dropdown-in-overflow-menu dropdown-menu"> <?php foreach ($author_submenu_links as $author_link) { ?><?php } ?>- " title="<?php echo esc_attr($author_link['tooltip']); ?>" class="<?php echo esc_attr($author_link['extra_class']); ?>"> <?php echo $author_link['title']; ?>
<?php } ?><i class="fa fa-calendar icon-bg"></i><span> <?php _e('Date', 'cuar'); ?> </span><span class="cuar-meta-tile-info"> <?php echo $date; ?> </span><i class="fa fa-tag icon-bg"></i><span> <?php _e('Category', 'cuar'); ?> </span><span class="cuar-meta-tile-info"> <?php _e('Posted in', 'cuar') ?> </span>The private pages work well. I made some adjustments to the template there also.
in reply to: Link to private files not workingRoelandParticipant# il y a 5 moisHi, any updates on this?
Kind regards,
Roeland
in reply to: Link to private files not workingRoelandParticipant# il y a 5 moisHi,
Sorry the above reply had some strange link examples in it.It is a Single site.
The permalink settings are on post name and there you see the https://www.mainwebsite.com/subwebsite/sample-post/Also the WordPress adres (URL) and Site address url mention the subsite https://www.mainwebsite.com/subwebsite/Kind regards,in reply to: Link to private files not workingRoelandParticipant# il y a 5 moisHi,
It is a Single site.The permalink settings are on post name and there you see the https://www.mainwebsite.<wbr />com/subwebsite/sample-post/Also the WordPress adres (URL) and Site address url mention the subsite https://www.<wbr />mainwebsite.com/subwebsite/Kind regards,in reply to: Link to private files not working
10 sujets de 1 à 10 (sur un total de 10)