Forum Replies Created
-
AuthorPosts
-
ProDesigns
KeymasterHi @stylemyday,
Activate any other theme, delete Blog Way completely, after that install fresh copy of it and activate it.
Hope this will work.
ProDesigns
KeymasterHi @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.
ProDesigns
KeymasterHi @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.
ProDesigns
KeymasterYou can use
.widget .profile-wrapper #social-profiles
for social profile of author.ProDesigns
KeymasterHi @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.
ProDesigns
KeymasterHi @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.
ProDesigns
KeymasterHi @klpiazz,
Thank you and good luck.
ProDesigns
KeymasterHi @jspanier,
We have removed your site info.
ProDesigns
KeymasterHi @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; }
ProDesigns
KeymasterHi @lifwos,
Yes, you can do it with certain customization in theme. We recommend you to create child theme and customize theme.
ProDesigns
KeymasterHi @jspanier,
Can you please provide us your site url?
ProDesigns
KeymasterHi @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.
ProDesigns
KeymasterHi @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.
ProDesigns
KeymasterHi 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.
ProDesigns
KeymasterHi 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.
-
AuthorPosts