My last blog post doesn’t resize the images for mobile devices as it used to. I think this is called Responsiveness?
Previous blog posts have been fine apart from the previous one with video embeds but that might be a different issue.
Any help appreciated, its probably something simple.
Thank you,
Tony
Please excuse my bad English, but I cannot put a picture at frontsite. If I open the post, I can see the picture, I choose. Thank you very much!
]]>Hello, we need to update the ex-twitter icon (thanks for nothing Mr. Musk!). How could I use an icon from de 6th library? Or maybe another icon? There is a way? Thank you very much!
]]>Hi Alexander,
1st I want to thank you for this excellent theme. It works great for us.
We noticed that there is a new version 1.4.0 available, but we can’t find a list of changes compared to 1.3.9.
Can you please provide details.
Many Thanks !
as we can see the Title & tagline are visible if we’re preview-demo in desktop (or ipad) resolution, but how do I keep those things visible if I’m in the phone resolutions? (around ~400px), because the default one isn’t visible and only showing the title only (Gridzone), and it’s centered.
Is it possible to make the both option are visible in web header even if there’s in mobile resolution?
Goddag Alexander!
I’m trying to hide the toggle-search-icon in the header on mobile view so that the search-function appears in the menu only on mobile. Can you give me an instruction on how to achieve that? I’m thinking responsive.css is the right place to do it…
]]>how to select post format eg video , audio , image , gallery while posting a content using wp-cli wp post create
]]>Hello Alexander (please sorry about my bad English)
I need to insert images in the TAG description. Unfortunately, when I insert an image, Worpdress transforms the HTML code like this:
<img src=\"https://dev.mysite.com/wp-content/uploads/2023/04/my-image.jpg\" alt=\"my image\" width=\"750\" height=\"419\" />
I googled for a whole day for possible solutions and found various codes to add to the functions.php file
I used the code suggested by WooCoomerce here https://woocommerce.com/document/allow-html-in-term-category-tag-descriptions/
I also tried this code
add_filter('wp_kses_allowed_html', function ( $allow ) {
if ( is_admin()) $allow['img'] = ['src' => true, 'alt'=> true, 'width'=> true, 'height'=> true,];
return $allow;
});
Or this:
remove_filter('pre_user_description', 'wp_filter_kses');
remove_filter('pre_term_description', 'wp_filter_kses');
remove_filter( 'pre_link_notes', 'wp_filter_kses' );
remove_filter( 'term_description', 'wp_kses_data' );
But nothing works. Is there any way to add images in the TAG description? Maybe it’s possible to do it with the pro version of the theme?
Kind regards and sorry again for my bad English.
]]>Hello Alexander!
I would like to make the content of pages and posts (using page.php and single.php) to align left instead of center and thereby always match the top left position of content in the masonry grid. I’m messing around with the style.css without finding the solution…. I’m guessing I should remove/adjust some instance(s) of “margin-left: auto; margin-right: auto” in the .entry class?
Thankfully awaiting your answer!
]]>Hi!
The look and feel of this theme suits my current project very well. I do though very much miss the full-site-editing features that I worked with in a recent project, with the “Editor (beta)” and template editing.
Are you considering to develop full-site-editing for this theme? Or are there any plugins you know of for editing the templates?
]]>how to reduce space between .masonry column
please refer the image
https://i.postimg.cc/Kjmdj5Zf/Screenshot-2023-01-08-080910.jpg
]]>in mobile image width are very small now
]]>Hi, how would I set the background color for a frontpage sticky post?
]]>Hello.
What is the best way to use icons that are not displayed in the social links menu (for example, this: https://fontawesome.com/icons/hands-clapping?s=regular&f=classic)?
Would it be possible by customizing the theme file?
Hi!
Many thanks for this wonderful theme.
We can see ‘caption text’ when we hover on thumbnail(of gallery) but I want it to set visible permanently.
Kindly Help!
]]>First up, thanks for the wonderful theme – I love it!
A few questions:
1) Is there a way to ensure all the grid blocks are the same height, so that an identical number of blocks appears on each row on desktop? If necessary I’d rather cropped/resized images than an unequal height grid.
2) Is it possible to remove the calendar icon while retaining the date? I know it’s possible to remove both, but I haven’t figured out how to remove just the icon.
3) Is it possible to make the site header sticky while scrolling on mobile (without using a plugin)?
4) Is it possible to swap the search and hamburger on mobile, so that the search magnifying glass is on the right and the hamburger is on the left?
5) Is it possible to make the post categories always appear overlaid over the feature images on the home page, rather than only on hover over?
6) Related to 5), is it possible to change the background colour of the post categories text that appears overlaid on feature images?
Sorry for all the questions?! And thanks again for the beautiful theme!
]]>First of all I want to praise your great work.
I have a small question here. The post stick on my homepage will be on the left, resulting in a blank block on the right. It should be the area for Recent Post or Recent Comments. If I want to cancel these two, but the space Must let go back to stick
What should I do please?
Hello,
I wanna use auto load nex post plugin with gridzone but can’t find theme selector.
Documenation is: https://github.com/autoloadnextpost/alnp-documentation/blob/master/en_US/theme-selectors.md#theme-selectors
Can you identify https://serinletici.com/2022/08/17/better-call-saul-finali-sonrasi-cinnabon-is-ilani-yayinladi/ this theme’s theme selectors?
Selector Value
Content Container main.site-main
Post Title h1.entry-title
Post Navigation nav.post-navigation
Comments Container div#comments
]]>
Hello,
Thanks for your good theme. But I need some solution –
1. How to I change grid or box size in home page, featured image looks bigger.
3. For the titles under the pictures some grid aren’t aligned at the same. How do I keep the rows same height?
2. In the single page post how do I center all things.
Site link : https://freemagaz.com/
Thanks
]]>The last 2 menus at the top overlap, how can I modify it?
I like this theme very much.
Hope you can help me out.
thank you very much
Hi. I edited the theme code to change the post thumbnail size to medium in the homepage like this.
Content.php file;
<div class=”entry-top”>
“>
<?php if ( has_post_thumbnail() ): ?>
<?php the_post_thumbnail(‘medium’); ?>
But this is only working on the desktop site. In the mobile version it displays the full size. How I can make the image size change also in the mobile version?
]]>Facebook sharing link doesn’t show with Chrome.
Any idea how to solve it?
Ty
]]>Can I change the order of the images in the slider? ASC or DESC
this is very important.
]]>Hi Alex
Enjoying the look of your theme for my multi author poetry site. Was hoping you could help. I do not know anything about CSS, but I can cut and paste where instructed. ??
I found the CSS to remove the date from the Masonry front page. Now I would like to add the author name.
Would also like to reduce or remove the cell padding between the Masonry items on the front page.
Would also like to include Pages as Masonry items on front – it only seems to show posts.
Thanks
Craig
]]>Hello,
my question is based on an closed post from 6 moths ago:
https://www.ads-software.com/support/topic/tag-cloud-as-top-navigation/
By visiting my page you can see the Tag-Cloud navigation on top of the screen:
https://i.ibb.co/fHm22Zy/1.png
The tag cloud is not visible if I’m visiting one of my blog entries:
https://ibb.co/DkYLvHy
I would like to see the tag cloud navigation the whole time.
I removed the curresponding php commands from:
[path]/wp-content/themes/gridzone/inc/front-widgets-top.php
The source code looks like this:
1 <div class="front-widgets group">
2
3 <div class="front-widget-col">
4 <div class="front-widget-inner">
5 <?php dynamic_sidebar( 'frontpage-top-1' ); ?>
6 </div>
7 </div>
8
9 <div class="front-widget-col">
10 <div class="front-widget-inner">
11 <?php dynamic_sidebar( 'frontpage-top-2' ); ?>
12 </div>
13 </div>
14
15 </div>
Any idea how I can show the tag cloud navigation everywhere?
Best reagrds,
Aaron
There is no way how to place the image highlights
]]>Is it possible to remove the padding on the mobile layout for posts? I see that there’s a smaller than the screen container for the body of the post and I’d like to see if there’s a way to stretch it so that it takes full advantage of the mobile width.
Thanks in advance for any help!
]]>Hello!
I have been unsuccessful figuring out how to get the site ID and the hamburger menu in mobile on the same line. So ID on the left and hamburger menu on the right. Right now they are stacked. The site is still on a WIP server so no public access yet. Thanks!
]]>Hello,
the titles under the pictures will take 2 or 3 lines of text. Thus the pictures aren’t aligned at the same height in the grid. Is there a way to keep the rows aligned at the same height?
Thanks!
Joke Portegies
]]>Hey Alexander,
Trying to play with the background image in Gridzone, and it’s not displaying the image.
As I refresh I can see it flash in, but then it’s gone.
Thoughts?
-e