ip11166
Forum Replies Created
-
THank you it helped! I removed margin and put everything inside.
Looks like still small portion of black is shown below grey line.
Do you know how get rid of it completely so that nothing is below the grey line?Forum: Plugins
In reply to: [Firelight Lightbox] how to adjust pdf box heightThank you! It was very helpful!
Thanks I found the problem was in wp-config file 🙂
WHere on the page are these links?
Should I add www to all links to gmedia files?
Is there a quick way to change them all?
Which table are they stored at?
Thank youThank you!
Forum: Plugins
In reply to: [Simple Page Sidebars] All menu links are shown in one line. How to fix this?I found the source of the problem – it was a custom scc code that affected
li tags. (line 309 changed to ul.mat>li)
Thanks!WP 4.4
Fl 1.3
CF7 4.3.1
SKT Parallaxme with child themeHi Luke,
Thanks a lot!!!Hi Tom,
I do not want to remove the sub menu items, I just want that the 1st top row (secondary menu) when it drops down, do not move the second bottom row (primaray menu) down (like in this example http://snag.gy/9p8Yj.jpg), but rather drops down over it (like in this example
http://snag.gy/eqGEW.jpg).Removing this code from CSS
.mega-sub-menu {
position: relative !important;
display: none !important;
}
helps to make the 1st top row (secondary menu) to drop down correctly, however this also affects the second row (primary menu).
Therefore to keep this code in order to have the second row (primary menu) work correct I need to modify this code
.mega-sub-menu {
position: relative !important;
display: none !important;
}
in such a way that it only affects second row (primary menu) but does not target first row (secondary menu).When I try to change it to this code:
#mega-menu-primary .mega-sub-menu {
position: relative !important;
display: none !important;
}
it does not help, and second row (primary menu) still works incorrect – does not open submenu links on a tertiary level.Forum: Plugins
In reply to: [Gmedia Photo Gallery] Gallery doesn't show more than four imagesHi Rattus,
I sent you access info and details of the issues.Hi Ravan,
I wish I could use only your plugin.
Will it be able to handle this functionality?
1) Show clean and simple slider – like this – http://ch1c.2biz.ca/products/valves/gate-globe/globe/
2) Show lightbox with HTM text when clicked on image map like this – http://ch1c.2biz.ca/solutions/sales-support/contact/canada-sales-support/Thank you!
Forum: Plugins
In reply to: [Gmedia Photo Gallery] Gallery doesn't show more than four imagesIt’s because now it uses a custom filter with 2 albums added. If I simply add two albums without custom filter, only one album is shown.
And I checked both all pictures and all albums have public status.Forum: Plugins
In reply to: [Content Reveal] How to set hidden part revealed by default?Hi, David,
Were you able to add an admin screen to choose the default global reveal/hide state in the next version? I am using 2.2.1 but it does nto have this option yet.
Thanks!Forum: Plugins
In reply to: [RSS Post Importer] scheduled autoimport does not workI have 2.2.1 version but it still does not work. Only manually when click “Save & Import”. On the other site with similar configuration and on the same server, this does not happen and and cron jobs seem to execute regularly.