Aritz Olabarrieta
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Uploading a theme update to wordpress.org after 2 yearsThat was great!! Thank you 🙂
Forum: Themes and Templates
In reply to: [Flatty] Trouble with sliderHi again, ok, I saw the sliders have all the same id. My fault. I will publish a fix here, thanks again!
Forum: Themes and Templates
In reply to: [Flatty] Trouble with sliderHello Darkme86, sorry for the delay in my answer. Could you give me the exact url of the post where you have 2 galleries?
Forum: Themes and Templates
In reply to: [Flatty] Site Branding Font ChangeSorry for the delay… There is no email advising me of new posts so I just see the messages when I come around. The fonts used in the theme are not taken directly from google fonts, instead, I download the .ttf file and create the .woff and other formats manually. This way there is no Google dependancy and the site loads much faster. If you want to change the fonts you have to do it manually, first, including the necessary files in the /assets/fonts directory, the same way I did with the ones included, and then, writting the necessary markup in the CSS. I know it is a bit tedious, but I wanted a non-dependant theme. If you have further questions I’ll be glad to help.
Forum: Themes and Templates
In reply to: [Flatty] Only some of my child theme's CSS is being overwrittenI have updated the theme so that you can override the styles in your child theme. Just make sure the child theme’s style.css does the import of the parent theme’s style.css and assets/css/flatty.css.
For the color stylesheets, just copy them to your child theme mantaining the folder structure and you’re done 🙂
Forum: Themes and Templates
In reply to: [Wordstrap] InternationalizationThanks for pointing that out!
Forum: Reviews
In reply to: [Wordstrap] Very good theme with responsive design and featured postsThank you very much for your review, I am very happy you found the theme usefull. If you have any questions or suggestions feel free to ask for them.
Forum: Themes and Templates
In reply to: [Wordstrap] Breadcrumbs don't show subpagesHi there, will take this in consideration for the next theme update.
Forum: Themes and Templates
In reply to: [Wordstrap] extrange effect…Hi,
Don’t worry about theme updates. I will include this change or one that fixes this behaviour in future updates.Forum: Themes and Templates
In reply to: [Wordstrap] extrange effect…Hello, the problem seems to be not filling the “title” field of the widgets, which causes the layout to break. You can try to add a title, or you can edit the functions.php file and change the following lines:
Lines 90 to 93:
'before_widget' => '<div class="ws-widget-container well well-widgets">', 'before_title' => '<div class="ws-widget-title">', 'after_title' => '</div><div class="ws-widget-content">', 'after_widget' => '</div></div>'Change to:
'before_widget' => '<div class="ws-widget-container well well-widgets">', 'after_widget' => '</div>'That’s for the left sidebar. You can do the same for the right sidebar too.
I would appreciate if you could make a review of the theme, if you have further problems please let me know.
Forum: Themes and Templates
In reply to: [Wordstrap] extrange effect…Hi, ok it has probably something to do with using some widgets with no title or something, will check it out and tell you something. Thanks for your feedback.
Forum: Themes and Templates
In reply to: [Wordstrap] extrange effect…Hello juanstecno, if you could show me a shot of the Theme Options page I could help you better, but looking at your site, it seems some <div> or </div> is missing or placed incorrectly. Try deactivating the widgets one by one to see which one is causing the layout to break, and if you have edited any of the theme’s php files, be sure you have closed all </div> correctly. Tell me if that solves your problem and if not, give me a shot of yout theme options page to find it out. Sorry for the late answer.
Forum: Reviews
In reply to: [Wordstrap] Love Look – Dropdown Menus Now Work!Dropdown menus are now working correctly in theme version 1.7.7
Forum: Reviews
In reply to: [Wordstrap] Love Look – Dropdown Menus Now Work!Thank you for your review. You’re right that dropdown menus don’t work but they did! They stopped working for some strange reason. I will try to fix this issue and make a theme update.
Forum: Themes and Templates
In reply to: [Wordstrap] dont work in Firefox.Hi Zargs, could you give me some more detail about the errors you’re getting ? or how it is being displayed, which options of the theme options page have you checked, if you have a custom image for the header, etc. You can also try going to the theme options page, changing any option and saving the options in order to override the old ones, if you have updated the theme.