JOOMLA

How to set up a Multilingual Joomla! Site?

Joomla! allows you to create easily a multilingual website, without having to install any extension. In tutorial Setup a Multilingual Joomla! Site, you’ll find a complete walkthrough of the steps involved in creating a multilingual Joomla! site.

How to replace content of home page?

For Free version, you have to build content yourself from ZERO, you can use Joomla! An article and modules in the form to present to your content.
For Pro version, you can install Quickstart package and this is how you can edit the demo content.
We are using Quix (Pro) which includes utilities and features that are not limited to the page generator.

– Edit Home Page content: All content in the ‘Homepage’ page is based on Quix (see the “Inside Third-Party Documents” section for more about this extension),

Step 1: Please go to Admin > Quix

Step 2: Edit ‘Homepage’ page.

Step 3: Click Save.

This is very easy to edit based on drap-drop content with this extension.

How to add mobile logo in Joomla! Site?

=> Please go to Admin >  Extension > Templates > Styles and Click [template-name] – Default

Add Mobile Logo

How to fix the error of Unite Slider after updating Joomla?  

Please download the update patch of Unite Slider here. Then install it at Admin > Extension > Manage > Install and recheck.

Fix Slider

How to hide a module on mobile layout in Joomla! Site?

Step 1: Please go to Admin > Extension > Templates > Styles

Step 2: Click [template-name] – Default

Step 3: Open Layout Tab > Select the settings icon for the particular module positions > Tick Hidden Mobile

Hide Module

Having problem with email config before to install Quickstart package?

Step 1: Please go to Admin > Component > AcyMailing > Configuration > Subscribe
Step 2: Then find option “Allowed domains for the redirection via the module
Step 3: Set “No
Step 4: Then delete the field with this content “localhost|192.168.1.2|[site-URL]

What is the appropriate logo image size?

Perfect logo size will be 250×250 pixels.

How to upload Quickstart Package when I don’t use cPanel?

You can extract the download file from local, then upload file by using FTP/SFTP if you don’t have cPanel, or go to your host and find File Manager then upload the file.

Is it possible to save my site previous data and just replace the template?

It is possible. Instead of installing quickstart package, you just need to install the template package through Extension > Manage > Install. Next, just set the new template as default, and configure menu, module again.

How to change Name and Email field on Join Our Community?

Please go to Extensions > Module > find module position ‘bottom4’, module Join Our Community will appear
Choose Join Our Community > fill option Name caption and email caption to change it.

How can I add other social icons that your theme does not have to my Joomla site?

Please go to Extensions > templates > styles > template-name-default > choose tab “Basic”
Scroll down until you see SOCIAL ICONS part, find “Custom” option and add the code fa-[social-icon-name] [your-link] then save.

For example: fa-telegram https://telegram.org/

When I upload my Joomla site from local to host, my site loses the homepage. How to solve it?

Please go to Admin > Quix > click Clear Cache and recheck.

How to stop bouncing animation of main menu of Joomla?

Please go to Extension > Templates > templates > template-name Details and Files > choose css > default.css

At part /**** MENU BAR ****/, please find and delete these code below:

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
.swing {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

WORDPRESS

What to do when I change logo in WordPress but it still appears your demo logo?

Step 1: Please go to Media > Library > choose your Logo and get its file URL
Step 2: Then go to Genesis > Theme settings > find option “Footer script” at the bottom of the page.
Step 3: Please paste the logo URL into the code line of preset color which your site is on.
For example, if your site is on blue preset, please paste the link to:

$(‘.theme-blue .site-logo img’).attr(‘src’, ‘paste-link-here’);

Whenever I create a new page in WordPress and access to that page, it appears at the bottom of my Homepage. How to solve it?

– Please go to Admin > Appearance > Widget
– Check all the widgets by going to Set Visibility, then uncheck all the pages which have green ticks.(EXCEPT the “Home” page of PAGES and USER ROLES/LOGGED IN AS)

How to replace the content of home page?

– Please go to Admin > Appearance > Widgets.
– You will see a list of all available widgets that you can add to the available widget area or edit widgets. You can click directly on any widget you want to add or edit.
– In the new control panel, click Add Widget to display available widgets that you can add to this gadget area.
– After selecting a widget, you can configure it the way you want it and then click Saved to protect your changes.
– You can to rearrange widgets in the order you prefer or to select a new widget area to move gadgets.

 

If you cannot find the answer you want here, feel free to contact us by the Online Chatbox, or opening a ticket, we will check and reply as soon as possible!