szp895
Forum Replies Created
-
Forum: Plugins
In reply to: [Full Screen Menu for Elementor] The X button gets scrolled off pageBesides MountainSmoke said, I found a specific issue only on mobile.
When open the menu and scroll down, I can see the menu toggle is scrolling down as well, but when I release/stop and the menu toggle back to the top but then it is DISAPPEARED. Then I set the menu-overlay to be transparent, I found the menu overlay z-index seems automatically be higher than the toggle z-index when I stop scrolling down the menu.
It only happened on mobile, I test it on iPhone.
Do you have any way to fix it?
Forum: Plugins
In reply to: [Easy Custom Auto Excerpt] An important bug for meexcellent job! it works great now!
many thanks!Alan
Forum: Plugins
In reply to: does there have a shopping cart plugin like this ?I thought about multisite, but some good plugin does not support that. Or I might got any mistakes …?
please help me if you have any ideas.
Appreciated!Alan
Forum: Plugins
In reply to: [Custom Field Suite] [Plugin: Custom Field Suite] display imageHi logikal16,
thanks for your replying!
it works now.Regards
Alanthanks man, I fixed that, um…actually I didnt fix anything, it is very strange that I use same code, same theme, everything same in my Mac XAMPP server, that does not work, whereas I try in my Windows server, it works!
confusing….Hi thanks for your quickly replying!
I have tried to use shortcode exec php and custom field suite together to insert custom field in posts. but still does not work….
I followed the instruction here http://www.youtube.com/watch?v=IQQw1Ehe8UM
I created a shortcode called [shop_info]
global $cfs;
echo $cfs->get(‘name’,$post_id);
echo ” “.PHP_EOL;and then insert into every post, but does not work….in the video, it works. I tried to create other shortcode, it works.
how can I do ?
I mean, I create a new field group should be successful, but insert a value always can not be displayed..