Forum Replies Created

Viewing 30 posts - 17,881 through 17,910 (of 67,463 total)
  • Author
    Posts
  • in reply to: Breadcrump navigation on bbpress forum pages #1229826

    Hi,

    You’re welcome! Please note that the filter called “change_root” provided by another user in that thread overrides the default breadcrumb function. You can add your own custom modifications inside that filter.

    Best regards,
    Ismael

    Hi,

    Thank you for the clarification.

    The video doesn’t display properly because an inline styling is being applied to it.

    element {
    	width: 480px;
    	height: 270px;
    	min-width: 179px;
    }

    To fix the issue temporarily or to override the unwanted styling, we added this css code in the Quick CSS field.

    .avia-slide-wrap .mejs-container {
    	width: auto !important;
    	height: auto !important;
    	min-width: auto !important;
    }

    We are not able to reproduce the issue on our local installation, so it’s probably cause by a plugin or a custom script.

    Best regards,
    Ismael

    in reply to: LMS, Learning Management System #1229824

    Hi,

    Thank you for the update.

    The archive is not displaying properly because the sidebar is being rendered outside the main container. You may need to contact the plugin author and ask them if it’s possible to override the default archive template used by the plugin.

    According to the plugin’s documentation, the templates can be found inside the lifterlms/templates/ folder.

    // https://lifterlms.com/docs/lifterlms-templates/

    Best regards,
    Ismael

    in reply to: WPML Translation / Site not working after updating #1229788

    Hi,

    Thank you for the update.

    In the EN version, we reselected the images for the Fullwidth Slider. We also adjusted the Portfolio Einträge Basis in the Settings > Permalinks panel. (see private field)

    Best regards,
    Ismael

    in reply to: z-index problem #1229785

    Hi,

    The clip-path property is partially supported on most browsers, and it will not work on others (IE, Opera).

    // https://caniuse.com/#feat=css-clip-path

    To fix the issue, you might have to extract the text from the logo and add it as a widget as @Rikard suggested previously.

    Another solution is to set a higher z-index for the menu container and remove its background so that it won’t cover the logo. We can then create a pseudo container, apply a background to it and place it behind the alternate menu container.

    #top #header_main_alternate {
        background-color: transparent;
        z-index: 5;
    }
    
    .container.av-logo-container::after {
    	width: 100%;
    	height: 50px;
    	background: #f7f7f7;
    	bottom: 5px;
    	display: block;
    	content: '';
    	position: absolute;
    	left: 0;
    	z-index: 0;
    	visibility: visible;
    }
    
    .header-scrolled .container.av-logo-container::after {
    	bottom: 20px;
    }
    

    Best regards,
    Ismael

    Hi,

    Thank you for the update. We’ll notify you once we figure out the issue.

    Best regards,
    Ismael

    in reply to: Grid Row Cell – how make arrow point to image #1229783

    Hi,

    Sorry for the delay. To create the arrow, try to start with this css code.

    .gr-custom .av_textblock_section::after {
    	content: '';
    	position: absolute !important;
    	color: #fff !important;
    	display: block;
    	z-index: 99999999999999999 !important;
    	overflow: visible !important;
    	visibility: visible !important;
    	font-family: 'entypo-fontello';
    	left: auto;
    	top: 23%;
    	width: 0;
    	height: 0;
    	border-bottom: 30px solid transparent;
    	border-top: 30px solid #e8e8e800;
    	border-left: 40px solid #539550;
    	right: -30px;
    }

    Best regards,
    Ismael

    in reply to: Shortcodes don't work in post header #1229417

    Hi,

    Thank you for the info.

    Looks like you did a lot of modifications in the econsor child theme, but some of it are not valid like copying the functions-enfold.php, config-templatebuilder and the framework folders. You can’t really override those in the child theme. Did you modify all items in the includes folder? You should refrain from moving everything from the parent to the child directory because it makes site maintenance a lot more difficult.

    Unfortunately, we still don’t know why the content slider is not rendering properly in the top header. This might be due to modifications that we are not aware of.

    Best regards,
    Ismael

    in reply to: Various Bugs on my landing pages #1229406

    Hi,

    Thank you for the update.

    The staging site redirects to the live domain alinea when we access it. Would you mind checking it?

    Best regards,
    Ismael

    Hi,

    We tried to login to the server but the account is not valid. Please check the info carefully or provide another FTP account. We also tried to edit the scripts from the Appearance > Editor panel, but we always get an error when we try to save the changes.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Updating failed – bugs on post/page #1229402

    Hi,


    @agavinho
    : What happens when you switch the editor from Block to the Classic one? You can select the editor in the Enfold > Theme Options panel. Can we access the site?

    Best regards,
    Ismael

    in reply to: Burger when scrolling down #1229393

    Hi,

    Thank you for the update.

    We edited the functions.php file a bit — this line:

     if($(window).width() > 1366) {
    			    avia_scroll_top_menu();
    			}
    

    The scroll effect should only take effect when the screen width is more than 1366px, and if not the default mobile menu will be shown. If you’re testing this on a browser emulation, you have to refresh the page in order to see the expected behavior.

    Best regards,
    Ismael

    in reply to: LMS, Learning Management System #1229391

    Hi,

    Thank you for the update.

    Where can we see the issue? We checked one of the courses and the sidebar is displaying properly there. Please provide a link to the actual page where we can see the issue.

    Best regards,
    Ismael

    in reply to: Burger-Menu / How can I change the position? #1229383

    Hi,

    Glad to hear from you.

    We can only provide so much with modifications here in the forum and some requests, unfortunately, we cannot fulfill without consuming most of our time, which is also allotted for other users. And this is one of those requests. Sorry about that. You may need to hire someone else to create the custom menu, or you can always ask your friend how he/she did it. Unfortunately, this kind of modification is beyond the scope of support.

    Thank you for understanding.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    There is a an available script to make the tool recognize shortcodes but it will take quite a while to implement, so we might not be able to fix this on our end. Fortunately, Yoast added a lot of good recommendations beside the report list or notices so that you can satisfy the SEO requirements, so just make sure to follow those recommendations and you’re good to go. But again those changes will only reflect in the front end.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    The video inside the color section is different from the video at the bottom of the page. There is a common scene in both videos, which is probably why they look the same at first glance, but they are completely different. (see private field)

    Best regards,
    Ismael

    in reply to: Schema.org HTML markup #1229379

    Hi,

    Thank you for the update.

    Do you see any errors when the default schema markup from the theme is activated? If you don’t see any, then keeping it active is not an issue. It generates basic schema markup, usually for posts, so it won’t really get in the way of custom markups.

    Best regards,
    Ismael

    in reply to: Enfold Layer Slider & Polylang – Serious bug! #1229377

    Hi,

    Thank you for that info. Glad that you managed to make it work properly now.

    Would it be maybe possible to fix the Layer Slider so even if you use “Duplicate” option,

    The theme doesn’t really generate those strings, so we might have to contact the plugin developers and report the issue to them. And since you’re already familiar with what is actually causing the issue, then reporting it to them (plugin developers) will really help.

    Best regards,
    Ismael

    in reply to: Problem with Audio Player under Enfold #1229376

    Hi,

    Sorry for the confusion. Both sites are using Enfold, the first site where the time seeker is working correctly is served directly from the web server (Nginx v1.14.0), and the other one is from Cloudflare, so yes, it looks like an issue with CloudFlare not accepting partial content.

    To confirm it, please contact your CDN provider.

    Thank you for the update.

    Best regards,
    Ismael

    Hi,

    For some reason, the editor added a code tag in this line:

    item.style.backgroundImage = <code>url(${item.dataset.src})</code>;
    

    It has to be removed.

    item.style.backgroundImage = url(${item.dataset.src});
    

    And you can actually add multiple class names in the Custom Class attribute field. Just put a space between them.

    responsive-colorsection asyncImage
    

    Let us know if it helps.

    Best regards,
    Ismael

    in reply to: issues with blogpage and posts #1229371

    Hi,

    Thank you for the update.

    We don’t really see that issue on our end, and the featured image is fully visible in the post now. Could you provide a screenshot of the 15px shift on mobile view?

    Another thing that could make the grid look better is to ensure that the uploaded images have the same size and aspect ratio.

    Best regards,
    Ismael

    Hi,

    Yes, that looks about right. More examples can be found in the functions.php file inside the avia_register_frontend_scripts function.

    Best regards,
    Ismael

    Hi,


    @dfpg
    : Thank you for the update. So is it working for you now? If it still doesn’t work, post the login details in the private field so that we can check the site. Also, please make sure that the Appearance > Editor panel is accessible so that we can edit the files if necessary.

    Best regards,
    Ismael

    in reply to: Edit toggle button of modal window (cookies) #1229368

    Hi,

    What is the css code that you’re using to toggle the visibility of the buttons?

    If you don’t have the css yet, you have to initially hide the toggles..

    
    .fr-cookie, .en-cookie {
      display: none;
    }

    .. then only display them on their respective languages:

    html[lang="en-US"] .en-cookie {
      display: inline;
    }
    
    html[lang="fr-FR"] .fr-cookie {
      display: inline;
    }

    If “inline” doesn’t work for you, try to replace it with “block”.

    Best regards,
    Ismael

    in reply to: Product grid limit number of products – Part 2 #1229365

    Hi,

    The filter doesn’t work because the theme, it turned out, overrides the woocommerce pagination and so we have to override the default pagination instead. Sorry about that.

    Please add this code in the functions.php file:

    // https://pastebin.com/02Y4UzQ8

    Inside that function, you’ll see this block of code:

          if(is_page(array( 731, 5494, 2345))) {
                $pages = 5;
            }
    

    Inside the is_page array are the IDs of the pages where you need to limit the pagination. Just include the actual IDs of the pages in your installation.

    Best regards,
    Ismael

    Hi,

    The settings of the Blog Posts element don’t reflect in the front end because the Enfold > Blog Layout > Blog Layout is set to “Grid Layout”, so by default it’s going to use the index.php file. To adjust that, we set the Enfold > Blog Layout > Blog Layout to “Use the advance layout builder..” so that the blog page will actually display the content of the advance layout builder including the Blog Posts element.

    The read more link now displays in the Blog page, but the breadcrumb issue is still visible in the archive pages. Let me get back to you on that.

    We also reset the Settings > Reading options to default because the front and posts page is already set in the theme options.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Contact Form – select element dropdown background #1229359

    Hi,

    Thank you for the update.

    This is how the site or the select options look on MS Edge.

    Screenshot: https://imgur.com/YOa0kn6

    For the text placeholder, you can use this:

    ::-webkit-input-placeholder { /* Edge */
      color: white;
    }
    
    :-ms-input-placeholder { /* Internet Explorer 10-11 */
      color: white;
    }
    
    ::placeholder {
      color: white;
    }
    

    Best regards,
    Ismael

    in reply to: custom sidebar on buddypress pages #1229356

    Hi,

    Did you adjust the condition? What are the conditional tags that you’ve tried in the if statement?

    if ( CONDITIONS HERE ) {
    

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    We might have to ask the plugin author for the function that the plugin used to query the posts — for Relevanssi the function is called relevanssi_do_query and for SearchWP it’s the search method inside the SearchWP class. The plugin probably has the same function, but we are not familiar with its code, so this might take a while. Asking the plugin author in this regard will help.

    Best regards,
    Ismael

    in reply to: Breadcrump navigation on bbpress forum pages #1229351

    Hi,

    Thank you for the update.

    Looks like there is no filter available to adjust the links in the default bbPress filter, so you’ll have to modify the plugin file directly or use the filter that one of the users provided in this thread.

    // https://bbpress.org/forums/topic/change-breadcrumb-url-link/page/2/

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

Viewing 30 posts - 17,881 through 17,910 (of 67,463 total)