Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
In the Widgets page the widgets may have been moved to Inactive. If that is the problem you just need to drag and drop them back into their respective widgets area.
As for the duplicates problem, I experience that too.
- This reply was modified 9 years, 7 months ago by kihlbaum.
You can use this plugin: https://wordpress.org/plugins/duplicate-post/
Works like a charm. Thanks!
Oups! You are absolutely right. It looks the way it is supposed to on another computer using IE 10. Really sorry to take up both your time with this one.
Tanks for all your help!
Lars
Great! However, using IE 10 it looks like this: http://www.kravmagasverige.se/Diacritics1.jpg
I should add that using smaller header size solves the issue. However, that I cannot have a smaller font size.
Thanks for the reply. Adding the code below to functions.php did not change anything
function add_subset_func($fontlist) {
$fontlist .= “&subset=cyrillic,cyrillic-ext”;
return $fontlist;
}
add_filter(‘avf_google_fontlist’, ‘add_subset_func’);The letters ÅÄÖ are Swedish (basically the same as German)
Agreed!
Solved itself.
Thanks for all your efforts! I finally got it to work using the plugin Ultimate Posts Widget.
I have now changed the functions.php to is_home(). Seems to be the same problem.
Addition to previous post:
Using “is_front_page” results in all posts beeing listedin both the front page AND blog page.
Using “is_home” results in all posts beeing listed at front page, but only sticky posts beeing shown in the blog page.Currently “is_front_page” is used in functions.php.
This reply has been marked as private.I tried to exchange the boolean to “is_front_page” but that did not work either.
I might add that the front page has page number 13.
Thanks a lot! However, that code resulted in the opposite: All posts showing on the front page (static page), but only Sticky Posts on my blog page.
I guess “is_home” returned the blog page instead of the home page.
Great! Thanks.
This is one of Kriesis strengths: your incredible support!Regards,
Lars
Thanks Yigit! Works like a charm.
Case closed.
Regards,
LarsThanks Andy. Is there a way to hide the main menu on the home page using a variation of
.page-id-1081 .main_menu { display: none; }
without removing the WPML icons and share Icons too using Enfold only and without Custom menu wizard?This reply has been marked as private.Oups, I made a mistake regarding bullet 1 above. No need to answer that. However, I do need to ask another question:
3. How can I have the level 2 menu items appear horisontally instead of as a drop down menu and also to replace the Main menu?
Ok, thanks!
BR
LarsAnd also, how can I change the lightbox width and high in the menu item?
Worked like a charm. Thanks!
Thanks for the quick reply! However, adding that code to functions.php still does not get Arvo as a choice in the “Defines the Font for your body text” drop down menue.
See screen dump http://www.restaurangtradition.se/os/Enfold-Arvo.jpg.
Ok, my bad. Adding the ‘ where they belong in the code I avoid the 500 error, however, no Arvo shows up in the body text fonts dropdown menue.
Regards,
LarsI fortgot to add that the result was a HTTP 500 error message
Thanks! I tried to add the following code to functions.php but to veil:
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[Arvo] = Arvo:400,600,800′;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[Arvo] = Arvo:400,600,800′;
return $fonts;
}Problem disappeared. No idea why.
-
AuthorPosts