pogoshow
Forum Replies Created
-
Forum: Plugins
In reply to: [Widgets for Google Reviews] Unable to connect googleSame issue at my web.
Forum: Themes and Templates
In reply to: [OceanWP] Content position depending on grid/list viewHello @skalanter
Thank you for your help.
I was looking for the css responsible for the grid view but couldn’t find it.
Thank you once again.Forum: Plugins
In reply to: [VDZ CallBack Plugin] The form doesn’t openProblem solved. Needed to upgrade theme to newest version.
Forum: Plugins
In reply to: [WP Frontend Delete Account] Confirm button translateHello @sanzeeb3 ,
Thank you for help, and I’m sorry. I didn’t notice these options.
Forum: Themes and Templates
In reply to: [OceanWP] Change custom header in specific categoryMy homepage: https://best-bikers.pl/
Page with categories and products, where I want to show other header:
https://best-bikers.pl/kategoria-produktu/katalog-produktow/
https://best-bikers.pl/kategoria-produktu/katalog-produktow/bluzy-re/
https://best-bikers.pl/produkt/h018-m-xxl/Forum: Themes and Templates
In reply to: [OceanWP] Change custom header in specific categoryOn my website, in the theme settings, I chose a header called “Header”
At Elementor templates of Single Products and Archive Page I chose another header (Header katalog), but it has no effect. https://ibb.co/Lp8T6bqForum: Themes and Templates
In reply to: [OceanWP] Change custom header in specific categoryHello,
Thanks for your reply. It can be useful if I can find a way to name my custom header. (I have two different header. One for home page, and other for specific categories)
My homepage: https://best-bikers.pl/
Page with categories and products where I want to show other header. https://best-bikers.pl/kategoria-produktu/katalog-produktow/Forum: Themes and Templates
In reply to: [OceanWP] “Search Results for” translate titleI tried edit Elementor Pro languages files (*.po, *.mo), but there wasn’t “Search Results for” phrase.
However, thanks for advice and I’ll try your solution next time.I add to functions.php this code, but nothing happend at page. Still at Single Products Page and at Archive Page I have Default Header
function prefix_header_style($style) { if ( is_woocommerce() || is_product_category() || is_product() ) { $style = 'custom'; } return $style; } add_filter('oceanwp_header_style','prefix_header_style');
- This reply was modified 4 years, 6 months ago by pogoshow.
Forum: Themes and Templates
In reply to: [OceanWP] “Search Results for” translate titleI don’t know where exacly problem is. But I can tell you what I did.
I scan plugin folders by Total Commander to find “Search Results for” phrase.
I found that in one file of Elementor Pro “Search Results for” phrase looks as if it were written rigidly without translation. So I changed it mannulay to my language, and then it works. Unfortunately I don’t remember this file name.Forum: Themes and Templates
In reply to: [OceanWP] “Search Results for” translate titleMy nightmare is over. Finally I found a solution.
Propably problem was with Elementor Pro plugin. I found that there is a title in one of the files of this plugin which contain “Search Results for”. This is strange but the plugin has no translation. I also don’t understand why Elementor Pro was used if the title is in the primary library.Forum: Themes and Templates
In reply to: [OceanWP] “Search Results for” translate titleHello Amit,
Thank you for your response. Unfortunately, the code doesn’t help translate.
I checked also the .pot files, but everything is translated (I hope I didn’t miss anything)
I’m in dead end, because I have no idea what might be responsible for this translation. I suspect that I need to change something in the files, but I can’t find the right fragment.
Robert
Forum: Themes and Templates
In reply to: [OceanWP] “Search Results for” translate titleI would also like to add that I use Elementor to build website.
Robert
WOW, this new feature is awesome. Thanks for the information that they have added a new option.
Unfortunately in my situation it will not help, because these products grid are in one column and it is not possible to use vertical allign in column options.
I suspect I need to add the CSS code, but I still haven’t found the right command.