Forum Replies Created

Viewing 30 posts - 42,571 through 42,600 (of 62,171 total)
  • Author
    Posts
  • in reply to: Masonry Gallery Lightbox Figcaption Titles missing #476879

    Hey!

    Edit the image in the Media > Library then add the title or description in the “Caption” field.

    Cheers!
    Ismael

    in reply to: Tracking Events #476877

    Hi!

    Is there any article or documentation about these scripts that we can check? A link to the site where you get the code will help. We need to know what the function means. Did you try using the code block element?

    Cheers!
    Ismael

    Hi!

    Are you trying to add the search bar instead of the search icon? Try to add this in the functions.php file:

    add_filter( 'ava_main_header', 'avia_append_search_nav_mod', 10, 1 );
    
    function avia_append_search_nav_mod( $items)
    {
        ob_start();
        get_search_form();
        $form = ob_get_clean();
    
        echo "<div class='custom-form'>{$form}</div>";
    }

    Use in the Quick CSS field to adjust the position of the search field:

    .custom-form {
      position: absolute;
      right: 0;
      top: 20px;
    }

    Cheers!
    Ismael

    in reply to: blog page article length 100% – no 'read more' link #476867

    Hi damatia!

    Thank you for using Enfold.

    Looks like you created the post by using the advance layout builder then added an excerpt. Unfortunately, it will not be able to display the content built inside the ALB. It will display the summary in the excerpt box plus a read more link. If you want to display the full content, use the default editor then remove the custom excerpt.

    Best regards,
    Ismael

    in reply to: Video won't play on mobile devices (and Safari) #476866

    Hey headbentdesign!

    Thank you for using Enfold.

    Did you use it on a slider? Please give us a link to a test page so that we can check it. Make sure that you have the latest version of the theme.

    Best regards,
    Ismael

    Hey!


    @Hyperopic
    : Thank you for the detailed info. So a temporary folder is being created on the C:\Windows\Temp directory? Is this the same directory set in the upload_tmp_dir directive when you check the php info page? Is the url limitation, in some way, related to this article?

    https://technet.microsoft.com/en-us/library/ff919564(v=office.14).aspx#limits

    I’m sorry if we asked a lot of questions instead of providing one but, unfortunately, we are not server administrators so we are not familiar with this stuff. We will forward this info to Kriesi, maybe he can ask envato or themeforest to shorten the url path.

    Best regards,
    Ismael

    in reply to: Events Countdown Widget Bug #476855

    Hi!

    I’m not sure what he’s saying. The class_exists is a basic function to check whether a specific class has been defined. Did the hosting support test it on that page? Like I said, that same line (#post-475727) is working on my installation. This is the screenshot of the var_dump function displaying the value of the $upcomings variable:

    As you can see it is displaying the “Rock Event” which is a sample of an upcoming event on my installation. Please ask him to take a screenshot of the test page after he use the var_dump function on the events_countdown.php file.

    Cheers!
    Ismael

    Hey!

    Are you referring to the padding below the title container? You can try this:

    #main .title_container + .container_wrap > .container .template-page {
      padding-top: 10px;
    }

    Regards,
    Ismael

    in reply to: Setting when to switch to responsive view #476236

    Hi!

    You can try this in the Quick CSS field:

    @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 #main {
    		padding-top: 0 !important;
    		margin: 0;
    	}
    	
    	.responsive #top .logo {
    		position: static;
    		display: table;
    		height: 80px !important;
    		float: none;
    		padding: 0;
    		border: none;
    		width: 80%;
    	}
    	
    	.responsive .logo img {
    		height: auto !important;
    		width: auto;
    		max-width: 100%;
    		display: block;
    		max-height: 80px;
    	}
    	
    	.responsive #top #wrap_all .container {
    		width: 85%;
    		max-width: 85%;
    		margin: 0 auto;
    		padding-left: 0;
    		padding-right: 0;
    		float: none;
    	}
    	
    	#advanced_menu_toggle, #advanced_menu_hide {
    		display: block;
    	}
    	
    	.html_header_sidebar .main_menu {
    		display: none;
    	}
    	
    	#mobile-advanced {
    		display: block;
    	}
    	
    	.responsive.html_header_sidebar #header .avia-custom-sidebar-widget-area {
    		display: none;
    	}
    	
    	.responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
    		margin: 0;
    		margin-bottom: 20px;
    		width: 100%;
    	}
    }

    It will switch to the top header earlier than usual.

    Best regards,
    Ismael

    in reply to: Comments count is wrong #476233

    Hi!

    Which exact plugin did you use? Can you see the comments in the Dashboard > Comments panel?

    Regards,
    Ismael

    Hey!

    1.) Replace the code with this:

    .avia-testimonial {
      border: 0;
    }

    2.) Add another “Products” menu item right beside the default one, don’t set it as a mega menu. You can use a custom link or just simply add the products page. We can use css to hide this menu item on desktop then show it on mobile device.

    Regards,
    Ismael

    in reply to: Enfold separator/whitespace doesn't appears #476230

    Hey!

    Thank you for the screenshot. The separator markup is not there when I checked it. What happens when you move the separator inside the color section?

    Cheers!
    Ismael

    in reply to: center image and text vertical #476229

    Hey wiwaldi79!

    Thank you for using Enfold.

    I checked the site but it’s not loading. You already asked this question before. Add an id to the section then apply a top padding to it.

    Best regards,
    Ismael

    in reply to: Full width submenu with transparent header #476228

    Hi!

    It’s not working because “#top” is also the id of the body tag. We updated the code above.

    Best regards,
    Ismael

    in reply to: Layer Slider text shows up after click or scroll #476220

    Hi!

    The text display instantly on first load. I didn’t have to click it. Tested on Chrome, Windows 7. Which browser are you using?

    Regards,
    Ismael

    in reply to: Animation not working on galeries #476218

    Hey!

    I checked the site and tried to login but both links are not working. I’ll ask the rest of the support team to access the site.

    Cheers!
    Ismael

    in reply to: Blog Display on Hompage #476217

    Hi!

    Thank you for the info.

    Try to add a left padding to the entry content container:

    #top .fullsize .template-blog .post .entry-content-wrapper {
      padding-left: 120px;
    }

    Cheers!
    Ismael

    in reply to: Main menu left side #476215

    Hey!

    I’m sorry but you can’t enable the top bar or header_meta container if you set the header to left or right sidebar. However, you can modify the includes > helper-main-menu.php file directly if you want to create a new container manually.

    Regards,
    Ismael

    in reply to: VERY Slow Admin Back-End #476212

    Hi!

    Looks like the envato api is a bit unsteady. Unfortunately, this is not something we can fix on our end. Let’s hope that envato fix this issue immediately. We will close this thread for now. If you’re still having this issue, feel free to open a new thread.

    Regards,
    Ismael

    Hi raslade!

    Thank you for using Enfold.

    You can use this in the functions.php file instead:

    add_theme_support('avia_template_builder_custom_css');
    
    add_filter( 'avia_post_nav_settings', 'enfold_customization_postnav', 10, 1); 
    function enfold_customization_postnav($settings) {
    	$settings['excluded_terms'] = '22, 20';
    	return $settings;
    }

    Add the id of the categories.

    Regards,
    Ismael

    in reply to: Isotope filtering + Magnific Popup #475775

    Hi!

    Glad you found a solution to this but how did you modify the code and on what files?

    Cheers!
    Ismael

    in reply to: problem with the buttons of the menu #475761

    Hey Lev!

    Thank you for using Enfold.

    You can adjust the left margin of the menu buttons:

    .av-menu-button + .av-menu-button {
      margin-left: 10px;
    }

    Best regards,
    Ismael

    Hi Adinfix!

    Thank you for using Enfold.

    You can set the Portfolio Grid Image Size to “manual”. Select the thumbnail size that you want to use. You can resize the preset thumbnails by using this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Cheers!
    Ismael

    in reply to: Comments under the Title by "Magazine" #475758

    Hey Dietlinde!

    Thank you for using Enfold.

    I’m sorry but this feature will require a major code rewrite which is considered as a custom work. You can hire a freelance developer or you can contact codeable. If you want to know what file to edit, it is the magazine.php file located on config-templatebuilder > aviashortcodes folder.

    Best regards,
    Ismael

    in reply to: Problem with mobile layout of my site #475756

    Hi hackoffseries!

    Thank you for using Enfold.

    The suggested code should not affect desktop screens because it is inside a media query unless there’s a missing bracket. Please post the css modifications on pastebin.com. Check the code above. There should be another bracket at the very bottom:

    @media only screen and (max-device-width: 768px) {
    div#full_slider_1 {
    height: 150px;
    }
    .avia-slideshow.image_no_stretch li img {
    max-width: 160%;
    width: 160%;
    }}

    Best regards,
    Ismael

    in reply to: Enfold: Disable effects for Special Heading #475754

    Hey kalebw!

    Thank you for using Enfold.

    Special headings doesn’t have any fade in effect or animation. Can you please provide a screenshot? Use imgur or dropbox.

    Cheers!
    Ismael

    in reply to: we #475748

    Hey!

    I’m sorry but we don’t provide support for third party plugins and integration of this sort of plugin is considered as a custom work. Please hire a freelance developer or contact codeable: http://kriesi.at/contact

    You can contact them on their website’s contact or support page.

    Cheers!
    Ismael

    in reply to: Animated Numbers not always loading #475745

    Hey!

    Unfortunately, you can’t add or modify this code in the child theme. Anyway, I checked the site and the animated numbers are working.

    Best regards,
    Ismael

    in reply to: Hiding a Post from Showing Up in Blog Posts Grid #475742

    Hi!

    Thank you for using Enfold.

    I tried to check the link again but it doesn’t exist anymore. Did you remove it? http://latitudes.org/download-free-printable-behavior-charts-for-home-and-school-2/

    Please create a test page so that we can see the issue.

    Cheers!
    Ismael

    in reply to: translation-problem with rastered-layout #475738

    Hey!

    Thank you for using Enfold.

    I’m sorry but we don’t provide support for third party plugins as stated on our support policy. Please contact the plugin author regarding this issue. Anyway, if you’re expecting the content of the advance layout builder to translate itself, unfortunately, that’s not how it works. You have to create a translation of the page then edit or translate the contents manually. This is how it works, at least when you use the supported WPML plugin.

    Best regards,
    Ismael

Viewing 30 posts - 42,571 through 42,600 (of 62,171 total)