ProDesigns

Forum Replies Created

Viewing 15 posts - 901 through 915 (of 971 total)
  • Author
    Posts
  • in reply to: Is Blog way theme, Google adsense Ready? #6705
    ProDesigns
    Keymaster

    Hi @stylemyday,

    Activate any other theme, delete Blog Way completely, after that install fresh copy of it and activate it.

    Hope this will work.

    in reply to: Full Page Width Option #6715
    ProDesigns
    Keymaster

    Hi @joelboldero,

    You can assign Full Width Page template for it. You can select from dropdown as shown in this screenshot:

    https://nimbus.everhelper.me/client/notes/share/993249/9voa9ws5h8miobvxw254

    Hope this will help you.

    Thank you.

    in reply to: Is Blog way theme, Google adsense Ready? #6703
    ProDesigns
    Keymaster

    Hi @stylemyday,

    We are extremely sorry that we cannot provide support for issues of other plugins. All these issues are because of autoptimize plugin.

    You can contact plugin’s support for it.

    in reply to: Is Blog way theme, Google adsense Ready? #6701
    ProDesigns
    Keymaster

    You can use .widget .profile-wrapper #social-profiles for social profile of author.

    in reply to: Is Blog way theme, Google adsense Ready? #6699
    ProDesigns
    Keymaster

    Hi @stylemyday,

    Go to Appearance >> Customize >> Additional CSS and add following CSS to make profile picture of author circle:

    .profile-img img {
        border-radius: 50%!important;
        display: block!important;
        margin: 0 auto!important;
    }

    Regarding Child theme you can find online tutorials and explore it.

    in reply to: Is Blog way theme, Google adsense Ready? #6697
    ProDesigns
    Keymaster

    Hi @stylemyday,

    It looks like you are using autoptimize plugin. This plugin sometime breaks css.

    Please deactivate that plugin and check once, both author widget and dropdown menu will work like demo.

    You can use google adsense on sidebar.

    This theme is child theme ready theme meaning it has hooks and actions which are easy for customization through child theme.

    If you like to add adsense other than in sidebar, you can create child theme and add them where you want.

    Thank you.

    in reply to: Overriding Hooks #6689
    ProDesigns
    Keymaster

    Hi @klpiazz,

    Thank you and good luck.

    in reply to: Post Listing Type: Grid #7249
    ProDesigns
    Keymaster

    Hi @jspanier,

    We have removed your site info.

    in reply to: Post Listing Type: Grid #7247
    ProDesigns
    Keymaster

    Hi @jspanier,

    This theme has all the hooks and functions required for good child theme. You can create child theme and customize layout as per your requirement.

    To remove border you can use following CSS. Please go to Appearance >> Additional CSS and add it.

    #main article.grid .detail-wrap {
        border: none;
    }
    in reply to: Adding thumbnails to posts – is it possible? #6695
    ProDesigns
    Keymaster

    Hi @lifwos,

    Yes, you can do it with certain customization in theme. We recommend you to create child theme and customize theme.

    in reply to: Post Listing Type: Grid #7245
    ProDesigns
    Keymaster

    Hi @jspanier,

    Can you please provide us your site url?

    in reply to: Slider not showing image #6566
    ProDesigns
    Keymaster

    Hi @goatleg,

    Have you added featured image for the slider pages you have added? Slide without featured image will not work.

    For slider speed you need to change speed time through javascript.

    Please provide us your site URL and logins either through our online chat form or contact page.

    Thank you.

    in reply to: Winsome Pro Slider #7141
    ProDesigns
    Keymaster

    Hi @cevans,

    You need to assign featured image to the page you use as slider.

    Please go to each page and assign featured image to them.

    in reply to: Overriding Hooks #6687
    ProDesigns
    Keymaster

    Hi klpiazz,

    This might be one of the best tutorial for hooks and filters in WordPress: https://codex.wordpress.org/Plugin_API

    Please let us know where do you want to implement video widget. We can provide you code so that you can learn from it and customize other sections if you need.

    You can use our online chat service for quick support.

    Thank you.

    in reply to: Overriding Hooks #6685
    ProDesigns
    Keymaster

    Hi klpiazz,

    Hooks are used to make theme customizable easily through child theme. You can override any section of this theme through hook.

    At header.php there are 5 hooks used. You can use appropriate hook to add featured video widget in header.

    For example, if you like it to appear after menu item and before site title/description section you can use blog_way_plus_after_header hook.

    If you like to add it on the banner/site title section you can use blog_way_plus_site_branding hook.

    If you like to add it before content section starts you can use blog_way_plus_before_content hook.

    There are 2 ways to customize through hooks.

    1. You can remove theme action and add your own action.

    2. You can copy function used by hook in functions.php of child theme and add/remove changes you need.

    Hope you can override theme now.

Viewing 15 posts - 901 through 915 (of 971 total)