Forum Replies Created
-
AuthorPosts
-
wensolutionsKeymaster
Hello Mattscott1970,
To show slider image, Go to Appearance-> Customize-> Featured Slider ->Slider Type-> Enable Slider on-> Select Home Page Only from drop down option
Go to Featured Slider -> Slider Settings -> Choose the settings you prefer.
When you are done with settings click Save & Publish.
The featured sliders will be displayed from your posts. The Recommended Image Sizes for Featured Slider : 1300px X 440px
You can refer to our theme documentation for further help.
http://themepalace.com/theme-instructions/wen-associate/
Let us know how it works.
Regards.wensolutionsKeymasterYou have missed to add the CSS property inside the selector.
Copy the following code direct to your CSS editor
@media only screen and (max-width:767px){ #mobile-trigger .fa.fa-bars, #mobile-trigger-top i { display: none; } }
wensolutionsKeymasterOk so we now got your point in not using this menu for that particular reason. If this is correct, please paste the following CSS code in your custom css field which will hide the menu access icon in mobile viewports.
@media only screen and (max-width: 767px) #mobile-trigger .fa.fa-bars, #mobile-trigger-top i { display: none; }
Hope this helps !
wensolutionsKeymasterRegarding screenshot 1 for search icon display. Please replace the following custom CSS code with previous one which should display search icon.
.fa-search::before { content: ""; font-family: FontAwesome; }
Regarding screenshot 2 your image clearly shows you haven’t added any menu items for Primary Menu menu to display there in ‘dark window’ as you click on the icon. As a result, it is empty.
So simply add some menu items there and assign to Primary Menu location which will display in that dark window in responsive menu view as was shown in our attached screenshot in above reply.
Hope this makes you more clear.
wensolutionsKeymasterCan you re-attach the screenshot? It appears broken!. We would like to check it for more clearance. Thanks
wensolutionsKeymasterHello @Nadine this may be due to your server restriction in some required configuration.
Contact your hosting server to verify
allow_url_fopen
andallow_url_include
are ON . Some hosts disallow it for security.Hope it helps!
wensolutionsKeymasterHello @farid.dokuchaev,
To show one menu Go to Appearance-> Menus-> Edit Menus ->Select a menu to edit: primary(Top Menu) -> Click Select.
Go to Menu Settings -> Theme locations -> Choose Primary Menu only.
Make sure you have added pages in your Menu Structure.
Click Save menu.
This should show only one menu for mobile device.
You can refer this screenshot: http://prntscr.com/a3yfaiNow, to display search icon, Go to Customize-> Theme Options-> Custom CSS.
Inside Custom CSS section copy and paste the following line of CSS code ..fa-search:before { content: "\f002" !important; font-family: "FontAwesome" !important; }
Let us know how it works.
Regards.wensolutionsKeymasterHello @Debbie,
Yes there is of course a way not to show Date and Author on individual post through little coding tweaks.
Follow the steps below carefully.
Option I
1. First you need to create child theme for that and reference here for Child Theme . Then activate your Child Theme.
2. After creating child theme you need to look in main theme’s folder -> /template-parts. Here you will see content-single.php file, copy that file in child theme’s folder with similar folder structure as in parent.
3.Now you need to delete below part of code from that file:<div class="entry-meta"> <?php bizlight_posted_on(); ?> </div><!-- .entry-meta -->
4. Finally save and it should work !
Option II:
Alternative way is to suppress this info by writing custom CSS approach.
.single .entry-header .entry-meta{ display:none; }
Paste this magic code in Theme Options -> Custom CSS field .
Hope either of the solutions will help you!. Let us know if you have any problem.
wensolutionsKeymasterHello @delfinaki58, you can change its color simply through Custom CSS from Theme Options.
Paste following CSS code by replacing your desired color HEX value.
.evision-back-to-top { background: #A6754B none repeat scroll 0 0; } .evision-back-to-top:before { background: #8F3C17; }
Hope this helps !
wensolutionsKeymasterHello @Ane, image just takes the banner viewport size no matter what large size of image you upload for it. This is automatically handle by theme.
Alternatively, if you wish to do manual cropping first and then upload the image for banner then size would be approx. 1340×220 px in size.
@delfinaki58, I guess this size should work too! thanks .. haven’t tried though.Hope this helps!
wensolutionsKeymasterHello @delfinaki58,
To show social share icons, you should consider using social share plugins. While choosing sharing plugins consider your need regarding name and no. of icons to show, location/position of icons, mobile support, statistics and other features. You may like to use this plugin: https://wordpress.org/plugins/wp-social-sharing/
Note: We don’t get any sort of benefits by recommending any plugin to anyone. Hence, this is just a recommendation.Regards.
wensolutionsKeymasterHello @delfinaki58,
We checked the plugin in Bizlight-pro theme and it is working well for us. It displays the Cookie Notice as configured. So, what are you actually trying to do? Just display the cookie notice as mentioned or code a functionality depending on the cookie notice value? Would you mind explaining your issue a bit more?Thanks,
Best regards!
February 13, 2016 at 10:40 pm in reply to: Integrate Slider with eCommerce Product Catalog plugin #1339wensolutionsKeymasterHello @Mike, currently theme does not support this plugin to meet your requirement. This means it needs some customization to enable slider from the eCommerce Product Catalog plugin.
If you need help in extending this feature you can consider Hiring a Customizer .
Let us know if you have any other queries.
February 13, 2016 at 10:37 pm in reply to: Add clickable contact details next to custom logo in header #1338wensolutionsKeymasterHello @Mike, since theme does not have this option to support your request so in order to add the contact number and contact email next to custom logo you would need to customize the header section file in your theme directory.
If you feel comfortable with editing code and can play with design workarounds in your own then you can do this by creating a Child Theme.
Alternatively, you can consider Hiring a Customizer to do this custom job for you in a safe way.
Let us know if you have any other queries.
wensolutionsKeymasterHello @delfinaki58, after inspecting your site homepage it was found the font family currently taking is ‘Roboto’ which is correct according to the steps you have followed above. Let us know if this now okay on your side too or please elaborate a little if the requirement here is different than what we have understand.
-
AuthorPosts