pixellanguage
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems updating@missourisooner please follow this link
Forum: Fixing WordPress
In reply to: I broke my Site and WP address URLS@schmickles awesome, my pleasure.
Forum: Fixing WordPress
In reply to: I broke my Site and WP address URLS@schmickles do you have option to access your phpmyadmin if so then please update the link. Please follow this link
Forum: Fixing WordPress
In reply to: I broke my Site and WP address URLS@schmickles I see your current site working perfectly but to change from http to https you need to follow this link
Forum: Fixing WordPress
In reply to: site break down@scandinaviannerd While I inspecting your source code I see the server unable to find your theme CSS https://iqmstore.com/wp-content/litespeed/cssjs/d705d.css so please check if the site is configured properly.
Forum: Fixing WordPress
In reply to: Getting a redirect error@go-systems Please follow this link.
Forum: Fixing WordPress
In reply to: WordPress Site is redirecting to Malware Site@humzaarain Carefully follow this guide. When you’re done, you may want to implement some (if not all) of the recommended security measures.
Forum: Developing with WordPress
In reply to: correct place in theme for wp_meta()Forum: Fixing WordPress
In reply to: help with wp admin log inForum: Fixing WordPress
In reply to: Navigation doesn’t show when not full width on desktopPlease add the following code in Appearance > Customize > Additional CSS:
@media screen and (max-width: 991px) { body .nav-bar .module-group .module { display: inline-block; } }This should fix it! Please give it a go and let me know how it goes!
- This reply was modified 6 years ago by pixellanguage.
Forum: Fixing WordPress
In reply to: Weird code at top and bottom of homepageAwesome!!
@helith25
Autoptimize requires write-permissions to wp-content/cache and creates autoptimize/js and autoptimize/css in there. it will complain if that is not possible.secondly it requires access to the output buffer to “catch” and alter the HTML output and it requires read-access to JS- and CSS-files in wp-content and wp-includes.
if things don’t work, you’ll probably have a plugin (or theme) conflict, so try disabling/ enabling plugins one at a time and briefly switch themes to identify.
Forum: Fixing WordPress
In reply to: Weird code at top and bottom of homepage@ned716
Disable all your plugins to see if this disappears. If it does one of your plugins has been infected. Enable the plugins one by one to see which plugin is causing the problem. Delete the plugin and reinstall if it is infected.Next if you change the themes does this disappear? If it does one of the files in your theme has probably been infected.
Your Settings and data live in your database not in the theme. If you don’t have any modifications to the theme you can delete and reinstall the theme.
If you have a child theme you can still delete and reinstall the theme. If this disappears then you are good to go. If it doesn’t you know the problem is probably in one of the child theme files.
Forum: Fixing WordPress
In reply to: Getting rid of the homepage title@yomp2020 Yes please share a link for better troubleshooting. Though I looked at this theme and figured it out if you use this CSS then it might solved the problem.
.home article .title{display:none;}@sultanb24 There is no default feature for this logic in WordPress. You can achieve this feature by doing custom code or plugin. For example, you can use this plugin to achieve your requirement.