dwnfred
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I have no admin toolbar.Could you try to access to this page :
wp-admin/plugin-install.php?tab=dashboard
Forum: Fixing WordPress
In reply to: I have no admin toolbar.try to install a plugin like “user-role-editor” and try to activate the permissions for one new role or one by default
Have you tried to create a new user with admin rights and to login with this user ?
Forum: Fixing WordPress
In reply to: wordpress notify me of new posts by emailhttps://www.ads-software.com/support/plugin/subscribe-to-comments ?
or do I miss something with your request, i don’t really understand what do you want
Forum: Fixing WordPress
In reply to: How Do I Continue?https://s15.postimage.org/w85oqsp2z/more.jpg
use this button when editing/creating some posts
or you can use the HTML tab when editing the post and add
<!--more-->
Forum: Fixing WordPress
In reply to: Fatal ErrorForum: Fixing WordPress
In reply to: wordpress notify me of new posts by emailis this something related https://www.ads-software.com/extend/plugins/email-alerts/ with what you want to do
Forum: Fixing WordPress
In reply to: I have no admin toolbar.Do a printscreen and upload it on https://www.speedyshare.com/ or something to share in this forum to view what is the problem
An image is better than 1000words to explain the pb
Forum: Fixing WordPress
In reply to: Admin bar not showing after changing site URLSolved
it was a cookie problemForum: Fixing WordPress
In reply to: Admin bar not showing after changing site URLSolved
it was a cookie problemAnd when will the ver 2.0 will be available?
It seems that it is a general problem
Who is the nexten gen developper? Could you please inform us if it is possible to troubleshoot this problem, any clue on HOW we can manage or modify this plugin to get the featured image working ?
Thank you
I think to work we would need to recode the whole thumbnail’s function from nextgen gallery…
same here i have tried to use wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), ‘large’ ); and it doesn’t work at all
Forum: Fixing WordPress
In reply to: how to put search box in headerYou need to find the ID of your search’s box (i called it here searchbox, then it’s ID is #searchbox) then you can through CSS positioning it where you want like that :
div#searchbox{ position:absolute; top: Xpx; right: Xpx; }
Forum: Fixing WordPress
In reply to: how to put search box in headerYou have two ways to do that :
by positioning the search box in absolute and then where you want
by editing the code to put a header section widgets on the top of your headerForum: Fixing WordPress
In reply to: Custom CSS in Google fontsI don’t get it your problem
When you go into Google webfont there is a little tutorial how to use the fonts
https://postimage.org/image/yb44b4bon/see attached picture