Forum Replies Created

Viewing 15 replies - 1 through 15 (of 28 total)
  • Forum: Fixing WordPress
    In reply to: Dynamic Gallery
    Thread Starter lisid

    (@lisid)

    ok, thank you

    Forum: Fixing WordPress
    In reply to: Dynamic Gallery
    Thread Starter lisid

    (@lisid)

    Thank you. Its working. I just feel that quality of the pictures get much worst. Also when its loading, it shows this lines. I look super weird. Is it possible to remove them somehow?

    Screen_Shot_2018_06_12_at_3_44_31_PM<br />cancel kik account<br />

    When pages is loaded completely, pictures looks with worst and under them there are this lines

    Screen_Shot_2018_06_12_at_3_46_28_PM<br />cancel kik account<br />

    What I am doing wrong?

    Thank you

    • This reply was modified 8 years ago by lisid.
    • This reply was modified 8 years ago by lisid.
    • This reply was modified 8 years ago by lisid.
    • This reply was modified 8 years ago by lisid.
    Forum: Fixing WordPress
    In reply to: Dynamic Page
    Thread Starter lisid

    (@lisid)

    I need help. Please.

    Forum: Fixing WordPress
    In reply to: Dynamic Page
    Thread Starter lisid

    (@lisid)

    This is JavaScript code i used. Could somebody please help me. I am really desperate already and have no idea how to fix it. Thank you so much for your help.

    /*
    One page nav code
    */

    jQuery( document ).ready(function(){
    /* Add padding and id’s to each front page section */
    jQuery( “h2.entry-title” ).each( function() {
    var panelId = jQuery( this ).html().toLowerCase().replace(/\s+/g, “-“);
    jQuery( this ).wrapInner(function() {
    return “<span style=’padding-top:96px;’ id='” + panelId + “‘></span>”;
    })
    })

    /* Remove navigation link highlighting */
    jQuery(‘#top-menu li’).removeClass(‘current-menu-item current_page_item ‘);

    /* Add highlighting on click */
    jQuery(‘#top-menu li a’).on(‘click’, function(event) {
    jQuery(this).parent().parent().find(‘li’).removeClass(‘current-menu-item’);
    jQuery(this).parent().addClass(‘current-menu-item’);
    });

    /* Check current URL and highlight nav for current page */
    jQuery(‘#top-menu li a’).each( function() {
    var pageUrl = jQuery( location ).attr( ‘href’ );
    var navUrl = jQuery( this ).attr( ‘href’ );
    if ( navUrl == pageUrl ) {
    jQuery( this ).parent().addClass(‘current-menu-item’);
    }
    })
    })

    Thread Starter lisid

    (@lisid)

    I can see that everything is alright now. Thank you.

    Thread Starter lisid

    (@lisid)

    Thank you so much. I learned something new. Its super easy with WP 🙂 . Have a nice day.

    PS: Is it possible to rename “Continue reading” it showes me there now to anything else in my language? Thank you

    EDIT: Yes it is. I did it with this tutorial.

    • This reply was modified 8 years ago by lisid.
    • This reply was modified 8 years ago by lisid.
    Thread Starter lisid

    (@lisid)

    Thank you.

    • This reply was modified 8 years ago by lisid.
    Thread Starter lisid

    (@lisid)

    Thank you so much. Now I get it. I actually uncheck it yesterday already, but I didn’t realize it will work only for new posts from now. Thank you so much for your help. I have another bigger issue. If you would have a time I would really appreciate your help here: https://ww.wp.xz.cn/support/topic/fighting-with-font/#post-10345466

    Thank you 🙂

    • This reply was modified 8 years ago by lisid.
    Thread Starter lisid

    (@lisid)

    Thank you James. Could you please tell what exactly I should change there? I tried to change something there already yesterday without success. Thank you so much.

    Thread Starter lisid

    (@lisid)

    Unfortunately it didnt worked. 🙁

    Thread Starter lisid

    (@lisid)

    What exactly are you trying to do with this code? Maybe I just dont get it 😀 .

    Thread Starter lisid

    (@lisid)

    Should I rename page back to original “Služby” or no? I tried with “Služby” and also “Sluzby” and it didn’t worked anyway. Thank you for trying. I appreciate it.

    Forum: Fixing WordPress
    In reply to: Fighting with font
    Thread Starter lisid

    (@lisid)

    I am going to try to explain this one more time. I downloaded Easy Google Fonts with that I was able to use Default Typography on the website.

    Screen_Shot_2018_05_31_at_2_57_25_PM

    So basically I could change only “CASA FABRIC”, “Designérské, dekoratérské a interiérové studio.” and name of the pages “O NAS”, “SLUZBY”, “NABIZIME”. Nothing else I wasnt able to change with this Default Typography function. So I checked many tutorials, where they was showing me how to setup Custom Typography. All tutorials was saying the same think. To go on my website and use “WhatFont” to find out which Font it is. So I use the app for example on the Menu part of the website.

    Screen_Shot_2018_05_31_at_3_05_04_PM

    I found out, that the font I am looking for is “Libre Franklin”. Next step was to inspect the code and find some mentions of this font name and copy CSS part of the code. For example in the tutorial he found “.site-title“. I use the Chrome plugin “Firebug Lite” to inspect my code and look for “Libre Franklin”.

    I found two mentioning of “Libre Franklin” in the CSS part of the code.

    Screen_Shot_2018_05_31_at_3_08_36_PM

    and

    Screen_Shot_2018_05_31_at_3_08_48_PM

    Not even one of those codes I could use. Same problem I got when I was looking for other fonts for example “Aria”.

    If I found it, I would go to the Settings > Google Fonts > Create Font Control. For example I will use what the dude showed in the tutorials “.site-title“.

    Screen_Shot_2018_05_31_at_3_13_03_PM

    After that I will be able to setup Custom Typography on my website.

    Screen_Shot_2018_05_31_at_3_15_26_PM

    It took me a while to wrote all this. I hope somebody can help me and teach me. I want to know what I am doing wrong. I started with WP yesterday so dont hate me.

    Thank you so much for your help people.

    • This reply was modified 8 years ago by Andrew Nevins.
    • This reply was modified 8 years ago by lisid.
    Thread Starter lisid

    (@lisid)

    Thank you so much for your help, but it doesnt work.

    Screen_Shot_2018_05_31_at_2_53_11_PM

    Forum: Fixing WordPress
    In reply to: Fighting with font
    Thread Starter lisid

    (@lisid)

    Please play this tutorial from 20:15 and you will immediately know what I ment. I am sorry its really hard for me to explain this.

Viewing 15 replies - 1 through 15 (of 28 total)