Forum Replies Created
-
AuthorPosts
-
Hi Victoria,
yes, i made a small customization to display the copyright. But even if I delete the customized copy, the error persists!Hi Rikard, thanks a lot for answering!
Wher can I download the update? On Themeforest I can only download version 4.6.3This reply has been marked as private.Hi Victoria,
the website is now online and the problem is shown here, for example:Stupidly, the error only shows up when the page is loaded the first time. Empty cache then does not help, the error can then no longer be reproduced. So I hope that he shows up. If not please try:
… thank´s a lot Victoria! The snippet do exactly what I want!
… yes I get back asap
… the website is still in developer mode. That’s why I can not set up access at the moment
… thanks for your hint!
But actually I like to do it the same way as enfold – with the native copyright field.Hi Mike,
sorry my english is not the best. What I meant:
Unfortunately, I can not wait until the enfold developers implement the function (unless that happens in the next few days?). That’s why I want to charge a freelancer and it would be very helpful if the enfold team could tell me on which point we have to work.Hi Mike,
last question on this topic: until when did the developers set off the function? Or can you give me a hint for the implementation in advance, otherwise I would have to ask a freelancer.… thanks – then we wait …
Hi Mike,
thank´s a lot – this will help a little ;-)
In principle, It would be fine if the copyright is available for all images.… yes – right!
Hi Guenni007,
the copyright text should be displayed for all images – whether in the background in a gallery or anywhere else.I will display the copyright text via css above the picture – that’s not a problem – my question is: How can I display the copyright information for all images?
Hi Jordan, thanks for your hint.
However, I’m not a friend of too many plugins. Is it really that hard to read out the copyright field and assign it to the images in enfold?… ok, I know that in enfold there is no native feature for this. Therefore I’m asking for an idea how to solve it! Your colleague seems to have a little more imagination here:
… his post refers to the gallery. Nice would be a function snippet that prints the copyright for all images – regardless of whether it is used as a background, in a gallery or in the text editor. Can you please think about it?
… nice – it´s working!
Quite a lot of code to hide “Archive for:”. Anyway thanks a lot for your support!sorry, I’m not a php programmer. but if I understood it correctly, the function must look like this:
function avia_which_archive () { $ output = $ term-> name; return $ output; }
… the problem unfortunately remains the same (name of the category will not display). Can you please have a closer look? I will give you login credentials in private content
.. O.K. this is working – thanks! But the name of the category has disappeared too!
Actually, only the “Archive for:” should disappear not the name of the category. If I modify the code in function-set-avia-frontend.php in such a way:
elseif(is_tax()) { $term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) ); $output = __(':','avia_framework')." ".$term->name;
… I come to the right output. Question: is this possible in the function?
Hey Nikko,
thanks for your hint! I tried it:add_filter('Tag Archive for:','avia_framework', 10, 3); function avia_framework($output) { { $output = __('NOTHING','avia_framework')." ".$term->name; } return $output; }
… but it does not work. This is the original output :
$output = __('Tag Archive for:','avia_framework')." ".single_tag_title('',false); } elseif(is_tax()) { $term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) ); $output = __('Archive for:','avia_framework')." ".$term->name; }
Is my function faulty?
July 5, 2019 at 10:23 am in reply to: The Events Calendar – upcoming events will not displayed #1116003… ok it does not remove the link itself, but think that’s enough – thanks for the css snippet! You can close this thread.
July 4, 2019 at 4:16 pm in reply to: The Events Calendar – upcoming events will not displayed #1115826… yes, that seems to cause the mistake:
add_filter( 'tribe_get_venue', 'tribe_support_1009017' ); function tribe_support_1009017( $venue ) { echo wp_strip_all_tags( $venue ); }
I use it I use it to remove the event link in event details page – as described here:
https://theeventscalendar.com/support/forums/topic/remove-link-to-the-event-location/July 3, 2019 at 2:46 pm in reply to: The Events Calendar – upcoming events will not displayed #1115485This information will be added to in the options of each event. Please see here:
http://kundenbereich.postkomm.de/screenshots/eventplace.pngJuly 1, 2019 at 8:38 am in reply to: The Events Calendar – upcoming events will not displayed #1114813… thanks a lot for your help! You are right – already started (but ongoing) events will not displayed – my fault.
But I have another strange thing with “Upcoming Events” Element: The venues will displayed before the events list. You will find the link with demo data in private content.
- This reply was modified 5 years, 4 months ago by frankeee.
June 27, 2019 at 12:35 pm in reply to: The Events Calendar – upcoming events will not displayed #1113919Hey Ismael,
thanks for checking this. Now I know that it works without categories (your dummy event is working because NO category is selected) . However, I want to use categories for displaying events. The problem: When a category is selected, no event will be displayed (even if there are events within the selected category).Can you please check it with selected categories?
Hi Nikko,
thank´s I just figured it out for myself. You can close this thread.Hi Nikko,
the installation is just on may local machine. Therefore I cannot give you a link. Maybe my blog settings will be enough:
Theme Settings: Default (Business)
Blog Layout: Use advance Layout Builder
The “Read More” Button should be displayed below each article (Raster Layout). Therefore I use the Layout element “Blog entries” from avia Layout Builder.Hey Rikard,
I just like to have a code-snippet for a “Read More” button. What´s the problem?… me too! Want to display a Read More Button.
In further enfold versions this was possible! Therefore ist should be possible without hireing a Freelancer. Can you please give us a a codesnippet (for the Childs function) that can do this?
… as mentioned: can not give any credentials, because it´s still on my local machine.
Think I will try another Plugin. Therefore you can close this.
-
AuthorPosts