Price should not be displayed - roomle

If the draft is saved and the link is copied, the price should NOT be displayed when the link is called up.
Where is the link assembled?
Can this be set during the integration in the website?

What you could do is the following:
in your configurator-settings set price service to false
in the page where you embed the configurator override price service true so the prices are shown in your embedded page
Another (maybe more elegant) solution would be to provide a deeplink so you can link back to your embedding page. How this works is explained here: https://docs.roomle.com/web/embedding/#change-share-url

Related

Create interactive HTML banners for Google AdWords using Google web designer

after searching a lot decided to post question here hoping to get any solution.
What I have to do:
I have to make interactive banners for Google Adwords platform, shortly to describe it consists of two parts, on the 1st part appears spidometer and alarms signs within green button where user has to click and after clicking there is 2nd part where is displayed text and only than user should be redirected to the site. Here is a non accurate example what we have done using Google web designer: http://example.ge/test/
Problem:
When uploading this banner in Google Adwords it links whole banner 1st and 2nd step with destination URL and the main idea is lost to send customer to the landing page after he sees 2nd slide. We need to link only 2nd step after clicking green button appeared text.
If you have any questions for more detailes I would be more than happy to provide.
Do you know any solution? Thanks in advance.
I'm not sure about Google Web Designer, but if you use the extiapi.js functionality, this should be possible.
Just include it in your creative:
<script type="text/javascript" src="https://tpc.googlesyndication.com/pagead/gadgets/html5/api/exitapi.js"> </script>
And then call the ExitApi.exit() function on the second click.

Add to Favorites link (is it possible these days?)

I'm in a corporate environment. We have an internal web site with lots of pages that shows data for various employees based on a selected date from a drop-down list. When they favorite a page, the selected date is in the URL so that gets favorite'd as well. I need to make it so when they add a page to their favorites, the date portion of the url is removed so they always come back to the latest date available. I know the AddFavorite functionality doesn't work anymore. It's looking like I am going to have to make a link that redirects them to the current page without the date part of the url so they can favorite that. But that just seems clunky.
tl;dr I need to make a Favorite This Page link that removes the date part of the url. Is it possible without the use of the javascript AddFavorite function?

Tinypass embed code issue

I am developing ROR application and using Tinypass gem for payment.
I integrated tinypass and its work very well. But display price is static as I wrote in page not fetch from tinypass account prices which I set.
Now, I want to display that dynamic price. So, as per tinypass account give me embed code to put into <head> in our site template so its work auto.
But its now work for me and nothing display. Any one have a solutions.
Thanks
The display price should be dynamic per your dashboard. The embed code injected into would do this if it's your only integration. If on full API or combining API and V2 of plugin, then the price change would be static.
For more info, contact support here with your AID: support#tinypass.com

Joomla - Wrong url path from google results

I have a strange problem in one Joomla website.
If i access from homepage and then navigate into the site it works correct, but if i go in some internal page from google results it shows uncorrect page layout, because the url is not correct.
This is the correct url
Correct page from homepage
and this the uncorrect url that Google finds Uncorrect page from Google
in this second page is showed rating module (that i never used) instead of an article, as you can see in links.
Someone can help me?
EDIT: I'm using Joomla 2.5 version. Every menu item is category blog type, and must show all articles of one category. Each category have 2 articles. In the uncorrect link seems that it access to single article, adding the rating that i have hidden in each article
Which version are you using?
if you can turn on SEF option in the global settings in joomla admin. Then you need to make sure all your articles are in menus. then if you link them on different pages it should keep the url the same.
The way you have it at the moment with all the x=123&... get params pages will show for what ever ids you change the menu to.
The reason you are seeing an uncorrect layout is the two different Itemid parameters (the right url has 127 while the wrong one has 104). The rest of the difference in the urls will be ignored by Joomla.
Solution: Find your menu item with id 104 (look at the menu ids on the right of the menu items view), then check which modules appear on the page from there. There may be modules in non-visible positions.
One of these modules is publishing the links with the wrong ids. If it's a Joomla core (like a search module) you can usually force the Itemid either in the module or in the component's configuration. Else you need to fixsome third party code.
Only once you have solved the multiple-itemid should you turn on SEF, otherwise you'd get the same problem only more difficult to trace.
sh404 could help you with this, I'd give it a try on a test site to see if it gets you out of trouble faster.

How to show Sharepoint Site Usage Statistics in a page?

What's the best way of showing site usage statistics in a page? I know I can view the stats from /_layouts/SpUsageSite.aspx and from designer also, but if I want to show this information in a customized way for a target audience, how can I show this data in a page? at least I need to show "recently visited pages".
You need to use the SharePoint class for return reports. See the SPUsage class on MSDN (http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.administration.spusage.aspx)
thanks all but I solved my problem quite easily, I simply used
spweb.GetUsageData(SPUsageReportType, SPUsagePeriodType)
didn't know SPWeb has such method, its enough for my requirement.
thank you #Chris SPUsage is also one solution I think, I'll try it next time
From the SP main page, go to the Site Actions, Site Settings, Modify All Site Settings and then select site Usage reports under the Site Administration column.
Once the page loads and shows you the stats. copy the url out of the browser and then ad that to a List or annoucements and then add that to your page as a web part with a hyper link to the stats report.
you could also create a new web-page and then insert an I-frame object with the stats report url and then link the new page to the parent site using a List.

Resources