cats_456
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Dream Way] The url of the background image is in http@gwenn22, oh, good luck with your new theme!
Forum: Themes and Templates
In reply to: [Meditation] How to show images in search resultsHi @degarnaal! You can hide your thumbnail by custom css:
.entry-thumbnail .thumbnail {
display: none;
}@grwhite1, now I see what you mean. There are options in the customiser for this theme to set site width, so the site width was set to some low number I think and layout to ‘the boxed’
Forum: Themes and Templates
In reply to: [Live Portfolio] Where configure number of posts per pageHi @peligros!
admin->options->reading->number of posts
Forum: Themes and Templates
In reply to: [SG Double] Gutenberg blocks do not work when editing a PAGEYou can ask this question at ‘Gutenberg editor’ support forums, I never saw this editor, so I am not sure why can it work like this.
Forum: Themes and Templates
In reply to: [SG Double] Gutenberg blocks do not work when editing a PAGEWhat do you mean by ‘blocks’ in pages?
Forum: Themes and Templates
In reply to: [SG Double] SG Slider does not link to postsHi @donnabarr.
Do you have any caching plugins? Did you install/deactivate any plugins?
Maybe it happened due to caching?Forum: Themes and Templates
In reply to: [Live Portfolio] how to set the font size.Hi @ivansept!
You can set font size in the Customiser – ‘custom css’ option:
#page .content { font-size: 32px; }
or
#page p { font-size: 32px; }
Forum: Themes and Templates
In reply to: [Meditation] Footer Sidebar not working with FirefoxI have max screen size on the pc – 1600px x 1200px
I noticed that the problem is only present if window height is bigger than 1270 pixels and “Scale and Layout” is set to 125%
Probably I don’t see the bug bc of it.
- This reply was modified 5 years, 6 months ago by cats_456.
Forum: Themes and Templates
In reply to: [Meditation] Footer Sidebar not working with FirefoxI really sorry that I can’t find this issue. Do you have it with smaller screens? Or do you have it everytime you open browser or just sometimes?
- This reply was modified 5 years, 6 months ago by cats_456.
Forum: Themes and Templates
In reply to: [Meditation] Footer Sidebar not working with FirefoxI checked again with Firefox but seems to work for me ctrl+f5 and scroll to the end by ‘end’ button..
Forum: Themes and Templates
In reply to: [Meditation] Footer Sidebar not working with FirefoxForum: Themes and Templates
In reply to: [Dream Way] The url of the background image is in httphi @gwenn22!
you can change css by using custom css option in the customiser:
.site .background-fixed { background-image: ''; }
Forum: Themes and Templates
In reply to: [Dream Way] The url of the background image is in httpHi! There are plugins to change http to https. Check here – https://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
Or at this link you can find the code to change http to https via htaccess file: https://css-tricks.com/moving-to-https-on-wordpress/
# Force HTTPS RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]