dimitris33
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images Not Showing In Media Library/Gallery after Uploading!Maybe a browser add on? you can try with another browser too.Another thing to try is disabling your plugins.
Forum: Fixing WordPress
In reply to: translating theme files with POeditHi Suballee,
one thing you can try is update your po file with the latest POT file.So
1.download the latest version of the theme
2.find the pot file
3.open your po file with poedit and from the menu hit update from POT and select the POTwhat this does is updating your po file with the latest string additions.
Forum: Fixing WordPress
In reply to: Can't find links to my blogHi happy,
what is the name of your blog?
Forum: Fixing WordPress
In reply to: “http://mydomain.com” vs. “http://www.mydomain.com”Hi, not sure how this iframe works but i think you are looking for this
https://codex.wordpress.org/Changing_The_Site_URL
you can change the url with one the ways explained in the Codex.
Forum: Themes and Templates
In reply to: Photos home page can not be displayedHi facec,
you need to give more info about your site, the url for example will help.
Forum: Themes and Templates
In reply to: [Modality] Link coloursHi,
to change the hover color for the articles header
.post-title h3:hover { color:red;}for the articles header
.post-title h3:hover { color:red;}menu color
.navbar-nav li a { color:red;}Forum: Themes and Templates
In reply to: [Virtue] style.cssThanks for the reply, btw using the style.css in my child theme does not require an @import or
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' ); function theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); }Forum: Plugins
In reply to: [Styles] Menus Sliding Sidewaysnot sure i got you : )
Forum: Plugins
In reply to: [Styles] TwentyTwelve Homepage widgets customizations not being savedHi rdw, could you post the exact changes you made with Styles?
Forum: Themes and Templates
In reply to: [Virtue] style.cssHi hannah,
the issue i had was that when i tried to add css in style.css in the parent directly it was not loaded and when i looked in the source code style.css was missing.This is different than most themes available but apparently this is how it works.
for reference you can child theme the theme and use normally style.css to add rules but not in the parent directly.
please correct me if i am wrong.
Forum: Fixing WordPress
In reply to: RSS Feed not workingi think this ismyblogworking is not correct, your site is indexed for example and it says its not.Also the validation for rss is correct.you may need to add a rss icon and the url of the feed to work(?) i cannot tell for sure.
relevant
Forum: Fixing WordPress
In reply to: 404 Not Found erroryou can check if this is a theme issue by changing your theme to a default WordPress theme like 2015.If the problem persists then it is something related to your hosting and you should contact your hosting company.If not you can disable your plugins and try again.
Forum: Fixing WordPress
In reply to: RSS Feed not workingForum: Fixing WordPress
In reply to: What is the problem between the normal and visual editor?i think you can do it the other way around, type in visual editor with line breaks.Or use html in text editor to create the format.
Forum: Fixing WordPress
In reply to: 404 Not Found errorplease try to re save your permalinks
wp-admin>settings>permalinks and select postname.