sansolo
Forum Replies Created
-
Forum: Reviews
In reply to: [Login With OTP] Simple and Straight ForwardI was trying for Email OTP. But the popup was not appearing on mobile.
@xmiax thank you. The custom action shown in that doc is not available in the forms when I select “Emails & Actions” as it shows.
I used print_r to show what form_data has. Still don’t know how to get the one text field in my form. This is the result of print_r
Array ( [fields] => Array ( [2] => Array ( [id] => 2 [type] => text [label] => Phone Number [description] => [size] => medium [placeholder] => Phone Number [limit_count] => 1 [limit_mode] => characters [default_value] => [input_mask] => [css] => [label_hide] => 1 ) ) [id] => 168 [field_id] => 3 [settings] => Array ( [form_title] => Whatsapp [form_desc] => [submit_text] => Submit [submit_text_processing] => Sending… [form_class] => [submit_class] => [notification_enable] => 1 [notifications] => Array ( [1] => Array ( [email] => {admin_email} [subject] => New Anysapp Entry [sender_name] => Anysapp [sender_address] => {admin_email} [replyto] => [message] => {all_fields} ) ) [confirmations] => Array ( [1] => Array ( [type] => message [message] => Thanks for contacting us! We will be in touch with you shortly. [message_scroll] => 1 [page] => 71 [redirect] => ) ) [antispam] => 1 [form_tags] => Array ( ) ) [meta] => Array ( [template] => blank ) )
Hi, thank you for the quick reply. On the plugin demo, the product image changes when we select color without selecting the fabric: https://radiustheme.com/demo/wordpress/wooplugins/product/woocoommerce-variation-swatches/
Forum: Plugins
In reply to: [ElementsKit Elementor addons] Mobile menu not working@benjirahmed I chose to use the theme’s inbuilt footer so the site is not using Elementskit right now ??
Forum: Themes and Templates
In reply to: [OceanWP] Modified date hide or showThanks for the update @catlady053 . In the meta file, you see sections and this is the section for modified date:
<?php c { ?> <li class="meta-mod-date"<?php oceanwp_schema_markup( 'modified_date' ); ?>><span class="screen-reader-text"><?php esc_html_e( 'Post last modified:', 'oceanwp' ); ?></span><i class="<?php echo $theme_icons[ 'm_date' ][ $icon_t ]; ?>" aria-hidden="true"></i><?php echo esc_html( get_the_modified_date() ); ?></li> <?php } ?>
My suggestion would be to modify the if condition like this:
if ( 'mod-date' === $section && 'mod-date'!='date' )
This should get you the result you’re looking for. Please let me know if you need more assistance.
Thanks for the update @vanbrel in that case, this is most likely to be a plugin conflict. Please disable all plugins that are not required by oceanWP and try to update.
Forum: Themes and Templates
In reply to: [OceanWP] Two menus on the header not workingThank you @francipisco03 . Once the header is selected in the Customizer, it should apply to all pages unless they use a different option.
Under the Edit page>OceanWp Settings>Header, when you select the Center Header, an option to select the left menu will appear. Maybe some of the pages are using a different menu here.
You can create custom headers and footers using free Elementor addons. There are many of them available. But not necessary to fix this issue.Forum: Themes and Templates
In reply to: [OceanWP] Two menus on the header not working@francipisco03 can you please share how you added two menus?
For creating custom headers, there are many plugins for Elementor.Forum: Themes and Templates
In reply to: [OceanWP] Modified date hide or showHi @catlady053 thank you for contacting support. This requirement can be implemented by modifying the meta file for single post. Please refer to this article on how to safely edit this file: https://docs.oceanwp.org/article/430-add-your-own-meta
You can add a condition to compare'mod-date'
and'date'
and continue only if they are not the same.
Please let me know if I can help you with anything else.Forum: Themes and Templates
In reply to: [OceanWP] Two menus on the header not workingHi @francipisco03 nice site. I think the issue here is that different pages are using different headers. For example, if you click edit (not edit with elementor) for the “portalevino” page and scroll down, there is a section titled OceanWP Settings. Under it, switch there’s a header tab with the Header Style option. Here you can select the header you want to display for the page.
Screenshot for reference: https://prntscr.com/12j4qsoForum: Themes and Templates
In reply to: [OceanWP] Vertical Header CollapseHi @andrewpienaar thank you for getting in touch.
Please go to Appearance>Customizer>Header>General. Scroll down and you will see “Collapse Width” field which is set to 1280px by default. You cans et it to 959px which is the breakpoint for mobile menu and it the vertical header will appear till that width.Please let me know if I can hhelp you with anything else.
Hi @vanbrel , thank you for choosing OceanWp. Are you sure that all directories and subdirectories have “755” and all files have “644” permissions?
Forum: Themes and Templates
In reply to: [OceanWP] mobile menu@martechassistance can you please go to Appearance>Customizer>Header>Mobile menu and select “Link” under Mobile Menu Drop down target?
screenshot for reference: https://prntscr.com/12ilq0eForum: Themes and Templates
In reply to: [OceanWP] mobile menuThanks for the update @martechassistance . This is most likely due to a plugin conflict. In order to pinpoint the plugin causing this issue, can you please disable all the plugins and re-enable them one by one? If the issue returns after enabling a plugin, that plugin is the one causing the conflict.