Forum Replies Created

Viewing 15 replies - 31 through 45 (of 48 total)
  • Theme Author Tyler Moore

    (@conutant)

    Hello.

    Thank you for your message.

    You can change the font sizes via the admin panel on each page or template. If you would like to make different settings on desktop and mobile, you should find a plugin that will help you to solve this issue. By default WordPress doesn’t support media queries for now.

    If you need more help, please contact us via email [email protected]. Please, provide as detailed descriptions as you can in your message. 

    Thank you.

    Theme Author Tyler Moore

    (@conutant)

    Hello, Peter.
    Yes, you can add a “Skip to Content” link to the website created using the Variations theme.
    Here is a small guide:
    1) You should figure out what section will be the main (content) section.
    2) You should login.
    3) You should click the “Edit Site” button to access the editor of the template.
    4) When you enter the editor, please create a group, open the “Advanced” tab in the right panel and find the “HTML ELEMENT” field and set the element as
    tag (usually that’s it). You can also find the “HTML ANCHOR” field and add “wp–skip-link–target” there in case the “Skip to Content” link didn’t appear. Press the save button.

    Now, when you go back to the frontend page, refresh it, you can find the “Skip to Content” button using Tab or Shift+Tab keys.

    Please have a look at the screenshot https://drive.google.com/file/d/1uwbU5b72DZ2CXcaehgu3xd6b7n9fFDwL/view.

    If you have any questions, please contact us via email [email protected]

    Thank you.

    • This reply was modified 10 months, 2 weeks ago by Tyler Moore.
    Theme Author Tyler Moore

    (@conutant)

    Hello!

    Regarding the issue with the toggle menu bar on mobile, it’s likely related to a plugin causing some interference. Here are a few steps you can try to resolve it:

    1. Check if you have any caching plugins installed on your website. Sometimes, these plugins can cause conflicts with mobile menus. If you do have caching plugins, try deactivating them temporarily. After deactivation, clear the cache by pressing Ctrl F5 (or Command R on Mac) and see if the menu starts working.
    2. If that didn’t work, check your hosting. Maybe it caches the website by default. For example, Hostinger hosting has a plugin named “LiteSpeed Cache” activated by default. Similarly, other hostings may have a “Caching” option. You can turn off this option while the site is being developed and turn it on when the site is ready.
    3. If disabling caching plugins and adjusting hosting settings doesn’t solve the issue, try deactivating all your plugins one by one. After deactivation, check the site on mobile (by first clearing the browser cache) to see if the menu starts functioning properly.
      Hopefully, one of these steps will help resolve the problem with your mobile menu.
    Theme Author Tyler Moore

    (@conutant)

    Hello.

    Your menu is working correctly. Menu items that have a submenu on mobile screens perform the function of expanding the submenu when clicked, so they cannot perform any other function. You need to add the “About Us” link to the submenu.

    It should look something like this:

    About

    – About us (link to the page)

    – History (link to the page)

    Here you can find an additional information about editing menus https://www.youtube.com/watch?v=zms2_8uPRiQ

    Hope this helps! Let me know if you have any further questions.

    Theme Author Tyler Moore

    (@conutant)

    Hello.

    Thank you for contacting us.

    Here you can find an additional information about menus https://www.youtube.com/watch?v=zms2_8uPRiQ

    If you won’t cope with the problem, please contact us [email protected]

    Thank you.

    Theme Author Tyler Moore

    (@conutant)

    Hi there!

    Thank you so much for choosing the Variations theme! We’re glad to have you with us.

    I see you’re looking to integrate Google Analytics into your website. Great choice! You can do this easily by using a plugin or by utilizing the “wp_head” hook. Here’s a step-by-step guide to get you started:

    1. Create a Child Theme: This is where all your custom modifications will be safely kept. It’s an essential step to maintain your changes even after theme updates.

    2. Add a functions.php File: Inside your child theme, create a new file named functions.php.

    3. Insert the Tracking Code: Below is a simple example of how you can add your Google Analytics tracking code to your website:

    <?php
    
    if (!function_exists('variations_child_google_analytics_tracking_code')) {
        /**
         * Include Google Analytics Tracking code.
         * 
         * @return void
         */
        function variations_child_google_analytics_tracking_code()
        { ?>
            <!-- Google tag (gtag.js) -->
            <script async src="https://www.googletagmanager.com/gtag/js?id={YOUR-CODE-ID}"></script>
            <script>
                window.dataLayer = window.dataLayer || [];
    
                function gtag() {
                    dataLayer.push(arguments);
                }
                gtag('js', new Date());
    
                gtag('config', '{YOUR-CODE-ID}');
            </script>
        <?php }
    }
    add_action('wp_head', 'variations_child_google_analytics_tracking_code');

    If you need any more help or have other questions, feel free to reach out to us at [email protected]. We’re here to assist you!

    Thanks again, and happy customizing!

    Theme Author Tyler Moore

    (@conutant)

    Hello Jacob,

    Thanks for waiting. I looked at your website and everything seems great now! The menu is showing up and there’s no white bar on the side.

    If the menu disappears again, please watch this video to fix it: Watch Video

    Thanks for choosing our Variations theme! Let me know if everything’s okay now or if you need more help.

    Thank you.

    • This reply was modified 12 months ago by Tyler Moore.
    Theme Author Tyler Moore

    (@conutant)

    Hello.

    Thank you for contacting us.

    Here you can find an additional information about header and menus https://youtu.be/s28x7sF3Ruc?si=YZQsiAcZB1aRQU50&t=3274
    If you won’t cope with the problem, please contact us [email protected]

    Theme Author Tyler Moore

    (@conutant)

    This issue is not in the Variations theme. Make sure you select the block with the logo as shown in the screenshot.
    If you selected the block and the logo upload function did not appear the reason for this bug is in caching on your site or on your hosting.

    To fix this, follow the steps below:


    1. Try pressing Ctrl F5 on this page to clear the cache. Then remove the block with the logo and add it again by selecting from the block inserter.

    2. Please check if caching plugins are installed on your website. Try deactivating them, go to the logo download page, press Ctrl F5 and see if it worked.
    3. If that didn’t work. Check your hosting. Maybe it caches the website by default. For example, Hostinger hosting has a plugin named, “LiteSpeed Cache” activated by default. Similarly, other hostings may have a “Caching” option. You can turn off this option while the site is being developed, and turn it on when the site is ready.
    4. If all the above did not work. Try deactivating all your plugins one by one. After each, go to the logo upload page, press Ctrl F5 and see if it works.

    Theme Author Tyler Moore

    (@conutant)

    This issue is not in the Variations theme.

    The only thing we found in the code of the internal pages that is not on the home page is a skip link (see?screenshot). It is placed above the header. In the official guide it is recommended to place it inside the header. Please place this link according to the official guidelines?https://make.www.ads-software.com/accessibility/handbook/markup/skip-links/?or remove it.

    Thank you.

    Theme Author Tyler Moore

    (@conutant)

    Thank you too ??

    Theme Author Tyler Moore

    (@conutant)

    Thank you, I believe we are helping you on [email protected]

    Theme Author Tyler Moore

    (@conutant)

    sorry about that, you can email [email protected]

    Thanks

    Theme Author Tyler Moore

    (@conutant)

    Hello, yes in order to make a blog you must now do it in a different way, the way to do it is to add a new page called blog. Once you have added this page then you go to edit the page and then you can or the right side choose a different template. So instead of the page template you can choose a blog template. Once you do that then all of your blog posts will show up. Let me know if you have any issues, I am going to be making a blog video in about a month.

Viewing 15 replies - 31 through 45 (of 48 total)