lisid
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dynamic Galleryok, thank you
Forum: Fixing WordPress
In reply to: Dynamic GalleryThank 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?
<br />cancel kik account<br />When pages is loaded completely, pictures looks with worst and under them there are this lines
<br />cancel kik account<br />What I am doing wrong?
Thank you
Forum: Fixing WordPress
In reply to: Dynamic PageI need help. Please.
Forum: Fixing WordPress
In reply to: Dynamic PageThis 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’);
}
})
})Forum: Fixing WordPress
In reply to: Removed page from this forumI can see that everything is alright now. Thank you.
Forum: Fixing WordPress
In reply to: Blog – “read more” optionThank 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.
Forum: Fixing WordPress
In reply to: Twenty Seventeen Blog page removedThank you.
- This reply was modified 8 years ago by lisid.
Forum: Fixing WordPress
In reply to: Removing comment optionThank 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.
Forum: Fixing WordPress
In reply to: Removing comment optionThank 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.
Forum: Fixing WordPress
In reply to: Dynamic One Page NavigationUnfortunately it didnt worked. 🙁
Forum: Fixing WordPress
In reply to: Dynamic One Page NavigationWhat exactly are you trying to do with this code? Maybe I just dont get it 😀 .
Forum: Fixing WordPress
In reply to: Dynamic One Page NavigationShould 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 fontI 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.
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.
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.
and
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“.
After that I will be able to setup Custom Typography on my website.
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.
Forum: Fixing WordPress
In reply to: Dynamic One Page NavigationForum: Fixing WordPress
In reply to: Fighting with fontPlease 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.






