Dumitru Brinzan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [EduPress] Carousel don´t save changesHi,
Everything seems to be working fine, no issues spotted in the default version of the theme.
Forum: Themes and Templates
In reply to: [Waterside] Header ImageHave you tried the Appearance > Customize page?
Forum: Themes and Templates
In reply to: [Reception] "Continue reading" settingsHi,
That happens because the theme displays the excerpt of posts with the the_excerpt() function and not the whole content with the the_content() function.
Most WordPress themes display excerpts, not the full content, and that’s exactly what the Reception theme does.
Forum: Themes and Templates
In reply to: [Reception] Slide showThe theme was not coded with full width logos in mind.
But you can add this custom CSS code:#logo img { width: 100%; height: auto; }
Forum: Themes and Templates
In reply to: [Reception] Slide showSend me an email to hermesthemes@gmail.com with your /wp-admin/ log-in details, I will check what’s wrong with your settings.
Forum: Themes and Templates
In reply to: [Reception] Slide showAnd no, using [gallery] or [slideshow] is in no way part of the official instructions or process of setting up the theme as the demo is.
If it were required to use a shortcode, it would have been mentioned in the documentation page.Forum: Themes and Templates
In reply to: [Reception] Slide showThe theme has a documentation page:
Reception Documentation.In 99% of cases the problem is that people skip the instructions and don’t read them, specifically this part:
Important to note: Make sure that on the Settings > Reading page your homepage is set to display “Your Latest Posts”.
.
Forum: Everything else WordPress
In reply to: Update the Codex > Theme Development Page.Is it safe to assume that we can lowercase the tags on the /themes/ page, and replace the space with a hyphen, and use these tags in our style.css?