Dani-Girl
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Won't Log InAnyone have any ideas?
Forum: Fixing WordPress
In reply to: Open Sans from Google Fonts = mixed Content blockedIts a closed site, so no access unless you are on approved IP.
Forum: Fixing WordPress
In reply to: Publish but doesn't publish?Any ideas? Why won’t it publish?
Forum: Fixing WordPress
In reply to: Publish but doesn't publish?Any ideas?
Forum: Fixing WordPress
In reply to: How do I not send a new user a registration email?That is a “core” process of WordPress. You would have to re-write WordPress’ core functions/program in order to achieve that.
Forum: Fixing WordPress
In reply to: How do I not send a new user a registration email?Are you asking that when a new user registers, they are not sent a “confirm your registration” email?
Forum: Fixing WordPress
In reply to: Open Sans from Google Fonts = mixed Content blockedchecked all plugins. the theme I’m using (which I created) doesn’t use google fonts.
checked plugins, none of them pull google fonts (only using two plugins)
its coming from WordPress.
Forum: Fixing WordPress
In reply to: Open Sans from Google Fonts = mixed Content blockedUsing custom theme so no fonts from google are being loaded. The Open Sans font is coming from WordPress Core and we need to change it so its served over https// . How its been coded into WordPress is that its being served over http
Forum: Fixing WordPress
In reply to: Disable Email requirementso that would mean creating a page? where would rthis code reside?
Forum: Fixing WordPress
In reply to: Website Stuck – Unable to Scroll Up or Down!This is causing your issue:
<!– Plugin: Facebook FanBox Popup (https://www.ads-software.com/plugins/facebook-fanbox-popup/) –>
Forum: Fixing WordPress
In reply to: Website Stuck – Unable to Scroll Up or Down!Yup its whatever your overlay is doing. when I reloaded, the site then became stuck
Deactivate any plugins you have that would cause an overlay to show up.
Forum: Fixing WordPress
In reply to: Website Stuck – Unable to Scroll Up or Down!I can scroll just fine.
check your cache.
do you have ad blocking software?
you have a “overlay” that pops up with a “search field” I clicked on the x next to it and the page displays fine.Forum: Plugins
In reply to: [WP-PageNavi] Category Pagination / Custom PermalinkOops, just installed this plugin and it fixed it
Forum: Plugins
In reply to: [mqTranslate] Problem using mqTranslate, WP 3.9 and Advanced Custom FieldsHi just to add to this,
the Advanced Custom Fields Plugin – Field type of Wysiwyg Editor overrides the content in the main wordpress editor when used with mqTranslate (this also existed as a problem with qTranslate).
Here is the Main word press editor with ACF Wysiwyg Editor below: different content in each field, before update:
After update – both fields contain the same content:
If i turn off mqTranslate, then ACF and the WordPress Editor works correctly.
Forum: Themes and Templates
In reply to: Custom Page TemplateI reduced the code down to the basics for the page, and yes, the main content is not showing up
Here is my code currently on the custom page template page
<?php /* Template Name: custom Page Template */ get_header(); ?> <?php the_content(); ?> <?php get_footer(); ?>
Header appears fine. Footer appears fine. I’m not getting anything from the_content();