MeeHow
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Hotel Booking] Very small thumbnails at room photos galleryThanks for response,
unfortunately this problem still appears even after changing gallery size to values from your screenshot (I think it change just slider photo resolution – not thumbnail size).
I thought about this ones:

which should look like:

and this line is causing the problem:

I changed my theme to Basic Twenty Sixteen, to see if my custom theme causes the mistake, but the thumbnails are still small.
Maybe the basic wordpress css styles causing the problem?
On your demo site, this error also occurs? ^^Forum: Themes and Templates
In reply to: [Zerif Lite] Big title don’t want to changeThanks for your time
Everything works great now ^^
I ‘discovered’ that the red button label has the same problem – it also need a change from:$zerif_bigtitle_redbutton_label = get_theme_mod( 'zerif_bigtitle_redbutton_label',__('One button','responsiveboat') );to
$zerif_bigtitle_redbutton_label = get_theme_mod( 'zerif_bigtitle_redbutton_label_2',__('One button','responsiveboat') );and from:
$zerif_bigtitle_redbutton_label = get_theme_mod('zerif_bigtitle_redbutton_label',__('Features','responsiveboat'));to
$zerif_bigtitle_redbutton_label = get_theme_mod('zerif_bigtitle_redbutton_label_2',__('Features','responsiveboat'));By the way – it’s really a great theme 😉
Forum: Themes and Templates
In reply to: [Zerif Lite] Big title don’t want to changeHi,
I moved my site to paid services and checked if something would help but it’s as you thought – nothing happened ^^
Problem at responsiveBoat with Big title still exists.
I noticed that navbar logo also doesn’t want to save (@szymonwordpress create a thread with this bug https://ww.wp.xz.cn/support/topic/my-websites-logo-disappeared/ ).
Probably these problems are related to each other 😉Forum: Themes and Templates
In reply to: [Zerif Lite] Big title don’t want to changeHi, thanks for fast reposne.
Sorry, I’ve used a workaround and changed it via theme translation file .mo .po (I replaced this default sentence to my own one).
Maybe the problem lies in this free domain and hosting? I’ll see if paid services changes something and I’ll let you know the results 😉