Hi.
How do I reduce the header size?
I tried editing the CSS in theme but nothing
]]>using fGymn, latest version, WP latest version, child theme of fYmn active.
When viewed on smaller devices, the center widget areas are not responsive; boxes are overlapping. This happens on tablet-sized devices, and phone devices. You can see it using the small screen emulator in FireFox (latest) (Ctrl+Shift+M). The iPad and iPhone emulations show the problem.
In addition, the hamburger menu on phones is not ‘clickable’.
Also, the menu bar doesn’t wrap properly; the left menu items overwrite the site title on tablet devices.
Have verified this with the actual devices, in addition to the emulator.
]]>What modifications are needed to add additional pictures to the slider? Any mods would be placed in a child theme. Is a ‘hook’ available to the slider code?
Or, would I be better off disabling the slider area and using a ‘slider’ plugin in it’s place. If so, how to disable the slider?
Thanks. Nice-looking theme.
]]>Theme fgymm
datum berichtenpagina (homepage) blijft staan op 01 jan 1970.
Volgende verandering heeft mijn domein gemaakt voor mij :
De maker van je thema heeft met een zaak geen rekening gehouden. Bij een bepaalde combinatie van instellingen wordt er geen volledige datum weergegeven, waar hij wel op vertrouwd. Ik heb daarom de volgende aanpassing gedaan:
/**
* Displays date for blog posts
*/
function fgymm_show_post_date() {
//Does not work under all conditions
//$postDate = strtotime( get_the_time( get_option( ‘date_format’ ) ) );
//Works always
$postDate = strtotime( get_the_time( ‘Y-m-d H:i:s’ ) );
?>
<div class=”postdate”>
<div class=”day”>
<?php echo date( ‘d’, $postDate ); ?>
</div>
<div class=”month”>
<?php echo date( ‘M’, $postDate); ?>
</div>
<div class=”year”>
<?php echo date( ‘Y’, $postDate); ?>
</div>
</div>
<?php
}
Let op: Als je het thema update wordt deze wijziging ongedaan gemaakt.
“Ik adviseer je daarom dit te delen met de maker van het thema, zodat hij het in zijn code op kan lossen.”
]]>https://harddrivemma.3bwebdev.com/ There is a wandering “-” in this theme near the favicon. Can you please tell me where to remove it?
]]>I would like the Twitter icon integrated into the template. Can you advise me the steps to do so?
]]>