raimundoz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Ready to make my site LIVE – how to publish?Do you have FTP access to the server?
You can try “Method II (With URL change)”, but instead of moving the WordPress from the root to a folder, do it the other way, it’s the same steps.
Forum: Fixing WordPress
In reply to: Ready to make my site LIVE – how to publish?Hello,
Just to be clear, you want to redirect all the visitors that enter libforall.org to libforall.org/wp/?If that’s the case you can check all the information in this link.
Check all that information, it is very detailed.
Hope it helps!
Forum: Networking WordPress
In reply to: redirect non-www to wwwCan you paste the entire code of the .htaccess?
Forum: Networking WordPress
In reply to: redirect non-www to wwwHello,
The rules you need to add to the .htaccess is:
RewriteCond %{HTTP_HOST} ^www\.example\.com [NC] RewriteRule ^(.*)$ https://example.com/$1 [L,R=301]
Just replace the “example” with your domain.
- This reply was modified 8 years ago by raimundoz.
Forum: Fixing WordPress
In reply to: Can’t add commentsHello,
can you tell us the URL of your blog so we can have more information?It could be related to the theme.
Forum: Fixing WordPress
In reply to: Blog Contents and Footer Not Showing on Blog PostsGreat News!
??Forum: Fixing WordPress
In reply to: Cannot change search widget text font in twentyfifteenHello,
Do you want to change just the Search widget title or all the widgets titles?If you want to change all of the widget titles, you can enter the Theme Editor under Appearance -> Editor, and on the right search at the bottom for “Stylesheet (style.css)”, and then search in the code for “.widget-title”, there you can change the font family, color and size.
Hello,
I’m seeing the same page on both Mac and mobile, The title of the site is “Static Page – Travel Devoted”. It seems to be showing the static page, probably because of how the theme works.
This is what i get on my mobile
And this on my Mac
I’ve found a lot of threads about latest posts on the home in the GeneratePress theme forum,
maybe you can find your answer.Here some of them:
– Last post in homepage (page)
– Home page is latest posts but doesn’t show up if you click home
– How do I display recent posts on Home page in middle content section?Hope some of this helps!
Hello,
After deleting your static page, have you changed on the sidebar under Settings -> Reading -> Front page displays, from “A static page” to “Your latest posts”?Forum: Fixing WordPress
In reply to: Image Titles Aren’t Picked UpHave you checked if in the code from the image on the post, is showing the title or if it’s showing just the alt?
Because I’ve checked my blog and it seems it’s only adding the Alt tag, and no Title tag:
<img class="alignnone size-medium wp-image-304" src="https://domain.com/wp-content/uploads/2017/02/qtq80-8nmnTa-300×213.jpeg" alt=”Black Coffee” width=”300″ height=”213″ />
I’ve found this post about this topic, but I haven’t tried yet, take a look to see if that helps you.
Forum: Fixing WordPress
In reply to: Image Titles Aren’t Picked UpHello,
Besides the title on the images, did you add the Alt Text to them when you add the images to your posts?
I haven’t tried Raven Tools, but it seems to be looking for Alt Tags on the images.
Hope that helps!
Cheers
- This reply was modified 8 years ago by raimundoz.
Forum: Fixing WordPress
In reply to: How to change information on WPHello,
Did you try looking in the profile section?
You can find it in the sidebar under Users, My Profile (wp-admin/profile.php).
Hope it helps!