Forum Replies Created

Viewing 30 posts - 61 through 90 (of 128 total)
  • Author
    Posts
  • in reply to: Transparent header background not working? #1032202

    hi all,
    Don’t bother, found the problem. #main has got the background color, not anything inside header.
    So with the code below it’s working.
    Ticket can be closed now.
    Regards Ariane

    #main {
        background-color: transparent;
    }
    .header_color .header_bg {
    background: transparent url('/webshop/wp-content/uploads/2018/11/voogd-header.png') top right no-repeat scroll;
    }
    in reply to: Transparent header background not working? #1032189

    Victoria,

    I see the same, might look like the same but it isn’t, you’ve got a background with background image and in the header a solid color.to be clear I changed this to black for now. As explained in the first message, I would like the background of the header to be transparent so one will see the background behind the mill an text.
    I tried a lot of CSS but for some reason background stays filled with a color (black in this case).

    I am running out of time, a helpfull answer will be appreciated.
    Please ask Yigit,Basilis or one of the other coders for some help! There is already an temporary account because Basilis asked for it.

    Regards,
    Ariane

    in reply to: porfolio category in slug code gives problem for pages #1031719

    Hi Rikard,
    We decided to use another solution. Thanks for the effort.
    Regards,
    Ariane

    in reply to: Transparent header background not working? #1031408

    Hi Basilis,
    See below
    Thanks in advance,
    Ariane

    in reply to: Transparent header background not working? #1031169

    Hi,
    Still haven’t figured it out. Some help will be appreciated!
    Thanks in advance,
    Ariane

    in reply to: Transparent header background not working? #1030604

    Changed the code to, see below, but still not working.

    Funny thing is, transparancy works when scrolled but not on full page / header

    Hope support knows where it goes wrong.
    Regards,
    Ariane

    .header_color .header_bg {
    background: transparent url('/webshop/wp-content/uploads/2018/11/voogd-header.png') top right no-repeat scroll;
    }
    • This reply was modified 6 years ago by ariane1001.

    hI Victoria,
    I don’t expect you to solve it, just asked if support has idears about this. I am probably not the first one getting this idear.
    But thanks, no thanks.
    Ariane

    Hi Nikko, see below

    • This reply was modified 6 years, 3 months ago by ariane1001.
    in reply to: Enfold overide The Events calendar CSS settings #980482

    Hi Nikko,
    Thing is, Enfold is not overiding a lot of Events Calendar Design, such as very small font-sizes and things. It look like the override is not working wel.
    But since the answer took quit long I did all my changes with CSS and !important already.

    I believe it’s a good thing that Enfold wants to integrate it’s style to plugins but then it should work and not half like with Events Calendar.

    Regards,
    Ariane

    Hi Rikard,
    Thing is The events calendar says: Enfold overrides so I am send back and forward….
    And the solutions in the link you send above are not working because Enfold is overriding…

    Regards, Ariane

    in reply to: mega menu image sizes change differently #921437

    Hi Basilis,
    You are right, the theme needed updates but that didn’t solve the problem.
    I have made the code below to get it right, maybe it is helpfull for someone else.
    Cheers, Ariane

    	@media only screen and (min-width: 991px) and (max-width: 1200px) {
        nav.main_menu img.size-portfolio {
        width: 110px !important;
        }
    }
    	@media only screen and (min-width: 1201px) and (max-width: 1450px) {
        nav.main_menu img.size-portfolio {
        width: 130px !important;
        }
    }
    	@media only screen and (min-width: 1451px) and (max-width: 1700px) {
        nav.main_menu img.size-portfolio {
        width: 160px !important;
        }
    }
    	@media only screen and (min-width: 1701px) {
        nav.main_menu img.size-portfolio {
        width: 190px !important;
        }
    in reply to: mega menu image sizes change differently #920172

    Hi,
    Yes, I see what you mean but when I build the site at first it wasn’t like this, that’s why I am asking. My client won’t accept to leave it like this.
    I was hoping you would know a solution.
    Cheers, Ariane

    in reply to: mega menu image sizes change differently #919961

    Hi Basilis,
    All screen sizes smaller then 1300px (about) untill the mobile menu is getting active.
    Big screens (over about 1300 pix) images in mega menu are fine.

    thanks for having a look.

    Regards, Ariane

    in reply to: Extra content below hamburger menu #892757

    Hi Ismael,
    1) That won’t work, I solved the problem by using code in menu-items, see https://harrywesthoeve.nl/ for the results: phonenumber, follow buttons and appointment button.
    2) It only happens in FF with certain screen wide. The link to https://kriesi.at/support/topic/double-scrollbar/ isn’t very helpfull.

    You can close this tread since it was resolved.

    Regards, Ariane

    in reply to: Extra content below hamburger menu #890711

    Hi Everyone,
    It would be really nice if I could get help with this.
    Maybe by letting me know wich file I can put in the child theme and adjust?

    Thanks in advance,
    Regards, Ariane

    Hi Rikard,
    Your support is often very well but sometimes poor, see the latest reaction I got on a question: https://kriesi.at/support/topic/extra-content-below-hamburger-menu/#post-890500
    the person who answers did not read the question at all.

    And no, it’snot the way you phrase the sentences, it is really about the help which is no help at all sometimes.

    best regards,
    Ariane

    in reply to: Extra content below hamburger menu #890500

    HI Victoria,
    That’s not what I asked. I really expected more from support team then this….

    I want to add a phonenumber and social media share buttons BELOW the menu (this is the vertical menu you see when you hit the hamburger?)

    You didn’t answer question 2?

    Regards,
    Ariane

    Hi,
    Yes, I am set for now. But disappointed that I had to download an external plug-in to accomplish something that should work in Enfold, in my opinion…
    Also I think support has been much better in the past, maybe you need more people?
    I am an Enfold client for at least 5 years now I think, and I have purchased quiet some licences so I am expecting better more then: “Not really” and “Are you set”

    Hope next time wil be better….

    Looking further in the possiblities I found out it is possible to use the normal Gallery.
    You can choose: “Big image only, other images can be accessed by lightbox”
    This is nearly what I want. I would like to see 3 pics instead of just 1. Is this possible?
    See http://harrywesthoeve.nl/cms18/portfolio-item/art-nouveau-keuken-2/

    Thanks in advance,
    Ariane
    #update
    Installed FooGallery which does it all.

    • This reply was modified 6 years, 12 months ago by ariane1001.

    Hi Victoria,
    Thanks for the quick reply but I am not very happy with it.
    It means that what kind of gallery I choose always only the pics that are visible in the gallery will be shown in the lightbox and not the pics on next pages of that same gallery, I tried out the solution ‘load more’ and even then it will only show the allready visible images….
    While I would suspect images uploaded to a page in WordPress all will be available at that page… ?

    I consider that a bug and I am curious how Enfold will solve this problem. Or just something more then what you write in the answer.

    Best regards,
    Ariane

    in reply to: Allways burger menu possible? #873771

    Great! Thanks Mike!!
    Regards, Ariane

    in reply to: Allways burger menu possible? #871757

    Hi Yigit,
    Thats great! New in 4.2? Never saw it before….

    Do you have an idear what would be the best way to center the logo, have the burger on the left and a widget on the right?
    URL below in private content.

    Thanks in advance!
    Ariane

    in reply to: Broken RSS Feed portfolio items #865851

    hi,
    As I mentioned before, I found a solutions what works for my client but the problem is not solved. I think it’s someting Kriesi should look into because portfolio feeds are not working well.
    Regards,
    Ariane

    in reply to: Broken RSS Feed portfolio items #860510

    Hi Victoria,
    There is nothing to see there anymore because I turned off the feeds with this code:
    remove_action( 'wp_head', 'feed_links_extra', 3 );
    I rather have no feeds then feeds who give a 404.

    Regards,
    Ariane

    in reply to: Broken RSS Feed portfolio items #859378

    Hi Basilis,
    When you go to https://aertvandergoesstraat.nl/ondernemer/hudson-bar-kitchen/feed/ you will get an 404 error page, this is the issue. I explained it all in my first post.

    I would really apriciate if you could look into this, I am not the only one with the problem.

    Regards,
    Ariane

    in reply to: change image size in list view in Events Calendar #851965

    UPDATE: problem solved:

    I managed to get the right image size in list view by using the following shortcode in the page:
    [ecs-list-events thumb=’true’ thumbsize=’entry_without_sidebar’]

    Just to inform: The page is not using default-template.php despite of the code in functions.php, probably because of the shortcode?

    Regards,
    Ariane

    in reply to: change image size in list view in Events Calendar #851656

    Hi Nikko,

    In default-template.php there is no such code as
    $avia_config['size'] = avia_layout_class( 'main' , false) == 'fullsize' ? 'entry_without_sidebar' : 'entry_with_sidebar';
    So I won’t be able to change it.

    All code in default-template.php is below. You can see there is no $avia_config[‘size’]

    Also I don’t believe the page is using default-template.php despite of the code in functions.php (see the beginning of my question) because I can’t find any of the code in the source of the page.

    I really would appreciate if you have a solution for this.

    Hope to hear from you,
    Cheers, Ariane

    <?php
    
    global $avia_config;
    
    	/*
    	 * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
    	 */
    	 get_header();
    		
    	 $title = tribe_is_month() ? __('Calendar of Events', 'avia_framework') : tribe_get_events_title(false);
     	 $args = array('title'=> $title, 'link'=>'');
    
     	 if( !is_singular() || get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title($args);
     	 
     	 do_action( 'ava_after_main_title' );
     	 
    	 ?>
    
    		<div class='container_wrap container_wrap_first main_color fullsize'>
    
    			<div class='container'>
    
    				<main class='template-page template-event-page content av-content-full units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'page'));?>>
    					
    					 <div id="tribe-events-pg-template">
                       
                     	<?php
                     	
    					tribe_events_before_html();
    					tribe_get_view();
    					tribe_events_after_html(); 
    					
    					?>
    					
    					</div> <!-- #tribe-events-pg-template -->
    					
    				<!--end content-->
    				</main>
    
    			</div><!--end container-->
    
    		</div><!-- close default .container_wrap element -->
    
    <?php get_footer(); ?>
    • This reply was modified 7 years, 2 months ago by ariane1001.
    in reply to: woocommerce pagination not working #809715

    Hi Gunter,

    Thank jou very much!

    Regards, Ariane

    in reply to: woocommerce pagination not working #808484

    Hi,
    You asked me to save permalink structure allready on May 18th,it didn’t make a difference then and it doesn’t solve the problem now.
    Any other idears?

    Regards,
    Ariane

    in reply to: woocommerce pagination not working #807455

    Hi people,

    For the last time I would like to get back about this because it’s still not working and the client doesn’t like that.
    When you go to http://www.alberttencate.com/collecties/
    Scroll down till numbered pagination
    Click number to 2 (or 3-5)
    It wil go to http://www.alberttencate.com/collecties/page/2/ as it is supposed to, but!
    First thing you see below the menu: Text: <b>Error 404 – Pagina niet gevonden</b>, translated: <b>Error 404 – Pagina not found</b>

    Just to clarify, on this page I am using Avia Productgrid on this page, nothing else

    What can we do to solve this? Please help!!!!!
    Cheers, Ariane

    • This reply was modified 7 years, 5 months ago by ariane1001.
Viewing 30 posts - 61 through 90 (of 128 total)