mcsol
Forum Replies Created
-
I am sorry to say that I have to use a different theme on my website. Too bad, I really liked this theme. Meanwhile, I have found a different theme that also fits my needs better.
I am sorry to say that I have to use a different theme on my website. Too bad, I really liked this theme. Meanwhile, I have found a different theme that also fits my needs better.
Installed this theme on other website and hosting, but this issue isn’t solved. It isn’t really a problem but … well, strange.
When i use other themes some links and contact form 7 the mouse cursor shows the “red circle”. (in customizer) That’s normal i think… But aren’t locking forms and disable links only when logged in as Admin.
Deactivated all other plugins and this issue still exists.. Disabled bootstrap but that didn’t solved it. First the customizer wasn’t working correctly, some widgets appeared in the footer widget areas but I did not placed them there.
When logged out i can use the contact form and links created with wp-sitemap-page.
Can be a script used by this theme (I think) because on other websites the problem also occurs. I also noticed that Simple Lightbox doesn’t work.
I also know there where DDOS attacks a while ago on my web host.
Forum: Themes and Templates
In reply to: [Placid] Header showing on homepage onlyHello,
You can change a little in header.php.
Find at the bottom the following code:<div class="container"> <?php if(is_front_page() || is_home() ) : ?> <?php if ( get_header_image() ) : ?> <img src="<?php echo esc_url( get_header_image()) ; ?>"> <?php endif; endif;
and change this into:
<div class="container"> <?php if ( get_header_image() ) : ?> <img src="<?php echo esc_url( get_header_image()) ; ?>"> <?php endif;
When you update this theme the changes are lost, please create a child theme first.
Forum: Themes and Templates
In reply to: [Argent] [Solved myself!] Featured Images completely missingSee above…
Yes, I have the same troubles… Any help?