Forum Replies Created
-
AuthorPosts
-
Hi,
The actual htaccess authentication info is inside the “/home2/theeduf8/.htpasswds/” file. Please post the content of that file in the private field.
Best regards,
IsmaelHi,
You can modify the search.php template directly. Adjust the default get_sidebar function and point it to a sidebar with a custom name.
get_sidebar('search-sidebar');
You need to create a new template and name it sidebar-search-sidebar.php.
// https://developer.wordpress.org/reference/functions/get_sidebar/
Or install the Widget Logic plugin.
// https://wordpress.org/plugins/widget-logic/
Best regards,
IsmaelHi,
I added the code in the latest version of the avia.js with a console.log to check if it’s working or not. It does work but I’m not sure what you’re trying to do with that script. It just adds the “html_av-framed-box” class attribute to the html tag on scroll and nothing else.
$(window).on( 'scroll', function() { ajout_carlito_func(); }); /* Ajout Carlito */ function ajout_carlito_func() { console.log('carlito'); $("html").addClass("html_av-framed-box"); }
Best regards,
IsmaelHi,
Thanks for the update. This is what I get from the console.
js?v=3.30&key=keyhere&callback=aviaOnGoogleMapsLoaded:54 Google Maps JavaScript API error: InvalidKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#invalid-key-map-error
The API key seems to be invalid. Please delete the current project and then create a new one, just to make sure that you’re using v3 of the API instead of v2.
Best regards,
IsmaelHi,
Do you have a site backup or a restore point? I would like to try to regenerate the thumbnails to increase the size of these thumbnails. (see private field)
Best regards,
IsmaelHi,
I’m not really sure what caused it. But I’m glad it’s fixed.
Best regards,
IsmaelHey ZacharyKnight,
Thank you for using Enfold.
You can actually modify the includes > loop-index.php file in your child theme to override the default thumbnail settings. Just look for this code around line 66:
*/ $size = strpos($blog_style, 'big') ? (strpos($current_post['post_layout'], 'sidebar') !== false) ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square';
Set the default thumbnail sizes from “entry_with_sidebar” and “entry_without_sidebar” to “full” or “extra_large”.
Best regards,
IsmaelHey Nik,
Thank you for using Enfold.
That code is valid but you have to remove the comment part (// YOUR CODE GOES HERE). How did you add the script? Please post the actual code on pastebin.com.
Best regards,
IsmaelHey wacky32,
Thank you for using Enfold.
The galleries are taking me to non-existing pages. (see private field)
Best regards,
IsmaelHi,
I am referring to this authentication.
Please ask your hosting provider for that info. Or check the wp root directory where the htaccess or the .htpasswds files are located.
Best regards,
IsmaelHi,
You’re welcome! Please open a new thread if you need anything else. :)
Best regards,
IsmaelOctober 23, 2018 at 2:42 pm in reply to: Option "use as mega menu" and "Column or Rows" no more available #1025433Hi,
The plugin is probably using the same hook as the mega menu, which is the same exact issue as Popup Maker plugin conflict. The PUP Maker provided a workaround but I’m not sure if it’s going work with the “menu visiblity” plugin.
// https://wordpress.org/support/topic/overrides-other-menu-functions/#post-8945399
// https://kriesi.at/documentation/enfold/mega-menu/#mega-menu-appears-as-a-normal-menuPlease ask the plugin author if it’s possible to call the render function using the “wp_nav_menu_item_custom_fields” hook as described above.
Best regards,
IsmaelHi,
Yes, that should be possible. Start with the Header > Header Layout settings. You should be able to change the logo and menu position there along with the rest of the header options. For the cart icon, go to the Shop Options > Header Shopping Cart Icon. Again, you can set it so that it is attach to the main menu.
Best regards,
IsmaelHi,
You can try this css code.
@media only screen and (max-width: 989) { /* Add your Mobile Styles here */ .responsive #top .logo { position: absolute; left: 50%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); top: 0; } .responsive #top #header_main { z-index: 3; min-height: 80px; position: relative; } .responsive #top .logo img { margin: 0; margin: 0 auto; max-height: 80px !important; } }
Best regards,
IsmaelOctober 23, 2018 at 2:23 pm in reply to: Main menu active/hover state with background image #1025419Hi,
Cool. We’ll close the thread now. Please open a new thread if you need anything else.
Best regards,
IsmaelHi,
You can hide the other search bar with css. Would you like that?
Best regards,
IsmaelOctober 23, 2018 at 2:20 pm in reply to: How can i remove the gaps between these container content view in responsive #1025417Hi,
Thank for the info.
How did you set the font? It is currently set to “Antic”.
h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font, .av-current-sort-title, .html_elegant-blog #top .minor-meta, #av-burger-menu-ul li.antic { font-family: 'Antic', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
Best regards,
IsmaelOctober 23, 2018 at 2:17 pm in reply to: The Language Switcher is Not Displaying on the Search Page #1025414Hi,
It seems to be an issue with the W P M L function “icl_get_languages”. It returns nothing when the search query is present. Please provide the FTP details in the private field. We would like to do a few tests.
Best regards,
IsmaelHi,
You have to disable the performance settings first. Add the css modification on the Quick CSS field or the child theme’s style.css file. Let us know if it changes anything.
Best regards,
IsmaelHi,
Thanks for the update. We need the htaccess authentication in order to see the site. Please post in the private field.
Best regards,
IsmaelHi,
Did you update the theme? The modification was removed. I added it back on line 751.
if( value === undefined ) return;
Best regards,
IsmaelHi,
Sorry for the late response. You can use the following css code to make the left sidebar switch to the top header when the screen width is equal or less than 1024px.
@media only screen and (max-width: 1024px) { .responsive #top #wrap_all #header { position: relative; width: 100%; float: none; height: auto; margin: 0 !important; opacity: 1; } .responsive #top #wrap_all .container { width: 85%; max-width: 85%; margin: 0 auto; padding-left: 0; padding-right: 0; float: none; } .responsive #top .logo { position: static; display: table; height: 80px !important; float: none; padding: 0; border: none; width: 80%; } .responsive .logo a { display: table-cell; vertical-align: middle; } .responsive .logo img { height: auto !important; width: auto; max-width: 100%; margin: 0; display: block; max-height: 80px; } .responsive #header_main .inner-container, .responsive .main_menu { position: static; } .main_menu .avia-menu, #header_main_alternate, .fallback_menu { display: block; } .responsive #top #main { padding-top: 0 !important; margin: 0; } .container #advanced_menu_toggle, #advanced_menu_hide { display: block; } .responsive.html_header_sidebar #top #header .social_bookmarks, .avia-custom-sidebar-widget-area, .html_header_sidebar #header .av-main-nav > li { display: none; } .responsive #top .av-main-nav .menu-item-avia-special { display: block; } .responsive #top #wrap_all .main_menu { top: 0; height: 80px; left: auto; right: 0; display: block; position: absolute; } }
Best regards,
IsmaelHey Chris,
Thank you for using Enfold.
Do you have a live site? Please post the site url, so that we can check it.
// https://kriesi.at/documentation/enfold/google-map/#google-maps-setup
Best regards,
IsmaelOctober 23, 2018 at 11:41 am in reply to: Contact form spam with privacy policy message = false #1025353Hi,
Have you tried the plugins mentioned above? What is the current theme version? Please upgrade to v4.5.
Best regards,
IsmaelHi,
@Underkult: Do you have a staging site? Please put your modifications in the avia.js file and then we’ll check the site again. What did you add in the includes > helper-main-menu.php file?
Best regards,
IsmaelHi,
The “shop_thumbnail” size is still set to 100x100px when I check the Settings > Media panel. You have to adjust it before the regenerating the images.
Best regards,
IsmaelHi,
Cool! 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,
Sorry for the confusion. I was referring to the “Slider markup caching”. Is that enabled?
Best regards,
IsmaelOctober 23, 2018 at 11:19 am in reply to: Option "use as mega menu" and "Column or Rows" no more available #1025340 -
AuthorPosts