I have installed a free wp theme under WAMP called Best Hotel .
together with it an install of Elementor and templates.
I try to figure out how things work, its al related.
It is not clear in which section the specific modifications should be done: Elementor, WordPress, Best Hotel , Template or anything else
I created a template in the template section. Saved it, made a category.
But if I go to all page (edit quick) then attribute my own created template then I dont see my own template showing up, only the options : standard template, elementor canvas and elementor width
I would expected to have a possibility where to do that.
Has anyone any idea?
]]>I resume:
Can you inform me on the complete process to follow please?
Many thanks
Raoul
So far I’ve tried deactivating then reactivating the plugin, and accessing my site through a different browser.
If it helps, the “?” button next to it doesn’t do anything either. I can just keep clicking either to no avail.
Any help appreciated. I’m on WP 5.2.1 and version 5.5 of the slider. Using Enfold with Avia layout builder if that makes any difference.
Thanks!
]]>elseif (is_front_page()
..and somehow detect which template is set in the option for page template.<?php
if (is_home()) {
if (get_option('gs_show_home_page_posts', '0') == '1') {
include get_template_directory() . '/views/blog.php';
}
} elseif (is_front_page()) {
if (get_option('gs_show_front_page_static', '0') == '1') {
include get_template_directory() . '/views/page.php';
}
} else if (is_single()) {
$format = get_post_format(get_queried_object_id());
switch ($format) {
case 'gallery':
include get_template_directory() . '/views/post-gallery.php';
break;
case 'video':
include get_template_directory() . '/views/post-video.php';
break;
default:
include get_template_directory() . '/views/post-standard.php';
break;
}
} else if (is_page()) {
include get_template_directory() . '/views/page.php';
} else if (is_archive() || is_search()) {
include get_template_directory() . '/views/blog.php';
} else if (is_404()) {
include get_template_directory() . '/views/404.php';
}
]]>Also, there’s no access to ‘Editor’ in the Dashboard.
I’m using a multisite install, and my capabilities indicate, “gform_full_access”
Any ideas as to why?
]]>However, I would like to create a box under the header that is on the top of every single page of the site.
An example would be the “online security guard training and career center” section on www.securityguardtraininghq.com . It has a small text box with a picture that appears underneath the header on every single page.
How would I create something like that?
Thanks in advance!
]]>My hosting is through 1&1, and the blog is powered by WordPress.
Can anyone help me out here?
Here is the link to my blog: messages.monicasweb.com
Thanks,
Monica*