dimitris33
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post says published, but doesn't show on sitei meant the urls of the posts that images are missing.
Forum: Fixing WordPress
In reply to: Post says published, but doesn't show on siteplease post examples of these posts.
Forum: Fixing WordPress
In reply to: Center FullWidth Divsuper!
Using a child theme
http://codex.wordpress.org/Child_Themes
you can edit the ‘template-parts/content.php’ file and delete the content
<div class="entry-content"> <?php /* translators: %s: Name of current post */ the_content( sprintf( __( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'twentysixteen' ), get_the_title() ) ); wp_link_pages( array( 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentysixteen' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', 'pagelink' => '<span class="screen-reader-text">' . __( 'Page', 'twentysixteen' ) . ' </span>%', 'separator' => '<span class="screen-reader-text">, </span>', ) ); ?> </div><!-- .entry-content -->Forum: Themes and Templates
In reply to: trouble uploading new themeHi,
you can try to
1.disable your plugins
2.clear your browser’s cache and disable any add ons
3.log off / login againForum: Themes and Templates
In reply to: Can I move my site to wordpressHi,
This job requires an expert to migrate your design+data to WordPress, that is in the case you want to make it identical.
If not you can search for a theme that you like and then migrate your data which again requires a professional programmer.
Forum: Themes and Templates
In reply to: how can I make a menu?I am not an expert but you can post your code for everyone to see and possibly help.
Forum: Themes and Templates
In reply to: how can I make a menu?do you have this in your theme?
https://developer.wordpress.org/reference/functions/wp_nav_menu/
Forum: Fixing WordPress
In reply to: Can't log in on wp get warningIt looks like WP is looking for the theme.
You can go with cpanel to wp-content/themes/ and rename your old theme.This will cause WP to use another theme and hopefully you will be able to log in again.
or you can restore your site from a previous backup
Forum: Fixing WordPress
In reply to: Adding a comment area below blog postsHi,
i don’t know how your theme works but you can check if you allow comments per post
https://wordpress.org/support/topic/how-to-enable-comments-1?replies=20
https://codex.wordpress.org/Comments_in_WordPress#Turning_on_Comments_for_a_Single_Post_or_Page
Forum: Fixing WordPress
In reply to: How do I add a URL to my installed font awsome iconsHi,
if this is theme you downloaded from https://wordpress.org/themes/ , it is better to ask the authors directly using the theme’s forum
example
Forum: Fixing WordPress
In reply to: How to see what changes the client made, restoring original siteHi, what kind of changes do you have to find? and why? what are they (client) looking for?
Forum: Fixing WordPress
In reply to: Change logo url for logged usersHi, there is a function for checking this
https://developer.wordpress.org/reference/functions/is_user_logged_in/
Forum: Fixing WordPress
In reply to: Post says published, but doesn't show on siteBrowser maybe? did you try with another?
oh and maybe WP updated and there is a conflict problem?
Forum: Fixing WordPress
In reply to: Two mobile menus showing up in twentyfourteen themeHi, one way to find the problem is to disable your plugins temporarily and check the menus.
I think one of the two is coming from a plugin.
If it is indeed coming you can look for a setting to disable the second menu.