verseleo
Forum Replies Created
-
Hi @shapedplugin,
Certainly, I will do it as soon as possible.
Although your plugin isn’t very good, but your support is excellent!!! ??Sure?
No, your plugin is superb!
Thank you very much!Forum: Plugins
In reply to: [Ocean Extra] Clickable Widget TitlesThank you for your help, dear Amit. I greatly appreciate it.
I was waiting and now It’s working very well.
Can I run it from functions.php?Forum: Plugins
In reply to: [Ocean Extra] Clickable Widget TitlesHi @apprimit
Thanks for the reply.
But I can’t find a way to change it.
Any help can be useful in this regard.Here we have Ocean extra code:
// Apply filters to the title $title = isset( $instance['title'] ) ? apply_filters( 'widget_title', $instance['title'] ) : ''; // Before widget WP hook echo $args['before_widget']; // Show widget title if ( $title ) { echo $args['before_title'] . esc_html( $title ) . $args['after_title']; }
and this is default WordPress code:
$title = ( ! empty( $instance['title'] ) ) ? $instance['title'] : __( 'Recent Posts' ); /** This filter is documented in wp-includes/widgets/class-wp-widget-pages.php */ $title = apply_filters( 'widget_title', $title, $instance, $this->id_base );
It seems both are using a method but I’m sure there is a small point for it.
Thanks
Forum: Plugins
In reply to: [PAJ Featured Image Owl Carousel / Slider] Huge space below the stageHello,
It can be solved on the next release?
Here is shortcode:
[paj-owl-slider title='Latest News' autoplay='false' loop='false' display_excerpt='false' slides_desktop='8' slides_tablet='5' slides_mobile='2' heading_font_size='13' carousel_layout='layout_1' paj_post_type='news' slide_border_width='0' slide_background_color='#f2f2f2']
Thanks
- This reply was modified 4 years, 6 months ago by verseleo.
Forum: Plugins
In reply to: [Yoast SEO] Change the meta image for CPT archive pageHi Kasia,
Thanks for your reply.
Got it. I don’t want partial caching. if everything on the page will be cached include the widgets, so it’s okay for me.kind regards
Forum: Plugins
In reply to: [Yoast SEO] Change the meta image for CPT archive pageHi @amboutwe
Thanks for the reply.
I know what you said.
I mean was on the CPT archive pages as you can see in my first question:How to change the meta feature image for a custom post type archive page?
Forum: Plugins
In reply to: [PAJ Featured Image Owl Carousel / Slider] Carousel TitleHi dear Phillip,
Thank you very much, your support is greatly appreciated.
I will try it and let you know if there is something else.Thanks again
Best RegardsForum: Plugins
In reply to: [PAJ Featured Image Owl Carousel / Slider] Carousel TitleWell done, it’s perfect now! Thanks, dear Phillip.
If you want to check for possible bugs on the new changes, no problem. I can wait for the update from the WordPress repository.Regards
Forum: Plugins
In reply to: [Yoast SEO] Change the meta image for CPT archive pageHi @marcanor
Thanks for your reply.
I want to assign an image for when CPT will be shared on social media.
Now we have a section on the normal post type that you can see it in the image attached.
https://prnt.sc/rswri5Regards
Forum: Themes and Templates
In reply to: [OceanWP] Edit Next/Prev file according to CPTForum: Plugins
In reply to: [PAJ Featured Image Owl Carousel / Slider] Carousel TitleHi @phillip2532
I’ve tested it with the shortcode.
I think that if the plugin did not support the SiteOrigin, it could even be more Lightweight.
Many users don’t use the SiteOrigin widget.Regards
Forum: Plugins
In reply to: [PAJ Featured Image Owl Carousel / Slider] Carousel TitleHi @phillip2532
You’re welcome! Thanks for the reply.
With pleasure! I would like to improve the performance of the plugin and share my idea with you.1. Number of Total posts to show. (I changed it from relevant PHP file)
2. Specify the image size. (I changed it from relevant PHP file)
3. Add an option for the carousel direction to RTL. fix by the below code:.owl-carousel, .bx-wrapper { direction: ltr; } .owl-carousel .owl-item { direction: rtl; }
4. Carousel Title (this is the most important option right now :-)) on the field, any help can be useful. I know a little bit of change in PHP codes. But I don’t know where should I put it.
Regards.
Forum: Themes and Templates
In reply to: [OceanWP] Edit Next/Prev file according to CPTThanks @apprimit
Not works.