ivec
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Posterboard FooterHi Jashan,
It appears that the issue was due to using a much older version of your plugin. When we received the website from the developer, it had it installed, though we were never given an account for it.
I just created a new account and purchased the latest version. Works great with WP 3.9, no more issues. Keep up the great work
scratch that this can be resolved, the issue was with my child-theme/footer.php calling for a jQuery..
Do i have to add anything to the following to make it work?
<a href="https://my.website.org/"><img class="alignnone size-full wp-image-4047" alt="Documentation" src="https://server.org/documentation.jpg" width="294" height="113" /></a>
OH and yes the plug-in is activated.
I dont seem to be able to get any setting to do anything at this point. I tried to change the icon itself, and it stayed the same.
Forum: Fixing WordPress
In reply to: How to Remove the icon for External LinksYou can see an example here: https://s.w.org/plugins/wp-external-links/screenshot-2.png?r=842154 highlighted in green
Forum: Fixing WordPress
In reply to: How to Remove the icon for External LinksSorry – you know what its like when you “in the zone” its all in your head but you dont spit it out well enough for people to understand..
Soo..
I have an image
I embedded an external link into the image
image and link works great – though i have a tiny link icon (due to being an external link) that sits under my image.I would like to disables the link icon.
Forum: Plugins
In reply to: How to custom WP Plugin Admin only areaDoesnt matter… fixed it.
<?php if (current_user_can('manage_options')) { ?> <li><a href="#tabs-sync">Sync Website</a></li> <?php } ?>
Forum: Plugins
In reply to: [SSH SFTP Updater Support] "Private key incorrect for user" ErrorQuestion 1: Why are we posting our private key, not public?
Question 2: Which user should the ssh key pair be created as?
We have not install WordPress from the Debian package repository.