gburak
Forum Replies Created
-
Forum: Plugins
In reply to: [Backup Migration] Backup not completed – gANo longer required.
Forum: Plugins
In reply to: [Advanced iFrame] Scroll to top and auto heightok thanks!
Forum: Plugins
In reply to: [Advanced iFrame] Scroll to top and auto heightYes that’s correct: to begin with there is only the one scroll bar on the main window parent page.
The iframe is not positioned at the top of the main page but rather half way down; you have to scroll down to see the iframe.
When I click a new page link in the iframe, the page loads correctly and resized correctly (so there’s no scroll bar in the iframe) but the view does not scroll to the top of the iframe (as it should as default behavior). The onload_scroll_top=”true” scrolls to the top of the main page, so it scrolls past the iframe which is half-way down the main page.
If I don’t use onload_scroll_top=”true” or onload_resize=”true” the view does indeed scroll to the top of the iframe (default behaviour), but then the iframe is not resized and has scroll bars.
Please see the sample at http://www.burakdesign.com/eurythmyonline/#store
thanks!
Forum: Plugins
In reply to: [Advanced iFrame] Scroll to top and auto heightYes I thought this would be the default behaviour.
This same problem was posted earlier:
https://ww.wp.xz.cn/support/topic/scroll-to-top-and-auto-height/I have the same problem that the scroll-to-top of iframe works only when the auto-resize is false. But then I don’t see the entire page.
The new page loaded is just another page on the site witha regular link; I hadn’t configured anything for it to load with Ajax.
Is the full page reload something I missed in the plugin settings?
thanks!
Forum: Plugins
In reply to: [Advanced iFrame] Scroll to top and auto heightthanks for your reply Michael. yes I tried that: it scrolls to the top of the parent page.
I’m looking to scroll to the top of the iframe when new page is loaded. What’s happening is that if the link to the new page is, say, half-way down the iframe then the new page loaded also is shown scrolled to half-way down rather than scrolled to the top.
thanks!
Actually, I want to change all the message and button text to French. Any suggestions? Are there plugin or theme files that I could look in?
thanks!
Forum: Plugins
In reply to: [Replyable - Subscribe to Comments and Reply by Email] Placeholder TextThe theme’s comment.php.
thanks!
Thanks Peter,
(i) I set the responsive menu breakpoint to 1200px
(ii) and added the following to the theme style.css:
@media screen and (min-width: 1200px) {
#responsive-menu.admin-bar-showing {display: inline !important; left:0px !important}
}It appears to work fine without using any shortcode. Where were you suggesting to put this – in the page-template.php?
In this full slid-out state (1200px or beyond), the menu has to reload after each menu item click to a new page. I suppose there’s no way around this… or maybe by putting the shortcode in the page-template.php?
thanks!