enquirerit
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sela] Featured images appear above the post/page titleIn the template, featured images are shown above the post title in smartphone/phablet device, it seems.
Forum: Themes and Templates
In reply to: [Sela] Featured images appear above the post/page titleYes, I found a solution: I’ve added a snippet code telling browsers of mobile/phablet devices to ignore the post thumbnail:
@media screen and (max-width: 768px) { .post-thumbnail {display:none;} }
After that, I’ve installed a plugin (Featured Image) to display featured images automatically in a post where I put the related shortcode, so that the first image of the post is the featured image and it’s not repeated above the title for mobile devices. It permits to show automatically thumbnails in category post list using featured images and not unformatted first images.
Forum: Themes and Templates
In reply to: [Sela] How to manage plugins order in pageExcuse me, post link is this: https://www.studioangiuli.it/lo-smantellamento-del-sistema-giustizia-nellepoca-della-cosiddetta-austerita/
Forum: Themes and Templates
In reply to: [Sela] How to manage plugins order in pageYes, I know the Widget Sidebar Area. but I refer to plugins who writes themselves BELOW the post content; for example in this post, so in every post page, there is post text, after: Facebook box comments, Related post plugin, Share bar by Shareaholic and finally Jetpack “Like” plugin: are there orderable? In which page are they written? Thank you
Forum: Plugins
In reply to: [List category posts] Customizing resultFor the date you can use the expression: [catlist date=yes dateformat=”- Y/m/d”]
Yes, it works. Thank you.
Forum: Themes and Templates
In reply to: [Sela] How to change menu colorI edited the CSS style file of a child theme, but I think you can manage directly into Appearance > Edit CSS, so that it can save your changes… Try and view. I suggest you to create a child theme so you can make every changes you want and preserve your css values from overridding operation when you update main theme files.
Forum: Themes and Templates
In reply to: [Sela] How to change menu colorYes, I made changes to obtain the same color of the other menu choises. You have to change this value (background color) in style.css:
button,
input[type=”button”],
input[type=”reset”],
input[type=”submit”],
#infinite-handle span {
background-color: #D9645A;
border-style: none;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 12px;
font-size: 1.2rem;
line-height: 2;
padding: 6px 15px;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
-webkit-appearance: none;
}Note that I added manually the right shadows and borders around each site element (branding, menu, site content, footer).
Forum: Themes and Templates
In reply to: [Sela] How to change menu colorYes, I know that but I thought that copying all main theme css values into child theme css file will overwriting all values. Thank you. Do you like the site? Is backend-Wordpress colours friend.
Forum: Themes and Templates
In reply to: [Sela] How to change menu colorFound: problem is that some css controls are loaded by browser from main Sela css file and NOT from Sela child theme css file, for example the ‘Subscribe’ button for site updates on the sidebar. Thank you for the ‘Inspection element’ extension of Chrome.
Forum: Themes and Templates
In reply to: [Sela] How to change menu colorThank you, my site is this: https://www.studioangiuli.it/
I have problems understanding css language ?? grrrForum: Themes and Templates
In reply to: [Sela] How to change menu colorThank you for the code. Yes, I just use a child theme; I have difficulties to find every colour customization, for example the color of the menu button of main navigation bar in mobile version or buttons like ‘subscribe’ features or ‘leave a comment’. Where are they?!
Forum: Themes and Templates
In reply to: [Sela] Featured image appears above post titleHidden via css, thank you
Forum: Themes and Templates
In reply to: [Sela] Featured image appears above post titlethe page (the site is under construction) is this: https://www.studioangiuli.it/il-sito-derivati-info-consulenza-sui-derivati-finanziari/
Forum: Plugins
In reply to: [List category posts] Add "-" between name of the post and date of itOh, it runs with the “- Y/m/d” format date. Thank you very much