Recently I made an attempt to transfer a Zurb Foundation template/site I built into a LimeSurvey template and in the process I noticed that my Font-Awesome links were not displaying correctly any more...
It should be displaying like:
However instead it displays like:
[
It is resolved when I enter text like so:
But that's not what I want to do, I need it empty.
It was all working fine when just running the site on local Apache.
Anyone got any pointers?
Related
http://www.esafiber.com/
I am trying to get the website back in working order, however I have gotten stuck where it looks like the HTML bleeds through.
Any one seen this before? I am using WordPress and all of my themes and plugins are up to date.
It is actually a shortcode and it is not displayed properly.
You can check it via various way -
1 - Please check shortcode written in text area not visual if you use a text editor
2 - Please check theme or slider plugin is activated or not.
3 - Please check the theme or slider file if you are aware of customizing and check add_shortcode or do_shortcode written is in a proper way or not.
Ok, so I have an HTML email with several inline images (charts and such). The images are embedded using CID. The email works perfectly fine on all desktop platforms. My issue is that the images are no longer inline when you try to open the email on iPhone (IOS mail app or IOS Outlook).
This is what they look like on IOS mail:
And this is what happens when you tap one of those boxes:
(contents of the image are irrelevant)
So, they load fine if you tap them individually, but I really need them to appear inline. Any idea whats going on? I thought maybe the images were too large, but one of the images is only 12kb and it still doesn't appear. In total the email is only about 850kb, which really shouldn't be too big either.
A few things to note:
It is definitely sending properly as an HTML email, as all of the CSS in the titles and the HTML tables (not shown) are working perfectly.
There is no "Download all images" link at the bottom of the email, as many of the suggestions I have found online seem to say.
I have "Download remote images" enabled in my settings.
All of the images are .png
Any ideas are appreciated.
I found the issue. For whatever reason this happens when I am making an absolute reference i.e. (C:\ReportEmail\Data\Logo.png) to the file path in my code. If I put the images in the same folder as the script and make a relative reference to the working directory i.e.(.\Logo.png) it works fine. I have no idea why this is the case, as the two types of references should be pretty much identical in usage. Oh well.
I am very new to Elgg development and have currently just started out in testing and modifying the contents within Elgg. However at this point, I am perplexed in the sense that the content displayed within the Elgg page is in ListView instead of the normal webView that you would see for e.g facebook display page. Hence, Just imagine the facebook header is in listview and all the other options are in listview. That is the issue that I am facing now.
The content as shown in the diagram below:
Therefore, does anyone have any idea in which directory I should look in to rectify the ListView display issue? Thanks
There are some possible reason of your problem :
your server/hosting is not matching with elgg's requirement, or
.htaccess restriction of your provider (for apache), or
etc ..
See for more detail : http://learn.elgg.org/en/1.11/intro/install.html
I am using squarespace developer kit and going well. I am wanting to integrate some queries to display some very simple data form my blogs that will appear on my home page ONLY.
Not being very fluent in JSON, I am struggling to implement the query on the home page. I have it set up to display the data from the selected blog but it displays the data through each page.
I only want the data to be visible on the home page at the top. Not in the header but inside where all the content is.
Here is my query that works perfectly well
<squarespace:query collection="feature-articles" limit="10">
<li>
{.repeated section items}
<li>{title}</li>
{.end}
</li>
</squarespace:query>
Can the data be inserted into a code block via the content manager so I can then insert into within the content or am I totally wrong in thinking that.
What I will then do is style/ add or edit the UI of the data into either a carousel or whatever is needed for the project.
I just need to know where to store the query so that it fits in with the content.
Appreciate any time.
Review the following link to see how you can edit a template file, to make different pages use different templates.
http://developers.squarespace.com/template-configuration/
Make a completely custom template just for your homepage then paste you code within your custom .region file as outlin ed in the above guide.
Here is the page about working with template pages:
http://developers.squarespace.com/layouts-regions/
Seeing as you know about , I have a feeling you might already know this, so you might want to be a bit more specific about how your displaying your code and I will gladly update my answer.
Ok I have checked all the other posts that are similar to this but none of them are truely the same.
I have a like button on my website. The page is created dynamically via a perameter passed to the page called "page"
find here;
http://dev.crosbylakeside.co.uk/watersports/index.php?page=watersports
Now on the home page of this section the like button works great. However it does not work on any other section at all!!
The strange thing is its essentially the same page. If you check my source code header info its always right. The facebook og data is also dynamic to simulate page changes and is working fine.
If you go to the dev bugs page and put in the url of my site it all checks out ok.
I have tried everything but I cant seem to get it to go.
Please help thanks
Looks like was a caching issue