dimitris33
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Setup Automatic Updates on a personal LAMP machinei think this is what you’re looking for
https://wordpress.org/support/topic/wp-asking-for-my-ftp-credentials-to-install-plugins?replies=19Forum: Fixing WordPress
In reply to: I am losing the image code when updatingNot sure how is the code before updating it (saving it?)
Forum: Fixing WordPress
In reply to: url duplicate with random numbersi don’t see this happening, did you add a 404 page?
Forum: Fixing WordPress
In reply to: Sidebar copy in search results.I think you can solve this with Yoast and titles and metas
Forum: Fixing WordPress
In reply to: Customizing the mediaelement video playerIf this is a plugin you found in this site you should better try to get help from it’s author.
Forum: Fixing WordPress
In reply to: Suddenly backend user search has stopped working.You can check if you need to update any plugins + themes or WP itself.
Forum: Plugins
In reply to: [WordPress Importer] Export import imagesSo far i dont have this problem, you can check
1.your setup like theme + server + plugins
try with another theme, with your plugins disabled and make sure that you can actually upload images in your folder
https://codex.wordpress.org/Changing_File_Permissionsthe good news is that a new version is developed, i didnt have the chance to test it so far but you can try it if you like
Forum: Fixing WordPress
In reply to: Static Text for my Blogit looks like this is injected for some reason and this is a premium theme and i cant really help you.The best thing is to the contact it’s author and ask for help.
http://codex.wordpress.org/Forum_Welcome#Commercial_Products
Forum: Fixing WordPress
In reply to: Static Text for my BlogThis is strange can you try these alternatives?
<?php echo category_description( get_category_by_slug('category-slug')->term_id ); ?> With Category Title <div><strong><?php single_cat_title('Currently browsing'); ?> </strong>: <?php echo category_description(); ?></div>https://codex.wordpress.org/Function_Reference/category_description
Forum: Fixing WordPress
In reply to: Static Text for my Blogokay, so how did you insert the text? via appearance>editor? what did you type exactly?
Forum: Fixing WordPress
In reply to: Static Text for my Blogsomehow you have this
<p style=”min-height: 3416px;>
which is causing the gap!
Forum: Fixing WordPress
In reply to: admin login loads home page on 1 of 2 computersmmmm, i dont know what you mean, lost you.
Forum: Fixing WordPress
In reply to: Static Text for my Blogyes
Forum: Themes and Templates
In reply to: Child theme not workingJenny have you followed the howto of the Codex to make your child theme?
http://codex.wordpress.org/Child_Themes
you can also test the old way
Forum: Fixing WordPress
In reply to: Dropdown menu not working after updateHave you tried resetting them?