dimitris33
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Your browser is out of date!Since this is a premium theme, i suggest you talk first with the author.
You may need to update your theme and WP install.
Forum: Fixing WordPress
In reply to: Blank page when click into the blogHi, you have a testimonials page which has no content
https://internationalprewedding.com/testimonial/
the blog post links to that page.
if you made changes in the theme’s code you can try reverting them.You can also check if your site needs updating (WP+theme)
Forum: Fixing WordPress
In reply to: Edit the nav menuHi, did you try the appearance menu?
Forum: Fixing WordPress
In reply to: Article title do not go to their proper perm-linksHi, you can try disabling your plugins temporarily, see if that helps.
if not, you can check if your theme needs updating and WordPress too.
make sure you have a backup first.
http://codex.wordpress.org/WordPress_Backups
https://codex.wordpress.org/Updating_WordPressForum: Fixing WordPress
In reply to: Your browser is out of date!Hi, this looks like it’s part of your theme’s code.
which theme are you using?
Hi blupje
i just tried it and it works fine, you can check if you have a conflict with another plugin by disabling all but the Styles.
Forum: Plugins
In reply to: [WooCommerce] Bulk change of pricesyes all simple products, i thought about export / import too.Besides a sql query ?
generally since you are the developer, do you recommend using sql ?
Forum: Themes and Templates
In reply to: Remove Page Titles on all pagesyou need to install a plugin like this and add your css code there or create a child theme.
Forum: Fixing WordPress
In reply to: Page/Post title issue and featured image issueI was right, there is no code to display the featured image.You will need to add yourself.
This ‘theme’ is a base to start and then add any functionality you need.
https://themeshaper.com/2012/02/13/introducing-the-underscores-theme/
an alternative you can consider is
Forum: Fixing WordPress
In reply to: Page/Post title issue and featured image issueIt depends on your code really.The theme is here https://github.com/automattic/_s
and you can see the code, i don’t see any code for image in the template files but i may be wrong, i will have to look deeper to be sure but i cannot do it now.
Forum: Fixing WordPress
In reply to: Page/Post title issue and featured image issueI have my blog excerpts being pulled into the home page but the header isn’t showing.
do you mean that you see the content of your posts but not the title?
you can check your css too for any mods you made.
Forum: Fixing WordPress
In reply to: Page/Post title issue and featured image issueI cannot really help if i don’t know which theme you are using.If you downloaded it from wordpress.org its best to create a thread in their forum so the author can help you directly.
Forum: Fixing WordPress
In reply to: How can I fix the link's language?Hi, i know what you mean, if you have your wordpress>settings>permalinks to ‘postname’ or any other setting besides ‘default’ then you are okay, SEO wise.
Forum: Fixing WordPress
In reply to: Website not working with https and Not getting any new trafficHi,
if you don’t have your site setup to work with https then it won’t.Your hosting company should be able to tell you if you did that.
As for the traffic, i don’t know why you don’t get traffic, did you setup your GA analytics? did you change your domain name?
Forum: Fixing WordPress
In reply to: Page/Post title issue and featured image issueHi, i believe you can start by downloading a fresh copy of your theme and revert your changes.That will restore the missing php code.