Forum Replies Created

Viewing 30 posts - 18,841 through 18,870 (of 66,717 total)
  • Author
    Posts
  • in reply to: Error during create a new post #1178602

    Hi,

    Thank you for the update.

    The upgrade is not proposed anywhere. How could I proceed ?

    The auto updater in v4.5.7 has been deprecated, so you have to update the theme manually via FTP this time. You should be able to automatically update the theme again directly from the dashboard once it’s upgraded to the latest version.

    // https://kriesi.at/documentation/enfold/theme-update/

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    The site redirects to the home page when you switch to FR because the FR blog page doesn’t exists, or it’s not set properly in the FR theme options. You have to create a blog page in the FR language and set it accordingly. (see private field)

    Best regards,
    Ismael

    Hi,

    Thank you for following up.

    You may need to modify the archives.php file or the includes > loop-index.php file. Look for this code around line 341:

    echo "<time class='date-container minor-meta updated' >".get_the_time(get_option('date_format'))."</time>";
    

    Best regards,
    Ismael

    in reply to: Link to Anchor Link in Tab Section #1178598

    Hi,

    Thank you for the update

    We can now reproduce the issue on our end. It’s not working properly because you’re trying to access a content or area in a tab section (#spray-tan) when it is not yet enabled or active. You should replace the anchor #versa-pro in the link or button with #spray-tan. (see private field)

    Best regards,
    Ismael

    in reply to: WPML Problem (Cannot save content) #1178596

    Hi,

    Thank you for the update.

    We created and translated a test page (see private field) using the translation editor and it works well.

    You may need to delete the “Partner” page and recreate it from scratch. Make sure that you use the translation editor this time. Please watch the video in the documentation above.

    @jan_behr: Thank you for the info.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    It’s not working properly because of the Post Types Order plugin. Somehow, the plugin alters the query of the gallery causing duplicate items.

    Best regards,
    Ismael

    Hi,

    Thank you for the clarification.

    We added the following css code in the Quick CSS field to disable the background image on pages with transparent headers.

    .html_header_transparency .header_bg {
    	background: none !important;
    }

    Best regards,
    Ismael

    in reply to: Form dropdown field #1178589

    Hi,

    Thank you for the screenshot.

    The text in the select element is now center aligned. Did you adjust it? Unfortunately, it’s not possible to control the alignment of the text in an option element.

    Best regards,
    Ismael

    Hi,

    Sorry for the delay. You can only upload monocolored icon sets from Flaticon. If it is an svg file, then you can use Fontello’s SVG converter before uploading it to the theme’s Iconfont Manager. If you need more help, please create a new thread and post the necessary details in the private field.

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    You can use the following plugin to adjust the current translations of the privacy text.

    // https://wordpress.org/plugins/loco-translate/

    Best regards,
    Ismael

    in reply to: Multiple Image Sizes on Upload #1178566

    Hi,

    I know, i dont have any fullpage slider or fullpage backgrounds. So is it reasonable that i can delete this pictures from Enfold creating and from the database?

    Yes, you can delete the thumbnails that the site don’t actually use. You can manually do it by removing the thumbnail registration from the functions.php file or use the following plugin to set the height and width of certain thumbnails to 0.

    // https://wordpress.org/plugins/simple-image-sizes/

    After the plugin activation, go to the Settings > Media panel, look for the name of the thumbnails that you want to disable, set their width and height to zero, update or save the changes, then regenerate the thumbnails.

    Best regards,
    Ismael

    in reply to: Popup Builder Modal windows not working since update #1178563

    Hi,

    Thank you for the update.

    Also, no answer to my other question. This is not achievable with using just Enfold, right?

    You may be able to use the lightbox feature to open an inline content inside a modal popup window. Example of this implementation can be found in the following thread.

    // https://kriesi.at/support/topic/gallery-launched-from-text-link/#post-1178381

    Best regards,
    Ismael

    in reply to: Design Header #1178561

    Hi,


    @Karamba69
    : You can use the following css code to change the opacity of the header background.

    .header_bg {
        opacity: 1;
        filter: alpha(opacity=100);
    }


    @Arbogaz
    : You can adjust the style of the Menu Indicator in the Enfold > Advanced Styling panel. Look for the element under the Main Menu section. And regarding the update, you might have to upgrade the theme manually this time because the auto updater in v4.5.7 has been deprecated.

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    in reply to: search results (PDF's) not opening in new window or tab #1178557

    Hi,

    Thank you for the update.

    How exactly did you add the external links and pdf files?

    Try to replace the line with this code.

    $blank =  in_array(get_post_type($the_id), array('page', 'post', 'product')) ? '' : 'target="_blank"';
     echo "<{$heading} class='post-title entry-title {$css}'><a {$blank} 'title='".the_title_attribute('echo=0')."' href='".get_permalink()."' $markup>".get_the_title()."</a></{$heading}>";
    

    Best regards,
    Ismael

    in reply to: Empty list slider in layer slider #1178556

    Hi,

    Thank you for the update.

    An error still occurs in the database same as in the previous thread.

    SELECT SQL_CALC_FOUND_ROWS *
    FROM wp_layerslider
    WHERE group_id IS NULL
    AND flag_deleted = '0'
    ORDER BY <code>date_c</code> DESC
    LIMIT 0, 25
    
    Error: Unknown column 'group_id' in 'where clause'
    

    Are you sure that the new column was added correctly?

    Best regards,
    Ismael

    in reply to: Phone Number and Social Icons at Mobile Menu #1178554

    Hi,

    Sorry for the delay. Did you add the code right after this line?

    $('#header').on('mousedown', '.av-main-nav-wrap', function() {
    			int = setInterval(function() {
    				a();
    			}, 500);
    		});
    

    And please copy it directly from the forum, not from your email.

    Best regards,
    Ismael

    in reply to: Portfolio items attached to menu #1178552

    Hi,

    Thank you for the update.

    You can enable the post types and taxonomies from the Screen Options of the Appearance > Menus panel. We enabled the portfolio items and categories. You can now manually include the portfolio items in the menu.

    Best regards,
    Ismael

    in reply to: How to make a price table? #1178551

    Hi,

    Thank you for the info.

    The spaces are from the pricing tables. You can use this css code to remove the gaps between the columns.

    .pricing-table {
    	margin: 0;
    }

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    We can’t reproduce the issue on our end. The spam protection works properly without producing an error or timing out. Please check the contact form in the test page below. (see private field)

    Best regards,
    Ismael

    in reply to: Yoast & Enfold – Pagination #1178549

    Hi,

    Thank you for the update.

    The %%pagenumber%% string should be set in the title tag, not in the pagination. The plugin will then convert it to the current value of the page/paged query or the pagination, which should be available when you use the Blog Posts element. Now, this is probably not working because the theme overrides the title tag as explained previously.

    should pick up the number from /page/2 but it’s always 1 not 2

    Where can we check the issue? Do you see different set of items when you use the pagination?

    Best regards,
    Ismael

    in reply to: Logo centered with no menu on mobile #1178548

    Hi,

    You’re welcome!

    We added this code in the Quick CSS field to adjust the size of the logo on scroll.

      .responsive .logo img {
        min-height: 100px !important;
        margin: 0 auto;
      }
    
      .responsive .av_header_transparency .logo img {
        min-height: 200px !important;
      }

    Best regards,
    Ismael

    in reply to: Edit screen_options_visibility #1178547

    Hi,

    the new breakpoint that we added only works, if we add “av-desktopl-hide=” in /includes/helper-privacy.php line 1786:

    Sorry for the delay. That is the markup of the privacy tabs. Are you trying to hide it?

    You said “You may need to copy the whole av_privacy_class in your child theme.”

    You have to copy the whole av_privacy_class and AviaHelper classes without the class_exists wrapper in the child theme’s functions.php file or in any file of your choosing. Make sure to include or require the file properly.

    // https://www.php.net/manual/en/function.require-once.php

    Best regards,
    Ismael

    Hi,

    You’re welcome! Glad it works.

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    Hi,

    Sorry for the delay. The map in the contact page is working properly now. Did you manage to enable the missing API as Victoria suggested? (see private field)

    Best regards,
    Ismael

    in reply to: Site not working correctly after latest update #1178544

    Hi,

    Sorry for the delay. The filters display when the WP Fastest Cache plugin is disabled. We don’t see any errors or anything, so it’s a bit difficult to debug. You may have to contact the plugins authors for additional assistance.

    UPDATE: We activated the cache plugin again and the filter still displays properly. It must have been an issue with the cached files.

    Best regards,
    Ismael

    in reply to: Page as Footer / Display Socket only #1178059

    Hi,

    You’re welcome!

    Did you update the theme just recently? There are 6 options in the Default Footer & Socket Settings and the option to display only the socket is there. It is currently set to display the page Footer.

    Best regards,
    Ismael

    in reply to: [avia_codeblock_placeholder uid=”0″] #1178057

    Hey AstridBerkhout,

    Thank you for the inquiry.

    Did you create the shortcode [WP-Coder id=”3″]? What is it supposed to return or display? We couldn’t find the shortcode’s callback function in the functions.php file.

    Best regards,
    Ismael

    in reply to: Add more styles to the default theme #1178047

    Hi,

    Thank you for the update.

    You should be able to recreate the boxes using the column elements and use the special heading or text blocks for the content. It is possible to apply background colors or images to the columns. To make the corners of the box rounded, you will have to add a few custom css in the Quick CSS field or the child theme’s style.css file.

    This guide should help.

    // https://kriesi.at/documentation/enfold/add-custom-css/

    Best regards,
    Ismael

    in reply to: Tab Sections on mobile #1178045

    Hey Birgit,

    Thank you for the inquiry.

    The following css code in the style.css file alters the default style of the tab section titles. It causes the titles to stack on top of each other.

    .av-section-tab-title {
    	padding: 0 !important;
    	display: block !important;
    }
    

    What is it for?

    Best regards,
    Ismael

    Hi,

    Awesome! Glad we could be of help. Please feel free to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 30 posts - 18,841 through 18,870 (of 66,717 total)