Forum Replies Created
-
AuthorPosts
-
December 23, 2019 at 5:23 pm in reply to: Add caption in lightbox under image in masonry gallery #1168779
Hi @ismael, I tried to edit the code you gave to me but I cannot figure out what to change in order to get the desired result. The provided documentation doesn’t give me anything on descriptions. I have tried to changed title to description but that did not work.
Another thing: if you look at my page, I have the masonry gallery as well as the normal gallery. The lightbox feature on the masonry gallery gives me the title of the image, the lightbox feature on the masonry gallery gives me the description of the image. I would like that same on the masonry gallery.
@guenni007 While your code was a bit overwhelming for me in the beginning. I tried it and it gives me some nice things, such as a title in the popup, but an undefined under the image. Any idea how I can get the description of the image here? Since the page is under construction, I’d rather not post the link to it over here.- This reply was modified 4 years, 11 months ago by Daniel.
December 19, 2019 at 10:58 am in reply to: Add caption in lightbox under image in masonry gallery #1167673Thanks @ismael and @guenni007, I will try your codes and see what is best for my situation!
Regards, Daniel
Hi @nikko, the problem was indeed the css you found. In General Styling > Logo Area I used
rgba(0,0,0,0.5)
as a color and somehow that didn’t convert to nice CSS very well.You may close the ticket.
Best regards,
DanielHi @Nikko,
Thanks for taking a look. I uploaded the other theme (one version older) to check if the problem also occurred there, which it did. I have removed the second theme but the problem is still there.
Regards, Daniel
Hi Victoria,
Sure! See private section.
Regards, Daniel
Hi @basilis,
what css clas(ses) can I use to change behaviour when the submenu element becomes sticky?
Thanks!
Hi Victoria,
Thanks for replying! Can you explain to me what exactly is the amount of time and customization? I am trying to find out what is triggering the sub menu to become sticky. If that is with CSS, the change shouldn’t be that hard?
If the total of questions is too much, can you please tell me which files I need to change to get started?
Thanks for your answer!
DanielHi Mike,
That indeed did the trick, thanks!
Hi @Guenni007,
I’m sorry, that it the code I have (yes, in the child-themes functions.php):
function popup_inline() { ?> <script type="text/javascript"> jQuery(window).load(function() { jQuery('.open-popup-link').magnificPopup({ type:'inline', midClick: true // Allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source in href. }); }); </script> <?php } add_action('wp_head', 'popup_inline');
- This reply was modified 5 years, 3 months ago by Daniel.
August 6, 2019 at 2:16 pm in reply to: Database Location of Themeforest Username and API Key #1125110For whoever is searching for these settings in the database, it’s in the wp_options table, with option_name
avia_options_
followed by the name of your active theme. So something likeavia_options_enfold_child
.- This reply was modified 5 years, 3 months ago by Daniel.
Hi Ismael,
Unfortunately, no dice. I’ve tried to delete everything in the functions.php’s file except this function but even then it’s not changing anything on the page.
This reply has been marked as private.Hey Yigit,
Changing $length = 100 to 50 doesn’t make a change on the page.
Regards,
DanielHi Yigit,
Thanks for your answer. I’ve added it to my functions.php but it doesn’t seem to change anything. Changing the length from 100 to 10 doesn’t change anything either.
Any ideas?
Regards,
DanielHi @victoria,
Thanks for your answer, I’m sorry for not telling clearly enough that I am aware of that. In other media queries I tried to use percentages and calculations, but not with the result of the plus sign always staying centered. Any ideas on how to fix this?
Regards, Daniel
Hi @Victoria,
This works great for desktop, but when we go into other viewports it doesn’t stay centered. I tried to use percentages and calculations, but not with the result of the plus sign always staying centered. Any ideas on how to fix this?
Regards, Daniel
Hi Nikko,
I’ll have a look at those links. You may close the issue, thanks for the help!
Regards, Daniel
Hi Nikko,
Awesome, that works! Is there also a way I can influence the position of the posts? It’s now done alphabetically, but can I put in some priority, ie. influence which posts are placed on top, without changing the names?
Hi Ismael,
Thanks; I’ve tried it and that’s indeed not what I’m looking for. Can we instead remove the link in the portfolio grid file? Is that gallery.js?
Regards,
DanielHi Ismael,
Thanks for that. The problem now though is that the hover function is also disabled, which means that the thumbnails don’t enlarge when you hover over them.
Hi Jordan,
Thanks for your reply. I’ve added the code to the functions.php of my child theme, but there is no change. I’ve added FTP details below so you can check my functions.php in /wp-content/themes/enfold-child/functions.php You can also alter the code in my functions.php to make it work.
Thanks for helping!
HI Jordan,
see the private section. Thanks!
Hi Jordan,
I’ve added this to functions.php but that’s not doing anything. I’m also not using WooCommerce. Hope you can help.
Thanks!
HI Jordan,
Thanks! That is indeed the right CSS and it’s working. Unfortunately the
pointer-events
CSS also disables hover, making it unusable for this situation. I didn’t know that until now. Is there another CSS you advise that only disables the linking?Sure no problem.
Thanks @ismael! You can close the thread.
Hey Ismael,
The reCAPTCHA works great. But: the custom text for the submit button is now broken. Instead of my own text it shows ‘Submit’.
Hi Ismael,
Thanks for implementing the beta version via FTP, I’ve placed the details in the private field.
Do you have an idea how future proof this solution will be? Will this become a plugin that will be updated regularly?
December 9, 2018 at 6:29 pm in reply to: Hide all portfolio items from internal search results #1042783You can close the topic, thanks!
-
AuthorPosts