gnoric
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Moving wp.com blog with large imagesThe import or the export? Do you manage to get your data from your site, or not even that? If there are problems with the export, you should raise them with wordpress.com
Forum: Fixing WordPress
In reply to: Woocommerce Read More ButtonCan you describe exactly what you did? As that is the official way to change the buttons, you might have implemented something wrong, or there is another plugin causing conflict.
Forum: Networking WordPress
In reply to: Domain MappingIn this case, yes you do. Because you are not mapping a domain on top, using redirects, but changing the site’s url. This is alot like moving a site to a new url.
Forum: Fixing WordPress
In reply to: Moving wp.com blog with large imagesHave you followed these steps to export your data?
https://en.support.wordpress.com/export/Forum: Fixing WordPress
In reply to: Allow user(s) to schedule but not to publishHmm.. this sounds like a quite specific programming issue, don’t think there’s a plugin out there.
You would have to hook into the publish_post and update_post hooks and do a manual check if the publish date is in the future, and if not, return false.
For better user experience you could also introduce a js script which blocks the button as long as the date is not set to a future date.
If you are having difficulties with these tasks, I suggest getting a wp professional.Forum: Fixing WordPress
In reply to: Fix Service ItemsSaving permalinks actually sometimes fixes issues like this. Can you please share a link to your site, where the issue becomes visible?
Forum: Fixing WordPress
In reply to: Fix Service ItemsPlease go to your backend, there you should see a settings menu item on the right bottom. When hovering on it, a submenu appears. This submenu has “Permalinks”. Go to that page and hit “Update permalinks”.
Then check if the issue persists.
Forum: Fixing WordPress
In reply to: HELP !!! Cannot login to wp-adminCan you check you php error logs? These should be available when logging in to your host. Copy them here, so we can debug the 500 error for you.
Forum: Fixing WordPress
In reply to: changing padding background colorThere you go:
.page .page-wrap .content-wrapper, .single .page-wrap .content-wrapper { background: #fff2e6; }Forum: Fixing WordPress
In reply to: Color and Width Changes to CSSplease don’t open duplicate threads, this makes it more difficult for us to help you.
https://wordpress.org/support/topic/footer-and-permalink-help/#post-8745133Forum: Fixing WordPress
In reply to: Footer and Permalink Helpfirst of, in your custom css remove this
.entry-content a, .comment-content a { color: #fff !important; }and change this
a.blog-more-link { background: #000 none repeat scroll 0 0; color: #FFF; /* ADD THIS LINE */ }2. The columns are all equal wide, the text is just not equal wide.
3. you can change the column width by adding the following code, and changing the second value:
.site-footer .widget { padding: 20px 20px; }Forum: Fixing WordPress
In reply to: Moving wp.com blog with large imagesCan you please give us an example of where images should show up? Generally speaking the old images need to be uploaded to wherever the dead links point to.
e.g. /wp-content/uploads/2017/2/6/Forum: Fixing WordPress
In reply to: Multiple LanguagesI think WPML is the most used, and definately not depreciated multi language plugin. It is – however – a premium plugin.
Forum: Fixing WordPress
In reply to: Blog Categories & MoreWhat is your main goal with the blog? Do you want to earn money by blogging? Or do you want to share your views with the world?
I would suggest using 1 blog, and having categories for all our interests. Then you can create multiple pages, which each only shows the posts of a certain category.
Forum: Networking WordPress
In reply to: Domain MappingYou shouldn’t need to change the wordpress url. Just map domains on top of your existing setup. Also, this should be in the multisite forum.
https://wordpress.org/support/forum/multisite/