-
AuthorSearch Results
-
October 17, 2016 at 9:04 am #49839
In reply to: Contact From 7 on Be Fit theme
Hi Shri,
I added the above code in the custom CSS box and did not fix the issue.
Please check this contact page link http://www.aimtas.com/index.php/contact/ you so know what I mean.
What we want are the following:
1. align the email field box under your name field box;
2. make contact form background white and text black;
3. And of course, box label aligning the box. Please check this contact form in this website http://www.adayatthecreek.com.au/contact-us/ so you know what we are looking at for aimtas.com contact formLooking forward to hear from you.
Thank you,
MaryOctober 14, 2016 at 6:55 pm #49687Topic: Gym Master header and footer
in forum All Other ThemesHello, when i use the phone number in the header i see that email is not alligned anymore
and how do i change the footer background image ? on footer.php ?thank youuu
October 13, 2016 at 3:57 pm #49510In reply to: How to change homepage "Read More" button tekst
I can’t find the Page-box.php. I have been looking in WP editor. My theme is Naturo Pro.
October 13, 2016 at 9:24 am #49422In reply to: Nature Pro – Edit index page?
Hi Suzanne,
Kindly go to inc/custom-function.php and change it from there.
Regards,
DaveOctober 13, 2016 at 6:38 am #49392In reply to: STK Wedding Pro – slider in all pages
Hi Kamil,
You have to change the code in header.php
Regards,
DaveOctober 7, 2016 at 1:04 pm #48843In reply to: Political candidate theme – 3 widget areas on footer
Hi Vanessa,
Yes you can use 2 column shortcode in footer widgets but you have to use shortcode within this code:
<?php echo do_shortcode( 'Paste your shortcode here' ); ?>
Regards,
DaveOctober 7, 2016 at 12:21 pm #48832In reply to: How to change homepage "Read More" button tekst
Hi Eelke,
Kindly go to Page-box.php and change the read more from there.
Regards,
DaveOctober 7, 2016 at 6:27 am #48803In reply to: HandyMan Pro Theme
Hi John,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.phone-no strong{color:#d61919 !important;}
For the menu we need to change some code in header.php and manage it using css.
Regards,
DaveOctober 6, 2016 at 5:38 am #48676Hi Kuan,
You didn’t gave us permission to edit in core files.
Kindly go to page-box.php and replace the entire code with this code:
<?php if ( is_home() || is_front_page() ) { ?> <section class="menu_page featuresbg" id="wrapone" <?php if( of_get_option('hideservicessec', true) != '' ) { ?>style="display:none"<?php } ?>> <div class="container"> <div class="services-wrap"> <?php $boxArr = array(); if( of_get_option('box1',true) != '' ){ $boxArr[] = of_get_option('box1',false); } if( of_get_option('box2',true) != '' ){ $boxArr[] = of_get_option('box2',false); } if( of_get_option('box3',true) != '' ){ $boxArr[] = of_get_option('box3',false); } if( of_get_option('box4',true) != '' ){ $boxArr[] = of_get_option('box4',false); } if( of_get_option('box5',true) != '' ){ $boxArr[] = of_get_option('box5',false); } if( of_get_option('box6',true) != '' ){ $boxArr[] = of_get_option('box6',false); } if (!array_filter($boxArr)) { for($fx=1; $fx<=4; $fx++) { ?> <div class="four_column <?php if($fx % 4 == 0) { echo "last_column"; } ?>"> <a href="<?php esc_url('#');?>"> <img src="<?php echo get_template_directory_uri(); ?>/images/icon<?php echo $fx; ?>.png"> <h3><?php _e('Page Title','skt-naturo');?> <?php echo $fx; ?></h3> <p><?php _e('Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas imperdiet ex at mauris varius interdum. Fusce mattis gravida libero, nec sollicitudin ad ti ku.','skt-naturo');?></p> <p class="ReadMore"><?php echo of_get_option('pagereadmoretext'); ?></p> </a> </div> <?php } } else { $box_column = array('no_column','one_column','two_column','three_column','four_column','five_column','six_column'); $fx = 1; $queryvar = new wp_query(array('post_type' => 'page', 'post__in' => $boxArr, 'posts_per_page' => 6, 'orderby' => 'post__in' )); while( $queryvar->have_posts() ) : $queryvar->the_post(); ?> <div class="four_column <?php echo $box_column[count($boxArr)]; ?> <?php if($fx % count($boxArr) == 0) { echo "last_column"; } ?>"> <a href="<?php the_permalink(); ?>"> <?php $boximage = of_get_option('boximage'.$fx,true); ?> <?php if( !empty($boximage) ) { ?> <div class="page_column_thumb"><img alt="" src="<?php echo esc_url( of_get_option( 'boximage'.$fx, true )); ?>" / ></div> <?php } ?> <h3><?php the_title(); ?></h3> <p><?php echo wp_trim_words( get_the_content(), of_get_option('pagecontentlimit'), '' ); ?></p> <p class="ReadMore"><?php echo of_get_option('pagereadmoretext'); ?></p> <div class="clear"></div> </a> </div> <?php $fx++; endwhile; wp_reset_query(); } ?> </div><!-- .services-wrap--> <div class="clear"></div> </div><!-- .container --> </section> <?php } ?>
Regards,
DaveOctober 5, 2016 at 12:09 pm #48590In reply to: Allow HTML in Headline
Hi,
HTML can be added in any code of PHP file so yes you can.
Regards,
ShriOctober 5, 2016 at 11:47 am #48578In reply to: Theme banner
Hi Lawrence,
I have added a code in header.php
Regards,
DaveOctober 5, 2016 at 11:41 am #48576In reply to: HandyMan Pro Theme
Hi John,
1) Kindly go to header.php and add your html code for phone number there.
2) Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
iframe{display:none;}
Regards,
DaveOctober 5, 2016 at 8:13 am #48550In reply to: Theme Strong how to have testimonials image greater
I solved myself the quotation marks problem (i removed from core-functions.php).
The last problem i have with this theme is the responsive behaviour with smartphone.
the responsive adaptation is ok but not in the footer. In the footer the column are right cutted. Can you solve this please?October 4, 2016 at 1:03 pm #48431In reply to: SKT Towing Pro and WooCommerce compatibility problem
Example of errors thrown:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘loop_columns’ not found or invalid function name in /home/autocr7/public_html/wp-includes/plugin.php on line 235
Warning: Division by zero in /home/autocr7/public_html/wp-content/plugins/woocommerce/includes/wc-template-functions.php on line 250
Warning: Division by zero in /home/autocr7/public_html/wp-content/plugins/woocommerce/includes/wc-template-functions.php on line 252
class=”post-623 product type-product status-publish has-post-thumbnail product_cat-truck-bodies instock shipping-taxable product-type-simple”>October 4, 2016 at 10:56 am #48393In reply to: Moved: Reply To: Disable mobile version
Hi Barbora,
Kindly go to header.php and remove this code
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Regards,
Dave -
AuthorSearch Results
Search Results for 'php'
-
Search Results
-
Topic: Gym Master header and footer
Hello, when i use the phone number in the header i see that email is not alligned anymore
and how do i change the footer background image ? on footer.php ?thank youuu