d.jordan
Forum Replies Created
-
solved
thanks this is working like a charm ??
This is somehow not really working.
The content of the shortcode gets positioned outside the tick div at the start of the page that contains the shortcake of the ticker.I tested test[someshortcode]test. Both test-words are in the ticker but the content of the shortcode is still at the beginning of the page.
This is the Shortcode in functions.php:
function get_metallpreise_content( $atts ) { echo "PLATIN 1.111.111 CHF"; } add_shortcode( 'metallpreise', 'get_metallpreise_content' );
Forum: Themes and Templates
In reply to: Mobile-like Menu on Desktop SizeHi Mr Case,
thank you for your quick response.
Unfortunately, the site has not yet been published, it’s just in a very early stage (still designing) and I saw the design and was thinking how to solve this in wordpress.
So this is more a general question.@photocrati – That’s great to hear!
In theory it should be easy as this:.ngg-gallery-overlay { width: 100% !important; display:block; float:left; } .ngg-gallery-thumbnail-box { max-width: 33% !important; height: auto; } .ngg-gallery-thumbnail { max-width: 100% !important; height: auto !important; } .ngg-gallery-thumbnail img { border: none; padding: 0; width: 100%; height: auto !important; }
But it won’t change the image size, only if the width of the browser window is really small, like mobile view. At some width the code changes nothing and the images stay at their thumbnail sizes.
Could that be because of the responsiveness of the gallery?
Something is messing with this css, but I can’t find out what it is, any hints?Thanks!
– Dan