MaritvanS
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Weird extra bar beneath page titleI’ve decided to change to another SEO plugin.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] emailaddress mentioned in cookiepageThank you for your response, Aert :). I’ll check out the plugin, keep up the good work!
Forum: Fixing WordPress
In reply to: Embedding video’s suddenly doesn’t work anymoreIt turned out the video’s from Vimeo were restricted. The only question remains why I could embed the first one, but not the second one. Though, that’s not your problem ??
Wow, thanks! I didn’t expect a solution! ??
I’ll see if I can find where to put the class style, since I don’t have a clue where to find a (the) wrapper. ??
But thanks, never the less!Forum: Plugins
In reply to: [WP Responsive header image slider] I can't find the settingsForum: Plugins
In reply to: [WP Responsive header image slider] I can't find the settingsI’ve read the txt file and added some code. I’ve added two Images to get started, but it doesn’t work. Nothing appears. So I’ve probably still a problem with the header.php file.
This is what it looks like:
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
<meta name=”viewport” content=”width=device-width”>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”>
<?php wp_head(); ?>
</head><body <?php body_class(); ?>>
<div id=”page” class=”hfeed site”>
<!– Header –>
<header id=”masthead” class=”site-header” role=”banner”>
<?php do_action( ‘sgwindow_header_top’ ); ?>
</header><!– #masthead –>
<div class=”sg-header-area”>
<div class=”header-wrap”>
<div class=”headerslider”>
<?php
echo do_shortcode(‘[sp_responsiveslider limit=”-1″ design=”design-1″ speed=”3000″ autoplay=”true” effect=”slide” autoplay_interval=”3000″]’);
?>
</div>
<?php
do_action( ‘sgwindow_header_image’ );
get_sidebar( ‘top’ );
?>
</div><!– .header-wrap –>
</div><!– .sg-header-area –>
<div class=”main-area”>As you can see, all I’ve done is added your code. I’ve tried to put it on several places, even tried to replace the do_action( ‘sgwindow_header_image’ ) part with your code. In which case the whole header image dissappears from my website. No slider…
Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] drop-down menu & widgetThanks for responding so quickly ??
1. I added the rule, that works! Thanks ??
2. I’ve got Dutch, English and German selected. Those are mentioned in de widget and in the plugin. But German does NOT show up in the drop-down menu on the right side of my website. ??
3. uhhh, I expected that to be the answer of the second part of my second question! ??
4. I know, I just wanted to let you know my absolute favorite extra option for the widget… ?? Maybe in a later version?
Thanks again! Love your work!
Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] contact form 7Wow, thanks! That’s incredibly fast! ??
And such an logical solution… I’m completely embarrased that I couldn’t figure that out myself.Forum: Plugins
In reply to: [Gmedia Photo Gallery] links and delete imagesOk, never thought of trying that to delete images from albums. It seems more logic and easier if there was an option “Move from album” when you look into the images in an Album…
I know HTML, but PHP… I’ll see if I can add links to the image description first :).