Gianluigi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: undefined function trailingslashit() when .maintenance presentI have the same error but only during the updates of almost any plugin. Maybe it is because the maintenance mode is activated during the process. But I don’t know what to do exactly to fix that.
Forum: Fixing WordPress
In reply to: Function get_page_children not workingNo ideas?
Forum: Fixing WordPress
In reply to: Adding media after moving domainsorry, solved
Forum: Fixing WordPress
In reply to: Images slider visualization problemSorry I pasted parts in italian, ignore them
Forum: Themes and Templates
In reply to: Worspress structure to modify header imageThanks for the help
Forum: Themes and Templates
In reply to: Worspress structure to modify header imageThe site is:
https://www.bewater.it/cerealbrenta/
Maybe I downloaded it from here:
https://[ redacted that site is not welcomed here ]/theme/agriculture-meadow.html
Tell me more about obfuscated code…
Forum: Themes and Templates
In reply to: Worspress structure to modify header imageThe index.php is:
<?php wp_get_header(); if (have_posts()) { while (have_posts()) { art_post(); } art_page_navi(); } else { art_not_found_msg(); } wp_get_footer();
Forum: Themes and Templates
In reply to: Worspress structure to modify header imageYes I set it now. The theme is “Agriculture Meadow”
Forum: Themes and Templates
In reply to: Worspress structure to modify header imageTks for the reply, very useful,but I cannot still understand where to insert my code. My header.php file ends with:
<link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/favicon.ico" /> <?php endif; ?> <?php wp_head(); ?> <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/script.js"></script> </head><?php } ?> <body <?php if(function_exists('body_class')) body_class(); ?>> <?php ob_start();
I know that ob_start() is useful for data streaming, but what data exactly? So what the file I have to modify?
Forum: Themes and Templates
In reply to: ob_start() functionok thanks but… what kind of buffering is? In other terms, what should be buffered and from what source?
tks
[closed – continue with https://www.ads-software.com/support/topic/worspress-structure-to-modify-header-image?replies=4 ]
Forum: Fixing WordPress
In reply to: How to use frame with wordpressThanks for quick reply.
The problem is: having a mp3 player which play a background sound that doesnt stop with page browsing. I searched for different solution and the use of frame maybe can fix my problem, because it doesnt need plugins (and I searched for them too but no one can fully solve my problem).
I can put the player in one upper frame and the wordpress site on the bottom frame. ThanksForum: Fixing WordPress
In reply to: How to use frame with wordpress@christine I agree with you, but its a customer request, obviusly.
@beee tell me more aobut these better ways, without rethink the entire structure of the siteForum: Plugins
In reply to: [Contact Form 7] [Contact form 7] prevent editing textareaThanks a lot!
Forum: Plugins
In reply to: [Contact Form 7] [Contact form 7] prevent editing textareaI have a textarea but I dont want user to resize it by clicking on the bottom right and moving. Is it possibile?