Since I updated the php version to 7.1.30 the header logo disappeared.
When I go into Design > Header Settings The Logo URL is set and saved.
Nevertheless the header logo does not show up.
Any suggestions?
I’d like to be able to run my site on PHP7 to take advantage of it’s faster processing times but Brickyard is not PHP7 compliant according to the ‘PHP Compatibility Checker’ plugin.
FILE: /public_html/wp-content/themes/brickyard-premium/functions/fe/widget-twitter.php
———————————————————————————————————————–
FOUND 6 ERRORS AFFECTING 3 LINES
———————————————————————————————————————–
89 | ERROR | Function eregi_replace() is deprecated since PHP 5.3 and removed since PHP 7.0; use preg_replace instead
89 | ERROR | Extension ‘ereg’ is deprecated since PHP 5.3 and removed since PHP 7.0 – use pcre instead.
90 | ERROR | Function eregi_replace() is deprecated since PHP 5.3 and removed since PHP 7.0; use preg_replace instead
90 | ERROR | Extension ‘ereg’ is deprecated since PHP 5.3 and removed since PHP 7.0 – use pcre instead.
91 | ERROR | Function eregi_replace() is deprecated since PHP 5.3 and removed since PHP 7.0; use preg_replace instead
91 | ERROR | Extension ‘ereg’ is deprecated since PHP 5.3 and removed since PHP 7.0 – use pcre instead.
———————————————————————————————————————–
FILE: /public_html/wp-content/themes/brickyard-premium/functions.php
——————————————————————————————————————————————–
FOUND 34 ERRORS AND 1 WARNING AFFECTING 7 LINES
——————————————————————————————————————————————–
1 | WARNING | File has mixed line endings; this may cause incorrect results
24 | ERROR | Function mysql_escape_string() is deprecated since PHP 5.3 and removed since PHP 7.0; use mysqli_real_escape_string instead
24 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
29 | ERROR | Function mysql_escape_string() is deprecated since PHP 5.3 and removed since PHP 7.0; use mysqli_real_escape_string instead
29 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
29 | ERROR | Function mysql_escape_string() is deprecated since PHP 5.3 and removed since PHP 7.0; use mysqli_real_escape_string instead
29 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
39 | ERROR | Function mysql_escape_string() is deprecated since PHP 5.3 and removed since PHP 7.0; use mysqli_real_escape_string instead
39 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
46 | ERROR | Function mysql_escape_string() is deprecated since PHP 5.3 and removed since PHP 7.0; use mysqli_real_escape_string instead
46 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
46 | ERROR | Function mysql_escape_string() is deprecated since PHP 5.3 and removed since PHP 7.0; use mysqli_real_escape_string instead
46 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
46 | ERROR | Function mysql_escape_string() is deprecated since PHP 5.3 and removed since PHP 7.0; use mysqli_real_escape_string instead
46 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
46 | ERROR | Function mysql_escape_string() is deprecated since PHP 5.3 and removed since PHP 7.0; use mysqli_real_escape_string instead
46 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
46 | ERROR | Function mysql_escape_string() is deprecated since PHP 5.3 and removed since PHP 7.0; use mysqli_real_escape_string instead
46 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
46 | ERROR | Function mysql_escape_string() is deprecated since PHP 5.3 and removed since PHP 7.0; use mysqli_real_escape_string instead
46 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
46 | ERROR | Function mysql_escape_string() is deprecated since PHP 5.3 and removed since PHP 7.0; use mysqli_real_escape_string instead
46 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
46 | ERROR | Function mysql_escape_string() is deprecated since PHP 5.3 and removed since PHP 7.0; use mysqli_real_escape_string instead
46 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
46 | ERROR | Function mysql_escape_string() is deprecated since PHP 5.3 and removed since PHP 7.0; use mysqli_real_escape_string instead
46 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
46 | ERROR | Function mysql_escape_string() is deprecated since PHP 5.3 and removed since PHP 7.0; use mysqli_real_escape_string instead
46 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
46 | ERROR | Function mysql_escape_string() is deprecated since PHP 5.3 and removed since PHP 7.0; use mysqli_real_escape_string instead
46 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
60 | ERROR | Function mysql_escape_string() is deprecated since PHP 5.3 and removed since PHP 7.0; use mysqli_real_escape_string instead
60 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
62 | ERROR | Function mysql_escape_string() is deprecated since PHP 5.3 and removed since PHP 7.0; use mysqli_real_escape_string instead
62 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
——————————————————————————————————————————————–
I am searching for the spot in customiser to change the color of the fonts which are seen on the posts: the author and the date. Also the tag color and the categorie of the post.
Please help me, it takes so much time to find out on myself. XXX
]]>I just tried a local page jump link for the first time on this site, and it always jumps too far using the Brickyard theme.
First I tried something like this:
<a href="#bucket">picture</a>
...
<h2 id="bucket">Bucket Brackets</h2>
The heading doesn’t show up, and the next paragraph is partially covered by the navigation bar.
I wondered if I got more space, if that would allow the heading to show. To try to get more space, I have temporarily put in horizontal rules and linked to them, like this:
<a href="#bucket">picture</a>
...
<hr id="bucket">
<h2>Bucket Brackets</h2>
But it still jumps too far. The horizontal rule, heading, and part of the paragraph are missing.
I see this problem with Firefox, Chrome, and Edge, either logged in or anonymous.
A live example can be seen on the page link below. It is a direct link that goes to a horizontal rule above the heading, both of which are off the screen:
https://www.logolites.com/products/signal-lights/#bucket
Any useful help is appreciated.
Thanks,
Kyle
Brickyard has “Header Logo” and “Header Image” which are similar, but put your graphic in different locations on the page. When I use “Header Image” (Header Image menu) there is no white space around my graphic. It looks great, but is in the wrong location (too low).
I want to use “Header Logo” (Brickyard Header Settings -> Header Logo) because it puts my graphic in the correct (top) location. Unfortunately, it puts white space around my graphic. How can I remove the white space from around my graphic in the Logo location?
I tried the same 1012 × 150 graphic in both locations. Site is https://www.logolites.com/ if that helps.
Thanks,
Kyle
Hi!
I love the brickyard theme but I have a problem with the header.
I would like to display in my website header the site title and an header logo.
However, when I upload an header logo this hides the site title.
I write this code as Custom CCS but got something wrong on smartphone or tablet:
.site-title::before{
content: url(picture.png);
float: left;
}
Do you have a solution for a more responsive code (or a better choice)?
Thanks in advance!
Hi,
How can i either hide mobile menu or make it look like it should ( dropdown menu). My problem is that in mobile view the menu looks exactly like the normal view, but because of the small size they are not in the same row. So i decided to use a plugin, but therefore i have to hide the mobile menu. the smarter option would be to fix my mobile menu.
Thanks in advance!
]]>Hi! How do I change the entry-content background color within a post on a single page? Thanks.
]]>This is my page https://www.myhealthylife365.co/ and i want to insert AD by google after Title in post https://prntscr.com/b0xn9e
]]>How to stop menu from going up and down as a scroll ?
https://prntscr.com/a6xjcx
i read this post and it was usefull https://www.ads-software.com/support/topic/banner-image-above-header-image?replies=3 but i cant find theme options under apperance https://prntscr.com/a5ul5t
]]>i want to remove the count of number of comment on every post, and remove too the “leave reply” section, can yo help me please?
because
my page is healthylivingteam.com and i want to remove author from my posts https://prntscr.com/9gjm9h
]]>Hi there,
iam currently setting up a wordpress for my society and iam facing an error, that the social media icons in the header area arent displaying properly in firefox.
In chrome and on my mobile phone chrome everything looks fine… but on firefox there arent any social icons displaying.
on your preview page there aren’t any images too.
do you know any possible reason for that?
best regards
]]>Hi There
I use this theme for a lot of my websites and never had this problem before.
I only noticed it today as I was updating some information for a client. My related products are not aligned correctly.
They all seem to be in one row. I have 4 related products and all of them are aligning underneath each other instead of 4 products in one row.
https://factorycat.co.za/shop/floor-scrubbers/minimag-walk-behind-floor-scrubber/
Above is a link for reference. All the websites that I use this theme for are now doing this…
Thanking you in advance for you assistance
Pam
BrickYard v1.2.7
Hello
BrickYard, it is very nice theme but we are facing issue with BrickYard while displaying below plugins –
1. All in one event calendar
Issue – Showing blank space instead of plugin content
link – https://mumbaitest.awgp.org/?ai1ec_event=diya-meeting&instance_id=93
2. WP Canvas – Gallery
Issue – Showing blank space instead of plugin content
link – https://mumbaitest.awgp.org/?p=373
Note – These plugins work fine with any other themes then BrickYard. The plugin content can be seen in html source code (inspect element) but because of some CSS it is not visible.
Workarounds Failed – We have updated the plugins version and deactivated-activated them. But still no luck ??
Any hint and help will be much appreciated!!! Thanks in advance.
]]>BrickYard:
Your documentation says: “you also can set the font-size of the individual headlines and text areas”.
We would like to change the font sizes, but I do not see any way to do that.
Please advise.
]]>Hi, I’m new to wordpress development and web development in general. I had a static website working just fine and then lost some files due to my own incompetency. Since then, I’ve been trying to recreate the site and keep running into this problem. The navigation menu appears on the home page, but every other pages doesn’t display it. Please help me figure what I’ve done wrong (it could be many things, because I’m new to this). Sorry if this is a really stupid question. Thanks in advance.
Website is https://lkrsecuritygroup.com.au
]]>Hello,
I use Google Map Easy extension. But the map doesn’t appear.
You can see in the code that the map is here!
Could you explain me?
Thank you very much!
Best regards
Céline
]]>Good afternoon Mr. Toman,
I am María, i have installed Brickyard theme, it is amazing, congrats and thank you.
But lately I am having problems, the design of the theme has dissapeared, it is said, when i go to my site for working in the contents, everything is white, no brickwall and no crashed mood. I have spoken with my hosting provider and has told me to speak with you because could be related with the version that I have installed.
Please, could you help me with this. I saw in the forum that other user had same problem but now the content has dissapeared.
Thank you in advance, have a ncie day,
María
]]>Hello,
I use Elegant Builder plugin with Brickyard theme.
On wordpress cms, all is right.
Online, the toggle can’t be opened. I click on the arrow top open and see information, but nothing is happening.
>> https://arbreshaiespaysagesdaveyron.fr/test/flore-locale
Could uou help me please?
Thank you very much.
Best regards,
]]>I cannot seem to replicate the solution mentioned in the thread ‘Create a widget area below header navigation menu’.
I want to add a slider to my clients site as per this site: https://www.superiordrainservice.com/
My code looks like this:
‘<?php } ?>
<?php if ( is_home() || is_front_page() ) { ?>
<?php if ( get_header_image() != ” ) { ?>
<div class=”header-image”><?php if( function_exists(‘cyclone_slider’) ) cyclone_slider(‘home_slider’); ?></div>
<?php } ?>
<?php } else { ?>
<?php if ( get_header_image() != ” && $brickyard_options_db[‘brickyard_display_header_image’] != ‘Only on Homepage’ ) { ?>
<div class=”header-image”><img src=”<?php header_image(); ?>” alt=”<?php bloginfo( ‘name’ ); ?>” /></div>
<?php } ?>
<?php } ?>’
The web address is: https://www.sailingfuncroatia.co.uk/ (although there is nothing to look at yet).
Any ideas as to what is wrong?
Thanks,
Jonathan
]]>As the title suggests, how can I keep sidebars from moving to the bottom of my site on mobile devices?
I am not willing to reveal my site for obvious reasons. Please help.
]]>Hi Tomas, thanks for this nice theme.
On a website I’m setting up these days (not yet online) with your premium theme, I’m not using excerpt displaying but content (general settings) and I expect the “more” tag to do the job and display a “read more…” button underneath the post lines displayed on the homepage. And that’s working fine.
Now I was wondering how I could replace “(suite…)” (this is a site in french) to something different, say “Lire la suite…”
So I fetched something to do this in the theme’s settings with no luck.
All I could find was in functions.php :
function brickyard_custom_excerpt_length( $length )
...
But it looks like it’s related to excerpts not contents.
Then I had a look to this Codex page and copied the following lines in function.php :
add_filter( 'the_content_more_link', 'modify_read_more_link' );
function modify_read_more_link() {
return '<a class="more-link" href="' . get_permalink() . '">Lire la suite...</a>';
}
And it works.
Now one thing is quite interrogating me : my included code shall be dropped on the next theme upgrade…
And this code is not internationalised…
]]>when trying to add login log out button to the main menu it does not work in this theme but has no problem in others that I use
this is the way I added the buttons:
add_filter( ‘wp_nav_menu_items’, ‘add_loginout_link’, 10, 2 );
function add_loginout_link( $items, $args ) {
if (is_user_logged_in() && $args->theme_location == ‘primary’) {
$items .= ‘
I am building a new site using BrickYard theme and i am trying to resize my header image.
My site is https://www.allpricesnow.com
And if you look at the header image there is so much white space above and below the logo. How do i get rid of that space because right now it is making my logo look very big.
]]>Hi
I’m not sure if this is after the recent uodate or not but the home button doesn’t seem to br appearing on the mobile version of the trmplate now? Please can you suggest how I can get this back? Thanks.
]]>I’m loving this theme. And our website is going down really well: https://www.soletsgorunning.co.uk
Just one question. Can I place a banner image (with our logo) in place of the header text?
]]>Hi Tomas,
What is the ideal size for a background image to fit the screen?
]]>Hi
Is there any way to overlay the the search function at the top right of the header image or embed into the navigation?
Really like your template by the way. Thanks!
]]>