ProDesigns

Forum Replies Created

Viewing 15 posts - 916 through 930 (of 971 total)
  • Author
    Posts
  • in reply to: Blog Way not working with version 54.0 of Firefox #6683
    ProDesigns
    Keymaster

    Hi @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.

    in reply to: Blog Way not working with version 54.0 of Firefox #6681
    ProDesigns
    Keymaster

    Hi @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.

    in reply to: Blog Way not working with version 54.0 of Firefox #6679
    ProDesigns
    Keymaster

    Hi @seasoned_geek,

    Please trying adding custom CSS like we provided. We cannot check it in all type of Browsers.

    in reply to: Blog Way not working with version 54.0 of Firefox #6677
    ProDesigns
    Keymaster

    Hi @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;
    }
    in reply to: Blog Way not working with version 54.0 of Firefox #6675
    ProDesigns
    Keymaster

    Hi @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.

    in reply to: Blog Way not working with version 54.0 of Firefox #6674
    ProDesigns
    Keymaster

    Hi @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.

    in reply to: Blog Way not working with version 54.0 of Firefox #6672
    ProDesigns
    Keymaster

    Hi @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/v4o555gweyufsisc8mbs

    Please 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.

    in reply to: blog way plus #7243
    ProDesigns
    Keymaster

    Hi @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 button

    FTP 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.

    in reply to: zip file? #187
    ProDesigns
    Keymaster

    Hi @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.

    ProDesigns
    Keymaster

    Hi @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;
    }
    ProDesigns
    Keymaster

    You are always welcome.

    in reply to: How do I change the hover color my RSS widget feed? #6666
    ProDesigns
    Keymaster

    You are always welcome.

    ProDesigns
    Keymaster

    Hi @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;
    }
    in reply to: How do I change the hover color my RSS widget feed? #6664
    ProDesigns
    Keymaster

    Hi @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;
    }
    ProDesigns
    Keymaster

    Hi @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.

Viewing 15 posts - 916 through 930 (of 971 total)