Forum Replies Created
-
AuthorPosts
-
Hi,
The modification in this thread should help.
// https://kriesi.at/support/topic/close-mobile-menu-by-clicking-on-active-navigation-item/#post-871977
Best regards,
IsmaelHi,
Clone the current site to a sub domain. You can use plugins like WP Migrate or All-in-One WP Migration to transfer the site. After cloning, translate the pages manually and then a create a custom link that goes from the sub domain to the parent domain and vice versa. This custom link will act as your language switcher. There’s a way to redirect a site based on the user’s location, but you can just serve the English version initially and then let the users switch language manually.
Quick tutorials about site cloning or migration.
// https://deliciousbrains.com/wp-migrate-db-pro/doc/quick-start-guide/
// https://www.wpbeginner.com/wp-tutorials/how-to-clone-a-wordpress-site-in-7-easy-steps/Best regards,
IsmaelSeptember 18, 2018 at 6:04 am in reply to: problem with the mobile presentation of a video in a full-image slider #1011083Hi,
Thanks for the update. Does it play when the layer’s parallax transition is disabled?
Best regards,
IsmaelHi,
The post meta info are displayed above the featured image when I checked the post. Is this fixed?
// https://imgur.com/a/Qs8BMBh
Best regards,
IsmaelHi,
This is what I get on initial load.
Screenshot: https://imgur.com/a/QS6SsZ3
Did you remove the browser cache? Please test it on another computer.
Best regards,
IsmaelHi,
This is a notification from the Fitness Trainer plugin.
Do not use Uppercase, Space & Special characters for custom psot type name. Please update your site permalink after update the psot type.
I adjusted the “Person” post type to “person” and tweak the code in the functions.php file a bit. It seems to be working properly now. (see private field)
Best regards,
IsmaelSeptember 18, 2018 at 5:39 am in reply to: Blog Post Grid Layout – Title, Author, Date display #1011073Hi,
Thanks for the update. Please look for this line:
$author_name = get_the_author_meta( 'user_nicename' , $post_author_id );Replace the value “user_nicename” with “display_name”. Make sure that the display name settings is set to the full name.
Or replace the previous code with this:
$post_author_id = get_post_field( 'post_author', $the_id ); $author_fname = get_the_author_meta( 'first_name' , $post_author_id ); $author_lname = get_the_author_meta( 'last_name' , $post_author_id ); $author_name = $author_fname . ' ' . $author_lname; $meta .= " <div class='slide-meta-author'>{$author_name}</div> <div class='slide-meta-del'>/</div> ";Best regards,
IsmaelHey calebcuster,
Thank you for using Enfold.
The elements will become much bigger because padding and borders are going to be included in the elements’ size calculation.
More info here: https://www.w3schools.com/css/css3_box-sizing.asp
Where we can see the line break issues?
Best regards,
IsmaelSeptember 18, 2018 at 5:25 am in reply to: HTTP 500 error after update, have tried your recommendations, still not working #1011071Hi,
Did you upload the latest version of the theme in the live site? Please access your file server and then go to the wp-content > themes directory, rename the current “enfold” theme to “enfold_bak” and then upload the latest version 4.4.1. After that, go to the Appearance > Themes panel to activate the theme again. You don’t need to use the “WP Staging Pro” to update the theme because the dev or staging site was cloned from the live site so they’re basically the same.
Best regards,
IsmaelHey Tony Hall,
Thank you for using Enfold.
You can download the child theme from the theme’s documentation.
// https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#why-child-theme
Please register a new account in the forum with your purchase code.
// https://kriesi.at/support/register/
Best regards,
IsmaelHey lrdh,
Thank you for using Enfold.
Where can we see this? Please provide a link to the actual page so that we can inspect the footer column.
Best regards,
IsmaelHey koraytastan,
Thank you for using Enfold.
Which animation did you set it to? Please try this css code.
.avia_transform .avia_start_delayed_animation { animation-delay: 3s; }Best regards,
IsmaelHey brandaspect,
Thank you for using Enfold.
You can use this css to move the navigation to the left.
.av-timeline-nav { right: auto; left: 0; }You may need to edit the config-templatebuilder > avia-shortcodes > timeline > timeline.js file in order to reverse the slider.
Best regards,
IsmaelHi,
The blog is disabled in the Performance panel. Was that intentional? We enabled it back and then set the front and blog pages in the Theme Options panel. (see private field)
Best regards,
IsmaelHi,
Did you remove the masonry element? I can’t find it anywhere in the page. Which size option did you set it to?
Best regards,
IsmaelHi,
Thanks for the update. Can we have access to the file server? We would like to test the script.
Best regards,
IsmaelSeptember 17, 2018 at 4:34 pm in reply to: Enfold – CSS & Javascript Merging and Compression not working #1010834Hi,
Thanks for the update. The compression works when the SG Optimiser plugin is disabled. Please try to use another cache plugin. (see private field)
Best regards,
IsmaelSeptember 17, 2018 at 4:28 pm in reply to: HTTP 500 error after update, have tried your recommendations, still not working #1010829Hi,
Thank you for the update. The login details are invalid. Please check it carefully.
Set the site to debug mode.
// https://codex.wordpress.org/Debugging_in_WordPress#Example_wp-config.php_for_Debugging
Best regards,
IsmaelSeptember 17, 2018 at 4:19 pm in reply to: Show list of posts in same category in single post sidebar #1010827Hi,
Yes, the advance layout builder is the editor with drag and drop interface. Let us know if those threads help. :)
Best regards,
IsmaelHi,
The posts from the “Workout Plans” or the “training-plans” post type redirect to the home page so I can’t check them. Is that intentional? Do we have to do something else to be able to see the post?
Best regards,
IsmaelSeptember 17, 2018 at 8:53 am in reply to: Can't log-in after messing up wp-config and functions.php #1010617Hey mstHUN,
Thank you for using Enfold.
What is the current version of WordPress? The function “wp_schedule_delete_old_privacy_export_files” is missing from the wp-includes > functions.php. Please get a fresh copy of WordPress and then override your installation.
Best regards,
IsmaelHi,
You can find it in the Enfold > Import/Export panel. Look for the “Custom Font Manager” section.
// https://kriesi.at/documentation/enfold/typography/
Best regards,
IsmaelSeptember 17, 2018 at 8:15 am in reply to: Remove thumbnail overlay, disable changing of big image, remove first thumbnail #1010611Hi,
Please try this css code on the Quick CSS field.
#top div .avia-gallery .avia-gallery-big-no-crop-thumb img { width: 100%; -webkit-logical-height: min-content; height: fit-content; }Best regards,
IsmaelHey 7thflow,
Thank you for using Enfold.
Where can we see the issue? Please provide a screenshot of the table design that you’re trying to create.
Best regards,
IsmaelHi,
You can use this css code to change the style of the table caption.
.main_color table caption { background: green; color: #ffffff; padding: 20px; font-size: 2em; font-weight: 600; }Best regards,
IsmaelSeptember 17, 2018 at 7:46 am in reply to: HTTP 500 error after update, have tried your recommendations, still not working #1010602Hi,
Thanks for the update. Please upgrade the theme to version 4.4.1 so that we can see the actual issue. You may need to temporarily set the site to maintenance mode. We’ll check it again afterwards. If you don’t want to upgrade the live site just yet, you need to create a staging or a development site so that we can test it without bringing the live site down.
// https://themeisle.com/blog/wordpress-staging-site/
Best regards,
IsmaelSeptember 17, 2018 at 7:42 am in reply to: A different "Visibility" on posts with the advanced layout editor #1010599Hi,
Yes, you can manually switch the editor to the advance layout builder but you shouldn’t switch it back once you’ve already started. Unfortunately, you can’t switch all your posts to the advance layout builder automatically if that’s what you’re asking.
Best regards,
IsmaelHi,
Thanks for the update. That is an odd issue. Is it the same when a default theme is activated? Let us know if we can help you with anything else.
Best regards,
IsmaelHi,
Awesome! I’m glad that you found a solution and thank you for sharing it. :)
Best regards,
IsmaelSeptember 17, 2018 at 6:51 am in reply to: Show list of posts in same category in single post sidebar #1010590Hi,
Thank you for using Enfold.
Are you using the advance layout builder for your posts? You can insert post elements such as Blog Posts, Magazine, and Post Slider to display related posts or posts with the same category as the current post. You may need to exclude the current post from the query using the corresponding query filter for each elements. Example:
// https://kriesi.at/support/topic/eintrage-slider-2/#post-851087
// https://kriesi.at/support/topic/duplicate-article/#post-929559Best regards,
Ismael -
AuthorPosts
