Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the update.
Those were the latest pictures when I uploaded the screenshot (July 30, 2018). We did found out that there is indeed a bug in the widget but we’re still not sure what’s causing it. These are the test results.
– Using your instagram account on our local installation works.
– Using your instagram account on another host works.
– Using the test account @jamie_fashion on your server also works.According to those tests, there’s something in the server, a configuration, that’s causing the widget not to work properly. Unfortunately, we have no idea what it is.
You may need to use the following plugin in place of the theme’s widget, temporarily.
// https://wordpress.org/plugins/instagram-feed/
Best regards,
IsmaelHi,
Thanks for the info.
The following css code should change the color of the blog elements. I did see your thread but I’m not sure what’s going on there because you’ve just implemented the color changes, so I skipped it. What did you change to fix the layer slider? It might not be a good idea to alter the theme’s color scheme just so you can fix a single element because the changes in the General Styling panel will affect the whole site.
.blog .main_color, .blog .main_color .site-background, .blog .main_color .first-quote, .blog .main_color .related_image_wrap, .blog .main_color .gravatar img .blog .main_color .hr_content, .blog .main_color .news-thumb, .blog .main_color .post-format-icon, .blog .main_color .ajax_controlls a, .blog .main_color .tweet-text.avatar_no, .blog .main_color .toggler, .blog .main_color .toggler.activeTitle:hover, .blog .main_color #js_sort_items, .blog .main_color.inner-entry, .blog .main_color .grid-entry-title, .blog .main_color .related-format-icon, .grid-entry .blog .main_color .avia-arrow, .blog .main_color .avia-gallery-big, .blog .main_color .avia-gallery-big, .blog .main_color .avia-gallery img, .blog .main_color .grid-content, .blog .main_color .av-share-box ul, #top .blog .main_color .av-related-style-full .related-format-icon, .blog .main_color .related_posts.av-related-style-full a:hover, .blog .main_color.avia-fullwidth-portfolio .pagination .current, .blog .main_color.avia-fullwidth-portfolio .pagination a, .blog .main_color .av-hotspot-fallback-tooltip-inner, .blog .main_color .av-hotspot-fallback-tooltip-count { background-color: #ffffff; color: #000000; } .blog .main_color .heading-color, .blog .main_color a.iconbox_icon:hover, .blog .main_color h1, .blog .main_color h2, .blog .main_color h3, .blog .main_color h4, .blog .main_color h5, .blog .main_color h6, .blog .main_color .sidebar .current_page_item>a, .blog .main_color .sidebar .current-menu-item>a, .blog .main_color .pagination .current, .blog .main_color .pagination a:hover, .blog .main_color strong.avia-testimonial-name, .blog .main_color .heading, .blog .main_color .toggle_content strong, .blog .main_color .toggle_content strong a, .blog .main_color .tab_content strong, .blog .main_color .tab_content strong a, .blog .main_color .asc_count, .blog .main_color .avia-testimonial-content strong, .blog .main_color div .news-headline, #top .blog .main_color .av-related-style-full .av-related-title, .blog .main_color .av-default-style .av-countdown-cell-inner .av-countdown-time, .blog .main_color .wp-playlist-item-meta.wp-playlist-item-title, #top .blog .main_color .av-no-image-slider h2 a, .blog .main_color .av-small-bar .avia-progress-bar .progressbar-title-wrap { color: #000000; }Best regards,
IsmaelHi,
Thanks for the update. Did you enable the sidebar in the Enfold > Sidebar settings?
Best regards,
IsmaelHi,
You’ll have to accept a certificate when the protocol is set to SFTP. I tried it but then I got the following error.
Status: Connecting to domain.com... Status: Connected to domain.com Error: Received unexpected end-of-file from SFTP server Error: Could not connect to server Status: Waiting to retry...I’ll forward the thread to the team.
Best regards,
IsmaelAugust 9, 2018 at 10:28 am in reply to: [URGENT]: Header icon displaying & menu changes color #995351Hi,
The editor is still not accessible. You have to remove this code from the style.css file.
.av_main_nav_header.av_menu_right .ubermenu-responsive-toggle{ float:right; margin-top:30px; }I’ve added these css codes on the Quick CSS field to adjust the menu and logo on mobile view.
@media only screen and (max-width: 989px) { .responsive .av-burger-menu-main { display: none; } .av_main_nav_header.av_menu_right .ubermenu-responsive-toggle { float: right; margin-top: 30px; } .responsive .logo img { margin-top: 30px; } } @media only screen and (max-width: 767px) { .av_main_nav_header.av_menu_right .ubermenu-responsive-toggle { float: right; margin-top: -50px; } .responsive .logo img { height: 80px !important; max-height: 80px; } }Best regards,
IsmaelHi,
Ok. Great! Please feel free to open a new thread if you need anything else.
Best regards,
IsmaelHi,
Thanks for the info.
Can you enable PHP ZipArchive Extension? This is needed to import the zip files. Please ask your hosting provider if you need help with it.
Best regards,
IsmaelHi,
This seems to work properly. It removes the “Cardiovascular” option.
.widget select[name="cat"] option[value="129"] { display: none; }Adjust the value attribute.
Best regards,
IsmaelHi,
This seems to work properly. It removes the “Cardiovascular” option.
.widget select[name="cat"] option[value="129"] { display: none; }Adjust the value attribute.
Best regards,
IsmaelAugust 9, 2018 at 9:15 am in reply to: Trying to get the blog grid to look like your website's example #995313Hi,
Thanks for the update.
You got this css modification on the Quick CSS field, which affects the blog title.
#top #wrap_all .main_color h3, #top #wrap_all .alternate_color h3 { font-size: 28px; line-height: 1.3em; font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; }You can adjust the font size from that css declaration or use this code to override it.
#top #wrap_all .main_color .slide-entry h3, #top #wrap_all .alternate_color .slide-entry h3 { font-size: 14px; line-height: 1em; }Add this filter in the functions.php file to decrease the excerpt length.
add_filter('avf_postgrid_excerpt_length','avf_adjust_postgrid_excerpt_length_mod', 10, 1); function avf_adjust_postgrid_excerpt_length_mod($length) { $length = 10; return $length; }Default value is 60 or 240 depending on the blog style.
Best regards,
IsmaelHi,
I found that slider in your home page so I just assumed that it’s your “Main Slider”. I just copied the markup of that particular slider along with the fullwidth sub menu and then use a hook in the functions.php file to render it on the single post pages.
Best regards,
IsmaelHi,
I see. You can’t do that without using the advance layout builder, unfortunately. You need to set the blog to use the ALB.
Best regards,
IsmaelHi,
Thanks for the update.
You have to modify the searchform.php file inside the theme folder. Look for this line.
<input type="submit" value="<?php echo $icon; ?>" id="searchsubmit" class="button <?php echo $class; ?>" /> <input type="text" id="s" name="<?php echo $search_params['search_id']; ?>" value="<?php if(!empty($_GET['s'])) echo get_search_query(); ?>" placeholder='<?php echo $search_params['placeholder']; ?>' />The input value is set to an icon by default. You can change that to a text or something else.
Best regards,
IsmaelAugust 9, 2018 at 9:01 am in reply to: Fullwidth slider caption fading in instead of sliding in sidewards #995304Hi,
My bad. I didn’t notice that. I set the “animation-fill-mode” property to “forwards” to make the animation stop on the last frame.
Best regards,
IsmaelAugust 9, 2018 at 8:47 am in reply to: you do not see the full-width easy slider in the mobile version #995299Hi,
That is actually the whole modification. I edited a line of code on the previous user’s file to test if the modification is actually working but then I forgot to revert it back. You don’t need to do anything other than to replace the mentioned lines with the new code. Did you toggle the css/js compression and then purge the cache after applying the modifications?
Best regards,
IsmaelHi,
The above script gets the ALT attribute of the image inside the links and then apply it to the link itself thus enabling the lightbox to render the title. Unfortunately, some of the images don’t have an ALT attribute, so I had to get the data from the “data- ulbtitle” attribute. Again, this is not consistently available among the gallery thumbnails. How do the plugin set that attribute? You may need to edit the attributes of the images in the Media > Library panel.
Best regards,
IsmaelHi,
Thanks for the update.
I get the same error on the front and back end.
Google Maps JavaScript API error: DeletedApiProjectMapError https://developers.google.com/maps/documentation/javascript/error-messages#deleted-api-project-map-errorMore info about the error:
// https://developers.google.com/maps/documentation/javascript/error-messages#deleted-api-project-map-errorYou can start creating a project with the correct APIs here:
// https://developers.google.com/maps/documentation/javascript/get-api-keyThat API key is from a project that was previously deleted. You need to access the current project, generate a new key, set https restrictions using wild cards and then put that key in the theme options.
Best regards,
IsmaelHi,
Thanks for the update.
I adjusted the filter a bit — it should work as expected now. I had to convert the category strings to an array.
Best regards,
IsmaelAugust 9, 2018 at 8:18 am in reply to: Hover colour on main menu loses colour when moving mouse down to sub-menu items #995283Hi,
Thanks for the update. I’ve added the necessary css codes to adjust the color of the mobile menu items.
#top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul > li > a { color: #ffffff !important; } #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul > li:hover > a { color: #56882d!important; background-color: rgba(255,255,255,0.8)!important; border-radius: 15px; } #top #wrap_all .header_color .main_menu #av-burger-menu-ul > li.current-menu-item > a, #top #wrap_all .header_color .main_menu #av-burger-menu-ul > li.current_page_item > a { color: #56882d!important; background-color: white!important; opacity: 1; border-radius: 15px; }Best regards,
IsmaelHi,
The autoplay parameter should be set to 1 or true instead of 0. Please post the actual youtube url that you’ve used in the color section.
Best regards,
IsmaelHi,
I actually removed any data related to your domain prior to posting my previous reply so there’s nothing there except for the FTP errors or messages. I just tried it again today but it’s the same thing, which probably means that certain countries or IP addresses are not allowed to access your file server.
Best regards,
IsmaelHi,
Thank you for using Enfold.
Looks like you’re using a third party plugin to display the product or the gallery images. The plugin has to render the link’s title attribute, so the lightbox can use it. That attribute is missing. Please try this in the functions.php file.
add_action('wp_footer', 'ava_add_lightbox_title', 9999); function ava_add_lightbox_title() { ?> <script> (function($) { function a() { $('.upcp-tabbed-image-container a').each(function() { var title = $(this).find('img').attr('alt'); $(this).attr('title', title); }); } a(); })(jQuery); </script> <?php }Best regards,
IsmaelHey royhiz,
Thank you for using Enfold.
The video loads when I checked it on Chrome Windows 7. Where are you testing it?
// https://imgur.com/a/eCJHTqd
Best regards,
IsmaelHey Valinsy,
Thank you for using Enfold.
The images in the horizontal gallery element should open a lightbox by default. The “Image Link” option should be set to “Lightbox linking active”.
Best regards,
IsmaelHi,
Thanks for the update.
Is there a way to ensure Chrome recognises that the video has no audio?
You can explicitly add the muted or the autoplay attribute to the iframe or video tag. The theme automatically does that so you don’t have to do anything.
This is what I get on my initial visit to the site.
// https://imgur.com/a/cqe3N1E
The background video loads automatically. However, the “autoplay” parameter of the youtube url is set to 0. Did you add that?
Best regards,
IsmaelHi,
Thanks for the update.
This css code should override the default label styling.
#commentform label { position: relative !important; left: 0; float: left; margin-right: 10px; }Best regards,
IsmaelHi,
That plugin actually breaks the post navigation. Maybe, it’s fixed now but we’ve had old threads that reported incompatibility between the plugin and the post navigation.
Best regards,
IsmaelAugust 8, 2018 at 4:05 am in reply to: Problem with Google Maps after installing SSL Certificate #994676Hi,
The error says that you’ve exceeded the request quota for the current API. Did you set a usage limit and http referrer restrictions?
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-errors
Best regards,
IsmaelHi,
Thanks for the update.
1.) This is a css media query used specifically for iPhone X, iPhone 8 and Plus, or mobile devices with the same specs.
@media only screen and (device-width : 375px) and (device-height : 812px) { #blog-grid-hd .flex_column.av_one_half, #blog-grid .flex_column.av_one_half { width: 100%; clear: both; margin: 20px auto; } }It is going to adjust the width of the columns inside the “blog-grid” sections, so they stack up on top of each other.
2.) The title are actually set to uppercase by default.
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: uppercase; }You can adjust the text-transform value to “none” if you don’t like the headings capitalized.
Best regards,
IsmaelAugust 8, 2018 at 3:51 am in reply to: Hover colour on main menu loses colour when moving mouse down to sub-menu items #994673Hi,
You can try these css codes.
#top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul > li > a { color: #ffffff !important; } #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul > li:hover > a { color: #56882d!important; background-color: rgba(255,255,255,0.8)!important; border-radius: 15px; }The login token has already expired so I can’t get in the dashboard.
Best regards,
Ismael -
AuthorPosts
