techotronic
Forum Replies Created
-
Forum: Plugins
In reply to: [All In One Favicon] Can't get the Frontend to work….Hi,
this is because your theme already declares a favicon:
<link rel="icon" href="https://www.bitsbytesandmore.com/wp-content/themes/theme1346/favicon.ico" type="image/x-icon" />
Cheers,
ArneForum: Plugins
In reply to: [jQuery Colorbox] WordPress Page Content in IframeHi,
the code you pasted broke in your post, so I can only guess that it’s correct.
This works for example:<a class="colorbox-link" title="Muppets-Video" href="https://www.youtube.com/v/zCRUPWDIgYM&feature=player_embedded">link to youtube - test</a>
Cheers,
ArneForum: Plugins
In reply to: [jQuery Colorbox] Accents on captions are brokenHi,
you may have noticed, I haven’t updated the plugin in many months.
Whatever changed in your setup, you should look there.I set up a test with various umlauts (?ü? é??) and none are broken in the Colorbox.
Cheers,
ArneForum: Plugins
In reply to: [jQuery Colorbox] Issues with nextgen in sidebarHi,
unfortunately, there is no way to get images not in the main content of a page or post to display in a slideshow.
Cheers,
ArneForum: Plugins
In reply to: [jQuery Colorbox] Cannot get images to open in colorboxHi Kristof,
there are many JavaScript errors on your site.At least this block of JavaScript has incorrect syntax:
<!-- Load Twitter JS-API asynchronously --> <script type="text/javascript"> jQuery(document).ready(function($) { // Load Tweet Button Script var e = document.createElement('script'); e.type="text/javascript"; e.async = true; e.src = 'https://platform.twitter.com/widgets.js'; document.getElementsByTagName('head')[0].appendChild(e); } </script>
Forum: Plugins
In reply to: [jQuery Colorbox] Images of different galleries grouped togetherHi,
in WordPress, there is no way to automatically identify a single gallery. The only thing that can be identified is a post or page.
So, if multiple images or galleries are added to a post or page, all images are grouped together when the option is selected in the plugins settings.
Cheers,
ArneForum: Plugins
In reply to: [All In One Favicon] Apple Touch IconHi,
you’re right, the Apple Touch Icon functionality doesn’t seem to be working any more (tested on my own site with my iPhone 4).I’ll look into it and try to fix this in the next plugin version.
Cheers,
ArneHi,
it seems that your theme already brings along a favicon:<link rel="shortcut icon" href="/wp-content/themes/yoo_infinite_wp/favicon.ico" />
this is apparently used by Chrome, while Firefox uses the one you uploaded.
You’ll need to remove the favicon from your theme.Cheers,
ArneForum: Plugins
In reply to: [All In One Favicon] favicon on chromeHi,
these problems may seem alike, but have totally different causes.@hu_eunsim:
Your favicon also doesn’t show in my Chrome. No idea why. It’s certainly embedded correctly, otherwise it wouldn’t work on other browsers.@jeriwb:
Your favicon works on my chrome.
Browsers cache the favicon of a site, or that it doesn’t have one.
Try clearing your browser history.Cheers,
ArneForum: Plugins
In reply to: [All In One Favicon] animateGif favicon plugin not workingHi,
which browser did you test this on? Not all browsers support animated favicons:
https://en.wikipedia.org/wiki/Favicon#File_format_support
Cheers,
ArneForum: Plugins
In reply to: [All In One Favicon] Cannot clear old faviconHi,
I’m afraid I don’t understand your problem. Which progress bar do you mean?
Cheers,
ArneForum: Plugins
In reply to: [All In One Favicon] Can't get favicon to display front-end in Chrome browserHi,
your favicon works fine for me in Firefox and Chrome.
Cheers,
ArneForum: Plugins
In reply to: [All In One Favicon] Weird entries in upload input fieldsHi!
this sounds like the settings are broken for some reason…Did you try to delete the settings of the plugin?
There’s a box right at the bottom of the plugin’s settings page.Cheers,
ArneHi,
which kind of favicon did you upload?
Can you post a link to your site?
Cheers,
ArneForum: Plugins
In reply to: [All In One Favicon] Multi-site defaultHi,
no idea…
are you sure that you used the setting name with the correct image type?Did you take a look at the settings in the database after adding the favicon manually and after adding it through your code?
Also: The link to the favicon is rendered into the HTML, when you take a look at the backend’s source code, do you see the link?
Cheers,
Arne