Forum Replies Created

Viewing 30 posts - 38,161 through 38,190 (of 38,331 total)
  • Author
    Posts
  • in reply to: Fullscreen slider custom height #765691

    Hey haydaw,

    Can you describe what exactly is your issue and give us a link to your website, pleas.

    Best regards,
    Victoria

    in reply to: Enfold and Formidable Pro with CSS issues #765689

    Hi draig,

    I see you got your arrows back and no more arrows with fonts. Great job! :)

    Let us know if you have any more questions.
    Best regards,
    Victoria

    in reply to: Menu in mobile view #765684

    Hi Tobi,

    These css rules do not depend on each other and the menu looks much nicer now and the cart is gone in mobile view. I don’t understand what is the problem now, can you please explain in more detail? Give us a screen shot and try checking again after pressing ctrl+f5 on Windows or cmd+r on Mac.

    Let us know if this was helpful.
    Best regards,
    Victoria

    in reply to: show submenu on click instant hover #765680

    Hi Niemitz,

    It is a normal practice, that the menu opens on hover, no extra effort by the user needed to see submenu and then yet another action to close the menu.

    But if you really want to change that code still works, I checked your avia.js (here http://www.bios-tec.de) and it does not seem to have that changed. Is this the site where you’re trying to implement it or is there a different site you’re working on?

    Best regards,
    Victoria

    in reply to: Issue with select-element in your form #765659

    Hi,

    If you don’t see the code, try here.

    Best regards,
    Victoria

    in reply to: Issue with select-element in your form #765653

    Hi pixopolis2222,

    Try this line for the multi select code:

    
    [av_contact_field label='Welche Mappe darf es sein?' type='select'  options=' , Kindergartenfotografie, Grundschulfotografie, Schulfotografie, Abschlussklassen' multi_select='aviaTBaviaTBmulti_select' check='' width=''][/av_contact_field]
    

    Let us know if this was helpful.
    Best regards,
    Victoria

    • This reply was modified 7 years, 8 months ago by Victoria.
    in reply to: sticky mobile menu #765645

    Hi andrzejkozdeba,

    Try adding this css to you enfold/custom.css or in Quick css:

    
    @media only screen and (max-width: 767px) {
        .responsive #top #wrap_all #header.header-scrolled  {
            position: fixed;
        }
    }
    

    Let us know if this was helpful.
    Best regards,
    Victoria

    in reply to: Pagination in Endold Produkt Raster #765502

    Hi klausdieter,

    Please add this code to your functions.php

    
    
    add_action('wp_footer', 'ava_new_custom_script');
    function ava_new_custom_script(){
    ?>
    <script type="text/javascript">
    (function($) {
    	function a() {
    		$('.pagination-wrap.pagination-slider').clone(true).prependTo('#after_section_2 .post-entry-1029 .entry-content-wrapper.clearfix');
    	}
    
    	$(window).load(function() {
    		a();
    	});
    })(jQuery);
    </script>
    <?php
    }
    

    Let us know if this was helpful.
    Best regards,
    Victoria

    Hi CircleofBlueAdmin,

    Can you give a link to your website, so that we can take look at the issue you’re experiencing?

    Best regards,
    Victoria

    in reply to: Blog posts element not showing categories anymore #765488

    Hi emilbroll,

    To get the categories back you have to set the blog style to elegant here. The styles have changed a bit, but that’s not too hard to fix.

    Let us know if this was helpful.
    Best regards,
    Victoria

    in reply to: Free WooCommerce Bookings for Enfold #765460

    Hey SPVL,

    We are not issuing licenses for WooCommerce products, it’s them you have to ask.

    Let us know if you have any more questions.
    Best regards,
    Victoria

    in reply to: Rotate Headline #765457

    Hi Lasse,

    You can put the rules you need in enfold/custom.css or in child theme if you have one, this way the rules will be loaded last and will work.

    Let us know if you have any more questions.

    Best regards,
    Victoria

    in reply to: Header still appearing even though i've turned it off. #765444

    Hey davidpreston,

    It’s not a css issue, it’s Javascript errors that slow down page parsing and loading. Otherwise you would not see that.

    You have to fix those.

    Best regards,
    Victoria

    in reply to: Hover effect gone after update Enfold #765434

    Hi Marcel,

    Glad we could help!

    You too, have a nice day :)

    Best regards,
    Victoria

    in reply to: LayerSlider WP #765431

    Hi elmcityweb,

    Can you please give us a link to your website and tell what is the issue exactly?

    Best regards,
    Victoria

    in reply to: LayerSlider WP #765429

    Hi crtdude,

    Can you please give us a link to your website and tell what is the issue exactly?

    Best regards,
    Victoria

    Hi MattDalli,

    Thank you for sharing! :)

    Let us know if you have any more questions.

    Best regards,
    Victoria

    in reply to: Issue with Blog Preview Image (big) #765419

    Hi MadRhino,

    I think it’s because in one case you have sidebar and there’s less room for content, so the image dimensions are adjusted to that, and in another case you have all width to content and just some padding.

    You can play with sidebar to see how the image changes, if you like.

    Let us know if you have any more questions.

    Best regards,
    Victoria

    Hi MadRhino,

    I attached the screen in the reply above. I checked today in Firefox, Chorme and Safari on a Mac, the title, subtitle and the button are all beyond viewport.

    It was a setting from where to calculate position. It has to be set sides of the screen for this case. I changed that.

    Let us know if you have any more questions.

    Best regards,
    Victoria

    in reply to: Burger menu only on scroll #765397

    Hi tomcarmans,

    Can you please give us a link to your website?

    Best regards,
    Victoria

    in reply to: Description and pagination at the bottom #765362

    Hi roderickvs,

    Of course, it’s possible. We don’t know what kind of code you added already, you should read both functions and try to make one that does exactly what you need.

    In the original questions you just wanted to swap pagination with category description.
    Now you want pagination on top of the page, is that correct?

    Best regards,
    Victoria

    Hi Stefan,

    Can you give us temporary admin access to your website in the private content box below please, so that we can investigate further.

    Best regards,
    Victoria

    Hi Kelly,

    Enfold’s post slider only displays posts from the instance it’s added, to make it work with external data you might need to do some customization. Unfortunately, it is not something that can be done with simple code snippet and is not covered by our support, if really what this kind of feature you can always hire a freelancer to do it for you.

    You could also duplicate posts from one site to another.

    Let us know if you have any more questions.

    Best regards,
    Victoria

    in reply to: Issues with events in list view #765346

    Hey Krzysztof,

    Can you give us temporary admin access to your website in the private content box below, so that we can check this on your page.

    Best regards,
    Victoria

    in reply to: masonry thumbnails not resizing #765343

    Hey fprati,

    Can you give us more details: the plugin you used, the forum thread you read? Can you also can give us temporary admin access to your website in the private content box below.

    Best regards,
    Victoria

    in reply to: Problem with Mansonry-Gallery #765316

    Hi werksfarbe,

    Can you give temporary admin access to your website in the private content box below, so we can investigate further.

    Best regards,
    Victoria

    Hey architchandra,

    Have you created that additional field and does this function give any error?

    
    add_filter( ‘the_author’, ‘guest_author_name’ );
    add_filter( ‘get_the_author_display_name’, ‘guest_author_name’ );
    function guest_author_name( $name ) {
        global $post;
        $author = get_post_meta( $post->ID, ‘guest-author’, true );
    
        if ( !empty($author) )
             return $author;
    
        return $name;
    }
    

    Try adjusting the code like this.

    Best regards,
    Victoria

    in reply to: Post Titles Sizes & Over Feature Image *URGENT* #765302

    Hi!

    Here is the modification to the code you’ve used, that will do what you need:

    
    add_action('wp_footer', 'ava_new_custom_script');
    function ava_new_custom_script(){
    ?>
    <script type="text/javascript">
    (function($) {
        function b() {
    		$('.slide-entry').each(function() {
    			var image   = $(this).find('.slide-image').detach(),
    				title = $(this).find('.entry-content-header');
    
    			image.insertAfter(title);
    		});
    	}
    
       	b();
    })(jQuery);
    
    </script>
    <?php
    }
    

    Let us know if this was helpful.
    Best regards,
    Victoria

    in reply to: To Have Same Size Blog Element *URGENT* #765296

    Hi MattDalli,

    Adding this css might make it look a bit cleaner, the alignment will break if your titles are longer than 2 lines.

    
    article.av_one_half h3.slide-entry-title.entry-title {
        line-height: 30px;
        min-height: 70px;
    }
    

    Best regards,
    Victoria

    in reply to: Layout Issues #765292

    Hi iclo,

    I think it’s better to use grid rows. And like I said, you can polish one blog post and make all the css adjustments and then save your work as a template. Then you will not have to rebuild it all the time and it may take some minor adjustments later.

    And yes, when you build custom pages like that you’ll have to edit margins, unless you give those sections id or classes and make custom rules for them, which will always apply.

    These are two strategies I see for now.

    Let us know if you have any more questions.
    Best regards,
    Victoria

Viewing 30 posts - 38,161 through 38,190 (of 38,331 total)