dimitris33
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Having problem to import database from cpanel to pleski think its the same thing, did you try it?
about your sql errors, am not an expert but maybe you need to create first the database and then import it (1) and make sure you have the correct collation(?)
Forum: Fixing WordPress
In reply to: Login Twicem, i cant be sure why this happens but you may want to try another browser or clear your cache.
Forum: Fixing WordPress
In reply to: Having problem to import database from cpanel to pleskif you’re looking to migrate your content you can do it with the WP back end as i posted.Is that what you want to do?
Forum: Fixing WordPress
In reply to: how can i add multiple logos in my headeryou can try this
#cc-header .span7 { width: 100%; margin: 0 auto; #cc-header #register { float: none; }enter this code at the bottom of your style.css and see how it looks
Forum: Fixing WordPress
In reply to: Author linkHi,
maybe you need to check your permalinks? from the back end>general>permalinks>postname
you may need to update your site too.
Forum: Fixing WordPress
In reply to: menubar dropdown not visible on homepageHi, i think the best thing to do is to contact the authors of your theme and ask them for a compatible slider plugin.Otherwise you can search the plugins directory and use another.
Forum: Fixing WordPress
In reply to: photos are unedited version when i publishHi Allie, i am not sure which is an edited image and which isn’t.
also, do you say that you only upload the edited and somehow your site displays the non edited?
Forum: Fixing WordPress
In reply to: Problems with Child Category targeting in a headeryou can try enabling the debug feature to get a message of what is happening and / or check with firebug what happens (what code is displayed).
you can post your url too.
Forum: Fixing WordPress
In reply to: Having problem to import database from cpanel to pleskHi, how are you importing the database to plesk?
and is it an option to move your data with the WordPress > tools > import function?
Forum: Fixing WordPress
In reply to: Discover theme static home page stopped displayingcool, to avoid future nightmares i suggest you try to use code from one theme only : )
you can re install your original theme.
Forum: Fixing WordPress
In reply to: how can i add multiple logos in my headeri see, there is usually one place where you can enter a logo.What you can check is your appearance>widgets and see if there is any sidebar for the header which you can use to enter another image if this is what you want to do.
Forum: Fixing WordPress
In reply to: Discover theme static home page stopped displayingHi ken,
how do you open your homepage from the front end? (as a user).
did you try disabling your plugins?
Forum: Fixing WordPress
In reply to: URL Error on Blog PostHi, i cant see the message anywhere and i think i see the share icons? maybe you need to add some screenshots or post where they are exactly.
Forum: Fixing WordPress
In reply to: How to remove page title instead of hiding ityou will need to find the file that has the code and edit it.This can be dangerous if you don’t know what you’re doing : )
if it goes bad you can re upload the original theme.
so one way is to go to appearance>editor and find a file named ‘style.css’, select it and then add this code at the bottom
.page_head .postitle { display:none;}Forum: Fixing WordPress
In reply to: Login TwiceHi,
if you are using a plugin for the question / login, you may need to remove it and either find one that works or find the issue with this, for example maybe you need to update to the latest version.