Forum Replies Created

Viewing 30 posts - 14,821 through 14,850 (of 93,569 total)
  • Author
    Posts
  • in reply to: Add Primary Menu to custom footer #1346574

    Hey navindesigns,

    You can use the Navigation Menu widget for that.

    Best regards,
    Rikard

    in reply to: Unable to create new widget area #1346573

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    in reply to: Accordion Toggle Styling #1346535

    Hi,

    Thanks for that. Please try this in Quick CSS:

    p.toggler b {
        font-family: 'Raleway';
        font-weight: 700;
        font-size: 32px;
        line-height: 35px;
    }

    Best regards,
    Rikard

    in reply to: Show custom post type in post module #1346520

    Hey swagerman,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    Hi,

    The Layout Builder doesn’t support nesting of elements in the Tabs element, so if you want to add content which is not available in the Magic Wand tool, then creating the content on a private page is probably your best approach.

    Best regards,
    Rikard

    in reply to: Sub Menu Items #1346517

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    in reply to: License key #1346516

    Hi,

    Thanks for that. Which elements do you need to adjust on that page?

    If you don’t have access to a the Themeforest account which was used to purchase your theme license, then you might want to consider purchasing a new license. Otherwise you won’t have access to the theme files, or automatic updates.

    Best regards,
    Rikard

    in reply to: Changing the breakpoint of the Hamburger Menu #1346470

    Hi,

    Thanks for that. I’ve edited the CSS for you, please review your site.

    Best regards,
    Rikard

    in reply to: Mobile view #1346469

    Hi,

    Thanks for that. I’ve added a CSS fix for you at the bottom of Quick CSS, please review your site.

    Best regards,
    Rikard

    in reply to: Content Slider Arrows #1346429

    Hi,

    This CSS is causing that to happen:

    .avia-smallarrow-slider .avia-slideshow-arrows a.prev-slide {
        top: 130px !important;
        left: -1300px;
    }

    I’m not sure where you have added that though.

    If you want a different value for different screen sizes, then you can use a media query:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
       Large phone and tablet size 
    }

    Best regards,
    Rikard

    in reply to: License key #1346425

    Hi Mariam,

    Thanks for reaching out to us. Could you point out which elements are too small to read and too close together please?

    Best regards,
    Rikard

    in reply to: Image looking pixelated.. #1346424

    Hi @guenni007,

    I think this is the hook: https://developer.wordpress.org/reference/hooks/pre_option_option/

    Best regards,
    Rikard

    in reply to: Changing the breakpoint of the Hamburger Menu #1346423

    Hi,

    I can’t reproduce those results on test installation. If you need further help, then we need to see the actual result you are describing on your site.

    Best regards,
    Rikard

    in reply to: New Order Emails Taking Hours and Cache Not Clearing #1346415

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    in reply to: Duplicated thumbnails in gallery widget #1346414

    Hi BrendaSarg,

    I think your problem has been fixed in a separate thread?

    Best regards,
    Rikard

    in reply to: Gallery Thumbnails duplicated #1346413

    Hi,

    Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    in reply to: Create submenu on main menu from product #1346403

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    in reply to: Unable to create new widget area #1346402

    Hi,

    Please try to install and configure this plugin: https://envato.com/market-plugin/

    Best regards,
    Rikard

    in reply to: Critical error on website #1346401

    Hi,

    Thanks for that. I managed to log in to your site using the Bluehost backend, it would be great if you could give us details here as well though.

    When exactly does this error happen? Please try to update WordPress to the latest version, to see if that changes anything.

    Best regards,
    Rikard

    in reply to: Footer disappeared since last theme update #1346340

    Hey MedXCom,

    You need to replace the current header.php and footer.php in your child theme, with the same files from the parent theme. If you can’t get that working, then please provide us with FTP login details in private as well.

    Best regards,
    Rikard

    in reply to: Social Icons don't appear in Portrait Mode on Mobile #1346338

    Hi,

    Great, I’m glad that you got it working. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    in reply to: update broke footer #1346337

    Hey lefteris,

    Are you overriding footer.php or header.php in a child theme? If so, then please try to replace those files with the parent theme files, then add your customisations back in after that.

    If we can’t edit or update our theme, then how could we possibly improve it? Please note that the structure of the files in question is rarely changed. If you are worried about things breaking on updates, then you should update on a staging or development site first.

    Best regards,
    Rikard

    in reply to: Footer not displaying correctly #1346336

    Hi,

    Thanks for that. I renamed the old header.php and footer.php, then uploaded the new files, and your footer is showing as it should now. If you are not overriding anything in the files in question, then you can delete all 4 files.

    Best regards,
    Rikard

    in reply to: Adding Images to Mega Menu #1346335

    Hi,

    Great, I’m glad that you found the problem. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    in reply to: MaiChimp API problem #1346334

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    in reply to: Tags in Enfold #1346333

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    in reply to: Add Clicky analytics code #1346332

    Hi Alwin,

    wp-footer or wp-head, is a location, that is the only thing you need to change.

    alwin_clicky_analytics_footer is only a name, you can name your function to anything that you wish. Just try to keep it specific, it minimises the risk of it clashing with another function which could have the same name.

    add_action('wp_footer', 'alwin_clicky_analytics_footer');

    Best regards,
    Rikard

    in reply to: very small header #1346330

    Hi Sabine,

    Could you post a link to where we can see the results you are getting please?

    Best regards,
    Rikard

    in reply to: I need a post on your website: #1346329

    Hey jessica,

    We are not accepting any type of guest posts.

    Best regards,
    Rikard

    in reply to: Changing the breakpoint of the Hamburger Menu #1346328

    Hey Ben,

    Please try this in Quick CSS:

    @media only screen and (max-width: 1177px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Best regards,
    Rikard

Viewing 30 posts - 14,821 through 14,850 (of 93,569 total)