dimitris33
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: custom post type as page with templates?Hi,
i think it is better to post your question in the plugin’s forum so other users and the author can help you better.
Forum: Localhost Installs
In reply to: Connection Information – FTP credentialsHello,
you can check this thread for a solution
https://wordpress.org/support/topic/wp-asking-for-my-ftp-credentials-to-install-plugins?replies=19
Forum: Fixing WordPress
In reply to: add more product categories in the home pageI think the best thing is to ask WooThemes directly.
Forum: Fixing WordPress
In reply to: Sidebar PostsI don’t see any sidebar, did you solve it?
Forum: Fixing WordPress
In reply to: Unable to add new plugin, with new WordPress installation.Do you still get this problem?
Forum: Fixing WordPress
In reply to: default menu appearedOne reason might be an automattic update of your theme.
especially if you have changed the parent and not using a child theme.
http://codex.wordpress.org/Child_Themes
https://codex.wordpress.org/Configuring_Automatic_Background_Updates
Forum: Fixing WordPress
In reply to: Change text in drop down menu barmaybe you need more info about menus?
Forum: Fixing WordPress
In reply to: Center FullWidth DivI see this rule
#main.fullwidth { width:100% }which is overwritten by yours, if you remove the
widht:75%
it works, no?
Forum: Fixing WordPress
In reply to: Second Add Page in Chrome hangsCould you give more info about this ‘add page’ ? i am not sure what you are trying to do.
Forum: Fixing WordPress
In reply to: Appearance of website when shared on mobile appsPlease check this page
https://yoast.com/social-media-optimization-with-wordpress-seo-by-yoast/
Forum: Fixing WordPress
In reply to: Display tagline after website name on google searchForum: Fixing WordPress
In reply to: WP won't updateFirst thing you can try is disabling your plugins and test your changes with another browser and / or clear your cache.
Forum: Networking WordPress
In reply to: Copy/Clone/Transfer Multisite to the MainsiteMy personal opinion is to make a test site first and then learn how to move WP sites
https://codex.wordpress.org/Moving_WordPress
http://codex.wordpress.org/WordPress_Backups
https://www.smashingmagazine.com/2013/04/moving-wordpress-website/
https://wordpress.org/plugins/wp-migrate-db/
https://www.siteground.com/tutorials/wordpress/transfer-wordpress/
Forum: Fixing WordPress
In reply to: Add image into widgetYou can use only html
<img src=”the path from your image you can copy it from your library” />
in a text widget
🙂
Forum: Fixing WordPress
In reply to: WordPress Login Error showing Number Addition CaptchaYou probably need to use another plugin that does not cause this problem, or check with it’s author why it behaves like this.
It is usual a theme+ plugin to not work perfectly and in these cases you either solve the problem or find an alternative plugin.
make sure you have the latest versions of WP+themes+plugins that helps.