Forum Replies Created

Viewing 30 posts - 1 through 30 (of 46 total)
  • Author
    Posts
  • in reply to: Removed comment -Layout broken #1367560

    Hi,
    You dont need the whole file.
    You only need the part thats problematic
    Here it is – copied directly from the WP-Editor under wp-admin/theme-editor.php?file=style.css&theme=enfold-child :

    
    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
    	padding-top: 166px;}
    
    /* Navigation */
    #header_main .logo{
    	position:relative;
    }
    

    eva

    PS: I can tell you what will happen – cause i did it already several times:
    – You will not find the special character (or when you do you will remove it)
    – You send the “clean code” back.
    – I will paste it into my CSS
    Layout will be broken.

    Remember:
    The problem IS NOT that THERE IS this special character.
    The problem is that the layout breaks when i DELETE the special character

    in reply to: av-masonry-date – remove? #1367555

    – I wrote: “and the read more button i added
    – like i already said multiple times: margins and paddings for the read more button have NO INFLUENCE.
    – No, i did not edit the masonry template – i added some PHP for my child themes functions.php which you gave me:

    /* Fügt "read more" button zu Masonry Elements */
    function savvy_custom_mod(){
    ?>
    <script>
    (function($){
      $(window).on('av-height-change', function() {
        $('.av-masonry:not([class*="-gallery"]) .av-masonry-entry').each(function() {
          var more = $(this).find('.av-masonry-read-more');
          var cont = $(this).find('.av-masonry-entry-content');
      
          if( more.length == 1 ) return;
          cont.append('<div class="av-masonry-read-more">weiterlesen...</div>');
        });
      });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'savvy_custom_mod');

    eva

    in reply to: Description & title in masonry element move to the left #1367548

    Nope , does not work live and Firefox Inspector shows everything – selectors and rule – in grey (as deprecated or invalid or whatever it means).

    The page has an ID called “workshop” – so i also tried this – but it also did not work:

    #workshop .av-fixed-size #av-masonry-1-item-33326.av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content-pos {
      text-align: left !important;}

    eva

    in reply to: Issues with Masonry gallery on mobile #1367547

    Hi, as far as i understand from reading it, it hides ALL descriptions under all conditions IF screen is smaller than 990px.
    Is that correct?

    How would it be if i want it ONLY for the page with the page ID 32278?
    Like this?

    
    @media only screen and (max-width: 990px) {
    .page-id-32278 .av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content {
      display: none;
    }}

    thanx
    eva

    in reply to: Old code in my functions.php – actual or not? #1367544

    “Others can stay :)”

    Hi, i didnt ask if they “can stay”.
    I asked if they “have to stay”
    Big difference.

    Eva

    in reply to: Masonry issue #1367542

    Hi,
    All posts do have featured images – but i already solved it.
    There must have been some interference with other CSS rules causing that issue.

    thank you
    eva

    in reply to: Truncate Title & Breadcrumb #1367535

    1: Where do i set the length for the breadcrumb?
    2: “You also incorporate the wp_is_mobile function if you want to only apply it on mobile view.
    I dont understand that sentence. It seems to me as if you did not understand what i initially asked

    eva

    in reply to: Breadcrumb does not show hierarchy #1367534

    “Have you tried to replace the condtion with the is_singular function?”
    Did i say anything that makes you think that i understand PHP?
    So why dont you simply paste a complete code instead of let me spend my time with trying to understad semi cryptical “advises” and timewasting trial & errors?

    Yes, i replaced post_type with the actual name of my own custom post type.
    But even your new code does not work.
    It is still: “Startseite / Name of the Post
    Are you sure that the codes you gave are complete?

    The first code you gave worked – except the fact that that were 2 slashes.
    Why dont you just try to follow this idea?

    eva

    in reply to: Breadcrumb does not show hierarchy #1367463

    Hi Yigit

    1: Your code does not work at all. Its still “Startseite / Name of the Post”
    2: The code Ismael gave has more issues than just the 2 “/ /”.
    On mobile the breadcrumb shows the wrong order..
    It says “Startseite / Name of the post / Home of masonry”
    3: “if is single” means a condition for every single page which makes a lot of work.
    There must be a better way.
    Something like “if is CPT courses” or so

    eva

    PS: The rel attribute you added seems wrong to me cause its not any kind of relation

    • This reply was modified 2 years, 1 month ago by evas49.
    in reply to: av-masonry-date – remove? #1366751

    i have already answered this question.
    Do you realy read what i write?

    in reply to: How to find unused CSS #1366750

    Its not about the code, Ismael.
    Its aboout classes or IDs i might have given in the ALB but never used

    in reply to: Removed comment -Layout broken #1366749

    1: Answer to your question: in my first post.
    2: Your suggesteions dont work
    -: When i follow your advice with creating it from scratch in annother editor …the layout breaks
    -: When i open the file via FTP and edit the line or delete the line (plus the line above and below to make sure) .…the layout breaks

    its always the same:
    When i delete the BOM (whatever way)….the layout breaks

    eva

    in reply to: Massive CSS issues – classes not editable cause gone #1366747

    1: the closing span exists in the database – i just forgot to paste it here.
    2: “Have you tried to manually edit the shortcode from the shortcode field?…Like i already said: IT IS in the database. IT IS NOT in ALB/Shortcode debug mode.

    eva

    in reply to: Old code in my functions.php – actual or not? #1366745

    There have been much more codes i asked about

    in reply to: Breadcrumb does not show hierarchy #1366744

    “Just replace this line with your own condition.”
    This is unprecise.
    1: instead of the code you gave me yesterday or additional? If additional- how?
    2: What conditions are we talking about?

    kind regards
    eva

    in reply to: Bug on Masonry Galery #1366743

    Hallo Yigit
    thank you very much

    kind regards
    eva

    in reply to: Masonry issue #1366742

    hello @yigit or @mike can you please take over?
    Nikkos answers are mostly not helpful.
    Thank you

    kind regards
    eva

    in reply to: Bug on Masonry Galery #1366410

    Hi Yigit,
    1: when?
    2: Meanwhile i would like to have quickfixes. Nikko proved that there are some.

    thanks and kind regards
    eva

    in reply to: Breadcrumb does not show hierarchy #1366360

    Almost, but:
    “Sie sind hier: Startseite / / PagewithMasonry TitleofClass”
    There are now:
    – 2 Slashes between “Startseite” and “PageWithMasonry”
    – No slash between “Page with Masonry” and “Title of Class”

    When i add a slash after the anchor ( PagewiththeMasonry /’;) i get a third slash after “Startseite”
    “Sie sind hier: Startseite / / / PagewithMasonry TitleofClass”

    This is strange cause when i use any other character (like X or – or anything else) than the character is behind “PageWithMasonry”
    Like “PageWithMasonry – ”
    But if i use a slash it gets strange

    in reply to: Bug with Buttons #1366358

    For me as a user your argument is a bit of a sophistic trick cause i clearly explained what i want.
    No, i dont order cucumbers and complain about that they are green and long instead of red and round.
    ;-)

    1/5 or 2/5 column
    Why do i always need to have workarounds or completly build a new layout instead of using the themes options??
    Let me think for a moment….
    .
    .
    .
    :
    ah yes.
    There arent any.

    (Got the sarcasm?)

    in reply to: av-masonry-date – remove? #1366336

    1:With “date” still there, but font color white – so it works as a spaceholder:
    Screenshot 6
    This i what a want

    2: With date set on display: none:
    Screenshot 7
    You see that the “read more” has no margin and that looks ugly.

    cleared?

    kind regards
    eva

    in reply to: How to find unused CSS #1366334

    That would be a valid way if i would know which classes or IDs i look for.
    But what if want to know IF there are any unused classes or IDs but i dont know their names?
    kind regards
    eva

    in reply to: Removed comment -Layout broken #1366332

    Hi
    – I would not edit any CSS except the childthemes CSS. I copied some parts from the parents CSS, edited and pasted it into the childCSS. This might be the way the BOM charakter came from.
    – The screenshot would not show you anything else than you can see here:
    https://user-images.githubusercontent.com/17183426/29214009-8ee42b8e-7e9d-11e7-9902-7945e149adfd.png
    Except that the red dot is in front of the comment.
    Like this:
    DOT/* Navigation */

    Screenshot:
    red dot

    best regards
    eva

    in reply to: Bug with Buttons #1366331

    No. “Button” like nondevelopers understandt it, does not necessarily imply anything that moves or pulsates or sonars or change colors or hovers or twitches.
    My post tells clear that i want a plain “button” without any gimmicks.
    It is, by the way, quite irritating that Enfold meanwhile comes with hundreds of “gimmicks” but lacks stable and plain features like a simple “button”, a plain uncolored notice box or a form with a working multiselect or a a very simple honeypot field which is very easy to build.

    It devolops more and more into the direction of “Avada” and no one who is reasonable can want that.

    in reply to: Bug with Buttons #1366289

    Hi Rikard,
    you can answer your question by reading my post.
    Thank you very much.

    kind regards
    eva

    in reply to: Bug on Masonry Galery #1366288

    Hi,
    1: of course i need the code to reverse ALL effects .
    2: If this is so simple – why isnt it an option in your theme? Instead you gave us a dozens of shadows and borders which easily can be done by some lines of simple CSS and gimmicks like sonar & pulsar and stuff nobody ever seriously will use.

    regards
    eva

    in reply to: Title + Description of masonry element alignment #1366287

    Hello Ismael,
    thank you. It works.
    kind regards
    eva

    in reply to: Font size of title in masonry gallery #1366286

    OK, that works. Thanx

    Can you explain why my code didnt work?
    .page-id-32278 .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
    font-size: 3em !important;}

    eva

    in reply to: Massive CSS issues – classes not editable cause gone #1366264

    and maybe you should fix this forum too, so that your WHYSIWYG-Editor works

    in reply to: Font size of title in masonry gallery #1366228

    It was a typo – of course i meant masonry element.
    The fact that i posted the CSS is a strong hint for it.

    Read again please!
    I need to change the font size only for the page with the .page-id-32278.
    All other pages should show the masonry element like normal/standard/default

    kind regards
    Eva

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