vismic
Forum Replies Created
-
Forum: Plugins
In reply to: [Print-O-Matic] Printing not working in FirefoxThank you very much for the suggestion, unfortunately that didn′t solve the problem in either browser ??
You can see all the styles added to the media print section of my CSS below. Maybe something is clashing with the styles you sent me? There is no styles in Custom Print Page Style on the settings page, since I removed these to the media print styles of the theme.
@media print {
#dishName {
font-size: 40px;
font-family: ‘Montserrat’, sans-serif;
font-weight: 800;
color: #4a3400;
}.recipe-stat {
font-size: 14px;
font-family: ‘Montserrat’, Sans-Serif;
font-weight: 600;
color: #4a3400;
margin-bottom: 20px;
margin-top: 20px;
}h1 {
font-size: 24px;
font-family: ‘Montserrat’, Sans-Serif;
font-weight: 600;
color: #4a3400;
}ul {
font-size: 10px;
font-family: ‘Montserrat’, Sans-Serif;
font-weight: 400;
color: #4a3400;
list-style-type: square;
list-style-position: inside;
}li {
text-indent: -1em;
padding-left: 1em;
}.et_pb_divider_0:before {
border-top-color: #e09900;
border-top-width: 2px;
margin-top: 20px;
}.et_pb_gutters3 .et_pb_column_1_2, .et_pb_gutters3.et_pb_row .et_pb_column_1_2{
width: 47.25%;
}
}Forum: Plugins
In reply to: [Print-O-Matic] Printing not working in FirefoxHi Twinpictures
Thank you so much for responding and looking into my request — and for complimenting my webdesign ??
The rewritten version of the plugin fixed the issue with the missing print dialogue in Firefox, which is great. But the only issue now is, that the print layout has moved to the left of the page (instead of centered), and 2 columns of text prints vertically and not horizontally (side by side), which they should: https://www.loom.com/share/5d1b98d40e5d44c6a3e7ae71abf54f76
I have tried to fix this issue with CSS without any luck — and I have moved the CSS-formatting to @media print in the themes CSS-file. I am using Divi-theme, if that makes a difference.
I hope you can help me resolve this issue
Thanks in advance ??
Michael Wedebye PedersenForum: Themes and Templates
In reply to: Unwanted footer space in TwentyThirteen theme!I am using a child theme now.
Forum: Themes and Templates
In reply to: Unwanted footer space in TwentyThirteen theme!Now I see what you mean, I will make it into a child theme then. Any solutions to my trouble with the spacing issue?
Forum: Themes and Templates
In reply to: Unwanted footer space in TwentyThirteen theme!Already did that. But it is still based on the code in the TwentyThirteen theme.
Forum: Themes and Templates
In reply to: Unwanted footer space in TwentyThirteen theme!I already updated and my changes are intact. Can anybody please help me with my problem with space in my layout?
Thanks per forehand ??
Forum: Themes and Templates
In reply to: Unwanted footer space in TwentyThirteen theme!I definitely will update my wordpress, until then I would really like some help with my actual problem.
Forum: Themes and Templates
In reply to: Unwanted footer space in TwentyThirteen theme!I am using WordPress 3.6.1 by the way!
Forum: Hacks
In reply to: Adjusting "My Post Cycle" and "My Advanced Cycle"No, I didn′t ??
Forum: Hacks
In reply to: Adjusting "My Post Cycle" and "My Advanced Cycle"Really hope that someone can help me with this…
I have tried to modify this piece of code:
<?php query_posts(“posts_per_page=” . $count . “&post_type=portfolio” . $category); ?>into this: <?php query_posts(“posts_per_page=” . $count . “&post_type=portfolio” . $category . “&category_name=produkter”); ?>
But apparently, the My Post Cycle widget doesn′t take slug names…
Any help would be appreciated!
Forum: Fixing WordPress
In reply to: How-to: Fix the flash on page load 3.2.x (FOUC)I get this error, when inserting the above code into functions.php: Fatal error: Call to undefined function add_action() in /var/www/vhosts/tinnethorup.dk/httpdocs/wp-includes/functions.php on line 2896
Can anyone explain why?
Thanks in advance ??
NOTE: I was inserting the code in the wrong functions-file – should have been in the functions-file in the themes folder. Didn′t work anyway though,
Forum: Themes and Templates
In reply to: HELP! Theme looks strange in IE8 :-(