Hello! I recently added a custom header on all pages of my website and the header itself looks good, but it is throwing off the scaling of the actual content of the website. On desktop view, the content (or body of each page) is now pushed to the far left and right of the browser window, and on mobile and tablet view, it cuts off the left and right sides of the content on each page. I used Canva to create the custom image with the exact pixel size the theme recommends. I have tried for many hours now trying to figure out how to fix this and if anyone could help, it would be greatly appreciated.
Thank you!
Dave
Hi, I have the last version of Kerli, which is a great theme but since it’s been updated it’s not responsive anymore. How can I fix this?
I found this fix:
if (!is_admin())
add_action(‘wp_enqueue_scripts’, ‘responsive_css’);
– if (!function_exists(‘responsive_css’)) {
+ if ( !function_exists( ‘responsive_css’ ) ) {
function responsive_css() {
– wp_enqueue_style(‘responsive-media-queries’, get_template_directory_uri() . ‘/core/css/style.css’, false, ‘1.9.3.4’);
– wp_enqueue_style(‘responsive-style’, get_stylesheet_uri(), false, ‘1.9.3.4’);
+ wp_enqueue_style( ‘responsive-style’, get_template_directory_uri() . ‘/style.css’, false, ‘1.9.3.4’ );
+ wp_enqueue_style( ‘responsive-media-queries’, get_template_directory_uri() . ‘/core/css/style.css’, false, ‘1.9.3.4’ );
+ if ( is_child_theme() ) {
+ wp_enqueue_style( ‘responsive-child-style’, get_stylesheet_uri(), false, ‘1.9.3.4’ );
+ }
}
}
to put into the function.php of the theme but I don’t know where exactly. Please help me out!
]]>Hi again, my URL is https://www.jeffersodyssey.com
In the past, when I disabled the “Scroll Infinitely” option, the NEW POSTS and OLD POSTS options were available at the bottom of the page.
Now I notice that when I scroll down, the older posts would not appear, and they just show the latest 7 posts… but not the older ones.
Help, please? Thank you.
]]>In the past, when I disabled the “Scroll Infinitely” option, the NEW POSTS and OLD POSTS options were available at the bottom of the page. When I enabled the “Scroll Infinitely” option, I honestly did not pay attention if they were still there.
Now I notice that when I scroll down, the older posts would not appear. I am not sure if this is just a problem with my connection, but I tried it in two different computers, different network connections, and they just show the latest 7 posts… but not the older ones.
Help, please? Thank you. The link is https://www.jeffersodyssey.com
]]>Help, please.
It’s my blog: https://www.jeffersodyssey.com/
Except for the header, which is still 960px wide, the rest is stretched, so there are no margins on the left, and it looks awkward. The body used to be aligned with the header. How do I restore that back, please? I don’t want to change my theme because I prefer Kerli.
I hope you guys can help me. Thank you.
]]>When I look at my site on mobile I only get an orange circle with 3 horizontal lines in it. When I tap it, it turns into an X. The menu doesn’t show the options. How do I get it to show up? I have an additional page I’d like to be able to link to in the menu.
Site is at https://www.brandyannhunter.com
]]>Hello.
I am trying to add an e-mail genericon to the top bar, but it will not appear. https://www.everydaywritinglife.com
I’ve edited the inc/topbar.php file in a child theme.
<?php if( get_theme_mod( 'kerli_lite_mail_url' ) !== '' ) { ?>
<a class="social social-mail" target="_blank" title="<?php _e( 'Subscribe by E-mail', 'kerli-lite' ); ?>" href="<?php echo esc_url(get_theme_mod( 'kerli_lite_mail_url', '' )); ?>"></a>
<?php } ?>
I’ve also edited the inc/kerli-lite-customizer.php file in a child theme.
$wp_customize->add_setting('kerli_lite_mail_url', array('default' => 'https://everydaywritinglife.com', 'sanitize_callback' => 'kerli_lite_sanitize_text'));
$wp_customize->add_control('kerli_lite_mail_url', array(
'label' => __('Mail URL', 'kerli-lite'),
'section' => 'kerli_lite_top_bar',
'type' => 'text',
));
I’ve also edited the style.css
.social-mail:before { content: '\f410'; } .social-mail:hover { color:#3B579B; }
However, the new option isn’t appearing in the Customizer, and the image isn’t appearing in the top bar. The hover and link seem to work because of the code in the kerli-lite-customizer.php file, but no icon appears.
What am I missing? Any guidance would be appreciated. Thanks!
]]>Hello.
I just installed the template this morning, and I love it! Thank you for making it available.
When I tested a post, I discovered that the unordered lists aren’t displaying bullets.
Can you please tell me what option to correct?
https://www.everydaywritinglife.com
(Look on the “5 proven ways” post. The two paragraphs above the picture of the old man should be bullets.)
Thanks,
Kari
Hi. I’m soon new to this… sorry! How can I create a child theme in Kerli Lite please? This is so I can make the pages 100% wide (I’ve already removed/deleted the Widgets Side Bar). Thanks.
]]>Hi. Can you tell me how I can remove (if possible) the Sidebar please? I’ve removed all the Widgets. Thanks.
]]>Hi. I have created 8 pages under a Parent page but only 3 of them show up as sub-tabs/menus. Why is this please? Can I have them all visible? If so, how please? Thanks.
]]>Hi, my url is https://www.casevacanzelipari.it/
I love the theme but the drop down sub menu is not visible, it’s only giving the site-navigation id the absolute position and the z-index, but then it’s positioning get’s kinda difficult especially cross browsers. I really don’t know what to do else. Please give me the solution
Giorgia
Hi. I’m using Kerli. Can I make a tab drop down with sub tabs beneath it to another Page. However, if I want to make sub tabs from part of a Page… can I do that? For instance, a Tab could be called Symptoms (a Page called Symptoms)… but the Page called Symptoms will have different symptoms (each with its own Heading) within that one Page. Is there a way of creating drop down sub tabs beneath the main Tab that is a list which is the same as each Heading in the Symptoms Page which is linked to each Symptom. For example:
Main Tab at top of page:
SYMPTOMS Page includes headings and paragraphs/descriptions beneath each heading, e.g. Depression (blah blah); Social Anxiety (blah blah); Low Self Esteem (blah blah)
Now for the Tab at the top of the page:
SYMPTOMS (person hovers over this Tab to see a list of:
Depression
Social Anxiety
Low Self Esteem
Can I create that and ensure they’re linked to the relevant Heading within the SYPMTOMS Page?
Thanks.
]]>Hi. I’m using Kerli. When I add a new Page, it comes up as a new tab (just beneath the header) which is perfect for me. However, it also comes up in a list beneath the MENU on the right. Is there any way I can turn the MENU into a drop down so that, when a person hovers or clicks on the word “MENU” (on the right), the list will appear as a drop down instead of a fixed list? Thanks.
]]>Hey,
I would like to increase the width of the template so that i can fit in the floating social bar in just one line. Can you please let me know how to do it?
Hi. I’m using the “Kerli” theme by VolThemes. When one hovers over the LinkedIn icon at the top of the webpage, you can see it’s spelt incorrectly as “LindedIn”. How can I change this please as I don’t want customers thinking the website is less than professional. When I select Appearance / User Customizer / Kerli Options / Top bar and social icons, everything is spelt correctly. So how can I change the spelling for the hover please or does VolThemes have to do this? Thanks.
]]>When I try to update the name of the menu titles, the entire wordpress dashboard freezes and stops responding.
]]>Hi, I’d like to italianize tag more, from “read more” to “continua”.
Can you please help me? My template is “Kerli lite”, thenk you very much
I would like to make the menu color the same whether the link has been visited or not. Is there a way to do this? I have found the location of the code, but I am not sure if I am including all of the right information since there is a color for non-visited, a hover color, and a vested color. Can you help with code? Thanks!
]]>I am using the Kerli Theme lite version and having scrolling issues. Whenever I scroll down to click the link to one of my blog posts, the page automatically scrolls back to the top where my header image is. To read the blog, I have to scroll down the page to get to the beginning of the blog post.
How can I fix this problem?
hi have purchased the upgrade but am unclear how to upgrade the theme, or if its automatic? please help
Andy