EWP Theme
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [SEOPress] Missing Post TitleIf you just want to hide title section on single post, then you can use ‘SEOPress Options for this post’ section on post edit screen. Posts > All Posts > Edit > SEOPress Options for this post > Want to hide headline/title?
Forum: Themes and Templates
In reply to: [SEOPress] Missing Post TitleIt is because you added below css code in additional CSS option.
.entry-title { display: none; }
Please remove above css code from additional CSS option, Here: Appearance > Customize > Additional CSS.
Thanks
Forum: Themes and Templates
In reply to: [SEOPress] Featured Images missing from my home pageForum: Themes and Templates
In reply to: [SEOPress] Text Is Showing Up White in IEHi @kkachurak
Please remove this custom css code and You can reset customize settings using https://www.ads-software.com/plugins/customizer-reset-by-wpzoom/ plugin and then please test customize options.
Thanks
Forum: Themes and Templates
In reply to: [SEOPress] No Longer Able to Save Theme OptionsHi @kkachurak
You can reset customize settings using https://www.ads-software.com/plugins/customizer-reset-by-wpzoom/ plugin and then please test customize options.
Thanks
Forum: Themes and Templates
In reply to: [Business Press] Business Press responsive featured imagesHi @jemigirl
You can find and set post thumbnail size in /business-press/inc/core/theme-setup.php file.
Find set_post_thumbnail_size( 730, 300, true ); Here 730 is width and 300 is height in pixel. Full details about set_post_thumbnail_size @ https://developer.www.ads-software.com/reference/functions/set_post_thumbnail_size/
Thanks
Forum: Themes and Templates
In reply to: [Business Press] Change color of top barAdvance color options are available in pro version like changing background color of top bar.
Thanks
Forum: Reviews
In reply to: [SEOPress] Be Wary of Going Pro – Good Theme, Bad Support.Hi @dantesjourney
First of all, We do not use forum for support. we use a plugin, which keep messages private and these messages can be read only by us and you.
Second, we expected that you know how to create FTP account and manage files using FTP client or file manager. Also creating FTP account and managing file using FTP comes under server administration. so you can tell your web hosting provide to create FTP account.
Thanks
Forum: Themes and Templates
In reply to: [SEOPress] Theme Menu link not working if submenu createdHi
Now there is not any issue in menu and Please check in latest version.
Thanks
- This reply was modified 7 years, 8 months ago by EWP Theme.
Forum: Themes and Templates
In reply to: [SEOPress] Remove top header image when viewing in mobileHi
You can use blow css:
@media (max-width: 990px) {
.headerimg {
display: none !important;
}
}This css code will hide header image, if browser width will less than 990px. you can also change 990px according your requirements.
You can add custom css code here: Dashboard > Appearance > Additional CSS.
Thanks
Forum: Themes and Templates
In reply to: [SEOPress] Contact number and email info in top barHi
First of all, Make sure ‘kirki’ plugin is installed and activated. you can install it here: Dashboard > Appearance > Install Plugin. This plugin is required for theme settings.
Now you can find top bar settings here: Dashboard > Appearance > Customize > SEOPress options > Top Bar Options. Here you will able to display custom text / HTML or simply email and phone number.
Thanks
Forum: Themes and Templates
In reply to: [SEOPress] Plugins not displaying correctlyHi
These plugins are not part of theme. please contact with plguin developer, if they are not working.
Thanks
Forum: Themes and Templates
In reply to: [SEOPress] Sticky Not Sticky (Menu)Forum: Themes and Templates
In reply to: [SEOPress] SEOPress free and Easy google fonts pluginHi
SEOPress theme fonts under “Appearance > Customize > SEOPress options > typography”, are all Google free fonts. so we think, you do not need easy google fonts plugin.
Thanks
- This reply was modified 7 years, 10 months ago by EWP Theme.
Forum: Themes and Templates
In reply to: [SEOPress] How resize the font of main menu and slidbar header.Hi
Please open: ‘WordPress Admin > Appearance > Customize > SEOPress options > Typography’ to update fonts.
Thanks