Rico
Forum Replies Created
-
Forum: Plugins
In reply to: [wp-forecast] Icons placementYou are welcome!
Do you have a list of all the terms somewhere?Forum: Plugins
In reply to: [Dynamic Featured Image] Nothing is workingHi,
Still nothing.I tried
$featured_images = $dynamic_featured_image->get_featured_images;
and
$featured_images = $dynamic_featured_image->get_featured_images();Perhaps the plugin is incompatible with this theme?
Forum: Plugins
In reply to: [Dynamic Featured Image] Nothing is workingNope. I tried that yesterday and I didn’t work either.
Maybe it has something to do with this value: $featured_images = $dynamic_featured_image->get_featured_images( 2 );What does number 2 stands for?
I’d like all selected featured images to slide infinitely …Forum: Plugins
In reply to: [Dynamic Featured Image] Nothing is workingThanks, but still nothing. :/
My whole code looks like this:
<?php $mh_newsdesk_options = mh_newsdesk_theme_options(); ?> <?php get_header(); ?> <div class="mh-section mh-group"> <div id="main-content" class="mh-content"> <?php mh_newsdesk_before_post_content(); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php get_template_part('content', 'single'); ?> <?php mh_newsdesk_socialise(); ?> <?php mh_newsdesk_postnav(); ?> <?php if ($mh_newsdesk_options['author_box'] == 'enable') { ?> <?php get_template_part('template', 'authorbox'); ?> <?php } ?> <?php if ($mh_newsdesk_options['related_content'] == 'enable') { ?> <?php get_template_part('content', 'related'); ?> <?php } ?> <?php endwhile; ?> <?php comments_template(); ?> <?php endif; ?> </div> <?php get_sidebar(); ?> </div> <?php get_footer(); ?> if( class_exists('Dynamic_Featured_Image') ) { global $dynamic_featured_image; $featured_images = $dynamic_featured_image->get_featured_images( 2 ); //You can now loop through the image to display them as required //For example foreach( $featured_images as $image ) { echo "<a href='{$image['full']}'>"; echo "<img src='{$image['thumb']}' alt='Dynamic Featured Image' />"; echo "</a>"; } }
Forum: Plugins
In reply to: [wp-forecast] Icons placementHi,
The plugin is working great! Thank you for your help.
I can volunteer translating the croatian terms in slovenian if needed. ??Forum: Plugins
In reply to: [wp-forecast] Icons placementGreat, thank you so much. Looks very good now.
What about the font size and alignment, can it be modified too?
Only the city, date, time and temperature – like on the screenshot.Forum: Plugins
In reply to: [wp-forecast] Icons placementSorry for a late reply.
Here, I activated a 3-day forecast.
Thank you very much for your effort.Forum: Plugins
In reply to: [wp-forecast] Icons placementIt looks nice, thank you very much.
I temporarily removed the 2-day prognosis because the icons were not placed hornizontally. Can we arrange that 3-day prognosis icons would be placed in a horizontal line?I would also like to enlarge the fonts (City, date, time, temperature). Is there a way that city name and date are left-aligned and that temperature is shown next to the icon? This text could remain the same size.
I made a quick screenshot.
Many thanks!
Forum: Plugins
In reply to: [Posts in Sidebar] Spacing between articles title sizeThanks, it worked!
Yes, I used the code in each widget because I did (or wanted to do) some minor changes in each one.Forum: Plugins
In reply to: [Posts in Sidebar] Spacing between articles title sizeHi!
Me again. ??
I changed theme’s fonts to Roboto Condensed and somehow I can’t do the same with the sidebar plugin.
Mind that I’m using three plugins at the time (they all have this extra code):.pis-title {
font-family: ‘Arial’, sans-serif;
font-size: 140%;
line-height: 120%;
font-weight: regular;
}Forum: Plugins
In reply to: [wp-forecast] Icons placementForum: Plugins
In reply to: [wp-forecast] Icons placementHi!
Thank you for your answer!
Are there any specific or more detailed information since I’m new to WP and all this? ??Have a nice day,
RicoForum: Plugins
In reply to: [Posts in Sidebar] Spacing between articles title sizeVery good, thanks!
Forum: Plugins
In reply to: [Posts in Sidebar] Spacing between articles title sizeOh, one more thing. ??
I’d also like to increase the spacing between image and title. Let’s say 10 px in both ways, top and bottom.
Thank you!Forum: Plugins
In reply to: [Posts in Sidebar] Spacing between articles title sizeMany thanks for your help!
Have a nice weekend!