Good day! I am trying to disable the social media icons on each post and I am not seeing an option in the theme customizer to do this. Is it possible via CSS? Thank you!
Maddie
]]>How do I increase the header size to show the full image?
]]>Здравствуйте, подскажите пожалуйста, как адаптировать элемент(текст) так, чтобы он уменьшался по мере уменьшения блока. В данный момент при уменьшении экрана, элемент(текст) выходит за пределы экрана, подскажите пожалуйста как это можно исправить? На компе все ок, проблема с мобильной версией.
]]>I have been working on getting this theme setup and it’s going well, but I wanted to get the YouTube icon in the upper left corner with the Facebook and Twitter icons.
I have set the Youtube URL value under Dashy Theme Options –> Canvas Slider, but to no avail.
I have looked under the “Social” theme option, but youtube is not listed there.
I tried to update the theme to include it, but I’m getting an error that says:
Notice: Undefined index: youtube_social in /var/www/html/wp-content/themes/dashy/ripplethemes/customizer-settings/social.php on line 72
I updated ripplethemes/hooks/socialicons.php with the following code:
<?php
// youtube
if(dashy_get_option('youtube_social')!=''):
?>
<li>
<a target="_blank" rel="noopener noreferrer" href="<?php echo esc_url( dashy_get_option('youtube_social')) ?>"
class="social-icon">
<i class="fab fa-youtube"></i>
</a>
</li>
<?php
endif;
?>
And updated ripplethemes/customizer-settings/social.php with:
// Youtube
$wp_customize->add_setting( 'youtube_social', array(
'capability' => 'edit_theme_options',
'default' => $default['youtube_social'],
'sanitize_callback' => 'esc_url_raw',
) );
$wp_customize->add_control( 'youtube_social', array(
'type' => 'text',
'section' => 'dashy_my_social', // Add a default or your own section
'settings'=>'youtube_social',
'description' => __( 'youtube','dashy' ),
) );
Please help me figure out why I can’t get YouTube’s icon to show up :).
]]>Missing field “item” in itemListElement.
Should itemprop=”item” be added before href?
<li itemprop=”itemListElement” itemscope itemtype=”https://schema.org/ListItem”
class=”trail-item trail-begin”>
itemprop=”item” href=”https://codecungnhau.com/” rel=”home”>
<span itemprop=”name”>Home</span>
<meta itemprop=”position” content=”1″ />
Hi,
I manage to change the capitalization for text with e.g.
p {
text-transform: lowercase;
}
But how do I change the header? I did expect this to work:
h1 {
text-transform: lowercase;
}
But it doesn’t. How to do?
Best
B?rje
The adaptive version of the site in the theme does not work, the text of the site in the mobile version stretches for the parent block. How to fix it? This is the latest update.
]]>Hi,
I am using Dashy theme option and need to add instagram as a sharing option on my post.
Can anyone will be able to help me.
]]>