The changes I am making to my site within individual pages, menu structure, and internal links show up on the site while I am logged in. As soon as I log out they disappear, not only on my system but on remote systems, iPhones, etc., in Chrome, Firefox, and Safari. If I log in again to WordPress they appear on the page until I log out.
I have consulted my web host. They seem to feel that it is a conflict between Page Builder by SiteOrigin and another plugin.
I deactivated ALL of the plugins, including PB, and the problem still persisted.
I then deactivated all EXCEPT PB, and the problem still persisted.
I then deactivated PB only, the problem still persisted.
As a result of the above, I am not certain this is PB, but I am going on the advice of my web host support in mentioning this possiblity.
I did not become aware of the problem until I received registrations for a canceled workshop. As of this moment the workshop is still showing as active and accepting registrations.
I would appreciate any assistance you can give.
Thank you.
]]>www.fysiodewerf.nl
Tnx for your support…
Kind regards
Karin
https://www.ads-software.com/themes/minamaze/
]]>Any insight?
]]>I’m thinking of updgrading to the Pro version of Minamaze. Does anyone have any experience with the differences between the Free version and the Pro version? Specifically I’m wondering…
– Will my site easily transfer over if I change this theme? Or will I have to re-format a bunch of stuff?
– Is there any easy way to use different fonts with the Pro version?
– Is the mobile usability much better?
Any and all info you could give me would be much appreciated! Thank you!
]]>I have 3 now by default but I just want to use 2.
]]>I think this is not a real problem for you guys but for me its irritating me!
If you look on my page(fittestbody.nl), you can see that i have allowed the sticky header. I also installed i plugin that displays a sticky contact bar on the top of the site. I just want my sticky header(the one with my logo and menu in it(white) just 35px or something sticky below the top.
I figured out that i have to change something in the function:
function thinkup_input_headersticky($classes) {
global $thinkup_header_stickyswitch;
if ( $thinkup_header_stickyswitch == ‘1’ ) {
$classes[] = ‘header-sticky’;
}
return $classes;
}
add_action( ‘body_class’, ‘thinkup_input_headersticky’ );
If I inspect the sticky header with firefox firebug; i can see that
element.style {
top: 0;
}
is the problem. But i dont know where i can change that. Has that something to do with the function above?
If I change the top:0; in element.style in firefox firebug, the problem is gone. But i really dont know where i cant find this in my theme files(css? header? functions??)
I really hope you guys can help me, because i hate that i dont know how to fix it!
]]>