felixdorner
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Yuuta] Featured Image QualityThe featured image is displayed with a custom size set by the theme of max 1400px to save bandwidth and increase site performance. However, I will need to wrap my head around responsive background images for high-resolution displays to solve your issue. I am not sure, but you could probably add a filter to change the custom image size set by the parent theme in a child theme.
Forum: Themes and Templates
In reply to: [Kiyoshi] Creating child-theme with other template filesHey, the theme works with hooks. Find a hook in a template file you want to modify. Then de-register any hooked functions and add your own. There might be a learning curve to modify this theme but you will learn to love hooks when you get through. 🙂
Forum: Themes and Templates
In reply to: [Kouki] How to remove scroll from top bar menuHey, I can’t reproduce your issue. Do you see a scroll-bar in the menu on my demo site as well? https://kouki.felixdorner.de/
Forum: Themes and Templates
In reply to: [Yuuta] Using static page and post with featured imagesSorry guys, this was a bug. It is fixed now.
Forum: Themes and Templates
In reply to: [Yuuta] Desktop full MenuI have no idea what you mean?
Forum: Themes and Templates
In reply to: [Yuuta] on Mozila image parallax scrolling Stopped workingI have no idea what is going on on your site with your customizations. I would have to look into your code. However, this would extend the support I can give for a free theme.
Forum: Themes and Templates
In reply to: [Yuuta] changing header fontSorry, there are no options to change fonts for the theme. If you want to customize the fonts you need to customize the CSS and you need to implement your custom font in the code. I would suggest to do so with a child theme otherwise your changes are lost when updating the theme. There might be more easy solutions with plugins that let you setup custom fonts.
Forum: Themes and Templates
In reply to: [Yuuta] Search iconShould be fixed with the new version.
Forum: Themes and Templates
In reply to: [Yuuta] Site LogoFinally, I implemented the native solution of WordPress to add a logo.
Forum: Themes and Templates
In reply to: [Yuuta] link postHey, I just wrapped the text in a H2 tag. it’s easy to do within the WordPress editor. on top of the editor you can add different headline types (H1 – H6).
Forum: Themes and Templates
In reply to: [Yuuta] Menu close after a link is clickedHey, the theme is not developed to get used as a one-pager. However, you can use the following script to make it work:
$( '.site-navigation-wrapper .menu-item a' ).on('click', function() { $('.site-navigation-wrapper').removeClass( 'is-visible' ); $('site-header').toggleClass('menu-is-open'); $('.menu-icon').toggleClass('is-clicked'); });- This reply was modified 9 years, 3 months ago by felixdorner.
Forum: Themes and Templates
In reply to: [Yuuta] How to add stroke to contact form fieldsThat was a bug. I uploaded a new version that should fix the issue.
Forum: Plugins
In reply to: [Tailor Page Builder] Uneven sized grid itemsI have to reopen this.
I want to create a section (based on 12 column grid) where I have an element which takes up 8 columns and then shift it 2 columns to the right? (first and last 2 columns will be not used for this section but are needed for another section which is why I don’t want to work with margins or paddings) Is this possible?
Forum: Plugins
In reply to: [Tailor Page Builder] Uneven sized grid itemsfound it….
Forum: Plugins
In reply to: [Custom Permalinks] ERR_TOO_MANY_REDIRECTS without the trailing slashSame issues here. When I rolled back to version 0.7.25 everything works fine.