Storm Digital
Forum Replies Created
-
Forum: Plugins
In reply to: [10Web Social Post Feed] Pictures not showing in feedWe are experiencing the same issue here http://tharros.co.za
Hi
I am not sure if I’ve done this correctly as it is not working. I created a child theme and edited the footer.php file. Can you please verify for me if I added the code correctly. My footer.php file now looks like this:
<?php
/**
* The template for displaying the footer.
*
* @package GeneratePress
*/if ( ! defined( ‘ABSPATH’ ) ) {
exit; // Exit if accessed directly.
}
?></div><!– #content –>
</div><!– #page –><?php
/**
* generate_before_footer hook.
*
* @since 0.1
*/
do_action( ‘generate_before_footer’ );
?><div <?php generate_footer_class(); ?>>
<?php
/**
* generate_before_footer_content hook.
*
* @since 0.1
*/
do_action( ‘generate_before_footer_content’ );/**
* generate_footer hook.
*
* @since 1.3.42
*
* @hooked generate_construct_footer_widgets – 5
* @hooked generate_construct_footer – 10
*/
do_action( ‘generate_footer’ );/**
* generate_after_footer_content hook.
*
* @since 0.1
*/
do_action( ‘generate_after_footer_content’ );
?>
</div><!– .site-footer –><?php
/**
* generate_after_footer hook.
*
* @since 2.1
*/
do_action( ‘generate_after_footer’ );wp_footer();
?><!– Added by Andrea to collapse menu on mobile –>
<script>
(function($){
$(“body”).on(“click”,”#elementor-navmenu .menu-item a”,function(e){
$(“#elementor-menu-toggle.eltoggled-on”).trigger(“click”);
});
})(jQuery);
</script><!– end of code added by Andrea –>
</body>
</html>Thanks for your feedback. I’ll give the javascript a try.
Forum: Plugins
In reply to: [NavMenu Addon For Elementor] Mobile Navmenu Collapse on clickSame problem. Any solutions yet?
Forum: Themes and Templates
In reply to: [GeneratePress] header image moves to below navmenu on mobileThanks Tom
This has resolved it to a certain extent. It now displays correctly on the menu, but the menu is now only visible when I start to scroll. The menu needs to be visible on page load. I have tried adding a z-index, but that hasn’t helped.
Any ideas?
Kind regards,
AndreaHi George
I am using the Simple CSS plugin with Generatepress.
The URL of the site is https://storm.digital. For now, I am in the process of redoing the home page to fix all the issues.
Kind regards,
AndreaThanks Tom
That fixed it.
Forum: Fixing WordPress
In reply to: how to change ogp.me to httpsIn the meantime, I’ve removed the images and re-uploaded them, was just curious as to why the plugin didn’t pick the URLs up.
Forum: Fixing WordPress
In reply to: how to change ogp.me to httpsHi
Thanks for the reply. I have backed up my wordpress site and downloaded and run “Better Search Replace”.
I did a dry run first to see if it found the 3 https urls that you mentioned, but get the following results:
DRY RUN: 3 tables were searched, 0 cells were found that need to be updated, and 0 changes were made.
I only seem to have data stored in the following tables:
wptu_options
wptu_posts
wptu_postmetaI’m searching for
http://storm.digitalForum: Themes and Templates
In reply to: [GeneratePress] Content servered from different URLsThanks for the advice, reloading the image solved the problem.
Thanks – Works perfectly! You’re awesome!
Forum: Plugins
In reply to: [Contact Form 7] Order of fields on mobileMarked as resolved
Thank you so much for your prompt response. This issue is now resolved.
Kind regards,
Andrea- This reply was modified 7 years, 11 months ago by Storm Digital.