Ascker
Forum Replies Created
-
Forum: Hacks
In reply to: Add page attribute or callThank you bcworkz,
Thanks a lot bcworkz your notes was really helpful and worked perfectly.
Sure I use it like slugs.
Thanks for help and for your fast response.Forum: Plugins
In reply to: [Simple Ads Manager] Delete AdHello,
I am sorry to disturb you. I am using WordPress 4.3.1 I searched the net to find some tutorials and videos.So does the plugin compatible with WordPress 4.3.1?????
I have problems here:
New Ad, New Place, New Block, New ZoneAds Place Patch—————-Not Working
Image—————-Not Working
HTML or Javascript Code—————-Not Working
Google DFP—————-Not Working
Preview—————-Not Working
Save—————-Not WorkingThanks for you.
Thanks a lot for your help.
Sorry about post repeat, please delete the repeated ones.Kindly allow adding custom web share icon-image and link like this
https://digg.com/submit?url=[post-url]&title=[post-title]
Because is is allowed in WordPress pages.
With this option the plugin will be more universal because the user can add any websites he need.And about the small icons on pages it will be great to have this flexibility.
Finally as usual you are ready and have fast response, many thanks for your help and your time and sure the plugin.
-About the icons I create new icons that fit my needs.
-I tried to create custom share for digg using:
custom -> Link URL -> https://digg.com/submit?url=%5Bpost-url%5D&title=%5Bpost-title%5D
but I face this:javascript:void(0)
-Is there any
shortcode\<?php echo ?>
that can be used in pages to display the small post iconsThanks for your help
Thanks for your answers and fast response
Unfortunately the website is not ready and I cannot upload it if I am not sure the every thing is okay and all links are working correctly.`Thanks for your answers and fast response
Unfortunately the website is not ready and I cannot upload it if I am not sure the every thing is okay and all links are working correctly.-About the icons I create new icons that fit my needs.
-I tried to create custom share for digg using:
custom -> Link URL ->https://digg.com/submit?url=[post-url]&title=[post-title]
but I face this:javascript:void(0)
-Is there any
shortcode\<?php echo ?>
that can be used in pages to display the small post iconsThanks for your help
Unfortunately the website is not online yet and I can not upload it if I am not sure 100% that every thing is okay and working correctly.
I created a new icons that fit my needs.
Still I have problem adding a custom icon
I add custom and use this Link URL https://digg.com/submit?url=%5Bpost-url%5D&title=%5Bpost-title%5D
but I face javascript:void(0);And is there any shortcode/<?php echo ?> for pages to use the small icons that are in the posts.
Thanks for your help.
I figure out now that the point number 6 caused when I solved the point number 4 by adding this code
@media screen and (max-width: 1008px)
{
.sfsiplus_norm_row {
min-width: 100%;
max-width: 100%;
}
}So I change it to
@media screen and (max-width: 1008px)
{
.sfsiplus_norm_row {
min-width: 300px;}
}After this the icons movements is OK, so point number 6 is resolved.
Thanks for you and sorry for point number 6.I am sorry it is not online yet.
On the point number 1 flat icons is good … sorry but when I tried to use Splash and Shaded Light on a black background was really bad view.
Some of the icons have problems n the black background because they have transparent background.For point number 4 I use css responsive codes to handle the number of rows by width.
For point number 6 I am facing the problem using android 4.2.2 chrome 46.0.2490.76. When I tried dolphin browser it was okay, I don know if
the problem really caused by plugin.I still trying to find a way to use the small icons in the pages.
Thanks for your support and hard working.Forum: Plugins
In reply to: [Sticky Popup] sticky popup showing page builder contentYour are welcome!
Forum: Plugins
In reply to: [Pootle Pagebuilder - WordPress Page builder] Backup/Restore ErrorI wish if you create a way to import/export or copy/paste the code, so it will be easier to backup code or copy it to an other website.
Thanks a lot.Forum: Plugins
In reply to: [Pootle Pagebuilder - WordPress Page builder] Backup/Restore ErrorThanks a lot for your replay and for the plugin.
Forum: Plugins
In reply to: [Sticky Popup] sticky popup showing page builder contentHello all,
AzRalL really thank…..as you mentioned before go to class-sticky-popup.php line 575 comment or remove these two lines$this->popup_content = apply_filters(‘the_content’, $this->popup_content );
$this->popup_content = str_replace( ‘]]>’, ‘]]>’, $this->popup_content );then add this line this in there place:
$this->popup_content = do_shortcode($this->popup_content);3For me I am using contact form and this worked perfectly.
Forum: Plugins
In reply to: [Pootle Pagebuilder - WordPress Page builder] Backup/Restore ErrorHello again,
I find that the problem was caused by the migrating process, because when the links that stored in meta_value replaced to the real website links.
Any solution????
Thanks for your help and for the perfect plugin.