benedicksahagun
Forum Replies Created
-
Hi,
You are awesome, everything works perfectly now!
Forum: Plugins
In reply to: [Related Posts for WordPress] 500 Internal Server Error from admin-ajax.phpI also get this problem, I think its because of plugin’s incompatibility to PHP 7.0
Forum: Plugins
In reply to: [Related Posts for WordPress] 500 Internal Server Error from admin-ajax.phpI also get this problem, I think its because of plugin’s incompatibility to PHP 7.0
Forum: Themes and Templates
In reply to: [Libre] Customizing sticky menuYou’re welcome! Also the adminbar thingy isn’t necessary and the name of the script can be the same. Actually it would work without making changes on functions.php if the parent theme was configured correctly for child themes ??
Forum: Plugins
In reply to: Products are not showing on shop page.It may be better to post this as well on shopp’s support page.
Maybe you can check your html and see if register button was there and just hidden by some style, from there check the source of that css and make the necessary fix.
Forum: Fixing WordPress
In reply to: Responsive Preview does not respond to wp_is_mobile()Maybe you can give the snippet on how did you use it?
Forum: Fixing WordPress
In reply to: Login IssuesAre they setup as multisite or individual sites with their own database?
Forum: Themes and Templates
In reply to: [Libre] Customizing sticky menuOn you child theme create copy of /js/libre.js. and then you can additional offset before adding the ‘sticking’ class to the body like :
var stickyHeaderOffset; var additionalOffset = 300; if ( adminBar > 0 ) { stickyHeaderOffset = stickyHeader.offset().top + additionalOffset - 32; } else { stickyHeaderOffset = stickyHeader.offset().top + additionalOffset; }
Forum: Themes and Templates
In reply to: [Storefront] Make logo bigger no longer workIt’s difficult to depict the issue with only the snippet you gave, it maybe because the class names used on the theme were different now, of the container of your logo is just really small, or something different. If you can link the page here it will be easier ??
Forum: Themes and Templates
In reply to: [Libre] Customizing sticky menuWhat do you mean by too quickly? Do you want the sticky menu to appear after scrolling more pixels or you want to add a transition animation to make the appearance smoother?
Forum: Fixing WordPress
In reply to: Admin level User but cannot save many optionsMaybe try deactivating all your plugins and activate them one by one, it may be caused by plugin error or conflict.
Forum: Fixing WordPress
In reply to: Change the page background on mobile versionHi,
Checking on your site, i don’t see any white background perhaps its fixed already?
Most of the time, css selector for mobile and desktop is just the same, but you can limit your styling to mobile only using media queries. I made a sample here : https://codepen.io/bensahagun/pen/PNgbXg
Forum: Plugins
In reply to: [Shorty - The Shortcode Manager] Can I use PHP codes?Thanks for the suggestion!
Forum: Plugins
In reply to: [WP Referrer Spam Blocker] "Tools" menu gone when plugin activated.Thanks that worked! Hope this will fixed on the next update