Sunil Bajracharya
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [FotoGraphy] Images not openingHello There!
We really appreciate you writing in.
Apologies for the late response.
We would like to inform you that we tested your site URL: http://markstock2016.co.uk/
and everything seems to be working fine.Could you send us screen shot of section you are having issues with?
Thank you!
Forum: Themes and Templates
In reply to: [One Paze] Setting up the siteHello There!
We really appreciate you writing in.
Could you please be specific on which sections you are having difficulty with?
Also, here is a video tutorial series you can refer to https://www.youtube.com/watch?v=qe-FwIgFM6w&list=PLdSqn2S_qFxF8GASZG3Z9-Ks6il9YEjcS
and see if it helps.
Hope this information was useful.
Thank you!
Forum: Themes and Templates
In reply to: [ScrollMe] Trying to Increase Page Width on All PagesHello There!
We really appreciate you writing in.
We would like to inform you that the free support does not include customization of this scale. We can help you with setting up the default theme and few small changes.
The changes you are requesting is not in the limits of the free support. However we do provide customization service as well.
If you are interested you can mail us your full customization requirements and mail it to support@accesspressthemes.com. We will check the feasibility and send you an estimation of how much it would cost you.
Hope this information was useful.
Thank you!
Forum: Themes and Templates
In reply to: [ScrollMe] Trying to Increase Page Width on All PagesHello There!
We really appreciate you writing in.
Could you try adding this code to the Custom CSS section of the theme and see if the page stretches out for the desktop view?
.container.clearfix { max-width: 100% !important; } div#primary { width: 100% !important; }Also, as we mentioned in earlier replies, please contact the plugin support to make the plugin content responsive.
Hope this information was useful.
Thank you!
Forum: Themes and Templates
In reply to: [ScrollMe] Screen JumpsHello There!
We really appreciate you writing in.
We had this issue in the previous version of the theme, we have fixed this issue in the recent updates. Could you make sure you are using the latest version of the theme?
If updating does not help, please write to us with your site URL at http://accesspressthemes.com/support/
Thank you!
Forum: Themes and Templates
In reply to: [AccessPress Store] Single product page doesn't want to loadHello There!
We really appreciate you writing in.
We are grateful, you were able to solve your issue.
Please do write to us if you need help with the theme.Thank you!
Forum: Themes and Templates
In reply to: [AccessPress Mag] How to change the date formatHello Edileuzacester!
We really appreciate you writing in.
To change the dates you can use Date Translator plugin. how ever you can not translate this date: http://prntscr.com/be53gs
it is a theme limitation which we are working on it. You can also try to use the Loco Translate Plugin.Hope this information was useful.
Thank you!
Forum: Themes and Templates
In reply to: [FashStore] Want to display Contact No. Just beside tickerHello There!
We really appreciate you writing in.
We would like to inform you that the feature you are asking cannot be fixed by simple css codes, we will need to redefine the entire header.php file. Changing the div definition in the core theme is not in limits of the free support.
If you want such features you can request for a customization service.
Hope this information was useful.
Thank you!
Forum: Themes and Templates
In reply to: [FashStore] Want to display Contact No. Just beside tickerHello There!
We really appreciate you writing in.
Could you add this CSS code to the Custom CSS Section of the theme and see if it help?
/* This will put the contact information to the leftmost side*/
.header-callto { float: left; }/*This will make the contact information stick to left of the ticker.*/
.login-woocommerce { float: left; }/*You can use this to decrease the ticker width. Change the width value accordingly.*/
.ticker-wrapper.has-js { width: 400px !important; }Hope this information was useful.
Thank you!
Forum: Themes and Templates
In reply to: [ScrollMe] Theme Doesn't Work on Mobile Devices.Hello There!
We really appreciate you writing in.
We would like to inform you that we have tested the demo and it seems to be working fine.
Could you write to us at http://accesspressthemes.com/support/ with your site URL and we will inspect the issue.
Hope this information was useful.
Thank you!
Forum: Themes and Templates
In reply to: [One Paze] MenuHello There!
We really appreciate you writing in.
We would like to inform you that the Hamburger menu for the larger screen in one of the themes default features.
There need to be quite a lot of code modification that needs to alter the theme behavior which is not supported by the Support team.
If you want this feature you can request for a customization service.
Hope this information was useful.
Thank you!
Forum: Themes and Templates
In reply to: [AccessPress Store] ColoursHello There!
We really appreciate you writing in.
Could you add the following CSS and see if it helps:
#site-navigation li a:hover, .headertwo .home_navigation .inner_home #menu #site-navigation .store-menu > ul > li:hover > a, .headertwo .home_navigation .inner_home #menu #site-navigation .menu > li.current-menu-item > a, .headertwo .home_navigation .inner_home #menu #site-navigation .menu > li.current_page_item > a { color: #fff !important; background: #95d0b8 !important; } .main-navigation ul.menu > li > ul::after{ border-bottom-color: #fff !important; }If this does not work, you can paste
#site-navigation li a:hover, .headertwo .home_navigation .inner_home #menu #site-navigation .store-menu > ul > li:hover > a, .headertwo .home_navigation .inner_home #menu #site-navigation .menu > li.current-menu-item > a, .headertwo .home_navigation .inner_home #menu #site-navigation .menu > li.current_page_item > a { color: #fff; background: #95d0b8; } .main-navigation ul.menu > li > ul::after{ border-bottom-color: #fff; }at the end of the style.css file or by creating a child theme.
For the promo widget description please add this
.promo-desc { color: #000; }Change the color value accordingly.
Hope this information was useful.
Thank you!
Forum: Themes and Templates
In reply to: [ScrollMe] ColorsHello There!
We really appreciate you writing in.
If you responsive.css is not showing in the dashboard editor, you can access the file from your wordpress folder and ..\wp-content\themes\scrollme\css.
Hope this information was useful.
Thank you!
Forum: Themes and Templates
In reply to: [FashStore] How can I change the h1 tag colorHello There!
We really appreciate you writing in.
Thank you for using our Fashstore theme.
We are grateful you were able to fix the issue.Also,
Have you rated and reviewed our theme yet?
If not, could you please support us by rating and reviewing our theme at https://wordpress.org/themes/fashstore/
so many people can know of us.Thank you!
Forum: Themes and Templates
In reply to: [AccessPress Store] ColoursHello There!
We really appreciate you writing in.
Could you add the following CSS and see if it helps:
#site-navigation li a:hover, .headertwo .home_navigation .inner_home #menu #site-navigation .store-menu > ul > li:hover > a, .headertwo .home_navigation .inner_home #menu #site-navigation .menu > li.current-menu-item > a, .headertwo .home_navigation .inner_home #menu #site-navigation .menu > li.current_page_item > a { color: #fff; background: #95d0b8; } .main-navigation ul.menu > li > ul::after{ border-bottom-color: #fff; } section.ap-cat-list.clear { display: none; } .page-template .add_to_cart_button, .page-template .product_type_simple, .page-template .product_type_external, .page-template .added_to_cart { background: rgba(149, 208, 184, 0.60); }Hope this information was useful.
Thank you!