Forum Replies Created

Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • in reply to: Issue with Re-ordering Media Files on Masonry gallery #1341062

    That´s working perfect Steve! Thank you very much!!! :)
    Kind regards,
    Ela

    in reply to: Issue with Re-ordering Media Files on Masonry gallery #1340936

    Hi,

    I´ve got the same problem. It seems to me, that the problem is the update of WordPress to 5.9. I´ve checked it after every update of an extension/plugin and it worked. After the update to wordpress 5.9 the re-ordering doesn´t work anymore (also not with the newest enfold-download).

    Thank you & best regards,
    Ela

    :) Perfect! Add this to your Quick css:
    #top .avia-smallarrow-slider .slide-image {background: none;}
    Best regards, Ela

    in reply to: Images – Title tag to all blog images #1290584

    Hi Mike,
    right – the link has got a title, but I mean the image. The image has got just an alt tag, no title tag:
    <img src="xxx.jpg" class="attachment-square size-square wp-post-image lazyloaded" alt="Crestron Soundbar Lift, weiß" sizes="(max-width: 180px) 100vw, 180px" srcset="xxx.jpg 180w, xxx.jpg 80w, xxx.jpg 36w" data-ll-status="loaded" style="" height="180" width="180">
    I´ve made a screenshot with the author – please have a look, thank you!
    Best regards,
    Ela

    Hi Vlad,

    This code worked fine for me – instead of the seventh, I´ve changed that to sixth for you. In the partner/logo tool you have to choose also 6 columns.

    add_action('wp_footer', 'ava_new_custom_script');
    function ava_new_custom_script(){
    ?>
    <script type="text/javascript">
    (function($) {
    	$(window).load(function() {
    		jQuery(".slide-entry.av_one_sixth").each(function() {
    			var el = jQuery(this);
    			el.append("<span class='custom-caption'>" + el.attr("data-avia-tooltip") + "</span>");
                            el.attr("data-avia-tooltip", "");
    		});
    	});
    })(jQuery);
    </script>
    <?php
    }

    If you put now something into the caption field, the text is under the logo. You can change the design of the text by editing “Enfold > General Styling > Quick Css”:

    .custom-caption {
       width: 100%;
        text-align: center;
        display: inline-block;
    }

    I don´t know what you´re meaning with article links, because I can only put a link to the logo.
    Best regards,
    Ela

    Hi Victoria,

    Thank you for the code – it´s working fine for me! :)

    Just one question – I´ve changed it to “av_fullwidth” (just one column) and I´d like to have the logo and the text right next to each other. The div of the logo at the left maybe with 30% and the text with 70%. Have you got a tipp for me?

    Thank you & best regards,
    Ela

    in reply to: Images – Title tag to all blog images #1290378

    Hi Mike,

    Thank you for your answer!

    Unfortunately I don´t see the title of the image (and our SEO Tool also not) and in my opinion it´s not a background image. The code:
    Name
    The link of the image has got a title. Or am I misunderstanding something? Thank you very much for your help!

    As I see the code – there is the author visible. Can I somehow remove that (remove instead of hide) ?

    Thank you & best regards,
    Ela

    in reply to: Remove / disable page of a gallery picture (Portfolio) #1288450

    Hi Rikard,

    Thank you for your answer and help, although it has nothing to do with the theme (I didn´t know that)!
    It worked! :)

    Best regards,
    Ela

    in reply to: Remove current portfolio post from portfolio grid #1233678

    Hi Mike,
    Ok, can I help somehow or do something? Thank you very much!
    Best regards,
    Ela

    in reply to: Remove current portfolio post from portfolio grid #1228238

    Hi Mike,
    Maybe before I´ll give you the login something I´ve found out. Maybe that helps!
    With the code the last entry we´ve made was no longer visible at the overview – not when I am in an entry, at the overview where all entries should appear.
    Thank you for your help!!!!
    Kind regards, ela

    in reply to: Remove current portfolio post from portfolio grid #1228046

    Hi Mike,

    Thank you for your reply! I´ve added the code to the functions.php and tried it with diffferent browsers, unfortunately not with success. The entry is still there. Cache like Memcache, Varnish or something else is not running on the server. I´ve disabled all plugins but also with no success. Do I have to put the code at the beginning? I`ve just put it at the end …

    Thank you for your help! Kind regards, Ela

    in reply to: Remove current portfolio post from portfolio grid #1226916

    Hi Jordan,
    Thank you for your reply!
    I´ve put the link into the private content field. At the bottom of the portfolio page you´ll see the other portfolio entries (inclusive the current entry).
    Best regards,
    Ela

    in reply to: Portfolio Entry with external link #1182964

    Hi Ismael,

    Fantastic!!!! :) Thank you very much!!!!

    Best regards,
    Ela

    • This reply was modified 4 years, 7 months ago by bts-de.
    in reply to: Portfolio Entry with external link #1182719

    Hi Ismael,
    Thank you for your reply. Attached you´ll find a login.
    Thank you & best reagrds, Ela!

    in reply to: Portfolio Entry with external link #1181799

    Hi Ismael,

    Thank you very much! Unfortunately it´s working similar to the snippet I´ve found. Every entry opens in a new tab. You can try it!
    Do you have a further tipp for me? Thank you very much!
    Best regards,
    Ela

    in reply to: Portfolio Entry with external link #1181686

    Hi Victoria,
    just additional the information, that two entries have got an other domain as external link and therefore you´ll know which one .. :)
    Thank you & best regards, Ela

    in reply to: Portfolio Entry with external link #1180381

    Hi Victoria,

    that sounds great! I´ve integrated the link. There are for example 5 entries and it would be great, if two of them open in a new window. You´ll see which one …
    Thank you & kind regards, Ela

    in reply to: Portfolio Entry with external link #1179932

    Hi Victoria,

    Thank you for your help! The following works great – but then all portfolio entries open in a new window.
    I´d like to have a new window just for the portfolio entries, where the field “external link” is filled out.

    function add_custom_port_target(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('.grid-entry .inner-entry a').attr('target','_blank');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_port_target');

    Have you got a further tipp for me?
    Thank you very much! Kind regards, Ela

    in reply to: Icons missing (just in the english view) #545336

    Hi Yigit,

    Thank you and perfect!
    After adding the htaccess changes from the link you´ve send and clearing browser cache – everything is fine! :)

    Perfect! Regards, Ela

    in reply to: Show portfolio categories in the portfolio-item-view #529080

    Hi Andy,

    Ah, perfect!!! :) Thank you!!!! Best regards, Ela

    in reply to: Show portfolio categories in the portfolio-item-view #526591

    Hi Elliott,

    Thank you for the support! I´ve tried both ways, but I can see/add just the normal categories and not the portfolio categories.
    Do I have to activate the portfolio categories somewhere so that I can see and add them?

    In the “sortable menue” above the portfolio items the categories appears in the overview.

    Regards,
    Ela

    in reply to: Not Google mobily friendly #475656

    Hi Andy,

    Thank you! The answer was the robots.txt .. there I´ve blocked to much. Everything is fine now, thank you! :)

    in reply to: Not Google mobily friendly #469010

    Hi Andy,

    Thank you for your answer!
    Version: Enfold 3.2

    In my stage-version I can deactivate everything, but the problem is still there.
    I´ll give you the login to the stage-version in the privat content.

    Thank you!

    in reply to: Not Google mobily friendly #467441

    Hi Ismael,

    Thank you for your answer!
    I´ll send you the link in the privat content … thank you!

    • This reply was modified 9 years, 2 months ago by bts-de.
    in reply to: WT3C Code at the bottom – function.php #316339

    You´re my hero Peter! That works! :)
    Thank you very much!!!!

    Regards,
    Ela

    Hi Peter,

    Thank you for your answer!

    After disabling and re-enabling the plugins, the meta-tags are now visible :)
    Unfortunately the first question/problem, even if all plugins are disabled, is still there. Have you got one more tipp for me?

    Thank you very much!!
    Best regards Ela

Viewing 26 posts - 1 through 26 (of 26 total)