duena_studio
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Duena] 2.0.0 update issuesHi @slado777,
Can you please give link on your site? There can be couple reasons of this problem:
1) In 2.0 was changed Twitter Bootstrap version and old bootstrap css maybe was cached in your browser, to check it – try to open site in another browser, where you didn’t opened it before.
2) If you use some caching plugin on your site – they may cache old version of your pages with incompatible HTML markup, if you use such plugins – try delete old cache – such option or similar must be in each of this plugins.
3) If you use child theme and rewrite there some theme templates – replace in them bootstrap layout classes with new – for example ‘span8’ -> ‘col-md-8’, ‘span4’ -> ‘col-md-4’ etc. In 2.0 there are no backward compatibility for child themes based on old versions – it was our mistake, we’ll fix it with future updates.
If you give link on your site – I’ll could find reason in your caseForum: Themes and Templates
In reply to: [Duena] Sidebar with fixed imagesHi
By default slideshow gets slides from posts featured images, in Theme options you just can select posts category from which images will be putted. So you need totally rewrite slider template to make the slider work as you want.Forum: Themes and Templates
In reply to: [Duena] related posts uses full size image as thumbnailsAlmost certainly this solve the problem – every theme have own set of defined image sizes and all images are cropped to this sizes only once after uploading, so every time when you switching theme you should to regenerate thumbnails
Forum: Themes and Templates
In reply to: [Duena] related posts uses full size image as thumbnailsTry to regenerate your thumbnails with plugin
Forum: Themes and Templates
In reply to: [Bueno] Problems with comment boxHi,
You need to rewrite in your Child theme file comments.php, then find there next code:$args = array( 'comment_notes_after' => '<p class="form-allowed-tags">' . sprintf( __( 'You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags and attributes: %s' ), ' <pre>' . allowed_tags() . '</pre>' ) . '</p>' );and replace it with:
$args = array( 'comment_notes_after' => '' );Forum: Themes and Templates
In reply to: [Bueno] My events are no longer showingHi,
1) Which plugin you use for events calendar? I’ll try test it
2) To change color you need create child theme, or use some plugin for adding custom CSS code, then find via Chrome or Mozilla firebug elements, which you want to change and rewrite colors for themForum: Themes and Templates
In reply to: [Duena] related posts uses full size image as thumbnailsHi,
Can you please give link on your site.Forum: Themes and Templates
In reply to: [Duena] Completely eliminate sidebar?Hi,
Unfortunately now in Duena theme are not exist option for removing sidebar from home page. And today the best way to do it – is rewrite via child theme file index.php and manually remove sidebar and change layout class for content. But there is one problem – featured image size, image sizes for Image and Gallery post types are adapted for current layout, so if you change layout – you also need to change defined image sizes and regenerate your thumbnails.
Maybe such option will be added in future updates, because you are not first, who asked about it, but now i can’t say exactly whenForum: Themes and Templates
In reply to: [Duena] Error colorThis background inherited from Notifications plugin CSS file.
To fix this you need to create child theme for Duena (or use some plugin for adding custom CSS code) and add there next code:.post_meta.default { background: none; border-top: 1px solid #EBEAE7; }Forum: Themes and Templates
In reply to: [Duena] Error colorHi, can you please give link on your site? Hard to say only by image.
Forum: Themes and Templates
In reply to: [Duena] Blog feed custom summary lengthHi
You may use Excerpt field on writing posts screen to set manual summary as you wish. This summary will shown on home page.Forum: Themes and Templates
In reply to: [Duena] Sidebar Gone After The Latest Updateglad I could help you (:
Forum: Themes and Templates
In reply to: [Duena] Sidebar Gone After The Latest Update@nipponshin – yes, all look right now
Forum: Themes and Templates
In reply to: [Duena] Sidebar Gone After The Latest Update@nipponshin
Or try to use Delete Cache » button in plugin settingsForum: Themes and Templates
In reply to: [Duena] Sidebar Gone After The Latest UpdateMaybe I should disable wp super cache…
seems like it makes sense to try