doomidze
Forum Replies Created
-
Forum: Plugins
In reply to: [Shortcoder — Create Shortcodes for Anything] Tags inside shortcode valuesHi @vaakash
I’m sorry, it was my fault because of quotesForum: Plugins
In reply to: [Shortcoder — Create Shortcodes for Anything] Tags inside shortcode values[sc name="howto_block2" step_desc="text2 <a href="https://google.com">google</a>"][/sc]<div>%%step_desc%%</div> $$enclosed_content$$I’m sorry. It was mine mistake. Thank you @pcosta88
Last update Yoast plugin was crashed my site. I’m using v13.3, wp – v5.4.1
I’m execting to see correct published/modified dates. My posts are much oldier, but in meta I see updated by current dayAn example of my post:
<!– This site is optimized with the Yoast SEO plugin v13.3 –>
<meta property=”article:published_time” content=”2020-06-22T18:27:24+00:00″ />
<meta property=”og:updated_time” content=”2020-06-22T18:27:24+00:00″ />
<meta property=”article:modified_time” content=”2020-06-22T18:27:24+00:00″ />
…
<script type=’application/ld+json’ class=’yoast-schema-graph yoast-schema-graph–main’>…”datePublished”:”2020-06-01T15:25:34+00:00″,”dateModified”:”2020-06-08T18:15:05+00:00″…</script>
<!– / Yoast SEO plugin. –>Forum: Plugins
In reply to: [Contextual Related Posts] Size imagesThank you Ajay.
Unfotunatelly I haven’t PayPal to buy you a cofeeForum: Plugins
In reply to: [Contextual Related Posts] Size imagesI’m using Version 2.9.2
With disabling “Get first image” works well but I really need “Get first image” because I have many posts with it.Forum: Plugins
In reply to: [Contextual Related Posts] Size imagesThank you for your answer Ajay.
Yeah, I can imagine the problem.
My custom output for image now is a crp_list_link function. I don’t know how I can replace an image. Without my custom output works well.I can delete my output but I need to customize my output. Just replace the structure: wrap an image in new div, replace title, add a permalink to title.
I saw the api file https://github.com/WebberZone/code-library/blob/master/contextual-related-posts/crp-api-example.php but I can’t figure out how to solve my problem. Only replacing will be enough.Forum: Plugins
In reply to: [Contextual Related Posts] Size imagesStill no
https://prnt.sc/rn4xjp – crop mode
https://prnt.sc/rn4zrx – image
https://prnt.sc/rn4w8k – result
https://prnt.sc/rn55t4
$output .= zerif_list_link( $args, $result );
Other settings works fineForum: Plugins
In reply to: [Contextual Related Posts] Size imagesI tried to fix it and even when I removing ‘scan_images’ parameter – it is not working (still large images)
I activated the crop settings – not working
I created new media size https://prnt.sc/rmtd7u, tried with cropping and without – not working.
I’m using Regenerate Thumbnails plugin and it creates needed size of images https://prnt.sc/rmtfteForum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Exclude some tagsSuper. You are the best)
With thanks,
Dmytro T.Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Exclude some tagsThank you, it works for me but had not remove code from some shortcodes like that:
[img alt=”Spring”]/wp-content/uploads/spring_1024.jpg[/img]
http://prntscr.com/l1ng6l
No was problem with database when I changed this file.Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Add focusThank you, it works. Сlass, not id.
.asl_m input.origForum: Plugins
In reply to: [WP-PageNavi] Call to undefined function wp_pagenavi()Reinstall and now working.
Thank you).