Search results for Amadeus PRO

355 articles found

  • Change ShopIsle header menu and menu item color

    If you would like to change the color of the navigation/menu bar and its items from the header, this doc should help. ShopIsle Pro It is pretty easy to change the colors in Pro themes. Go to WP-admin

  • How to decrease Zelle footer height.

    If you are using WordPress 4.7 or later then go to Appearance -> Customize -> Additional CSS and add the following: .copyright{ padding: 30px !important; } If you are using a lower version of

  • How to display featured image inside pages in Zelle

    By default, Zelle doesn't show featured images inside your pages but it can be done with few lines of code. Make sure to use a child theme before you make any changes. Navigate to your zerif-pro/lite

  • Make the navbar transparent and change its color when scrolling in Zelle

    This guide will teach you how to make the navigation bar transparent on top of the page, and change its color automatically upon scrolling down the page. An example of this feature can be seen on our

  • How to create custom Offline and Internal Server Error pages for PWA in Neve Pro

    Using Neve Pro's Custom Layouts module you can easily create custom headers, footers, 404 pages or hooks specific areas. But this is not all. As Neve is fully compatible with PWA, the Custom Layouts

  • How to create a custom 404 page in Neve Pro

    Using Neve Pro's Custom Layouts module you can easily create custom headers, footers, 404 pages, or hooks in specific areas. In this doc, we'll focus on the 404 ( not found ) pages and how you can

  • Change Big Title Section Font Style in Zelle

    If you would like to change the font of the big title section then please use the below snippet. In case you don't have a CSS plugin, we advise you install Advanced CSS Editor plugin and follow the

  • How to remove Related & Upsell Products from ShopIsle

    WooCommerce display Upsells & Related Products below product details in the single product page. WooCommerce allows you to remove Related Posts by using the following code in your child theme's

  • Stop the Latest News section carousel from auto-playing in Zelle Pro

    If you are using Zelle PRO, and you enjoy using the Latest News section, but you hate the autoplay action for the carousel / slider, then this guide is for you! This guide will teach you how to

  • How to add back "Category:", "Tag:", "Author:" in the archive title in Hestia

    In version 1.1.73 we removed the "Category:", "Tag:" and "Author:" strings that appear by default on the archive page header, If you are using Hestia and want to add them back, just follow this doc.

  • Will I lose my customizations if I upgrade to the Pro version of the theme?

    The simple answer is no. A thing you should check before you upgrade is if you have are using a child theme. Also, if you've made changes done to the theme files directly, without using a child theme

  • How to make both Hestia pricing tables raised

    In this document will show you how to get both pricing tables raised, we'll also show how to get neither raised and the second raised. To get both pricing tables raised go to

  • How to change Hestia menu background on mobile

    If you'd like to change the mobile menu background color then please navigate to Appearance -> Customize -> Additional CSS section and add the following code: @media (max-width: 768px){ /**Navbar

  • How to reduce mega menu width in Hestia

    To reduce the width of the mega menu in Hestia start by going to Appearance->Customize->Additional CSS and add the following code: .navbar .hestia-mega-menu > .dropdown-menu { width: 800px

  • How to remove sidebar from archive pages in Zelle

    If you want to remove sidebars from your archive pages then this guide is for you. And as we always recommend to everyone, please make sure that you're using a child theme with your Zelle theme

  • How to change ShopIsle slider speed

    To change ShopIsle's slider speed you should first create a child theme. Here is a guide on How to Create a Child Theme. After you follow the guide create inside the child theme a folder named assets

  • How to set the number of Latest News posts in Zelle

    By default you can set the number of posts for Zerif's Latest News section from Settings > Reading settings, in your WordPress dashboard. It'll be changed in your blog page, as well as Latest News

  • How to make Hestia theme header full height

    If you'd like to make the header image in Hestia/Hestia Pro take up the entire height of your browser then please navigate to Appearance -> Customize -> Additional CSS section and add the following

  • How to install and activate Sparks

    After you have purchased the Sparks plugin, it will appear on your Themeisle account. Follow the steps below to find out how to install and activate it. 1 Go to ThemeIsle store and insert your

  • How to display the product image in the header of the single product page in Hestia

    In the latest Hestia release, we decided to remove the product image from the header area on WooCommerce's single product pages, as it was already displayed on that page, and using an image that

  • How to make Hestia blog images full width

    To achieve this go to Appearance->Customize->Additional CSS and add the following code: .blog-posts-wrap .col-sm-5, .blog-posts-wrap .col-sm-7{ width: 100% !important; } After entering this code your

  • Starter Sites are still pro after purchasing Neve Pro

    If you have purchased Neve Pro and still can't import the premium templates, as in the following screenshot, there are two things that can be checked. The license key needs to be active You have

  • How to change description length in Comparison Table in WP Product Review

    It's possible to change the description length which shows up in the comparison table of WP Product Review. To do this you need to either add the following code to the functions.php file of your

  • How to display featured image inside posts in Zelle

    By default, Zelle doesn't show featured images inside your posts but it can be done with few lines of code. Make sure to use a child theme before you make any changes. Navigate to your zelle-pro/lite

  • Block Editor Booster Module Documentation

    This module boosts your website's functionality by bringing in a set of blocks for the WordPress editor. 📝 Note: The Block Editor Booster module was part of the Neve Pro Agency modules; however, it

  • Disable Social Share Buttons in Hestia

    To disable the social sharing buttons which shows up on the blog posts of Hestia you need to go to Appearance->Customize->Appearance Settings->General Settings and uncheck the Enable Social Icons

  • How to show 5 focus widgets in one line in Zelle

    Go to Appearance > Customize > Additional CSS and add the following code: @media screen and (min-width: 1023px){ .col-lg-3.col-sm-3.focus-box { width: 20% !important; } }

  • How to center one team member in Hestia

    In this quick tutorial, you'll see how to make team members each appear on their own line and centered. Start by navigating to Appearance -> Customize -> Additional CSS and add the following code:

  • ShopIsle Pro Documentation

    ShopIsle is a beautiful theme for e-commerce websites that comes with a modern and elegant design. This theme has a full-screen animated slider, smooth parallax scrolling, subtle animations, video

  • Zelle Pro Documentation

    Zelle Pro ( Former Zerif Pro ) Documentation Sample Content Admin Demo In This Article Install & Configure Your New Theme Setting Up A Blog Page Home Page Sections Configuring Menu Customization

  • Header Sticky (PRO)

    Header Sticky is part of Neve Pro's Header Booster module. Each of the header builder's three rows can be set up as Sticky and/or Show only on scroll. Sticky means the row will always stick to the

  • Conditional/Multiple Headers (PRO)

    📝 Note: Multiple Headers are part of Neve Pro's Header Booster module. This is one of the most exciting features of the Header Booster module. It allows you to load different headers on different

  • Change Shopisle Menu Colors on Mobile

    In case you don't have a CSS plugin, we advise you install Advanced CSS Editor plugin and follow the instructions. In Appearance -> Customize -> Advanced CSS Editor add the following code to the

  • Change Hestia site title and hamburger menu color on mobile

    If you'd like to change the Site title and hamburger menu colors then you can add the following CSS to your WordPress website to do just that. Go to Appearance->Customize->Additional CSS and add the

  • Add a Background Image to Zelle Menu

    Before using this snippet we need to make sure your changes won't be lost when you update the theme. If you plan on doing a lot of changes on the theme then we encourage you to create a child theme

  • Slider images showing blurred

    It's really easy to overcome the blurred image problem. Just follow the steps given below: 1) Use recommended image size for your slider i.e. (1920x1232)px 2) When you upload an image, please scroll

  • How to recreate Hestia PRO frontpage using page builders with shortcodes

    If you are using Hestia PRO and want to add new sections on the front page, you're in the right place. Recreating the front page sections is not a difficult process, the main accent falls on the

  • Visualizer: Charts and Graphs Documentation

    Visualizer is a powerful tool that can easily be used to create, manage and embed interactive charts into your WordPress posts and pages. The plugin uses Google Visualization API to render charts,

  • Neve Header Transparent (PRO)

    📝 Note: Header transparent is part of Neve Pro's Header Booster module. The Transparent Header option allows you to create beautiful-looking headers easily. Enabling the transparent header option

  • Neve Page Header (PRO)

    The Page Header is the area below the header / navbar where the page title over a hero image is usually shown. 📝 Note: This section is a premium feature of the theme. If you are interested in

  • Adjust product's header size and main content position in Hestia

    If your product page looks like it's taking up too much space or too little this guide will help you change the height of the product page's header and the position of the main content area. Here's

  • How to add header menu background before scroll in ShopIsle

    If you want to add background to the menu before scroll then go to Appearance -> Customize -> Additional CSS add the following code: body.home .navbar-transparent { background:#000 !important; } You

  • How to customize read more links in Hestia

    Classic Blog layout scenario Classic/Alternative blog layout In order to change the Read more... link text, first, you need to create a child theme. Please check this guide on how to create a child

  • Typography Options in Hestia Pro

    Typography Options Hestia offers control over the Headings and Body Font Families, offers the possibility to choose a Font Subset and Font Size options for the Frontpage sections and inner pages.

  • How to pay with PayPal?

    In this article, we will present to you the payment methods according to the payment processor, using the Neve theme PRO version as an example. Stripe Payment Processor FastSpring Payment Processor

  • Hestia Documentation

    Hestia is a modern WordPress theme for professionals. It fits creative or small businesses (restaurants, wedding planners, sport/medical shops), corporate businesses, online agencies and firms,

  • How to show author name in Zelle

    If you want to show the author name in the article, please navigate to Appearance -> Customize -> Additional CSS section and add the following code: .type-post .byline{ display: initial !important; }

  • What to do after I purchase a product from ThemeIsle?

    Firstly, congrats on your decision and welcome to our community. We really appreciate it. Now that you have purchased a product from us, here are the next steps. Get the product file and the license

  • Zelle - Set the Home Page

    Zelle Pro Watch a video about setting the front and blog pages. Navigate from your Dashboard to Appearance->Customize->Homepage Settings and choose 'Your latest posts' option. The front page with the

  • Reorder Portfolio Modal Window of Zelle Pro

    When loading Zelle Theme, Portfolio Modal, you can see the elements load with title on top and the Featured Image after. You can change the sequence of those, with some Javascript To change it and