Veena

Forum Replies Created

Viewing 15 posts - 5,326 through 5,340 (of 5,360 total)
  • Author
    Posts
  • in reply to: Leave a comment area #8889
    Veena
    Moderator

    Pls change the lines 112-114 ( see the snapshot your-code.png) in single-portfolio.php file to the code as in change-code.png.

    It does work!

    in reply to: Leave a comment area #8876
    Veena
    Moderator

    Your modification went wrong somewhere i guess.My attempt is still in the matter.

    Could you pls give an ftp access as a private message here?

    Thanks!

    in reply to: Still having lots of hAtom errors in google webmaster #8875
    Veena
    Moderator

    Pls sent a link of the page which has this error and also give a sreenshot that showing an indication of the error as a private message.

    in reply to: lenguaje error admin #8874
    Veena
    Moderator

    For transalating admin panel you have to modify the file ‘theme-options.php’ .
    Pls go to framework -> extensions -> theme-options.php.

    in reply to: Basic One Page Setup #8873
    Veena
    Moderator

    You can use 4 column shortcode for that.Here is the link https://www.livemeshthemes.com/fitpro/column-shortcodes/ and use contact form 7 for contact form.

    Also you can create segments using segment shortcode with a background of your choice.
    For better clarity pls go through the fitpro documentation.

    Thanks

    in reply to: Icons (where is the list?) #8846
    Veena
    Moderator

    I have tried the same and mine was working fine.
    Please check whether you have closed the shortcode correctly or not.
    Pls let me know.

    in reply to: Editing Title Area #8811
    Veena
    Moderator

    I have placed the above 4 line meta tags in the head section of header.php.
    It was absolutely visible in page source.

    in reply to: Team/Team Slider shortcode questions/problems #8794
    Veena
    Moderator

    Pls set social link values in Team Profiles tab in WordPress admin.

    in reply to: Remove "featured" image in blog #8791
    Veena
    Moderator

    Pls add the following custom CSS in themeoptions –

    .post.hentry .image-container {
    display: none;
    }

    in reply to: Porfolio page with a single category #8790
    Veena
    Moderator

    Pls use taxonamy and terms parameter not tag_ID.

    in reply to: How to insert "Search" into the theme #8775
    Veena
    Moderator
    This reply has been marked as private.
    in reply to: Porfolio page with a single category #8753
    Veena
    Moderator

    Yes it is possible!
    For that choose [show_post_snippets] shortcode with taxonamy and terms parameters,which is available in our theme.

    in reply to: Header Entry Title Background for Portfolio Page #8749
    Veena
    Moderator

    You can control all the portfolio section under the option ‘portfolio’.
    The options in the Page Edit window of portfolio will give you all the privilege.
    I have attached a screenshot to get a better clarity.

    in reply to: How to insert "Search" into the theme #8731
    Veena
    Moderator

    Please update header.php file with code in Code snippet.png (line 85 – 99)

    insert-code-here.png shows(marked with red arrow) the exact location in the file where you need to paste above code.

    Your final code should look as in actual-code.png

    Also include following Custom CSS in themeoptions –

    .search-wrap {
    clear: both;
    display: inline-block;
    float: right
    }

    If its not working after making changes, then please share your header.php and custom.css file.

    in reply to: How to insert "Search" into the theme #8716
    Veena
    Moderator

    While inspecting element i get to know that still the form code is not in the right place also the styling is still not affected.
    Before itself you might have changed header.php i guess.

    Pls insert the code(form code that i have suggested before) immediately after the following line in header.php.

    get_template_part(‘menu’, ‘primary’); // Loads the menu-primary.php template.
    ?>

    And also dont forget to remove or comment float right property of primary menu in style.css – because then only the search box will occupy in the same row as of primary menu.

    And add the following custom CSS in theme options –

    .search-wrap {
    clear: both;
    display: inline-block;
    float: right
    }

    Pls give a try and let me know.

Viewing 15 posts - 5,326 through 5,340 (of 5,360 total)