WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Grace Themes

Forum Replies Created

Viewing 15 posts - 1,261 through 1,275 (of 2,060 total)
  • Author
    Posts
  • in reply to: Most popular #6914
    Grace Themes
    Member

    Hi

    You can simply repeat the code to display multiple fields in this section

    Use below shortcode to display 8 images/text in two rows

    [column_content type="one_fourth"]
    	<a href="#" class="hvr-rectangle-out"><img src="http://yoursitename.com/wp-content/themes/beautiplus-pro/images/defaultimg01.jpg"/></a>
    	<h3 class="subtitle">Beauty</h3>
    	<h3 class="title">Lost In Your Dreams</h3>
    [/column_content]
    
    [column_content type="one_fourth"]
    	<a href="#" class="hvr-rectangle-out"><img src="http://yoursitename.com/wp-content/themes/beautiplus-pro/images/defaultimg02.jpg"/></a>
    	<h3 class="subtitle">Travel</h3>
    	<h3 class="title">Aventure with friends</h3>
    [/column_content]
    
    [column_content type="one_fourth"]
    	<a href="#" class="hvr-rectangle-out"><img src="http://yoursitename.com/wp-content/themes/beautiplus-pro/images/defaultimg03.jpg"/></a>
    	<h3 class="subtitle">Fashion</h3>
    	<h3 class="title">Summer Shopping</h3>
    [/column_content]
    
    [column_content type="one_fourth_last"]
    	<a href="#" class="hvr-rectangle-out"><img src="http://yoursitename.com/wp-content/themes/beautiplus-pro/images/defaultimg04.jpg"/></a>
    	<h3 class="subtitle">Lifestyle</h3>
    	<h3 class="title">Beauty Culture</h3>
    [/column_content]
    
    [column_content type="one_fourth"]
    	<a href="#" class="hvr-rectangle-out"><img src="http://yoursitename.com/wp-content/themes/beautiplus-pro/images/defaultimg01.jpg"/></a>
    	<h3 class="subtitle">Beauty</h3>
    	<h3 class="title">Lost In Your Dreams</h3>
    [/column_content]
    
    [column_content type="one_fourth"]
    	<a href="#" class="hvr-rectangle-out"><img src="http://yoursitename.com/wp-content/themes/beautiplus-pro/images/defaultimg02.jpg"/></a>
    	<h3 class="subtitle">Travel</h3>
    	<h3 class="title">Aventure with friends</h3>
    [/column_content]
    
    [column_content type="one_fourth"]
    	<a href="#" class="hvr-rectangle-out"><img src="http://yoursitename.com/wp-content/themes/beautiplus-pro/images/defaultimg03.jpg"/></a>
    	<h3 class="subtitle">Fashion</h3>
    	<h3 class="title">Summer Shopping</h3>
    [/column_content]
    
    [column_content type="one_fourth_last"]
    	<a href="#" class="hvr-rectangle-out"><img src="http://yoursitename.com/wp-content/themes/beautiplus-pro/images/defaultimg04.jpg"/></a>
    	<h3 class="subtitle">Lifestyle</h3>
    	<h3 class="title">Beauty Culture</h3>
    [/column_content]
    in reply to: links #6909
    Grace Themes
    Member

    Hi Erika,

    I have removed the links from “Why Choose Us” section. Please check.

    Regards
    Grace Themes

    in reply to: Social Media Icons #6815
    Grace Themes
    Member

    Hi Wendy,

    You can use any social media icons in footer section

    Go to Appearance -> Theme Options -> Footer -> Footer Social Icons
    and change icon name in below short code

    [social_area]
    	[social icon="facebook" link="#"]
    	[social icon="twitter" link="#"]
    	[social icon="linkedin" link="#"]
    	[social icon="google-plus" link="#"]				
    [/social_area]

    To add new icon, just you need to add below code and change icon name
    Use icon from http://fontawesome.io/icons/

    [social icon=”google-plus” link=”#”]

    Regards
    Grace Themes

    in reply to: social icons not showing #6772
    Grace Themes
    Member

    The issue has been solved.

    in reply to: Excerpt length for Welcome Area Home Page #6749
    Grace Themes
    Member

    The changes has been completed

    in reply to: index forbidden server error log testimonialsrotator js #6676
    Grace Themes
    Member

    Hi David,

    To resolve this issue
    Go to wp-content/themes/beautiplus-pro/testimonialsrotator/js/bootstrap.js
    and delete the below code at line 27

    // Include baseDemo styles
    document.write(unescape('%3Clink rel="stylesheet" media="all" href="' + myScriptSrc + 'bd.styles.css"%3E'));
    // Check if jQuery exists and include local version if not
    !window.jQuery && document.write(unescape('%3Cscript src="' + myScriptSrc + 'bd.jquery.min.js"%3E%3C/script%3E'));

    Regards
    Grace Themes

    in reply to: footer latest posts #6646
    Grace Themes
    Member

    Hi Randall,

    To remove Latest posts column from the footer section, you need to add widgets in place of this

    Go to Appearance -> Widgets -> Footer Widget 3 -> Add any Widget

    Please check the documentation to use the widgets
    https://www.gracethemes.com/documentation/medplus-doc/#widgets

    Regards
    Grace Themes

    in reply to: Search bar and Menu in Header section #6645
    Grace Themes
    Member

    Hi Vernon,

    Can you please send your website URL and WordPress admin login details for temporary at [email protected] so we can check and assist you?

    Regards
    Grace Themes

    in reply to: Justificar servicios #6644
    Grace Themes
    Member

    Hi Erika,

    To change the services section Read More button design as like the other homepage buttons

    Go to Appearance -> Editor -> style.css
    add below code at the end of style.css file

    .pagemore { border-radius: 25px; }

    Regards
    Grace Themes

    in reply to: footer #6643
    Grace Themes
    Member

    You are most Welcome.

    in reply to: Photo Gallery #6642
    Grace Themes
    Member

    Hi fasa,

    You are most welcome..!

    in reply to: Header Contact Info is missing #6641
    Grace Themes
    Member

    Hi Thomas,

    The issue has been solved, The top header contact information is displaying now.
    Please don’t add any widget in “Header Widget”

    Regards
    Grace Themes

    in reply to: Photo Gallery #6624
    Grace Themes
    Member

    Hi fasa,

    The changes has been completed. I have changed the code to display photo gallery by category

    Please use the below short code to display categorized photo gallery and change the category ID
    [photogallery category=”29″ filter=”false”]

    If you want to display all photo and category filter use below normal shortcode
    [photogallery filter=”false” show=”-1″]

    Regards
    Grace Themes

    in reply to: Testimonials section #6621
    Grace Themes
    Member

    Hi Randall,

    Please add more than two posts in the testimonial section to work it fine.

    Regards
    Grace Themes

    in reply to: footer #6619
    Grace Themes
    Member

    Hi Erika,

    To change the footer layout
    Go to Appearance -> Theme Options -> Footer -> Footer Layout

    Please check the documentation to customize the theme
    https://www.gracethemes.com/documentation/buildup-doc/#footer

    Regards
    Grace Themes

Viewing 15 posts - 1,261 through 1,275 (of 2,060 total)