Forum Replies Created
-
AuthorPosts
-
ProDesigns
KeymasterHi @seasoned_geek,
Thanks for your opinion. We never force any user to buy our theme.
If you are not happy with our theme you can switch to other.
Thank you.
ProDesigns
KeymasterHi @seasoned_geek,
We are glad to know you have 30 years of experience in IT. We are providing this theme in free. Users have rights to use it or switch to other themes. They are always free to switch theme if our theme does not fulfill their requirement.
We are volunteering WordPress community to make it more strong through theme development, theme review and many other ways. Theme development is our passion and 1000+ users are already using this theme.
There are 100s of Blog theme available free in wordpress.org. You can find any one that fits your requirement.
We like to thank you again for sharing some knowledge from your 30 years experience in IT.
ProDesigns
KeymasterHi @seasoned_geek,
Please trying adding custom CSS like we provided. We cannot check it in all type of Browsers.
ProDesigns
KeymasterHi @seasoned_geek,
Actually we have give dark overlay on banner to make text above it visible in all type of images. Overlay has different property in different browsers.
You can use following css to remove dark overlay from banner.
.main-banner.banner-enabled:before{ background: none; }
ProDesigns
KeymasterHi @seasoned_geek,
Please switch theme to some other theme like Twenty Seventeen or Twenty Sixteen and check if they behave like this in your different browser.
Next can be disable all plugin and check once if you still see same issue or not.
ProDesigns
KeymasterHi @seasoned_geek,
On your screenshot of firefox we can see that our theme Blog Way is not used. It is some other theme.
Can you enable debug mode and check which theme is being displayed?
As our theme is not being used we cannot determine exact problem. Its not issue related with our theme.
ProDesigns
KeymasterHi @seasoned_geek,
In the screenshot you have provided we can see some theme other than Blog Way. It looks like old theme is being displayed in firefox because of server cache.
We checked it in firefox and we can see same layout like in other browser. Please check screenshot here:
https://nimbus.everhelper.me/client/notes/share/970795/v4o555gweyufsisc8mbsPlease clear cache of your machines and server as well and check the site. If you still see same issue feel free to contact us.
Thank you.
ProDesigns
KeymasterHi @theworldtwogether
You can follow any method below to install theme:
From WordPress Dashboard
– Log in to the WordPress Administration Panels.
– Go to the Appearance panel, then Themes.
– Click Add New.
– Upload the Zip file of Blog Way Plus. We recommend you to use Blog Way Plus child theme that comes with download files.
– After Installing the theme Click Activate buttonFTP Installation (alternate method)
– Use your FTP software to browse to wp-content/themes folder.
– Extract blog-way-plus.zip and upload the folder.
– Once it’s uploaded, go to your WordPress Admin, browse to Appearance > Themes.
– Click the Activate link.ProDesigns
KeymasterHi @elmds,
Please login to your account at: https://www.prodesigns.com/wordpress-themes/login/
After you are logged in you can find zip files and license key at: https://www.prodesigns.com/wordpress-themes/checkout/purchase-history/
If you need further help our support team are always ready to help you.
June 16, 2017 at 1:54 pm in reply to: Change the font family of the Search widget and button hover color. #6624ProDesigns
KeymasterHi @gerrym7,
You can use following css to change font and color of search button.
.widget_search form input[type="submit"], input[type="search"]{ font-family: Ubuntu; } input[type="submit"]:hover{ background: #ad7506; border: 1px solid #ad7506; color: #fff; }
June 14, 2017 at 9:29 am in reply to: How do I change the background dropdown menu and font color #6660ProDesigns
KeymasterYou are always welcome.
ProDesigns
KeymasterYou are always welcome.
June 14, 2017 at 9:17 am in reply to: How do I change the background dropdown menu and font color #6658ProDesigns
KeymasterHi @gerrym7
Please use following CSS for menu background and hover color change. Please go to Appearance >> Customize >> Additional CSS and add following CSS codes.
.main-navigation ul ul.sub-menu { background: #fff; } .main-navigation ul.menu li:hover ul li a { color: #000!important; } .main-navigation ul.menu li ul.sub-menu li:hover a { color: #ad7506!important; }
ProDesigns
KeymasterHi @gerrym7
Please login to wp-admin. Then please go to Appearance >> Customize >> Additional CSS and add following CSS codes.
To change blue widget title to black:
.widget_rss h2.widget-title a.rsswidget { color: #000000; }
To change hover color to golden:
.widget_rss a.rsswidget:hover { color: #ad7506; }
June 14, 2017 at 8:57 am in reply to: How do I add the author and date posted to my blog post for this theme? #6670ProDesigns
KeymasterHi @gerrym7
You need to know how to create child theme for it and how to override hooks/templates from child theme. We cannot provide complete code for child theme as it is out of support scope.
If you can do some research you can easily do it yourself or hire customizer for it.
-
AuthorPosts