NinaHochkant
Forum Replies Created
-
Forum: Plugins
In reply to: [Email Encoder - Protect Email Addresses and Phone Numbers] encode footerhttp://www.hochkant.info
At the moment I don’t have my e-mail-adress in the footer because of this problem. Can you see enough without it?Forum: Plugins
In reply to: [Email Encoder - Protect Email Addresses and Phone Numbers] encode footerYes, it’s activated.
Forum: Plugins
In reply to: [Email Encoder - Protect Email Addresses and Phone Numbers] encode footerThanks, but when I do it like that the whole footer is not visible :(. It doesn’t work this way. Another solution?
Forum: Plugins
In reply to: [Email Encoder - Protect Email Addresses and Phone Numbers] encode footerThanks, but in footer.php it doesn’t work. When I write it in you only can read it on the Website. I tried it before </body>, between </body> and </html> and and after </html>. This ist my whole footer.php. Where exactly and how exactly do I have to write this text please? Thanks!
<?php
/**
* Footer Template
*
* The footer template is generally used on every page of your site. Nearly all other
* templates call it somewhere near the bottom of the file. It is used mostly as a closing
* wrapper, which is opened with the header.php file. It also executes key functions needed
* by the theme, child themes, and plugins.
*
* @package Origin
* @subpackage Template
*/
?>
<?php get_sidebar( ‘primary’ ); // Loads the sidebar-primary.php template. ?><?php do_atomic( ‘close_main’ ); // origin_close_main ?>
</div><!– #main –>
<?php do_atomic( ‘after_main’ ); // origin_after_main ?>
<?php get_sidebar( ‘subsidiary’ ); // Loads the sidebar-subsidiary.php template. ?>
<?php do_atomic( ‘before_footer’ ); // origin_before_footer ?>
<div id=”footer”>
<?php do_atomic( ‘open_footer’ ); // origin_open_footer ?>
<div class=”footer-content”>
<?php echo apply_atomic_shortcode( ‘footer_content’, hybrid_get_setting( ‘footer_insert’ ) ); ?>
<?php do_atomic( ‘footer’ ); // origin_footer ?>
</div>
<?php do_atomic( ‘close_footer’ ); // origin_close_footer ?>
</div><!– #footer –>
<?php do_atomic( ‘after_footer’ ); // origin_after_footer ?>
</div><!– .wrap –>
</div><!– #container –>
<?php do_atomic( ‘close_body’ ); // origin_close_body ?>
<?php wp_footer(); // wp_footer ?>
</body>
</html>done π
Great, thanks!! Sorry, I come from a very old html and I don’t know the work with classes.
A very good support!!!I have it now (sometimes I can login, sometimes not…)
<img class=”alignnone wp-image-42″ src=”http://diarrakonate.com/wp-content/uploads/2015/03/lg8-200×300.jpg” class=”popmake-59″ alt=”lg8″ width=”104″ height=”156″ />
I only added class=”popmake-59″.
No, I added a picture on the same site. The old popup is working (on “Open Popup”). But now I want to have the same popup when I click on the photo. I added the same ID (popmake-59). I did it with your example. Now I can’t write the exact link, because sometimes I can’t login in WordPress. Now I can’t login. One more problem.
When all will work I will have many different popups on many different pics. That’s my aim. In every popup will be a link to a different gallery.Oh, now I tried it with a photo, that’s what I need, it doesn’t work. I don’t understand. Same site …
Ah, ok,there I selected nothing. Yesterday on localhost I selected “on sites” and it didn’t work. Maybe the reason was xampp. Now I selected “on sites” and the site “Feuer & Licht”. First it was a link to “home”, but after writing popmake-59 instead of popmake-popup (both should work) it worked, Thanks! I solved one of my wordpress problems, great!