• Forum
  • FAQ
  • Docs
Notice: In order to post a support question you have to have an account and be logged in.
Register  or  Login
  1. Hi Max,

    first of all I want to say I really appreciate your help!

    I figured out everything by myself until now (well yes it took some time...). I just have to bother you with the following questions:

    1) In the features section, there is a button "View details". I made this button a "Contact us now" one, and I want the user, if clicked, to be directed to the contact form in the pages footer (so it scrolls down there). I know this has to be changed in the template_portfolio.php file, but I don't know what exactly to put there. I changed it like this:

    <?php the_excerpt(); ?>
    
    					<a class="link-details" href="id="contact_footer" ><?php  _e('Contact us now', 'tfuse') ?></a>

    What needs to be changed here so it can work?

    2) When we are on the contact page which is separate from the home page, the only button not working is the one named 'Features', because on this site there is everything but a features section. When clicked on the features button, I want the visitor to be directed to the features section on the homepage. Please provide me with the adecuate code and which .php file do I have to put it.

    3) I don't need the horizontal line which separates the Contact form in the footer from the text above. Which code do I have to delete? The second line is also very separated from the "all rights reserved" section, how can I diminish the distance? And furthermore diminish the distance between the footer Contact form and the section which contains the "download now" button?

    4) The horizontal line on the separated contact site is also not needed, where do I delete that one?

    5) There is a strange white block below the copyright section, where does this come from...?

    Now if you provide me with the coding to get the three testimonials in a row, everything would be PERFECT!

    Thank you so much for your time!

    juancho
    1 year ago
  2. 6) In the download button area, I deleted the download button and moved the section that described the app developer to the left, which worked fine! But the text only fills out 2/3 of the space. How can I tell the website to fill all of it? This is because it still thinks there is a download button on the side of it so it does not use the whole space.

    juancho
    1 year ago
  3. Hi,
    1) In the features section, there is a button "View details". I made this button a "Contact us now" one, and I want the user, if clicked, to be directed to the contact form in the pages footer (so it scrolls down there). I know this has to be changed in the </strong?

    this is the code that you have to use:

    <a class="link-details" href="#contact_footer" ><?php  _e('Contact us now', 'tfuse') ?></a>
    

    2) When we are on the contact page which is separate from the home page, the only button not working is the one named 'Features', because on this site there is everything but a features section. When clicked on the features button, I want the visitor to be directed to the features section on the homepage. Please provide me with the adecuate code and which .php file do I have to put it.

    Please provide wordpress installation link, username and password from wordpress dashboard and I would be able to provide a solution.

    3) I don't need the horizontal line which separates the Contact form in the footer from the text above. Which code do I have to delete? The second line is also very separated from the "all rights reserved" section, how can I diminish the distance? And furthermore diminish the distance between the footer Contact form and the section which contains the "download now" button?

    In footer.php file find this code:

    		<div class="divider"></div>
    
    	<?php  $error1 = true; if(isset($_POST['email1'])) { include(THEME_FUNCTIONS . '/sendmail2.php'); }
    

    and replace it with:
    <?php  $error1 = true; if(isset($_POST['email1'])) { include(THEME_FUNCTIONS . '/sendmail2.php'); }
    

    4) The horizontal line on the separated contact site is also not needed, where do I delete that one?

    In footer.php file find this code:

    <div class="divider"></div>
    
    	<?php if ( get_option(PREFIX.'_enable_footer_social') == "true" ) 
    

    and replace with:
    <?php if ( get_option(PREFIX.'_enable_footer_social') == "true" ) 
    

    5) There is a strange white block below the copyright section, where does this come from...?

    It comes from Footer 2.2 widget in Appearance -> Widgets.

    6) In the download button area, I deleted the download button and moved the section that described the app developer to the left, which worked fine! But the text only fills out 2/3 of the space. How can I tell the website to fill all of it?

    Please provide a link and I would provide a solution.

    Cheers,
    Max.

    Max
    1 year ago
  4. Thank you again Max for your awesome support. I'd get desperate without it!

    1) This didn't work unfortunately.

    2/6) Here you go.

    3/4) I managed to delete the divider, thank you. Can we somehow diminish the distance between the copyright section and the divider, so it looks like in the demo version?

    5) I put an additional </div> in the coding and now the white block is gone, but the website extended downwards. Would be awesome if you could take a look at it.

    7) Sorry to keep you bothering ;) Where can I tell the website that the slider images headline shall be no link at all?

    8) With your help I've managed to have two testimonials on the homepage, one of them is arranged a bit lower than the other one and extends to 2/3 of the page as you can see. Maybe you know some kind of a solution to put a third testimonial there instead.

    Thank you again Max, I know I'm asking a lot here.

    juancho
    1 year ago
  5. Hi,
    1) This didn't work unfortunately.

    In your case you have to use:

    <a class="link-details" href="#footer-form" ><?php  _e('Contact us now', 'tfuse') ?></a>
    

    Need to work for sure.

    2) When we are on the contact page which is separate from the home page, the only button not working is the one named 'Features', because on this site there is everything but a features section. When clicked on the features button, I want the visitor to be directed to the features section on the homepage. Please provide me with the adecuate code and which .php file do I have to put it.

    Go to Appearance -> Menus and in Features URL field add: site_address/#Features

    3/4) I managed to delete the divider, thank you. Can we somehow diminish the distance between the copyright section and the divider, so it looks like in the demo version?

    Please take a look now and let me know if is ok.

    5) I put an additional </div> in the coding and now the white block is gone, but the website extended downwards. Would be awesome if you could take a look at it.

    Please heave a look now.

    7) Sorry to keep you bothering ;) Where can I tell the website that the slider images headline shall be no link at all?

    You mean to remove the link for slider title?

    8) With your help I've managed to have two testimonials on the homepage, one of them is arranged a bit lower than the other one and extends to 2/3 of the page as you can see. Maybe you know some kind of a solution to put a third testimonial there instead.

    I've solved the problem with arrangement. You can add there two testimonials in using col_1_2 shortcode.

    Cheers,
    Max.

    Max
    1 year ago
  6. Unfortunately the white block came back with your changes... And now the copyright section moved to the middle and I have no idea how to get it back to the right... Please just help me to get it back there the spacing doesn't matter that much ;)

    7) Yes, how can I remove the link for the slider title?

    Thanks!

    juancho
    1 year ago
  7. And when installing the theme from the start, there is a Download button, I deleted it and want to have it back (because it seems not to bee so easy to change the order of the widgets. Please provide me with the TfuseText that goes in the Bottom 2.1 widget to get back the download button. Thank you!

    juancho
    1 year ago
  8. Hi,
    Unfortunately the white block came back with your changes... And now the copyright section moved to the middle and I have no idea how to get it back to the right... Please just help me to get it back there the spacing doesn't matter that much ;)

    What browser you use? Have you tried to clear cache?

    Yes, how can I remove the link for the slider title?

    In main_slider.php file (library\tfuse_mods\thememodules\sliders) find this code:

    <div class="slide-title"><a href="<?php the_permalink(); ?>"> <?php the_title(); ?> </a></div>
    

    and replace with:
    <div class="slide-title"><?php the_title(); ?></div>
    

    And when installing the theme from the start, there is a Download button, I deleted it and want to have it back (because it seems not to bee so easy to change the order of the widgets. Please provide me with the TfuseText that goes in the Bottom 2.1 widget to get back the download button

    Here it is:

    <div class="col col_1_3" id="Download"><a href="#"><img src="http://themefuse.com/demo/wp/mobilityapp/files/2011/06/btn_download.png" alt="" width="273" height="83" border="0" /></a></div>
    

    Cheers,
    Max.

    Max
    1 year ago
  9. Hi,

    I'm using Safari and Firefox on Mac Os X and both showed the white block... even with cleared cache. Well i'll leave it this way until I have enough money to pay a WP coding professional who fixes all my problems. Not that your not a professional, I just think I've used your help enough by now.

    Just one last favor, I put the code you told me in the 2.1 widget but the Download button is not appearing again. Maybe you could log in again to my WP Admin Panel and see what's wrong, that'll be awesome. I've uploaded the new button image to the WP media library, it is called contacto.png. Unfortunately it does not appear at all.

    Thank you very much for your help.

    juancho
    1 year ago
  10. Hi,
    Well i'll leave it this way until I have enough money to pay a WP coding professional who fixes all my problems. Not that your not a professional, I just think I've used your help enough by now.

    You don't have to. I can help. I just need a screenshot and I would solve this.

    Just one last favor, I put the code you told me in the 2.1 widget but the Download button is not appearing again. Maybe you could log in again to my WP Admin Panel and see what's wrong, that'll be awesome. I've uploaded the new button image to the WP media library, it is called contacto.png. Unfortunately it does not appear at all.

    Problem solved.

    Cheers,
    Max.

    Max
    1 year ago
  11. Thank you Max! Now if you help me to get the button in the middle, it'll be perfect! Well in the middle I mean that now it is on the top and I'd like to have it lower, so it looks a bit nicer.

    Thank you again!

    juancho
    1 year ago
  12. Hi,
    please see now and let me know if this is the desired result.

    Cheers,
    Max.

    Max
    1 year ago
  13. Thank you a million times Max! Awesome support! Definitely not my last Themefuse theme!!! :)

    juancho
    1 year ago

Add Reply

You must log in to post.

 

Add a new topic!

Chances are your issue is already answered, but if it’s not, you can always create a new topic.

Add new topic

Search forums

Searching for something specific? Type something and press Enter to search.