Forum Replies Created
-
AuthorPosts
-
Aakash ChakravarthyKeymaster
Hi Stefan,
Thanks for using Shortcoder.
I would suggest trying the below format which is very simple. Looks like you are complicating.
It makes use of “custom parameter” feature.
Inserting shortcode inside attributes is tricky. WordPress is confused and fails to parse.
Create a single shortcode named maps
Put this a content<div align="center"> <div class="gmap_canvas"><iframe id="gmap_canvas" src="https://maps.google.com/maps?q=%%city:austin%%,%%state:texas%%&t=&z=13&ie=UTF8&iwloc=&output=embed" width="100%" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"> </iframe></div> </div>
Here city and state are the custom parameters with default values Austin and texas. These can be changed when using the shortcode.
Now use the shortcode
[sc name="maps" city="denver" state="colorado"]
That’s it!
Thanks,
AakashAakash ChakravarthyKeymasterHi Terence,
Can you please share your website URL?
I’ll share CSS to change the color.Thanks,
AakashMarch 12, 2022 at 1:38 pm in reply to: When I publish the bar, this bar covers the logo and the menu of the page #10807Aakash ChakravarthyKeymasterHi @jefferyclark,
I’m checking. Seems like a theme problem. I’ll see if I can suggest any workaround.
Thanks,
AakashAakash ChakravarthyKeymasterHi there,
Sorry for the late reply. I missed to follow up on this.
Could you please clarify if you want to set your logo as the image for the button?
Thanks,
AakashAakash ChakravarthyKeymasterHi Stan,
Sorry for the super late reply.
I guess you are talking about “hypens”?
Hypens are already allowed. You can pull a custom field which has a hypen like$$custom_field:hello-world$$
Thanks,
AakashAakash ChakravarthyKeymasterHi Alicia,
The “header” element of elementor is displaying over the announcement bar.
Please check if you can move/configure the header a bit down.
If there are no options to do that, then I will suggest some CSS to forcefully move it down.
Thanks,
AakashAakash ChakravarthyKeymasterHi @peterburgey,
Thanks for using Shortcoder.
I’m sorry to say that this feature is not supported considering it is not safe to display query value directly on the page. Users may execute malicious code which will execute directly on the page.
I would suggest writing your own shortcode using PHP so that you can clean the query value before working with it – https://codex.wordpress.org/Shortcode_API
Thanks,
AakashAakash ChakravarthyKeymasterThat’s strange. Since this is a PRO version, the updates come from aakashweb.com instead of WordPress. The plugin checks if the license key is valid and tries to fetch the new update file.
I have not received any bugs w.r.t the update system. I’ll keep an eye on this in the next version.
Thanks,
AakashAakash ChakravarthyKeymasterHi Ian,
Did you try the “check again” from the Dashboard > Updates page?
Wordpress should refresh its cache on the updates list after a day.Thanks,
AakashAakash ChakravarthyKeymasterHi Vidur,
The enclosed content parameter will work differently when it is passed as a value to another shortcode. Making any change would be regressive I guess.
Ideally, $$enclosed_content$$ is meant for large content like HTML which you can’t pass via an attribute.
So I would suggest passing the value via attributes.
Also if possible you can restructure your shortcode content in a way that you are not passing shortcodes as value to another shortcode. Make sure you pass simple values strings, values from the post side. It is also easy to manage.
You could create multiple shortcodes where the nested shortcode in the content have different values passed.
Thanks,
AakashAakash ChakravarthyKeymasterHi Vivaldo,
I see that you have started a topic on Print friendly WordPress forum.
https://wordpress.org/support/topic/footnote-2/Please give me some time, I’ll go through their docs and see if I can suggest some code for you so that you can continue to use the print-friendly button along with WP Socializer.
Thanks,
AakashAakash ChakravarthyKeymasterHi Jeff,
It might be possible that WordPress is caching the update request from our servers.
Can you please go to Dashboard > Updates and hit “Check again”?
Please do give it a day. If it still does not work, you can also manually download the plugin from your order email, delete the existing plugin and upload it (your existing data won’t be lost)
Thanks,
AakashAakash ChakravarthyKeymasterHi Vivaldo,
The print and PDF services are provided by “printfriendly.com“. You can learn more about them on their website.
WP Socializer will transfer the link to them but cannot configure any settings on their website.
However, I tried to generate a PDF and everything look good to me.
If you have any issues, you could contact them if possible.
Thanks,
AakashAakash ChakravarthyKeymasterHi Vivaldo,
Thanks for using WP Socializer.
WP Socializer will transfer the link to “printfriendly.com” website to take a print or generate a PDF.
I saw the “printfriendly” page and I could not find any issue. All looked good to me.
Even if you see any issue, WP Socializer plugin has no control over it.
It is because it is the printfriendly website providing that service.They do provide feature where users can click and remove unwanted paragraphs before printing.
Thanks,
AakashAakash ChakravarthyKeymasterHi,
Thanks for using announcer plugin.
As of now, the ticker works vertically.
Since it is basically ticker, I started with Horizontal slider.
If more people request, I’ll sure introduce that option in the future.
Thanks,
Aakash -
AuthorPosts