jslusarczyk
Forum Replies Created
-
Forum: Plugins
In reply to: [Gallery PhotoBlocks] Menu under PhotoBlocksIt works perfect, thank you very much 🙂
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Gap between slider and page contentThere is no “gap” when I removed slide info, but custom style doesn’t work for me. Instead of removing slide info I changed height of it to 10px. It looks better now.
Thank You 🙂
Forum: Themes and Templates
In reply to: [Zerif Lite] Latest News sectionYou need to edit latest_news.php file
Check this link: https://wordpress.org/support/topic/latest-nes-section-content-alignment/
You need to change 3 lines in your child theme file:
line 39else if($i_latest_posts % 4 == 1){change 4 to 3
line 62else if($i_latest_posts % 4 == 1){change 4 to 6
line 93if($i_latest_posts % 4!=0){change 4 to 3
Forum: Themes and Templates
In reply to: [Zerif Lite] Put 'latest news' on topThere is wrong link in my previous post.
What priority should it be for “About us section” to move it down below Feature no#7.
https://scr.hu/O25lG2I found solution
I edited customizer.php from the folder /wp-content/themes/zerif-my-name/inc
I have another question to my problem.
What priority should it be for “About us section” to move it down below Feature no#7.
It is now placed between Feat#4 and Feat#5: https://scr.hu/LDNgL2I edited About_us.php file and added 3 extra skills.
What file should I edit to add 3 new skills to left side of my customization?
https://scr.hu/LDNgL2Forum: Themes and Templates
In reply to: [Zerif Lite] Latest news section content alignmentI am almost happy 😉
I aplied code:`#carousel-homepage-latestnews .item {
display: flex;
flex-direction: row;
justify-content: center;
}`and I have 6 news in ine row – it looks great for me. There is only one problem.
I have 2 rows of news in 1 row – 3 news + space + 3 news. It is what I was looking for. The only thing that won’t let me sleep is that right side of news is smaller than left one.
Pictures for left side are 132x132px and pictures for right side are 119×119. It is same picture for all the news.
Any idea where is the problem?It will open all links from Our focus widget section in new window.
Forum: Themes and Templates
In reply to: [Zerif Lite] Latest news section content alignmentYes, it helps a lot.
display: flex; was the code I was looking for. Thanku you 🙂Hello mkfinlay,
If you want to open Our focus links in new window you need to edit function.php file.
You need to find there:
/**************************/
/****** our focus widget */
/************************/
and change there 2 lines:
First line<a href="<?php echo $instance['link']; ?>"><i class="pixeden" style="background:url(<?php echo esc_url($instance['image_uri']); ?>) no-repeat center;width:100%; height:100%;"></i> <!-- FOCUS ICON--></a>to
<a href="<?php echo $instance['link']; ?>" target="_blank"><i class="pixeden" style="background:url(<?php echo esc_url($instance['image_uri']); ?>) no-repeat center;width:100%; height:100%;"></i> <!-- FOCUS ICON--></a>Second line
<a href="<?php echo $instance['link']; ?>"<i class="pixeden" style="background:url(<?php echo esc_url($zerif_ourfocus_custom_media_id[0]); ?>) no-repeat center;width:100%; height:100%;"></i> <!-- FOCUS ICON--></a>to
<a href="<?php echo $instance['link']; ?>" target="_blank"><i class="pixeden" style="background:url(<?php echo esc_url($zerif_ourfocus_custom_media_id[0]); ?>) no-repeat center;width:100%; height:100%;"></i> <!-- FOCUS ICON--></a>However this is not recommended as the customizations will be lost when the theme is updated.
Forum: Themes and Templates
In reply to: [Zerif Lite] Latest news section content alignmentHi codemovement.pk,
This is the website I talk about 🙂@suyogya Shukla
I know that editing theme is not recommended because I can lost all changes with theme update.
I know your support doesn’t cover custom coding. I don’t ask for it.
I just want to know where is information about section alignment so I could change it myself.
Section Our_focus is center aligned, and Latest_news is aligned to left. I just want to know where can I change it (section Latest_news).Thank you.
Forum: Themes and Templates
In reply to: [Zerif Lite] Color LinesHello copiaurbietorbi,
can you share with me how did you change the line colors from red to green in main menu?Forum: Themes and Templates
In reply to: [Zerif Lite] How to switch the blocks on front page?It was explained here as well: https://wordpress.org/support/topic/sections-order?replies=44
Forum: Themes and Templates
In reply to: [Zerif Lite] Our team section image sizeHi clowcoach123
Can you tel me how did you remove underline in menu?
I have red lines in menu and you have just 1 line under active menu element.
Thank you.