Forum Replies Created

Viewing 30 posts - 1 through 30 (of 64 total)
  • Author
    Posts
  • in reply to: social buttons broken with WP 5.3.1 update #1166727
    This reply has been marked as private.
    in reply to: Updating to Enfold 4.5 and validating Personal Token #1086130

    Seems impossible here to find how to start a new topic. But related to the latest update, seems froogaloop is still included although it has been legacy for some time now (vimeo has introduced a new embed js). Why is it still here. It is actually causing some issues for me.

    Thanks.

    Dear Ismael,
    Thanks so much. Appreciate the great support as always.

    Cheers

    Dear Kriesi,
    I have installed the recaptcha package for enfold, but I have found that it interferes with the ‘password protected’ posts (native wordpress password protection), at least on my site. After enabling the enfold-recaptcha package, the password form does show, but after entering the password it shows the password protected message again. It does not show the recaptcha form itself. Not sure if this is only on my installation, or if you are able to reproduce.

    Thanks.

    in reply to: Vooplayer and 'Z'-index #999657

    Thanks.

    #top #wrap_all .scroll-down-link {
    z-index: 1;
    }

    This did the trick.

    in reply to: Feature Request – Extension of copyright overlay #999655

    Thank you, Ismael. I’ll give it a try.

    in reply to: Vooplayer and 'Z'-index #998229

    Hi Ismael, I have reverted back your question on the video aspect ratio to VooPlayer support. I’ll let you know once I hear back from them.

    With regards to the CSS, I have implemented (see private content) and moved the code up all the way to the top of my CSS.
    It works, with the exception of the arrow of the colour section pointing down, which is persistent through the video? Any solution except for removing the arrow?

    in reply to: Feature Request – Extension of copyright overlay #997816

    Hi Ismael,
    Thanks for the detailed description. Would it be possible to copy the section.php to my child-theme, and edit it there? Or would that not overwrite the original theme file?

    Thanks

    • This reply was modified 5 years, 8 months ago by medi-paper.
    in reply to: Vooplayer and 'Z'-index #997799

    Hi Ismael,
    Thanks for helping once more.

    Please see the private content for the link.

    Cheers

    in reply to: Categories widget #997476

    Thanks Ismael

    in reply to: Feature Request – Extension of copyright overlay #997475

    Hi Basilis,
    Sorry for my very very late reply. I do appreciate your kind help.

    My question actually has two parts:
    1) This is an example of the current overlay: http://dl.medi-paper.com/2m242L0E1T2C
    Notice the little “i” for information rather than a “©” icon? Wonder if that could be adjusted.

    2) The copyright information is currently only added with the ‘regular’ image element. However, it would be great if it could be enabled with all elements with images, such as:

    1) Background images for the “colour element” such as this one http://dl.medi-paper.com/0a212v0A3H33
    2) Images with hotspots
    3) Another background image in other elements.

    Thanks for your help once more.

    in reply to: Categories widget #997169

    Hi Ismael,
    The !important addition I had already tried, it didn’t work.

    The code
    #categories-2 form select option:nth-child(5) {
    display: none !important;
    }

    Did nothing in Safari.

    Appreciate the follow-up though. Thanks

    in reply to: Categories widget #996125

    Hi Ismael,
    Thanks. I noticed there may be a difference in interpretation between the latest Safari on MacOS and Google Chrome. I managed to hide several categories using your code on Google Chrome, but on Safari they are pretty persistent. Note that I have deleted all cache on Safari, switched off Cloudflare caching (hence I was able to see the result on Chrome), and put Cloudflare into “development mode”.

    Thanks though for the always great support.

    in reply to: Categories widget #995235

    Hi Ismael.
    Sorry for my belated reply. I was travelling the past week.

    I have changed the dropdown to public, you should now be able to see it.

    Thanks

    in reply to: VooPlayer code being changed upon save #995215

    Hi, I was looking for VooPlayer plus Enfold as I am too experiencing issues. I have tried the above shortcode solution, it didn’t work.

    I have put some links in the private content, to show what I am experiencing:

    Issue 1: there is a black border around the video (only when playing) that should not be there and is nowhere specified, I am using the latest up-to-date safari browser on a fully up-to-date MacOS computer;
    Issue 2: on iOS Safari (again latest safari and latest iOS) there is an issue causing the rest of the page to scroll under the video. The video is sort of opaque.

    Cause according to VooPlayer (this text is copy-pasted from their message to me:
    Hi there, was able to troubleshoot a bit more, confirming the originally suspected theme conflict.
    Unfortunately, not able to directly help you out with this aside from pointing out where the issue is
    <<see link in private content>>

    the theme you are using has z-indexes all over the place, what needs to be realigned that all of the parents of the video element to have the higher z-index then their siblings. as you can see in my video, z-index of the video is being overwritten by another element, or elements

    in reply to: Categories widget #991422

    Hi Ismael, the page is my front page, https://medi-paper.com

    Please see links to screenshots of the source in the private content.

    Thanks so much

    Thanks, Dude. That did the trick! Much appreciated.

    Thanks Dude, however, that excludes Category 2 completely from all magazine elements (even from the magazine element supposed to show Category 2 only), not just from the magazine element supposed to be showing Category 1.

    in reply to: Categories widget #990528

    Sorry Basilis, I seem unable to hide the category in the sidebar dropdown. I did assure that the new CSS was loaded and active by checking the page source. Not sure why this is not working well.

    Hi, thanks.
    I just tried but to no avail.

    Just to confirm, is the avia_masonry_entries_query applicable to the ‘Magazine’ element?

    Thanks once more

    in reply to: Categories widget #990186

    Hi, I have tried the instructions to remove a category from the dropdown using the code:

    .widget_categories option[value=”42″] {

    display: none;
    }

    Pls see the screenshot (link in private content), it is not working on my website. What am I doing wrong?

    Hi, (slightly) related to this question, I use the ‘Magazine’ element to display posts on my front page.

    I have a setup:
    – Category 1
    – -Subcat 1
    – -Subcat 2
    – -Subcat 3
    -Category 2

    I have some posts which belong to a subcategory of Category 1 and also belong to Category 2

    The Magazine element for Category 1 shows all posts of all subcategories. However, I don’t want it to show posts which are also included in Category 2. Is there a filter I can add to functions to not show posts in Magazine element for Cat1 if they also belong to Cat2? Thanks

    Edit: I know that I can exclude duplicates. I am just searching for a way to exclude posts labelled Cat1+Cat2 from the Magazine element for category 1, but to include them in the category page for category 1 (http://my.domain.com/category/category1).

    Thanks

    • This reply was modified 5 years, 9 months ago by medi-paper.

    @Ismael and @Basilis, thanks! Updating my child-themes header.php file restored the lightbox functionality. Appreciated.

    Hi, I have the same issue in 4.3.1. Images set as loading in the lightbox don’t open in the lightbox anymore. Instead, the full-size image is loaded in the same window as the original post. The behaviour changed after upgrading from 4.3.0 –> 4.3.1. Reading @classywebsites post, I think it is the same issue.

    in reply to: Instant search results are wrong #933346

    Thanks Ismael. I have sort of given up on this one :). You guys are the experts and apparently, this is some sort of odd behaviour. Thanks once more for the great support.

    in reply to: Change format of page break / next page #933342

    Sorry for the belated reply. Worked like a charm, Ismael. Appreciate the support.

    in reply to: Strange issue in Enfold #930990

    Thank you, Victoria. That helps to explain. Seems all is good atm. Will reach out should I have some sort of questions. Thanks for the great support as always.

    in reply to: Strange issue in Enfold #930228

    Update: I previously updated by downloading the latest .ZIP from ThemeForest and manually uploading and extracting.

    I now tried the built-in updater, and wonder-oh-wonder, the update worked.

    Not sure what is causing the problem manually updating the theme. Is there a logical explanation at all? I will regularly check my site’s ‘upness’ and let you know if any issues occur.

    Thanks once more.

    • This reply was modified 6 years, 1 month ago by medi-paper.
    in reply to: Strange issue in Enfold #930225

    Dear Ismael,
    Sorry for the belated reply as I was travelling and busy with other things. I have just tried to update to 4.2.6, but again I have an error:

    Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /home/medipa5/public_html/medipaper.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php:14) in /home/medipa5/public_html/medipaper.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php on line 12

    I do not have a staging or development website. On Feb 28 I already tried the “switching off” all plugins, but issues were persistent. The login below still works. I am running on 4.2.2 now, and feel I am loosing out on updates since you are already at 4.2.6. Appreciate the help to overcome this.

    in reply to: Instant search results are wrong #921978

    Just wonder, when Nikko tested he was likely not signed in to your site. When I test, I am signed in as admin. How about you, Jesper?

    Because “sign in” status may play a role, I tested in a “private browsing” window. When logged out, the results on mobile and desktop seem the same on both. For logged in users, search results on desktop seem to include password protected posts, but on mobile, the password protected posts (although I am logged in) are omitted.

    Another observation is on ‘hidden posts’. When clicking the magnifying glass, I get an instant result of a page that is a testing page. The page is ‘hidden’ and does not show in the masonry. But when I click to see the search results page, the entry is not shown (I think this is the discrepancy Jesper mentioned).

    However, this is something I have noticed before, there is a difference between some elements when handling hidden content.

    I have tried:
    1) Blog Post
    2) Magazine
    3) Masonry
    4) Post Slider

    Of these 4, only Magazine includes “hidden entries”. Not sure if this is somehow related to the search or not, but it does show that where you would expect similar behaviour between elements, the behaviour can actually be different (us users don’t understand how hard it is to make everything perfect and create unity across the theme ;)).

    Thanks once more for the support.

Viewing 30 posts - 1 through 30 (of 64 total)