Ryanio
Forum Replies Created
-
@bj123 thank you for that.
I also agree it is very strange that it is opening in safari every time.
I am also not a developer but I would imagine you could maybe adjust that a little to work for only the menu by using the .class selector and giving the menu items a class. maybe something similar to below:
$(‘a’).live(‘click’, function (event)
{
var href = $(“.menuClass”).attr(“href”);// prevent internal links (href.indexOf…) to open in safari if target
// is not explicitly set_blank, doesn’t break href=”#” links
if (href.indexOf(location.hostname) > -1 && href != “#” && $(this).attr(“target”) != “_blank”)
{
event.preventDefault();
window.location = href;
}});
This does not work for me, but maybe it will help you.
@bj123 I still do not have a solution. May I ask, could you post your javascript snippet? I feel like I’ve tried everything and im getting a bit desperate now.
Dave, I have tried to use _blank targets but still no dice. It seems like no matter what the links open with safari. Do you have any other potential solution I could try?
Not easy to get support from these guys at all, very frustrating.
To answer your question, just open the file with an unzip utility (It will usually do this by default), I use RAR Extractor for Mac.
Same here, I have published two apps now and both have had 60+ error warnings and some errors which prevent the app from launching. It took extensive googling to fix the problem seeing as I know nothing about objective-c.
The video comes from a custom field. Although neither the videos from the custom field nor the featured image shows up.
The only way for images to show up is if you upload them directly into the post.
By the way I am using 2015 basic theme.
Yes the videos are youtube videos
playing videos. So the videos that are already in posts don’t appear or play.
Great! Looking forward to the update.
In fact, All I would need to do with this is to change the post list style of a category page to be large tiles.
Any idea how I could do that?
Yeah me to. Can’t even seem to get the preview to work