Forum Replies Created
-
AuthorPosts
-
January 7, 2020 at 4:53 pm in reply to: enfold with event calendar: change event title from h2 to h1 -SOLVED- #1171093
Hi Ismael!
Yes, that works. Thank you very very much!
@all: here my full code:
function replace_tags_with_tags(){ ?> <script> (function($) { function replaceElementTag(targetSelector, newTagString) { $(targetSelector).each(function(){ var newElem = $(newTagString, {html: $(this).html()}); $.each(this.attributes, function() { newElem.attr(this.name, this.value); }); $(this).replaceWith(newElem); }); } replaceElementTag('.tribe-events-single-event-title', '<h1></h1>'); // each replacement separated by semi-colon }(jQuery)); </script> <?php } add_action('wp_footer', 'replace_tags_with_tags');
Best regards
JörgJanuary 7, 2020 at 8:29 am in reply to: enfold with event calendar: change event title from h2 to h1 -SOLVED- #1170952Hi!
Yes, of course. This is an example.
Thanks a lot and regards
JörgJanuary 6, 2020 at 9:06 am in reply to: enfold with event calendar: change event title from h2 to h1 -SOLVED- #1170640Hi Victoria!
single-event.php:
Works great, but I can’t find a way to add this in my child-theme.functions.php:
Works in child-theme, but this method sets all h2 on the event page to h1, not only the title.regards
JörgHi!
Hi! Sorry for the late answer. I don’t know what happened… but the mistake does not appear any more. Thank you very much for your support so far!Thank you for your feedback! No, I didn’t change anything on purpose. Maybe WMPL has confused something here?
Is there a way to reset any theme translations?
Regards,
JörgHi!
I’ve deaktivated the CSS file merging and compression and the Javascript file merging and compression -> no lightbox
After that, I’ve tested with a very new site with a new horizontal gallery -> no lightbox.Perhaps it’s easier to help me, if you could have a look at the backend. See login-credentials in Private Content.
Thanks very much!
Hi!
Yes, I found this code in gallery_horizontal.css. But deleting these lines has no effect.
I also tried to disable all plugins -> no effect
I have deleted all custom css -> no effect
I also downloaded enfold again and overwrote all existing enfold files -> no effectDo you have any more ideas?
regards
JörgHi Basilis!
Oh yes, you are right. But why? Lightbox is activated in Theme-Options.
regards, JörgI Think my workaround is the following:
– I did the update from 4.4.1 to 4.5 manually per FTP
– I created the token in envato
– Then I put the Token and clicked “revalidate or remove token”. I guess, here was my fault
– when you fill in the token, first click on “save all changes”, then you can revalidateHope, that helps.
Hi!
now it works. Thanks!
Regards
JörgSeptember 11, 2018 at 5:33 pm in reply to: The Events Calendar Pro not working in mobile view #1008467Hi Nikko,
Thanks a lot. It works.
regards
JörgSeptember 10, 2018 at 9:37 am in reply to: The Events Calendar Pro not working in mobile view #1007824Hi!
I have the same problem. Do you already have a workaround?
regards
JörgHi!
Now the lightbox works again!
Thanks both!Hi Rikard,
sorry for that, Now it works.Regards
JörgThis reply has been marked as private.Hi Basilis!
Sure, please have a look at the images on the link in private content.regards
JörgHere there are
Hi Ismael!
I copied the slideshow_fullscreen.php file in my child-theme and changed the code. But I already have the same choices. Even if I changed the code in my parent theme.Hi Rikard.
The Fullscreen slider has the the option for hiding on different screen withs. The problem is, I do not have the possibility to use smaller image sizes.
I don’t want to upload a smaller second version of my picture, because wordpress already has smaller versions. I think the best way would be, if I can check more image-sizes here:
- This reply was modified 6 years, 9 months ago by netgo2017.
Hi!
That’s not possible. The image Slider offers me following versions:
– Large (1030×1030)
– Featured (1500×430)
– Featured Large (1500×630)
– Extra Large (1500×1500)
– Entry Without Sidebar (1200×423)Every Version is too large for mobile devices.
- This reply was modified 6 years, 9 months ago by netgo2017.
Hi!
Of course. I need your help about pictures in Enfold.I want to use the slide show (full with). I click on “ad picture” and upload a high resolution picture. High resolution, because enfold creates new files in different resolutions. Now I choose a picture for the slider and choose the image size Featured 1500×430 and activate “stretch image”.
Let’s see what happens in the frontend: In my case, the picture-1500×430.jpg is loaded and scaled to 1903x546px. I take a look at the mobile screen in the frontend: my picture-1500×430.jpg is loaded and scaled to 375×158 px.
What can I do, to load smaller pictures on smaller screens? For example 1500×430 for large screen, 450×321 or 300×214 on small screens?
Thanks a lot
November 28, 2017 at 8:21 am in reply to: Advanced Layout Editor doesn't load after selecting a new WP-Language #882529Thanks, it works!
Hi!
I am working with a child theme. So I did the following:– I edited the class-framework-widgets.php from my parent theme, as you described.
– I inserted the you gave me for the functions.php from my child theme.After that, my website was blank. Perhaps I had to put the class-framework.widgets.php into my child theme? But, how can I do that?
Regards
sure.
Victoria, could you also please take a look on the “weiterlesen” buttons on the same page? I see, the links there are also not correct. Only the links on the Pictures and title-text are correct.
Thank you!- This reply was modified 7 years, 5 months ago by netgo2017.
Hi Victoria!
No, it doesn’t still work. Please have a look on the right side “Neue Beiträge”. There are five posts. For example the second Post “Freiwilliger Rückruf von Netzteilen” shows to https://www.netgo.de/freiwilliger-rueckruf-von-netzteilen/ . But this post is a link-post and should be shown to https://www.computech.de/freiwilliger-rueckruf-von-netzteilen/.
In Magazine or Slider the Target URL is correct, but not in the widget Latest news.
Regards
Joerg -
AuthorPosts