-
Search Results
-
Hi
I have gone through numerous threads and cannot seem to find the topic related to my Question,find it quite strange that on one esle picked up on this.
For some reason Google fonts added through the Functions.php page does not work on mobile phones (ios) and some desktops.
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Oswald’] = ‘Roboto:100,400,600,800’;
$fonts[‘Roboto Slab’] = ‘Roboto Slab:400,300,700’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘Oswald’] = ‘Open Sans:100,300,700’;
$fonts[‘Roboto Slab’] = ‘Roboto Slab:400,300,700’;
return $fonts;
}So I tried to enqueue the script as follows but when I inspect the head the “,” separating the font-weight are replaced with % signs.
function load_fonts() {
wp_register_style(‘googleFonts’, “https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100”, false);
wp_enqueue_style(‘googleFonts’);
}
add_action(‘wp_enqueue_scripts’, ‘load_fonts’);in my style.css i would then call the style .something { font-family: ‘Roboto Slab’, serif;}
Can anyone please assist me in this please
Regards
Hi there,
thanks for all the help on earlier topics.
I need a plugin for Enfold which gives a visitor a download automatically after he gave his email adres.
What plugin is best?
tnx
dickHello,
I was setting up some demo sites with Enfold. I imported the restaurant content. I wanted to see if it would be useable for ordering pizza. This means someone would need to be able to choose size and select toppings. I installed gravity forms and an addon for product variations. It seems to work good for creating an item with these variations but when selecting to use a form for the product in woocommerce, the product doesn’t show up correctly on the engrave delivery page.
In stead of showing a thumbnail of the item with title and description (Small Cheese Pizza), it only shows a select options button. You can see the issue here http://demo2.chronustechnology.com/delivery/ There is a select options button appearing between “ROCOTTA CHEESE” and “VEGETARIAN PIZZA”. The button works and brings up the product page with the gravity form but it should be showing the thumbnail and description like the other menu items.
Any idea how to make it compatiable with gravity forms?
Thanks
After installing WPML the frontpage is shown differently than its been created. Switching from danish to english this is at the top of the page:
An icon with a pencil
FRONTPAGE
June 3, 2016/by adminAnd the text below the slider is now in a gray box. Switching back to danish and it looks fine again.
What to do?
Hi. I would like to change the font which appears in the Special Headings at the top of every page to the same font as I have for the logo. Sorry, forget what it’s called.
Thanks, Mark.
http://www.thegreatoceanwalk.comHi,
I’m trying to use a social icon which I don’t see in the social profile dropdown, but it is part of the default font in Enfold.
I have followed all the instructions as stated in this thread
https://kriesi.at/support/topic/use-different-social-icons/Added this code in functions.php file using the editor tool in wordpress:
add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_icon($icons) { $icons['sina-weibo'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue92b'); return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1); function avia_add_custom_social_icon($icons) { $icons['sina-weibo'] = 'sina-weibo'; return $icons; }but my icon still doesn’t appear in the social profiles dropdown
Please help
Hi
I have most of the the meta data to display when I create posts using the ALB. I’m missing only one piece – the posts categories.
I found the code block in this ticket: https://kriesi.at/support/topic/selective-meta-items-shown/#post-637003 but I’ve obviously missing the code that would go into the functions.php file. I tried the following code which I copied from the function #2 to display the tags data, but it did not work:
//For categories:
function custom_shortcode_func3() {
ob_start();
echo the_categories(‘‘.__(‘Categories:’,’avia_framework’).’ ‘);
$output = ob_get_clean();
return $output;
}
add_shortcode(‘the_post_categories’, ‘custom_shortcode_func3’);Can you help me please.
Thanks
Lyse
Viewing 30 results - 94,801 through 94,830 (of 142,845 total)
