dimitris33
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: first blank thumbnail in media-libraryIf you have a backup you can click it and WP will re install the core files, be sure that you have a backup first!
even if you don’t have plugins activated the database still ‘remembers’ settings so your problem may not be fixed.
You can try exporting your content with tools->export and import it in a new database but that depends on the amount of data and its kind.
You can also try to regenerate the images with this plugin
Forum: Fixing WordPress
In reply to: first blank thumbnail in media-libraryHave you tried disabling your plugins / mods you have? are you using ACF ? do you get the same results if you disable it?
Forum: Fixing WordPress
In reply to: All custom boxes I place have gray backgroundsYou probably need to add the CSS to show the borders like its done here
https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_table_header
in your style.css you can add this code at the bottom
table, th, td { border:1px solid red; }if you are modifying a theme then it’s better to use a child theme.
Forum: Fixing WordPress
In reply to: Space At Top Of PageHi, i am trying the find which tables are causing the trouble but i can’t, please post a screenshot of describe in which area you are using them.
Forum: Fixing WordPress
In reply to: HTML in “Introductory Content” of CategoryIt isn’t 🙂 it must be a feature of your theme or from custom code / plugin.You can check the developer’s site and see if there is a new version that fixes this issue.
Forum: Fixing WordPress
In reply to: Issue with main navigation in Chromehappy that it works even if i can’t see the problem 🙂
Forum: Fixing WordPress
In reply to: Responsive Heading Font Sizesuper 🙂
Forum: Fixing WordPress
In reply to: Responsive Heading Font SizeI found it is ‘article__headline’ and it is a class of a <hgroup> tag.I think you want to change the h2 font-size.You can try something like
@media screen and (max-width: 800px) { .article__headline h2 { font-size:79px; } } @media screen and (max-width: 480px) { .article__headline h2 { font-size:56px; } }add this code at the bottom of your style.css file and ctrl+f5 to see the refreshed version of the style.
- This reply was modified 8 years, 7 months ago by dimitris33.
Forum: Fixing WordPress
In reply to: Responsive Heading Font SizeHi, is ‘article_headline’ a class name? is it on the front page?
Forum: Fixing WordPress
In reply to: Issue with main navigation in ChromeHave you tried to disable any browser addons ?
Forum: Fixing WordPress
In reply to: Theme Options not available@jacob it does have, you need to set the theme to static page and have more than 1 page, in wp>pages
Forum: Fixing WordPress
In reply to: Theme Options not availableTwentyseventeen requires you to have pages created, more than 1, if i remember correctly so that’s why you don’t see the options, it happened to me lots of times and thought there was something wrong.You can try other themes as well to see what is happening but i believe since you are using a specific theme, asking its developers is the best thing.
Forum: Fixing WordPress
In reply to: Theme Options not availableHi Sebastian, its better to ask directly the authors of the theme here https://wordpress.org/support/theme/bizgrowth
Forum: Fixing WordPress
In reply to: first blank thumbnail in media-libraryDoes it happen with newly created posts?
Forum: Fixing WordPress
In reply to: Menu in WP dashboard has changedyou just need to expand it again 🙂