Does this theme not work with php 8+ yet? I am getting some errors in php 7.4.
[Sun Aug 06 09:52:08.005644 2023] [fcgid:warn] [pid 22863:tid 140414038779648] [client 73.153.161.183:0] mod_fcgid: stderr: PHP Warning: Use of undefined constant php – assumed ‘php’ (this will throw an Error in a future version of PHP)
There is only 1 Navigation Menu in the theme. However, I want to add another Navigation Menu under Footer. Is it possible?
]]>How to show search bar in menu bar?
]]>I have recently installed gridbox theme for post grid style but having some problem there is no option to edit footer.
how can we remove your footer credit?
]]>I have recently installed gridbox theme for post grid style but having some problem there is no option to edit footer.
how can we remove your footer credit?
]]>The column setting, in the native gallery block, for the images can be done in the backend and the images are also displayed in columns.
Unfortunately, the images in the frontend are not displayed in columns. I suspect that the error has existed since WP version 5.9
With a different theme, the error does not exist.
Info:
WP version: 5.9.2
Gridbox version: 2.3.6
Thank you for your help
]]>Dear, I also want to congratulate you on the excellent theme.
How to remove the sidebar and use the full width in posts and page?
]]>Hi,
There is a missing semicolon in file inc/template-tags.php
line 384 for the previous button (pagination).
Actually it is «
should be «
The theme can only show maximum 4 columns. How can I add 5 or 6 columns?
]]>Hi guys, firstly thanks for the theme, really enjoying it!
I would like to know how to remove the word “Category” from the page title.
For example it currently displays Category > Dogs, I would like it to display only Dogs.
I have a plugin for this but it is no longer supported and thought I would reach out.
Thanks in advance
]]>Hi. Great theme, exactly what I was looking for !
My question is : Is it possible to apply a different CSS style between post image on home page (featured image ?) and image show in a post.
Actually I’m using a child theme with this code :
.type-post img { /* .type-post */
max-width: 100%; /* max-width Adhere to container width. */
height: 350px; /* auto Make sure images are scaled correctly. */
object-fit: contain;
object-position: center center;
}
But this style is also applied to image in a post
Thanks
Hi peeps,
I have tried updating to ver. 2.0.2 and it messed up my site afterwards. I didn’t know where to start checking, so I went ahead and deleted the theme, downloaded and installed ver.1.4.2 from the ThemeZee site and the problem got fixed. I updated to ver. 2.0.2 again just to test it out and sure enough, my site got messed up again. Anyone else had this problem w/ the new theme update?
]]>Hi, is there anyway to prevent these fonts from loading in all pages
/wp-content/themes/gridbox/assets/fonts/roboto-v18-latin-ext_latin-700.woff2
/wp-content/themes/gridbox/assets/fonts/roboto-v18-latin-ext_latin-regular.woff2
how to dequeue these fonts it’s slowing down site for no reason
]]>Hey,
I am using the Gridbox Pro Theme and I added the following code into the functions.php to have two different menus: one for logged-in Users and one for logged-out visitors.
function my_wp_nav_menu_args( $args = '' ) {
if( is_user_logged_in() ) {
$args['menu'] = 'Hauptmenü_LoggedIn';
} else {
$args['menu'] = 'Hauptmenü_LoggedOut';
}
return $args;
}
add_filter( 'wp_nav_menu_args', 'my_wp_nav_menu_args' );
This code solves my main issue of having two different menus, but it automatically transfers the footer menu as well. I thus need an improvement for isolating this if-clause for only the main menu on top.
Note: I already tried to get an answer from a different question in this forum, but the suggested solution doesn’t work on my project. Here is this code:
/* Menu for logged in and out users */
function prefix_main_menu_location() {
$return = 'main_menu';
if( is_user_logged_in() ) {
$return = 'logged_in';
} else {
$return = 'logged_out';
}
return $return;
}
add_filter( 'ocean_main_menu_location', 'prefix_main_menu_location' );
Thanks for the help and stay healthy.
]]>What code do i need to insert in the Additional CSS area of the theme customization to get the site title vertically center?
Thank you!
]]>How do I make the header fixed on mobile devices?
Thank you
]]>When I put async to jquery, all java scripts in thema give me an error. Uncaught ReferenceError: jQuery is not defined.
How can it be solved?
How to reduce the height of header-main container clear-fix?
]]>I am about to purchase Gridbox Pro and would like to know if it’s possible to have a sidebar on the homepage and a 2 column grid of posts instead of the current 3 column grid of posts. I love everything about this theme, I would just like a sidebar on the homepage!
Thanks!
]]>Is there a way we could make the sub-items under the “brands” into two rows? We would like all the brands to be visible as some are being cut off.
]]>Hello, I have a problem, And I think it is with this theme, I go to WordPress, then in the left sidebar, I select “Appearances” and then “Menus” I enter my new configurations and now I try to save these new settings but first of all there is no save button and secondly when I leave the site or reload the page, Google Chrome says, “Changes you made may not be saved” and its true, my new settings don’t get saved and there is no way to save the new settings I make in the “Menus” tab in WordPress,
Please fix this problem as I can not save my new settings made in the “Menus”<“Appearance” tab
]]>Hello! Thank you for this theme, I like it! But, I see that the images on the main page, as well as images on page2, page2, page3…the featured images that are displayed on blog and archives are indexed in the search engines, but that’s not what I want. Is there a way how to make deindex them, or make them link to the actual blog post?
Thanks!
Hi,
When using the “Gridbox” theme with the WordPress Plug-In, “Post Views Counter” I am not able to see the counter on post pages. I can see that the counter is tracking and the code is there when looking at the page source but the counter is not visible.
Has an issue with this theme and counter been reported before? Is there an available solution?
Thanks in advance for your help!
TJ
]]>Hi,
Someone here previously had an issue with featured image sizes on the home page not having the same size, which was resolved on this post. I have applied the same CSS code on that post on my website & my featured images are all coming up the same size. Problem is when I filter the posts via categories or tags, some of the featured images are coming up as different sizes. The same thing happens on post search results. How do you make sure the featured images are all adjusting correctly even if posts are filtered or doing a search? Thanks!
]]>We are experimenting with Gridbox for a new project. My colleague has been working on the page layout with mixed success.
He has used the Featured posts options to create a two row display of articles/posts at the top of the home page. This works just fine.
He then wants the non-featured posts to appear at the bottom of the page. However, I cannot find a means to filter the posts by category – I’ve set a category with a slug labelled ‘front’ but I guess we could use any other category other than Featured.
Is there a means to filter what appears on the home page by category or, possibly, tag?
Thanks in advance.
]]>Hi,
First of all, I’d like to congratulate you guys for the great theme. Is there a way to enable infinite/continuous scrolling on the home page ala-Tumblr? It’ll be great if your theme had that feature.
]]>Hi,
Just started using your theme for a site I’ll be hosting soon. I have noticed that the featured image automatically appears on the post even if you didn’t post an image. How do I stop it from doing this? Thanks!
]]>Hi!
On my website, each tag and category have text description.
How to show descriptions only on first pages of categories and tags?
I want to show descriptions only on “/tag/smartphones/” and not on “/tag/smartphones/page/2/”. And the same with categories.
Maybe you can suggest to me something?
]]>Hi,
I just discovered a bug. If you use the page numbers on the bottom of your posts to navigate to the next page it works fine, but when you press NEXT it only goes to page 2.
If you are already on page 2 it keeps sending you to 2. If you are already futher then 2 it send you back to 2 not to the next page.
Is there a fix?
I would like to know how to remove the text under each post that says read more..
If you check this screenshot you see that at the end of my posts there are numbers 1 and 2 and next.But these need a different color. How can i do that?
https://s33.postimg.cc/99ttl0dkf/dfffhsg.png