hawaiiwp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: No images loading on subpageHello,
These are not subpages, but sites in a WordPress multisite.Media is not shared between sites by default.
You might try a plugin like:
https://www.ads-software.com/plugins/network-shared-media/Forum: Fixing WordPress
In reply to: Fuzzy Portfolio ImagesHello, what is the website address so we can take a look. Please always post with that information.
Most likely the portfolio page is pulling smaller sized images rather than the larger images you upload.
Forum: Fixing WordPress
In reply to: WordPress Error Redirect Too Much(Note: Please add your website address when posting so we can take a look at what’s happening.)
Sounds like your SSL is the problem.
Please contact your web host and have them troubleshoot the SSL.
??
arlenForum: Plugins
In reply to: [Simple Shortcodes] youtube Videos not displaying on HTTPS siteI can send you the very minor change I made to one file in your plugin. I’m not a hardcore developer so there might be better ways to code it.
Thanks for the suggestion. I replaced Widget Logic with a better plugin and everything seems to be functioning fine.
Can’t wait to check out Geo Directory’s options!
Here’s the error. Looks like the conflict is with Widget Logic.
[13-Jun-2014 21:38:16 UTC] PHP Fatal error: Cannot redeclare widget_logic_filter_sidebars_widgets() in /home/azusastr/public_html/wp-content/plugins/widget-logic/widget_logic.php on line 260Actually, my solution above worked, but memcache prevented the changes from being visible. Once memcache was cleared, I was able to login.
Here’s the tutorial to fix the users via phpmyadmin:
https://www.wpbeginner.com/wp-tutorials/how-to-add-an-admin-user-to-the-wordpress-database-via-mysql/Forum: Fixing WordPress
In reply to: Can not put image in the top of article.Great! Sorry for all the trouble. Different themes place code in different places. Glad it’s working for you. ??
Forum: Fixing WordPress
In reply to: Can not put image in the top of article.Remove the code from single.php
Add the code to loop-single.php
You’re looking to put it below the meta information and above the post content.
You may have to also add some CSS:
.attachment-post-thumbnail { display:block; float:left; }
Forum: Fixing WordPress
In reply to: Can not put image in the top of article.single.php is actually using another page called loop.php.
Can you post the contents of loop.php.
The code I originally asked you to put into single.php will need to go into another place so the image appears where you want it to.Forum: Fixing WordPress
In reply to: Can not put image in the top of article.can you post the contents of your loop.php file.
??Forum: Fixing WordPress
In reply to: Can not put image in the top of article.I’m not exactly sure where you want the image.
What theme are you using?
Very interesting. You must have configuration that’s not the standard. Thanks for sharing.
Forum: Fixing WordPress
In reply to: Sidebar covers contentIf you’re pasting text from another program, you’ll want to strip the formatting before inserting it into the post.
To do that when you’re editing a post:
1. Show the Kitchen Sink (all text editing options)
2. Click Paste from Microsoft Word or Paste as Plain Text
3. Paste your content in there
4. Finally insert the text into your post.You will have removed any unnecessary formatting from the other program.
Forum: Fixing WordPress
In reply to: Can not put image in the top of article.Oh, Sorry, put the second code in your single.php file, not the index.php.