Forum Replies Created
-
AuthorPosts
-
January 26, 2017 at 10:04 am in reply to: Display parent category name followed by sub category name as h1 title ? #738804
Hi!
Thank you for the update. We adjusted the code a bit. Please try it again.
Regards,
IsmaelJanuary 26, 2017 at 10:01 am in reply to: Is there a place where the H1 tag is automatically inserted? #738803Hi!
If I don’t use any H1 tag on my titles, pages or blog, do Enfold automatically uses the H1 tag anywhere?
It depends on the template or element. In the full screen slider element, the default heading is set to h2. For the title container, it is set to h1 by default but you can use the following filter to adjust it.
add_filter('avf_title_args','avf_title_args_mod', 10, 1); function avf_title_args_mod($args) { $args['heading'] = 'h2'; // default value is h1 return $args; }Cheers!
IsmaelJanuary 26, 2017 at 7:34 am in reply to: How to prevent the transparent header on mobile to transform into normal header? #738761Hi,
Alright. I can see it now. The problem is caused by the class attribute “av_header_transparency” being removed on scroll. Please replace the css code with the following:
@media only screen and (max-width: 767px) { #top #wrap_all .header_color { background: transparent; position: absolute!important; } .responsive #top .header_color.av_alternate_logo_active .logo a > img { opacity: 0 !important; } .responsive #top .header_color .logo img.alternate { display: block !important; } .responsive #top .header_color #header_meta { -webkit-transition: none; transition: none; background: transparent; } .responsive #top .header_color .header_bg { opacity: 0; filter: alpha(opacity=0); } .responsive #top .header_color #header_main { border: none; } }Best regards,
IsmaelHi,
Thank you for the update.
Please use this css code to remove the arrow.
.avia-arrow { display: none !important; }For the color, please look for this css modification.
.av-inner-masonry-content { background-color: black !important; opacity: 0.3; }.. replace it with:
.av-inner-masonry-content { background-color: rgba(0,0,0,.5) !important; }Best regards,
IsmaelHi,
I’m sorry but Josue is no longer part of the team. Could you please translate the inquiry to English so that we can understand it better? I translated it via google and if I am not mistaken, you want to remove the top bar on scroll. Please go to the Enfold > Header > Header Behaviour panel then enable the “Unstick topbar” option. Also, please create new inquiries on a separate thread or topic so that we can close this one. Thank you!
Best regards,
IsmaelJanuary 26, 2017 at 7:17 am in reply to: "Logo + Main Menu Area" in "right sidebar" in RTL language issue #738751Hi,
If I had 20 child menus with this kind of problem should I have to find a menu item number for each one
That is the ID of the top level menu items and I doubt that you will have more than 20 of such items in the menu. Still, this is an obvious issue in the theme so we will try to find an absolute solution for it.
Best regards,
IsmaelHi,
What specific options are missing? I noticed that the visual editor is quite different from the default. Did you install any plugins?
Hi there, is it possible to choose a thumbnail for a selfhosted mp4 video?
You can try the actual video shortcode in a code or text block.
// https://codex.wordpress.org/Video_Shortcode
Add the “poster” parameter.
Best regards,
IsmaelJanuary 26, 2017 at 6:50 am in reply to: Advanced Layout Editor not loading (WordPress 4.6, latest Enfold) #738743Hi,
Thank you for using Enfold.
1.) It is displaying but it’s a little too big for the screen. Try to adjust the Background Image Position to “Center center” and Background Repeat to “Stretch to Fit”.
2.) Which elements? Distorted how? Could you please provide a screenshot?
3.) Would you like to change the background of the mobile menu? You can use this in the Quick CSS field.
#mobile-advanced { background: red; }4.) Please change the alignment with this css code.
@media only screen and (max-width: 767px) { .responsive .phone-info { text-align: left; } }If possible, please create a single thread or post for each of your inquiry. Thank you!
Best regards,
IsmaelJanuary 26, 2017 at 6:42 am in reply to: Contact Form, sender got aoto reply, but we didn't receive anything #738739Hi,
tried the contact form 7 , and still, the sender can get the auto reply, but I didn’t get any email from the sender, checked the spam folder and all the places it might stay.
If this is still not working with the plugin then there’s something wrong with your email server. We cannot pinpoint the issue exactly so you will probably need additional help from your hosting provider.
the email (auto reply to the sender) is not the same as the administrator’s email
Did you add any filters in the functions.php file? Maybe, that is where the (Email address hidden if logged out) is coming from.
Best regards,
IsmaelHi,
The admin-ajax.php file is utilize by many functions in a WordPress environment and I’m not sure how you can run a WordPress installation without it. Have you tried increasing the PHP and WP MEMORY LIMIT to at least 128M?
// http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Best regards,
IsmaelHi,
I reviewed the thread but I don’t see any menu in the “prisjakt.nu” site. All I see is a huge search bar and the login button. Could you please provide screenshots of the issue and the modification that you have in mind?
Best regards,
IsmaelHi,
Please try the is_page() instead of the is_front_page() conditional function plus the ID of the current homepage.
// https://developer.wordpress.org/reference/functions/is_page/
Best regards,
IsmaelJanuary 26, 2017 at 5:56 am in reply to: Ajax Portfolio Slideshow Transition to fade instead of slide #738717Hi,
Looks like you managed to change the transition from slide to fade and the “magnifying glass” function looks cool. :)
Best regards,
IsmaelHi,
Thank you for the update.
1.) Adjust the color value or add this code below the others.
#top .av_header_glassy.av_header_transparency .social_bookmarks li:last-child { border-right: 1px solid rgba(255,255,255,0.25) !important; }2.) I’m not sure if I understand this. The screenshot doesn’t show me anything.
3.) Please add this css for the social share border.
.rtl .av-share-box ul li:first-child { border-left-style: solid; border-left-width: 1px; }Best regards,
IsmaelHi,
Please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.
Best regards,
IsmaelHi,
The blog posts are displaying on Chrome, Windows 7. Screenshots here:
// http://i.imgur.com/p73YDTP.png
// http://i.imgur.com/DR95fno.pngI just spoke with both companies hosting each website and they say it is due to the theme not the hosting
Did they elaborate on the issue? Maybe, they can provide more info about this so that we can check it.
Best regards,
IsmaelJanuary 26, 2017 at 5:40 am in reply to: TOP LEVEL Navigation Accessibility – Display Icon – Mobile Menu #738712Hi,
We are very sorry for the late response.
Disabling the “Hide Mobile Menu Submenu Items” option will render the parent menu items clickable. Unfortunately, the mobile menu script will disable the link of the top level menu items when the submenus are hidden. One workaround is to add a duplicate of the parent menu item in the sub menu list OR create a “gotolink” as described here.
// https://kriesi.at/support/topic/mobile-menu-links/#post-637296
The script will create an extra link beside the top level menu items.
Best regards,
IsmaelHi,
We replaced the css modification with the following.
#menu-item-173 > a, #menu-item-174 > a, #menu-item-48 > a { pointer-events: none; }Please upgrade the theme to the latest version, 3.8.3.
Best regards,
IsmaelHi,
We deactivated some of the plugins and the editor started to work again. I think it’s the Meta Box plugin that is causing the issue. Please activate the plugins one at a time, just to make sure.
Best regards,
IsmaelHi Andrea!
Thank you for using Enfold.
I’m sorry but this is not possible even on the default posts. You can install a plugin but you have to sort the items manually.
// https://wordpress.org/plugins/post-types-order/
Best regards,
IsmaelHi!
Yes, it will enable you to choose a specific height for the header. After setting the Header Size settings, a new option called Header Custom Height will display where you can select a specific pixel value.
Best regards,
IsmaelHey dfds!
Thank you for using Enfold.
Please provide a link to the page with the search widget and post the login details in the private field. If you want to use the SearchWP plugin, please follow this documentation.
// http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/
Regards,
IsmaelHi!
I’ve checked a few rtl sites recently and they don’t have this kind of issue so it’s probably cause by a plugin or a custom modification in the theme. I’m sorry but we don’t provide that kind of information here. If possible, please whitelist the countries listed here.
Regards,
IsmaelHi,
This is weird. Is it OK if we deactivate the plugins while working on the site? Did you modify the .htaccess file? Why do you have a lot 301 redirects?
Best regards,
IsmaelHi,
We are very sorry for the late response. The Construction Demo does not contain any layer slider. You should import the Default Demo which contains two layer sliders.
Best regards,
IsmaelHi,
Please replace the code with this.
$excerpt = !empty(get_the_excerpt($entry->ID)) ? get_the_excerpt($entry->ID) : get_the_content($entry->ID); if($excerpt) $output .= "<span class='av-upcoming-event-excerpt'>{$excerpt}</span>";Make sure that it is inside the foreach loop.
Best regards,
IsmaelHi,
We are very sorry for the late response. Please add this code in the Quick CSS field to remove the underline.
div .products .product a, div .products .product a:hover { text-decoration: none !important; }If this is not working, please provide a link to the actual page with the issue.
Best regards,
IsmaelHi,
Did you copy the code from your email? Please copy the snippets directly from this forum. Anyway, we added the code in the functions.php file and it doesn’t cause any issue. Please remove browser cache before checking the page.
Best regards,
IsmaelHi avidsram!
Thank you for using Enfold.
Where is the site hosted? Is this a shared hosting plan? Please try to install a cache and minify plugin to improve the loading speed.
// https://wordpress.org/plugins/w3-total-cache/
And optimize the images as suggested here.
// http://kriesi.at/archives/4-key-wordpress-image-optimization-tips
Best regards,
Ismael -
AuthorPosts
