Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the update.
Use these css codes to make the columns stack on top of each other, just like it does on phone view.
@media only screen and (max-width: 1024px) { .responsive .tabcontainer .tab_content, .responsive .tabcontainer .tab { width: 100%; max-width: 100%; border-left: none; border-right: 0; left: 0; top: 0; min-height: 0!important; } .responsive .top_tab .tab.fullsize-tab { margin-bottom: 0px; display: block; } .responsive .tabcontainer .tab_titles { display: none; } .responsive .tabcontainer { border-width: 1px; border-style: solid; border-top: none; overflow: hidden; } }Best regards,
IsmaelHey realisedesign,
Thank you for using Enfold.
The maximum dimension of the masonry thumbnail is set to 705x705px. You can adjust that in the Settings > Media panel after installing the Simple Image Sizes plugin.
// https://wordpress.org/plugins/simple-image-sizes/
Best regards,
IsmaelHi,
The product grid’s “WooCommerce Hidden Products visibility” is set to “Show hidden products only”. You have to set it to “Show all products” if you don’t have any hidden products in your catalog.
Best regards,
IsmaelHey davidperl,
Thank you for using Enfold.
I don’t see any style issues with the rotator but you can use this css code to adjust its font size.
#top .av-rotator-container-inner { line-height: 1.2em; font-size: 60px; }Default font-size value is 80px.
Best regards,
IsmaelHey EALB,
Thank you for using Enfold.
Yes, it seems to be an issue with the TinyMCE script. It doesn’t occur when the plugins are deactivated. Please activate the plugins one at a time to find the conflict.
Best regards,
IsmaelHey TeachBeyond,
Thank you for using Enfold.
Did you assign a custom taxonomy for the custom post type? Make sure that the CPT is not using the post category taxonomy.
Best regards,
IsmaelHey calnettech2,
Thank you for using Enfold.
You can try this css code but it’s not recommended because you will have to adjust lots of styles on mobile view. And a fixed header is quite unnecessary on mobile view because users can simply go back to the top of the page on tap.
@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header { position: fixed; top: 0; } }Best regards,
IsmaelHey Terve,
Thank you for using Enfold.
The theme doesn’t have that option by default, unfortunately. You may need to install a plugin or find a third party script. I found this plugin but I’m not sure if it’s compatible with the theme.
// https://wordpress.org/plugins/advanced-sidebar-menu/
Best regards,
IsmaelHey Jason,
Great! Glad that you figured out. :)
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelAugust 17, 2018 at 5:33 am in reply to: Disabling of template builder elements issue met customisations and widgets #998254Hey vdlpwp,
Thank you for using Enfold.
We have a shortcode called [vdlp_sc_page_content] which gets the content of a given page.
Have you tried the builder’s Page Content element? I think it’s the same as your shortcode.
Best regards,
IsmaelHey newki75,
Thank you for using Enfold.
You can use the Image element separated by columns and the Text Block for the title and caption.
Best regards,
IsmaelHey troojantech,
Thank you for using Enfold.
Did you add a filter or hook in the functions.php file? Please provide the login details in the private field so that we can check the settings.
Best regards,
IsmaelAugust 17, 2018 at 5:20 am in reply to: MOBIL ONLY -> Copyright and Footer Menu CENTERED in 2 lines #998251Hey holgerlietz,
Thank you for using Enfold.
You have to wrap those css codes inside a css media query, so that they will only be applied to a specific device or screen size.
// https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Best regards,
IsmaelHey altei,
Thank you for using Enfold.
The console says that you’ve exceeded your request quota for that particular API. Are you using that key on a lot of projects?
Geocoding Service: You have exceeded your daily request quota for this API. If you did not set a custom daily request quota, verify your project has an active billing account: http://g.co/dev/maps-no-account For more information on usage limits and the Google Maps JavaScript API services please see: https://developers.google.com/maps/documentation/javascript/usage You have exceeded your request quota for this API. See https://developers.google.com/maps/documentation/javascript/error-messages?utm_source=maps_js&utm_medium=degraded&utm_campaign=billing#api-key-and-billing-errorsBest regards,
IsmaelHey SandraSquires,
Thank you for using Enfold.
The links above are preview/draft so we need authentication to access it. Please provide the login details in the private field.
Have you tried to change the style of the H4 element in the Enfold > Advanced Styling panel?Best regards,
IsmaelHey So Evolve,
Thank you for using Enfold.
Is this the only page that returns a 403 error? Have you tried to reset the .htaccess file to default?
Best regards,
IsmaelHi,
Thanks for the update.
The sidebar displayed properly once I reset the page’ Layout > Sidebar Settings. I guess a plugin altered the “layout” meta info and sidebar option reset brought back the correct value, which is “sidebar_right”. (see private field)
Best regards,
IsmaelAugust 17, 2018 at 4:52 am in reply to: white screen of death after move to new hosting account #998242Hi,
Glad that the site is up again! :)
I would like to access it but the login credentials are not working. Please check it carefully.
Did you check the Appearance > Menus panel? Make sure that your main menu is set as Enfold Child Main Menu under the Theme Locations section.
Again, you may need to reconfigure some of the Enfold and WordPress options because a lot has changed since 3.2.3.Best regards,
IsmaelHi,
Thanks for the update. Please provide the login details in the private fields so that we can test it.
Best regards,
IsmaelAugust 17, 2018 at 4:47 am in reply to: Image Gallery ignoring Gallery Preview Image Size and Lightbox Size #998238Hi,
You’re welcome! Glad we could help. Please feel free to open a new thread if you need anything else. :)
Best regards,
IsmaelHi,
This can be done in the child theme but you have to copy the whole portfolio folder inside a folder called “shortcodes” and then adjust the path of the portfolio assets (js/css).
// https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#add-elements-to-alb
Add that filter in the functions.php file and then edit the portfolio.php file, look for this code around line 31:
function extra_assets() { //start sessions - only necessary for correct breadcrumb nav on single portfolio pages if(!is_admin() && !current_theme_supports('avia_no_session_support') && !session_id()) session_start(); //load css wp_enqueue_style( 'avia-module-portfolio' , AviaBuilder::$path['pluginUrlRoot'].'avia-shortcodes/portfolio/portfolio.css' , array('avia-layout'), false ); //load js wp_enqueue_script( 'avia-module-isotope' , AviaBuilder::$path['pluginUrlRoot'].'avia-shortcodes/portfolio/isotope.js' , array('avia-shortcodes'), false , TRUE); wp_enqueue_script( 'avia-module-portfolio' , AviaBuilder::$path['pluginUrlRoot'].'avia-shortcodes/portfolio/portfolio.js' , array('avia-shortcodes'), false , TRUE); }Replace it with:
function extra_assets() { //start sessions - only necessary for correct breadcrumb nav on single portfolio pages if(!is_admin() && !current_theme_supports('avia_no_session_support') && !session_id()) session_start(); $child_theme_url = get_stylesheet_directory_uri(); //load css wp_enqueue_style( 'avia-module-portfolio' , $child_theme_url.'/shortcodes/portfolio/portfolio.css' , array('avia-layout'), false ); //load js wp_enqueue_script( 'avia-module-isotope' , $child_theme_url.'/shortcodes/portfolio/isotope.js' , array('avia-shortcodes'), false , TRUE); wp_enqueue_script( 'avia-module-portfolio' , $child_theme_url.'/shortcodes/portfolio/portfolio.js' , array('avia-shortcodes'), false , TRUE); }Best regards,
IsmaelHi,
Thanks for the update.
There’s a lot of errors in the console but I’m not sure what causes it. Please add this code in the wp-config.php file so that we can isolate the script that is causing the issue.
define('CONCATENATE_SCRIPTS', false );Best regards,
IsmaelAugust 17, 2018 at 4:33 am in reply to: SVG Logo misaligning and covering menu on mobile and tablet #998234Hi,
Thank you for the update.
1.) Use this css code to pull the logo towards the left of the header.
@media only screen and (max-width: 989px) { .responsive .logo img { left: -60px; right: auto; } .responsive .logo { margin-top: 13px; } }2.) How did you add the language switcher?
3.) The burger menu is not visible on tablet screens. You have to adjust the max-width value of the above css media query from 767px to 989px.
Best regards,
Ismael3Hi,
Awesome! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelHi,
Thanks for the update.
The theme doesn’t cache or store the API key in the database. If it does, it’s going to be saved as a transient data. However, I found a map filter in your functions.php file that is using the old API key so I disabled it. The map displays properly now.
function ava_googlemaps_apikey() { $prefix = is_ssl() ? "https" : "http"; wp_deregister_script('avia-google-maps-api'); wp_register_script( 'avia-google-maps-api', $prefix.'://maps.google.com/maps/api/js?key=OLD API KEY HERE', array('jquery'), '3', true); wp_enqueue_script('avia-google-maps-api'); } add_action('init', 'ava_googlemaps_apikey');Best regards,
IsmaelHi,
Thank you for the update.
1.) The iframe container and the actual video have the same width (771px), so I’m not really sure where the black border is coming from. What’s the aspect ratio of the video? Please contact the plugin or script authors for additional help.
2.) Add this css code to move the “video” section higher up the stack.
#video { position: relative; z-index: 1000; }Best regards,
IsmaelAugust 17, 2018 at 3:25 am in reply to: Fullscreen Slider Fixed Position doesn't work in mobile #998225Hey!
I guess I’ll keep rooting for browser updates.
Yes, that’s all we can do for now. Please feel free to open a new thread if you need anything else. :)
Best regards,
IsmaelHi,
Thanks for the update.
1.) Yes, that’s possible. This thread might help:
// https://kriesi.at/support/topic/contact-form-popup-3/#post-992715
2.) You can use the theme’s Iconfont Manager inside the Export/Import panel.
Best regards,
IsmaelHi,
Thanks for the update. Try to use this css code to adjust the logo’s dimension on IE.
/*media all*/ .logo img { width: 198px; height: auto !important; } .header-scrolled .logo img { width: 99px; }`
Best regards,
Ismael -
AuthorPosts
