Rajeeb Banstola
Forum Replies Created
-
Hi @marcofrasson,
Thank you for reporting this. I’m looking into this and will update you as soon as I find something.
Forum: Themes and Templates
In reply to: [OceanWP] Anchors on external page doesn’t work correctlyHi @nichbarisich,
I do see a small issue on your mobile site. The link points directly to heading text without padding on top.
The reason this is happening is because you are using Menu Anchor widget from Elementor and adding padding to the section. So, the Menu Anchor starts below the actual section and menu points to that location.
Please remove the widget and try adding CSS ID to the section and see if that helps.
Let me know how that goes! ??
Hi @td75d,
I tested OceanWP with CF7 and reCAPTCHA v3 and it is working great for me.
Can you please provide me link to your page with the issue?
You can check the Contact Form here – https://rajeebbanstola.com.np/contact/
Forum: Themes and Templates
In reply to: [OceanWP] Changing text colour for a or etc.Hi @thewizardguy,
I tested your code and it definitely worked.
Please make sure you have added the CSS code to Appearance – Customize – Custom CSS/JS – CSS Code.
Forum: Themes and Templates
In reply to: [OceanWP] Increase Vertical Header Hamburger IconHi,
It is not possible to increase the size of the current icon. However, you can try this code which will replace the current one with font awesome icon and you can change font-size:
Please paste the below code in Appearance – Customize – Custom CSS/JS – CSS Code:
.hamburger { display: none; } a.vertical-toggle:before { content: "\f0c9"; font-family: FontAwesome; font-size: 30px; color: #333; }
Forum: Themes and Templates
In reply to: [OceanWP] Problem with ResolutionHi,
Without getting your site link, it is hard for us to debug. Can you please check one of your demos and check if that same issues appear for the laptop you checked your site?
If not, please try deactivating plugins one by one and see if things change.
Forum: Themes and Templates
In reply to: [OceanWP] Inserting shortcodes into specific places in OceanWPHi @conciseac,
Please use the code below. Make sure you use child theme:
add_action('wp_head', 'prefix_hook_add'); function prefix_hook_add(){ if( is_single() && has_category('11') ){ // your code here } }
Change the 11 to category ID you want to show the code.
Forum: Themes and Templates
In reply to: [OceanWP] Header navigationHi @jc2018,
Please add ID to the section in Elementor and use that ID as #id-1 in your menu item.
You can check video tutorial here – https://www.youtube.com/watch?v=M1mWq3kuX7s
Forum: Themes and Templates
In reply to: [OceanWP] Bug: switch to list productsHi,
You are using Piwik tracker in your site? The code for the tracker is causing the issue. Please try deactivating that plugin or remove the below code from your site where you added.
_paq.push(['setEcommerceView', false, false, 'Tisanes+et+Infusions' ]); _paq.push(['trackPageView']);
Forum: Themes and Templates
In reply to: [OceanWP] Canvas FilterCan you please link to your page?
Forum: Themes and Templates
In reply to: [OceanWP] Subheadings don’t show up at blog pageHi Marc,
We talked about this in OceanWP Support. If your issue is resolved. Can you mark it as resolved? ??
Thank you
Forum: Themes and Templates
In reply to: [OceanWP] Custom template categoryHi,
Just to confirm you want to change the template for WooCommerce Category Page right?
You can copy the taxonomy-product_cat.php file from WooCommerce plugin to your child theme. ??
Forum: Themes and Templates
In reply to: [OceanWP] Mobile non workHi,
Can you please make sure both OceanWP Theme and Ocean Extra plugin are upadted to their latest version?
Hi,
1. Quick View Colors CSS:
#owp-qv-content .product_title { color: #0c0c0c; } #owp-qv-content .amount { color: #0c0c0c; } #owp-qv-content .woocommerce-product-details__short-description { color: #0c0c0c; }
Please paste the above code in Customizer – Custom CSS/JS – CSS Code.
Forum: Themes and Templates
In reply to: [OceanWP] different menue when I log outHi,
1. Can you please make sure you have cleared the cache?
2. Which plugin you are using to create the language switcher? Please contact that plugin support. ??