dimitris33
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to call a custom menu inside a pageyes it’s the styling of the theme, i am not sure what you want to do though.In case you want to see what i happening you can use the browser’s inspector or firebug.
Forum: Fixing WordPress
In reply to: how to call a custom menu inside a pageWhat kind of look / style do you want it to have?
Forum: Fixing WordPress
In reply to: Export older Posts to new domainYou can check if you are logged in as an admin and then go to tools and look for the export tool.If you still cannot find it you can download the plugin and try again (!).
Forum: Fixing WordPress
In reply to: 404 Error on WordPress PageOne thing that you need to check is if your hosting supports permalinks, i propose to talk to them first.
Forum: Fixing WordPress
In reply to: On mobile devices & my menuI recommend asking at https://wordpress.org/themes/mk/ so the plugin’s/theme’s developers and support community can help you with this.
Forum: Fixing WordPress
In reply to: Featured Image on Home PageHi, how do you set this featured image? where does it come from?
Forum: Fixing WordPress
In reply to: Advantages & Disadvantages of installing WP locallyYou should always have a backup strategy.If your original content will come from your computer then take a backup.If it is done on a live server your hosting company should make one for you and you can discuss with them how often they will do it.
Forum: Fixing WordPress
In reply to: Bilingual web pageYou need a plugin for that, do you have one?
https://codex.wordpress.org/Multilingual_WordPress
https://www.elegantthemes.com/blog/tips-tricks/how-to-make-your-wordpress-website-multi-lingual
Forum: Plugins
In reply to: [WooCommerce] Removing the woocommerce tags permanently?You can try this code in your functions.php
function unregister_taxonomy(){ register_taxonomy('product_tag', array()); } add_action('init', 'unregister_taxonomy');Forum: Fixing WordPress
In reply to: Can't upload ThemeHi, you can check if you are an administrator and if there is a conflict with any plugins you have.
Another thing is to make sure that your zip does not contain another zip.
Forum: Fixing WordPress
In reply to: help- I can't access my site or even wordpress.comI can see your site fine : )
Forum: Fixing WordPress
In reply to: Manual install for Plugin ExtensionsYou should better ask the authors directly or check their docs
Forum: Fixing WordPress
In reply to: How To Edit a Custom Link PageI recommend asking at plugin/theme support forum so the plugin’s/theme’s developers and support community can help you with this.
Forum: Fixing WordPress
In reply to: log in problems for revamped website using wordpressTry manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to
/wp-content/themes/and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).Forum: Fixing WordPress
In reply to: Import Only Importing ImagesHi,
when you did the export did you select all ?
when you did the import didn’t you get any messages from the importer?