xinglin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] oceanwp product search result pageI have solved it, thank you for your assistance
Forum: Themes and Templates
In reply to: [OceanWP] oceanwp product search result pageHello,
Search result setting is https://imgur.com/5ANIgc6
Elementor system info:
https://drive.google.com/file/d/1GzExrKzDJKq1yB_tTNMfF_JEyKnxZ_vi/view?usp=sharingI tried to switch to the parent theme, the same is presented in the form of a list, the grid style cannot be presented
Thanks
Forum: Themes and Templates
In reply to: [OceanWP] oceanwp product search result pageI want the grid style like the store page, like this
https://wordpress-390933-1852026.cloudwaysapps.com/shop/Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] sitemap page blankAfter I removed the original image, the sitemap will work
But after I re-uploaded other pictures, it became a blank site map page.Can you help me check the problem again?
Thank youForum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] sitemap page blankHello
I want to know why only page-sitemap.xml error occurs?thanks
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] sitemap page blankThank you for your reply
But I don’t know how to modify function.php or wp-config.php to solve the blank problem, can you help me?
Thank youhi.try to do my sortcode
[event-list cat=” org=” column=’2′ style=’grid’ cat-filter=’no’ org-filter=’no’ show=” pagination=’no’ sort=’ASC’]
Great! cat id id is working
There is a “Download” LINK in woocommerce-My account. What does this do?
it’s link a 404 pageThank you for your reply
Theme is oceanwp
Plugin version: 3.2.1(Newest)No other plug-ins installed
My version is the latest version, I have also tried canceling the comma, but it is still not displayed by category, it is all displayed
And filter is not work.
If this can be solved, I want to buy the PRO version
THANKS
This is the plugin code. how can i add [restrict] shortcode at here?
if ( isset($read_setting['read_content']) && $read_setting['read_content'] === 'true' ) { $entry_output .= ' <div class="gb-entry-content">'; // Use this filter to just add something $entry_output .= apply_filters( 'gwolle_gb_entry_read_add_content_before', '', $entry ); $entry_content = gwolle_gb_sanitize_output( $entry->get_content(), 'content' ); if ( get_option( 'gwolle_gb-showLineBreaks', 'false' ) === 'true' ) { $entry_content = nl2br($entry_content); } if ( isset($form_setting['form_bbcode_enabled']) && $form_setting['form_bbcode_enabled'] === 'true' ) { $entry_content = gwolle_gb_bbcode_parse($entry_content); } else { $entry_content = gwolle_gb_bbcode_strip($entry_content); } $excerpt_length = (int) get_option( 'gwolle_gb-excerpt_length', 0 ); if ( $excerpt_length > 0 ) { $readmore = '... <a href="#" class="gwolle_gb_readmore gwolle-gb-readmore" title="' . esc_attr__('Expand this entry and read more', 'gwolle-gb') . '">' . esc_html__('Read more', 'gwolle-gb') . '</a>'; $entry_excerpt = wp_trim_words( $entry_content, $excerpt_length, $readmore ); $entry_content = ' <div class="gb-entry-excerpt">' . $entry_excerpt . '</div> <div class="gb-entry-full_content gwolle_gb_hide">' . $entry_content . '</div>'; } if ( get_option('gwolle_gb-showSmilies', 'true') === 'true' ) { // should be done after wp_trim_words to keep all the smileys intact. $entry_content = convert_smilies($entry_content); } $entry_output .= $entry_content; // Use this filter to just add something $entry_output .= apply_filters( 'gwolle_gb_entry_read_add_content', '', $entry ); $entry_output .= ' </div>';
Hi Marcel Pol
If you use the shortcode method, the visitor will not be able to see the reply from the administrator.
Yes, I am using a cloudway host. After I exclude PHPSESSID, I can work now.
Thank you very much:)
@imanuelrajan
Can you give me a screenshot for my reference? I don’t know where to set it.
My cache plugin is breeze.If I don’t have the cache turned on, the problem is still the same.
Thank you
- This reply was modified 5 years, 10 months ago by xinglin.
I disable all plugins, but still the same problem
how can i solve it?It is not logged in, you can click on the member icon, not the login status.