nirav

Forum Replies Created

Viewing 15 posts - 361 through 375 (of 552 total)
  • Author
    Posts
  • in reply to: why Does not exist Portfolio Widget in my theme? #12918
    nirav
    Keymaster

    Hello Sritnka,

    Greetings of the day!

    To add portfolio in your website, please add PT Theme add on the plugin. You can find the plugin here: https://www.prodesigns.com/wordpress-themes/wordpress-plugins/pt-theme-addon

    In case you haven’t installed other recommended plugins then please install it.

    Thanks and Regards,
    Team ProDesigns

    in reply to: how can i find the short code of services? #12860
    nirav
    Keymaster

    Hello Zeeshan,

    Greetings of the day!

    https://wordpress.org/plugins/widgets-on-pages/ : This plugin will help you to add a widget in the page content.

    Hope this helps.

    Feel free to get in touch in case further queries.

    Thanks and Regards,
    Team ProDesigns

    in reply to: Google search console error with Breadcrumb #12859
    nirav
    Keymaster

    Hello There!

    Greetings of the day!

    Thank you so much for sharing the details, we will surely update the themes.

    Thanks and Regards,
    Team ProDesigns

    in reply to: Remove DEMO from site #12858
    nirav
    Keymaster

    Hello there!

    Please use this plugin to reset the demo data: https://wordpress.org/plugins/wp-reset/

    Make sure to take the backup of your website and database before resetting the data as it will erase all website data.

    Hope this helps!

    Thanks and Regards,
    Team ProDesigns

    in reply to: Header advertising not appears #12856
    nirav
    Keymaster

    Hello Aedn,

    Greetings of the day!

    Could you please share with us your website URL and both Adsense codes on wpsupport@prodesigns.com? It will help to check the issue in detail.

    Waiting for your response.

    Thanks and Regards,
    Team ProDesigns

    in reply to: Option for Previous Next #12826
    nirav
    Keymaster

    Hello OregonRider,

    Greetings of the day!

    There are many plugins from there you can change this pagination style. one of the plugins is https://wordpress.org/plugins/search/pagination/

    Hope this helps.

    Feel free to get in touch in case other queries.

    Thanks and Regards,
    Team ProDesigns

    in reply to: Blurry Feature Images #12807
    nirav
    Keymaster

    Hello There,

    Greetings of the day!

    We are glad that the issue got resolved.

    Feel free to get in touch in case of other queries.

    Thanks and Regards,
    Team ProDesigns

    in reply to: Blurry Feature Images #12782
    nirav
    Keymaster

    Hello There!

    Greetings of the day!

    We have 2 different options as mentioned below

    1) Go to Appearance >> Customize >> Theme Options >> Blog Options
    Set “Full Image” under “Post Listing Type” option.

    In case you go with this option then the Homepage layout will be converted into ‘Full Width’ view.

    OR

    2) Create child theme (Look here for guidence for child theme creation)
    Copy content.php file from blog-way/template-parts folder
    Create template-parts folder under child theme
    paste content.php file in newly created template-parts folder in child theme
    Open content.php file in child theme
    Replce below line

    by

    Make sure to replace ‘Width’ and ‘Height’ as per your requirement so the text will be something like

    Hope this helps.

    Thanks and Regards,
    Team ProDesigns

    in reply to: Deactivate website title in header section #12781
    nirav
    Keymaster

    Hello Anna,

    Greetings of the day!

    Please follow the below step to perform the operation

    Go to Appearance >> Customize >> Theme Options >> Header Options
    Uncheck “Show Site Title” if you don’t want to show title
    Uncheck “Show Tagline” if you don’t want to show tagline under title

    Hope this helps!

    Feel free to let us know in case you are planning to update something else.

    Thanks and Regards,
    Team ProDesigns

    in reply to: Header's email icon not showing correct #12754
    nirav
    Keymaster

    Hello There!

    Greetings of the day!

    We have checked your website and found out that you have installed other plugin/s. Could you please check your website after deactivating plugin one by one, as there might be an issue because of the plugin.

    Feel free to get in touch in case of other queries.

    Thanks and Regards,
    Team ProDesigns

    in reply to: how to change widget title lines color #12752
    nirav
    Keymaster

    Hello Ito,

    You are welcome 🙂 .

    Have a great day ahead!

    Thanks and Regards,
    Team ProDesigns

    • This reply was modified 5 years, 9 months ago by nirav.
    in reply to: Logo over menu in mobile version #12750
    nirav
    Keymaster

    Hello Myebra,

    Greetings of the day!

    Please follow the below-mentioned steps to perform the update.

    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS”

    @media only screen and (max-width: 767px)
    {
    		.site-branding
         {
    		width: 110px;
         }
    }

    4) Save the file

    Hope this helps.

    Feel free to get in touch in case of other queries.

    Thanks and Regards,
    Team ProDesigns

    • This reply was modified 5 years, 9 months ago by nirav.
    in reply to: how to change widget title lines color #12742
    nirav
    Keymaster

    Hello Ito,

    Hope you are doing great!

    Follow the below steps to add custom CSS.
    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS”

    #home-page-widget-area .bg_enabled .widget-title span::before, #home-page-widget-area .bg_enabled .widget-title span::after, #home-page-widget-area .winsome_widget_services .widget-title span::before, #home-page-widget-area .winsome_widget_services .widget-title span::after, #home-page-widget-area .winsome_widget_latest_news .widget-title span::before, #home-page-widget-area .winsome_widget_latest_news .widget-title span::after, #home-page-widget-area .winsome_widget_about_us .widget-title span::before, #home-page-widget-area .winsome_widget_about_us .widget-title span::after, #home-page-widget-area .pt_theme_addon_widget_our_team .widget-title span::before, #home-page-widget-area .pt_theme_addon_widget_our_team .widget-title span::after, #home-page-widget-area .pt_theme_addon_widget_portfolio .widget-title span::before, #home-page-widget-area .pt_theme_addon_widget_portfolio .widget-title span::after{
    background-color:#COLORCODE;
    }
    

    4) Save the File

    Hope this helps.

    Feel free to get in touch in case of other queries.

    Thanks and Regards,
    Team ProDesigns

    in reply to: Edits to style.css file not reflected in my website #12741
    nirav
    Keymaster

    Hello Graham,

    Greetings of the day!

    Follow the below steps to add custom CSS
    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”
    3) Paste the below code in “Additional CSS”

    h1{
    font-size:#FONT_SIZE;
    }

    4) Save the file

    Please share with us your website URL in case above-mentioned code doesn’t work. It will help us the check the issue in detail and can provide you the precise solution.

    Thanks and Regards,
    Team ProDesigns

    • This reply was modified 5 years, 9 months ago by nirav.
    in reply to: Top Header Bar with Ninjaned.com contact url #12689
    nirav
    Keymaster

    Hello NinjaNed,

    Yes, we found the issues, have resolved it and have included in theme’s latest update too.

    Have a great day ahead!

    Thanks and Regards,
    Team ProDesigns

Viewing 15 posts - 361 through 375 (of 552 total)