ip11166
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] pdf not shown in mobile versionOK, thank you!
Which settings control lightbox window size for mobile version?Forum: Plugins
In reply to: [Firelight Lightbox] pdf not shown in mobile versionYes, but it does not open a lightbox, but rather opens just a new window.
The main reason to use Easy FancyBox is to open PDF in a nice fancy lightbox, but with Google Viewer and iFrame only open it in a regular window.
Here’s an example:
http://ch.2biz.ca/test/HTML source for links here:
Open in iFrame with class fancybox-iframeForum: Plugins
In reply to: [Firelight Lightbox] pdf not shown in mobile versionOk, thank you. I see.
It means I need to use one link with direct URL to pdf file for desktop version and another link with Google docs URL for mobile version.Can you please suggest if it is possible to show it as one link that depending on whether the mobile or desktop browser detected redirects the user to the correct URL? What could be the sample code for this?
Thank you!
I want to add login/register field to the right of the header.
I tried this code:
in header.php<ul class=”headerlinks”>
- <?php wp_loginout(); ?>
in Simple Custom CSS
ul.headerlinks{
float:right;
position:absolute;
right:10vw;
top: 0;
}However, when I am trying to add this or any other code to header.php of the theme, no changes seem to take any effect. It looks like the header.php does not control the header, because even if I fully remove this file nothing happens.
Thank you!
Sure, I did.
Thanks a lot for your great work!Sorry, I found that this is part of Max Mega Menu standard control interface and can easily be changed in “Responsive Menu Text” field.
Thanks for a great plugin and excellent support!
Forum: Themes and Templates
In reply to: [Storefront] How to center the image logo and change its size?Thank you.
This code did not work in my Storefront theme. The logo did not move.
I used this and it looks like it did the job:
.site-header .site-logo-anchor {
position: absolute;
top: 60px;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%)
}Thank you very much, Tom!
Is it possible to give the mobile menus custom names? It looks a bit strange to have two menus one by one both named “menu”.
Forum: Plugins
In reply to: [Max Mega Menu] How can I move menus up and down?Thanks a lot Tom!
Forum: Themes and Templates
In reply to: [Storefront] How to center the image logo and change its size?Thank you. I am using Simple Custom CSS plugin.
Can you please drop here the CSS code required to do this?
If you don’t have a CSS code to do this, maybe you could tell which CSS file in you them is responsible for this and which component / variable controls where and how the image logo is presented in the header?
Thank you.
Thanks a lot!
Forum: Networking WordPress
In reply to: WordPress multisite dashboard available, site not availableOK, thank you!
Forum: Plugins
In reply to: [WordPress All In One Admin Bar] How to add custom links to toolbar?Just did it.
1) How to add custom links to toolbar?
Custom Menu-> Add New -> give link title (New Custom Menu Root Label) and link URL (New Custom Menu Root URL)2) How to add Login link to toolbar for not logged in users?
Custom Menu-> Add New -> give title (New Custom Menu Root Label): “Login” and link URL (New Custom Menu Root URL) “http://yoursite/wp-login.php?action=logout
Show This Menu For : choose “Logged Out Users Only”3) How to add logout link to logged in users?
Custom Menu-> Add New -> give title (New Custom Menu Root Label): “Logout” and link URL (New Custom Menu Root URL) “http://yoursite/wp-login.php?loggedout=true
Show This Menu For : choose “Logged In Users Only”Forum: Networking WordPress
In reply to: WordPress multisite dashboard available, site not availableThe solution was simple. There should be no any index html files in the subsite directory, otherwise WP front end will not load. I just removed index.html and it helped.