dimitris33
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to hidden the whole homepage untill it is ready?🙂 the instructions are in the homepage of the plugin : )
Forum: Fixing WordPress
In reply to: Same database, different lookokay, so you mean the theme not the database.
Forum: Fixing WordPress
In reply to: How to hidden the whole homepage untill it is ready?You can use a plugin like this https://wordpress.org/plugins/network-privacy/
Forum: Fixing WordPress
In reply to: Language file keeps revertingcould you post a link where you found this code?
personally i think the problem is somewhere else, you can disable your plugins and test if it happens for example.
Forum: Fixing WordPress
In reply to: Sidebar Shows on Parent Theme, Not Child Thememaybe you can enable your child theme and remove your php files one by one to find which one is causing the problem?
perhaps you can find a child theme for 2013 and see it’s code.
Forum: Fixing WordPress
In reply to: error importing databaseHi,
what is post-new.php ? are you sure that the problem is in your theme?
Forum: Fixing WordPress
In reply to: Same database, different lookAt the moment the aroma-dryos.gr is blank.
how did you use the same database for 2 sites?
Forum: Themes and Templates
In reply to: [Pure & Simple] Theme crashed my site: )
hi, probably the best thing to do it restore your site, you can ask your hosting company to do it.
or, disable your plugins and remove any mods you have in the theme.
Forum: Fixing WordPress
In reply to: woocommerce storefront and thumbnails (I think?)Hi, i think you need to enter the images in the ‘product image’ box and the others in the ‘product gallery’
https://docs.woothemes.com/document/adding-product-images-and-galleries/
https://docs.woothemes.com/document/managing-products/Forum: Fixing WordPress
In reply to: Please help! Site title and description won't updateThis is different, you need to https://support.google.com/webmasters/answer/6065812?hl=en
or wait for Google to re index it.
Forum: Themes and Templates
In reply to: [Argent] Can not see comments<?php // If comments are open or we have at least one comment, load up the comment template if ( comments_open() || get_comments_number() ) : comments_template(); endif; ?>this is the comments code from the page.php and this is how the single.php looks
get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'single' ); ?> <?php // If comments are open or we have at least one comment, load up the comment template if ( comments_open() || get_comments_number() ) : comments_template(); endif; ?> <?php the_post_navigation(); ?> <?php endwhile; // end of the loop. ?> </main><!-- #main --> </div><!-- #primary --> <?php get_sidebar(); ?> <?php get_footer(); ?>you can download a fresh copy of the theme and restore any code it’s missing (not recommended).
Forum: Themes and Templates
In reply to: Parent to Child theme, where to copy changed files?make sure you use a child theme, it will help you along the way.
Forum: Fixing WordPress
In reply to: Please help! Site title and description won't updateyayyyyyyyy 🙂
(dont forget to close the thread)
Forum: Fixing WordPress
In reply to: How do i add an affiliate to my site🙂
you can use a text widget and a code like this
<a href="your link here">some text<a/>or you can insert it directly in your posts / pages.
Forum: Fixing WordPress
In reply to: Please help! Site title and description won't updateHi Katie,
you were right, i think you needed to inform facebook of your change.I tried to do it for you.You can try again now.