steve92
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Donovan] Standard size for preview imagesIn the previous post I put the css that solves the thing, but it is not a real solution, because width css is not a fixed measure.
One piece of advice I can give you is that you can change your codes at the source so that preview images scale correctly like these I have in my other site with another template: https://albertifoto.altervista.org
Forum: Themes and Templates
In reply to: [Donovan] Standard size for preview imagesResolved!
.attachment-post-thumbnail { width: 100%; height: 135px; }Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search result does not show imagesRESOLVED!
I hadn’t set “Featured Image” in the Edit field
Forum: Themes and Templates
In reply to: [Donovan] Where is the search box?SOLVED!
There is the native plugin in the widget area, just drag it into the widget column.
Forum: Themes and Templates
In reply to: [Donovan] Social icons in the headerSolved!
On /donovan/template-parts/header/navigation-social.php In content page I put this code at the bottom of the file.
if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) { ADDTOANY_SHARE_SAVE_KIT( array( 'linkname' => 'TUTTO CIÒ CHE RIGUARDA IL BENESSERE!', 'linkurl' => 'https://albenessereblog.altervista.org', ) ); }Of course I installed the AddToAny Share Buttons plugin
Forum: Themes and Templates
In reply to: [Donovan] Page shows 2 imagesSOLVED!
On the ./template-parts/content.page.php I removed this code:<?php the_post_thumbnail(); ?>Forum: Plugins
In reply to: [AddToAny Share Buttons] Social icon in headerSOLVED, I put this code in my file
<?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) { ADDTOANY_SHARE_SAVE_KIT( array( 'linkname' => 'TUTTO CIÒ CHE RIGUARDA IL BENESSERE!', 'linkurl' => 'https://albenessereblog.altervista.org', ) ); } ?>Forum: Themes and Templates
In reply to: [Donovan] Border come out on the right the boxSOLVED, I put this css
.main-navigation-menu ul a { border: none; }Forum: Plugins
In reply to: [AddToAny Share Buttons] Social icon in headerI know, but I want to manually put my site’s header. I need to know the url to insert.
Forum: Themes and Templates
In reply to: [Donovan] Social icons in the headerForum: Themes and Templates
In reply to: [Donovan] Smaller preview boxGoes better. You could remove a little space between the boxes, this makes the boxes enlarge.
Or you can shrink the widget column. I have tried to put but bust in the responsive..widget { width: 280px; }Forum: Themes and Templates
In reply to: [Donovan] Smaller preview boxI want to reduce the whole box (preview + text) so that there are 4 of them in a horizontal column on a 13 ‘monitor.
Like this in my old theme.
Forum: Themes and Templates
In reply to: [Donovan] Smaller preview boxI have a css child but I can’t find the css to make the post preview boxes smaller. I’ve a lot posts in the home.
- This reply was modified 7 years, 1 month ago by steve92.
I translated in italian the whole file for personal use. The only word that has not translated is this

There is something wrong.
I use loco translation, when I enter your file, I can’t translate your sentences into English because there are no sentences to translate.