Forum Replies Created
-
AuthorPosts
-
Website is up all day.
See PM
Update did not help.
Hey Rikard
Look below for loginThanks
Solved. It was a plugin.
Thanks.Well, I send the login but haven’t heard since….
Yep, works fine now! Thanks Yigit.
In the sidebar please!
Well, I did all that but nothing happens.
Could you have a quick look: http://wptester.nl/sidebar/
(inlog in private content)I see, senx! And what should I do to display Facebook posts instead of a like box?
Are you sure that code is for Facebook post to appear?
Nice, but how do I include:
Step 2: Include the JavaScript SDK on your page once, ideally right after the opening <body> tag.
<div id=”fb-root”></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = “//connect.facebook.net/nl_NL/sdk.js#xfbml=1&version=v2.6&appId=1735310986680574”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>Senx!
Never public your login here!!!!!!!!!!!!!!!!!!!
Never mind. For some reason the problem partial is now solved. Page display correct without the Google maps element.
But still the Google Maps element, when imported from page builder, does not display (http://www.orthopedagoog-westland-delfland.nl/consultatie/)Superman!
Glad you could fix it, thanks!!!!!
Second attempt ;-)
I replied private. Did you receive that?
Doesn’t work for me.
I have put your code in function.php but still on iPhone (not at desktop) the telephone number
is a link and a strange color…. (may the server needs time to adept changes..?)<?php
global $avia_config;
/*
* if you run a child theme and dont want to load the default functions.php file
* set the global var below in you childthemes function.php to true:
*
* example: global $avia_config; $avia_config[‘use_child_theme_functions_only’] = true;
* The default functions.php file will then no longer be loaded. You need to make sure then
* to include framework and functions that you want to use by yourself.
*
* This is only recommended for advanced users
*/function add_custom_code(){
$output = “<meta name=’format-detection’ content=’telephone=no’>”;
return $output;
}
add_action(‘wp_head’, ‘add_custom_code’);if(isset($avia_config[‘use_child_theme_functions_only’])) return;
/*
* create a global var which stores the ids of all posts which are displayed on the current page. It will help us to filter duplicate posts
*/
$avia_config[‘posts_on_current_page’] = array();That is of course in the parent theme?
Thanks. Works perfect!
Senx!
My problem is that “portfolio category items” are displayed VERTICAL instead of HORIZONTAL.
please visit http://www.goedvliet.nl/inspiratieAnyone knows the trick to solve this..?
Sorry for wrong link, It should be:
http://www.dickhofman.nl/website-bouwen/responsive/ -
AuthorPosts