Using the ZAlive theme. How would I go about making the site title bold? Thanks!
]]>Hello.
I am wanting to remove the date stamp and authors name off the pages on my website. I dont think it looks right on the pages but its fine for posts.
Can anyone help please, thank you
]]>Can’t change the slide images in options. I am selecting the image I need, saving the changes, but nothing happens and the old image remains.
]]>Hello,
I have several problems with the theme:
1.) My website title is very long, where can I change the size of the displayed webiste title since it destroys the design (I don′t want to change the length of the title itself though, just the letter size)? Is there also a way to block the website title to appear in the header (but not entirely, I still want it to appear on Google so it must stay in the code)
2.) How can I modify the size of the slider menue fields below the slider (the ones where the links are displayed)? What happens if I generate another slider in the code? Will this destroy the design or will the fields automatically adopt in size?
3.) The header menue shows some links, it is preset to indicate kategories of posts. Is there any way to easily change these links to site pages instead? I do work with static sites mostly.
I allready tried to change manually in themes options BUT when I added more than two menue links into the menue bar it did not work out and other links (elements) just disappeared in the frontend.
This did not happen in the footer when I tried.
If there is no easy way, where in the code do I have to modify? Which .php page?
Than you
]]>These theme is with bug em list of comments’ authors, because only shows one of the name of authors or only show the word Anonymous.
]]>Is there a css code i can use to let the sidebar appear in mobile mode? Thank you.
]]>Hi!
Maybe who know how to link slide and mouse clicking on by menu?
Regards,
Igor
<?php
/**
* slider template
*/
global $zAlive_options;
?>
<div id="zSlider" class="container carousel slide">
<!-- Carousel items -->
<div class="carousel-inner">
<div class="active item">
<?php if ( !empty( $zAlive_options['slider1_link'] ) ) { ?>
<a href="<?php echo esc_url ( $zAlive_options['slider1_link'] ) ; ?>"><img src="<?php echo esc_url ( $zAlive_options['slider1_img'] ) ; ?>" alt="" /></a>
<?php } else { ?>
<img src="<?php echo esc_url ( $zAlive_options['slider1_img'] ) ; ?>" alt="" />
<?php } ?>
</div>
<div class="item">
<?php if ( !empty( $zAlive_options['slider2_link'] ) ) { ?>
<a href="<?php echo esc_attr ( $zAlive_options['slider2_link'] ) ; ?>"><img src="<?php echo esc_url ( $zAlive_options['slider2_img'] ) ; ?>" alt="" /></a>
<?php } else { ?>
<img src="<?php echo esc_url ( $zAlive_options['slider2_img'] ) ; ?>" alt="" />
<?php } ?>
</div>
<div class="item">
<?php if ( !empty( $zAlive_options['slider3_link'] ) ) { ?>
<a href="<?php echo esc_attr ( $zAlive_options['slider3_link'] ); ?>"><img src="<?php echo esc_url ( $zAlive_options['slider3_img'] ) ; ?>" alt="" /></a>
<?php } else { ?>
<img src="<?php echo esc_url ( $zAlive_options['slider3_img'] ) ; ?>" alt="" />
<?php } ?>
</div>
<div class="item">
<?php if ( !empty( $zAlive_options['slider4_link'] ) ) { ?>
<a href="<?php echo esc_url ( $zAlive_options['slider4_link'] ) ; ?>"><img src="<?php echo esc_url ( $zAlive_options['slider4_img'] ); ?>" alt="" /></a>
<?php } else { ?>
<img src="<?php echo esc_url ( $zAlive_options['slider4_img'] ) ; ?>" alt="" />
<?php } ?>
</div>
</div>
<ul class="description hidden-phone">
<li class="active">
<a href="<?php echo esc_url ( $zAlive_options['slider1_link'] ) ; ?>"><h4> <?php echo esc_attr ($zAlive_options['slider1_title']); ?></h4></a>
<p><?php echo $zAlive_options['slider1_content']; ?></p>
</li>
<li>
<a href="<?php echo esc_url ( $zAlive_options['slider2_link'] ) ; ?>"><h4> <?php echo esc_attr ( $zAlive_options['slider2_title']) ; ?></h4></a>
<p><?php echo $zAlive_options['slider2_content']; ?></p>
</li>
<li>
<a href="<?php echo esc_url ( $zAlive_options['slider3_link'] ) ; ?>"><h4> <?php echo esc_attr ( $zAlive_options['slider3_title'] ) ; ?></h4></a>
<p><?php echo $zAlive_options['slider3_content']; ?></p>
</li>
<li>
<a href="<?php echo esc_url ( $zAlive_options['slider4_link'] ) ; ?>"><h4> <?php echo esc_attr ( $zAlive_options['slider4_title'] ) ; ?></h4></a>
<p><?php echo $zAlive_options['slider4_content']; ?></p>
</li>
</ul>
</div>
if i use this code link work but slide won’t move ??
]]>Hello everyone, im reposting this question since i did not find any answer to it. I enjoy the Theme Zalive to the fullest. Its a great theme! Im using french language as default language. It seems like there is a little ajustment that need to be done specialy for the H1 and H2 title. When we write a title using an apostrophe there is an extra space between the last letter and the apostrophe. You may see this issue right on every pages where i use an apostrophe. Take a look: ww.multipreteurs.com You will see in the (H2)sentence: Vous avez besoin d’un prêt… the extra spacing is showing.
Thanks all of you for your answers hope i could fix that one quickly.
Frank
]]>I wan’t to remove not only the text but the hole Block with padding so I can get my logo and my content up in that position instead.
With Firebug I think I have found the HTML code:
<div id=”post-5″ class=”article clearfix post-5 page type-page status-publish hentry”>
<h1 class=”entry-title”>Untitled Post</h1>
But I can’t find the equivalent code, using Textwrangler, in any of the .php files in the ZALIVE theme folder.
Any clues how to find these code lines?
Thanks
Carsten
Hi
Please let me know is there any way to add more images to slider?
also how to reduce & increase search box area?
Thanks
Hi! I’m customizing zAlive and cannot get the sliders to hyperlink to pages within the site. I’ve followed directions for other themes (pasting link in appropriate place) but it has not worked. Help please!
]]>I was looking to add more images to the slider and couldn’t find any support on these forums, let alone anywhere else online. So I just tried my best to look through the code repeatedly and found a way.
STEP ONE:
First, edit the Theme Functions (functions.php) code:
I skipped the majority of the code to just show you what I edited. I just copied the code for the slider4 image, pasted it below, and then changed all the 4’s to a 5.
//get default theme options
function zAlive_getDefaultThemeOptions() {
$options = array(
(code skipped)
//zAlive slider4 image
‘slider4_title’ => ‘Slider4 Title’, //zAlive slider4 title
‘slider4_content’ => ‘Slider4 Content’, //zAlive slider4 content
‘slider4_link’ => ”, //zAlive slider4 link
‘slider5_img’ => get_template_directory_uri() . ‘/img/features_img_5.jpg’, //zAlive slider5 image
‘slider5_title’ => ‘Slider5 Title’, //zAlive slider5 title
‘slider5_content’ => ‘Slider5 Content’, //zAlive slider5 content
‘slider5_link’ => ”, //zAlive slider5 link
‘footer_widget_enabled’ => 0, //enable footer widget(secondary sidebar) (0:disabled,1:enabled in home,2:enalbed)
‘copyright_content’ => ”, //copyright content
‘slider_pause_time’ => 3000 //how long each slide will show(in millisecond)
); //default value
return $options ;
}
STEP TWO:
Add slider5_title to the following code:
//text input
foreach ( array(
‘slider1_title’,
‘slider2_title’,
‘slider3_title’,
‘slider4_title’,
‘slider5_title’,
‘excerpt_text’
) as $text ) {
$input[$text] = wp_kses_stripslashes($input[$text]);
}
STEP THREE:
Add slider5_content to the following code:
//textarea (html is allowed)
foreach ( array(
‘ads_content’,
‘slider1_content’,
‘slider2_content’,
‘slider3_content’,
‘slider4_content’,
‘slider5_content’,
‘copyright_content’,
‘inline_css’,
‘inline_js_header’,
‘inline_js_footer’
) as $content ) {
$input[$content] = $input[$content] === $defaults[$content] ? $defaults[$content] : wp_kses_stripslashes($input[$content] ) ;
}
STEP FOUR:
Add slider5_img to the following code:
//url: image address ,default address will be used if left blank
foreach ( array(
‘slider1_img’,
‘slider2_img’,
‘slider3_img’,
‘slider4_img’,
‘slider5_img’
) as $url ) {
$input[$url] = empty($input[$url]) ? $defaults[$url] : esc_url_raw($input[$url]);
}
STEP FIVE:
Add slider5_link to the following code:
//url: slider link and social link
foreach ( array(
‘slider1_link’,
‘slider2_link’,
‘slider3_link’,
‘slider4_link’,
‘slider5_link’
) as $url ) {
$input[$url] = esc_url_raw($input[$url]);
}
STEP SIX:
Go to the slider.php file to add to the code. Copy the code for slider4 and paste it below. Change the 4 to a 5. I linked directly to the image URL since you can’t add it via the Theme Options.
<div class=”item”>
<?php if ( !empty( $zAlive_options[‘slider4_link’] ) ) { ?>
“><img src=”<?php echo esc_url ( $zAlive_options[‘slider4_img’] ); ?>” alt=”” />
<?php } else { ?>
<img src=”<?php echo esc_url ( $zAlive_options[‘slider4_img’] ) ; ?>” alt=”” />
<?php } ?>
</div><!–end of slider4–>
<div class=”item”>
<?php if ( !empty( $zAlive_options[‘slider5_link’] ) ) { ?>
“><img src=”https://rgreene.com/wp-content/uploads/2015/05/Sensors.png” alt=”” />
<?php } else { ?>
<img src=”https://rgreene.com/wp-content/uploads/2015/05/Sensors.png” alt=”” />
<?php } ?>
</div>
STEP SEVEN:
Edit the code beneath the code you were just at. Add the comment out coding to make the line items disappear. It could be different on your site depending on what other settings you have changed yourself, but for mine, I had to take these out. They made a gap in between my header and content block.
<!–<ul class=”description hidden-phone”>
<li class=”active”>
<?php echo esc_attr ( $zAlive_options[‘slider1_title’] ) ; ?>
<p><?php echo $zAlive_options[‘slider1_content’]; ?></p>
–>
And that’s how I fixed my site. You can view it at here if you’d like to see the final result. Let me know if you have any questions.
hi, i am working on zalive theme, i would like to write my experiences here. So you can edit your theme easily.
Sincerely.
Hi, I don’t know if this only happened to me but when I print the browser page with zAlive theme, all the menu items, links and pictures come with URL text. It doesn’t happen on other theme.
here is the link:
https://www.uspaymentsystems.com
Hello,
I installed zAlive theme on two hosts. At host1 the parent menu is not working, and when click on the menu in the corner on mobile phone, nothing happens. On host2 everything is working properly. Do you have any idea what could be the problem here?
Thank you
]]>Hello
I am using test site https://www.floodproblems.co.uk to test out the theme and menu-icons plugin. https://www.ads-software.com/plugins/menu-icons/
Can any one advice me how to put the menu icon above the text. (Home & Page11112)
I am also using Jetpack ‘Edit CSS’ where I have placed some CSS to date:
.navbar .nav li a {
color: #000000;
text-shadow: ff0033;
border: 6px solid #E8E7E7;
padding-top: 50px;
}
Hi this is my website https://twniftytips.com/ few days ago everything was looking good, suddenly one fine day the header brand name turned wild and slowly the entire header and side bars gone wild.
I am not aware of coding so please help me what to do step by step, thanks in advance.
]]>I had Menu on Top Nav Menu and also in Footer Custom Links.
Decided to remoove the Menu from Footer Custom Links.
Disappeared Menu at bottom, but not compleately.
Two pages are still listed at bottom.
Not able to cancel!
looking to the page with browser editing page source I found: (one of them)
<li class=”page_item page-item-391″>Venezia
where is located such line?? then will be able to delete
cheers
Antonio
How do I add a link to my tagline (an email address)? I am unable to do so via the customization gui.
]]>I noticed this thread to make the slider tabs clickable (https://www.ads-software.com/support/topic/slider-title-url-issue-solved?replies=2).
I am wondering if it’s possible to make them link to another page. I tried changing the href to point to a page, but it didn’t work.
]]>Hi:
First thing first. I love the zalive theme. Thanks for the great work!
I would like to show a different top navigation menu when user is not logged-in. I already created a second menu in wordpress under $my-site-folder/wp-admin/nav-menus.php.
But when I go to customize page at $mysite-folder/wp-admin/customize.php, I see this under Navigation sub header:
————-
Your theme supports 2 menus. Select which menu appears in each location. You can edit your menu content on the Menus screen in the Appearance section.
————-
Looks like zalive theme supports only one menu for top navigation and one for footer.
Love to know if there is a way for me to programmatically change the menu based on if user is logged-in or not.
I guess I could do a if-user-logged-in logic at page level but the menu’s will still show up which I am trying to avoid.
Thanks for the help in advance!
]]>Why am I seeing the following at the footer of https://www.floodproblems.co.uk and can the information be removed.
Reset Download, Home, Page 1, Contact
Hi,
I just moved my blog to a new area. How do i allow my users redirect to a url to allow them register since i disabled “allow anyone register”?
I want them to be automatically registered after leaving my payment page to the role of author or contributor. Thanks
Hi,
I wish to reduce the sidebar width to about 310px, can this be done via Edit CSS.
If it can be done please help with code.
Thank you for this good theme.
]]>zAlive is a great theme. Thanks for creating it.
I have read all the threads for the zAlive Theme and cannot find the answer to this question.
How do you stop the background image from repeating?
URL: https://5off20.com/alp97e/
As you can see, the image repeats and when you get to some of the inner pages that are long, it repeats up to 5 times. I want just one image that the page can scroll over.
I’ve tried customer CSS like this:
body {
background: #ffffff url(“https://5off20.com/alp97e/wp-content/uploads/2015/02/Jointcolors1400.jpg”) no-repeat;
}
and editing the stylesheet directly in the body tag.
Any help would be appreciated.
Thanks again for a great theme.
]]>Hello
I use the zAlive theme and would like to reduce the height of the top navigation bar. See screen cast below:
Please could you help with a code for this?
Thanks in advance
view page here
]]>does anyone know how to change the Entire Pages color from white to other color including sidebar?
thank you all
Hello,
I’ve a problem with zAlive and the NextGEN plugin.
When I post a articel with a gallery, my widgets move from the right side to under the articel.
I hadn’t changend the template from the articel’s.
]]>Hi,
I see there are a few posts here asking about mobile issues but no reply.
My issue is that on mobile the slide photos are running but you can’t see the text below them (Slider1 Title, Slider1 Content, Slider2 Title, Slider2 Content and so on for the 3rd and 4th).
Is it fixable?
Please reply ASAP, it is a serious issue.
Thanks
Start using zAlive theme and I’m quite happy. Actually using also an multilingual plugin (WPML)
On “zAlive Theme Settings” I check the box at “Hide Posts List And Primary Sidebar In Homepage”.
I’m using 3 Menu: It, En, De, and works fine with home PC. Setted to Menu at “Top Nav Menu”.
Headache is coming up using the Iphone. I should visit all pages of my blog, but no
possibility to view the Menu Items on top.
What should I check to correct some errors?? Furthermore if I check my site with
https://www.mobytheway.com/home/test
and also
https://testiphone.com/
Top menu is fine too
my blog is https://www.bbottelioblog.com
thanks & best regards