Forum Replies Created

Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • in reply to: Advanced Page Builder #1048107

    up

    in reply to: Google map marker #873597

    I have a lot of markers to show aswell, more than 100 and growing. No way to increase loading time of these markers? Or, if not possible, could we start loading groups first instead all the individual markers?

    in reply to: Real Property Child Page builder #830069

    Ai, I was looking already all morning were my messages were…….wrong forum I just found out. You can delete this thread

    in reply to: Real Property Child Page builder #829570

    8. Prices
    If I change the price of a property in spanish from 70.000 to 70000 and I save the page, no changes are made. I need to change price on the Dutch version to get it right on the spanish one.

    So I did this for this page: http://propertyespana.com/dt_properties/appartement-3-slaapkamers/
    The price is saved as 75200 and on this property page it shows like that. If I go to Type: appartement I see that the same price gets shown like 75,200 So there is a difference between the category/Amanities pages than the property pages.

    http://propertyespana.com/property_type/appartement/

    9. Translation not always working
    It seems that most translations work correct. But this last page is going wrong. http://propertyespana.com/dt_properties/appartement-3-slaapkamers/
    If I go to the spanish or english version with the language switcher, I stay on the dutch page. The link seems wrong. In this case I just changed the price of the Dutch page. (last edit)|
    If I go to the spanish translation and try to change to the dutch version, its stays on the Spanish one.

    in reply to: Real Property Child Page builder #829517

    If I go to this page the prices are without 000 to make it 75.000 instead of 75 how it is now.
    http://propertyespana.com/property_type/appartement/

    We see that some properties are showing the correct price, others are not. Looking further lears us that we need to add a price without (.)

    So if we add the price like this (70000) it will display correcto
    If we set (70.000) it will display wrong (like: 70)

    But on all other pages than these category pages it goes well and the price of 70.000 is displayed.

    I have the same problem on the website. The normal pull-downs are working on mobile. The mega menu option don’t work. Hope to find a solution soon.

    Is there a way to display a different menu for mobile so I can rebuild the original menu and change the mega menu for desktop to normal pull down menu’s for mobile?

    Hi Yigit,

    I know I can download and install this plugin, But its an extra plugin again.

    I did install it this time but I see the same things…. The frase “If you are not happy with the results bellow please do another search” does have athe following translation: “Als u niet tevreden bent met de zoekresultaten hieronder probeer het dan nogmaals”

    But it doesn’t show up on the website. It keeps the english translation.

    I’ve also opend the nl_NL.po file with poedit (downloaded it from the server with the .mo file) re-saved it and uploaded it to enfold/lang (including the new .mo file)

    rogier

    in reply to: Search in Mobile display #303133

    Hi,

    An other question before I fiddle with it, because the website is live already.

    I see that I have to search the header.php, find this code (do_action(‘ava_after_main_menu’);) and add following code right below it: echo get_search_form();

    In the real the code now looks like this:

    <div id='main' data-scroll-offset='<?php echo avia_header_setting('header_scroll_offset'); ?>'>
    
    <?php do_action('ava_after_main_container'); ?>

    Do I change it like this:

    <div id='main' data-scroll-offset='<?php echo avia_header_setting('header_scroll_offset'); ?>'>
    
    <?php do_action('ava_after_main_container'); echo get_search_form(); ?>

    or like this:

    <div id='main' data-scroll-offset='<?php echo avia_header_setting('header_scroll_offset'); ?>'>
    
    <?php do_action('ava_after_main_container'); ?>
    
    <?php echo get_search_form(); ?>

    Or like this:

    <div id='main' data-scroll-offset='<?php echo avia_header_setting('header_scroll_offset'); ?>'>
    
    <?php do_action('ava_after_main_container'); ?>
    
    echo get_search_form();

    The last one seems stupid to me but from you’re explication for me the most logical.

    Rogier

    in reply to: Woocommerce pages Missing, Enpoints #293348

    I have it solved.

    Made some new pages for cart, checkout, my account and webshop and added the corresponding shortcodes in it. (minus the webshop page that doesn’t have a shortcode.

    After that I’ve added these pages under the setting of woocommerce.

    It didn’t work straight away. The webshop page was blank/white.

    To solve that I re-saved the permalinks page and all went well

    Thanks anyway, meaby this answer will help other people.

    in reply to: Woocommerce pages Missing, Enpoints #293328

    I think I have found it. I’ve added a page cart with the corresponding shortcode, Ive added a page “My account”, “checkout” and “order checking”

    In the settings of the woocommerce Ive set everything to the corresponding pages.

    The only thing I have is that I don’t have a webshop or shop page. If I look at the webshop it can be found on: domain.com/shop/ but the products are listed under domain.com/webshop/productpage/

    in reply to: Woocommerce pages Missing, Enpoints #293322

    Hi Ismael,

    I Have version 2.1.12 of Woocommerce and 2.9.1 of the Enfold theme. Both up to date I think.

    What else can I check? I’ve deactivated woocommerce already and activated it again. Just to see if that would help.

    Rogier

    in reply to: Can't find the correct item in .PO file #292185

    Hi Yigit,

    I suppose I should change the following code in the related_posts.php

    I would like to have the text: Misschien ook leuk

    How do I change this. HTML is fine with me, php not.

    $output .= “<h5 class=’related_title’>”.__(‘You might also like’, ‘avia_framework’).”</h5>”;
    $output .= “<div class=’related_entries_container ‘>”;

    Rogier

    in reply to: Can't find the correct item in .PO file #292154

    I’ll take a look.

    Can I upload the changed file directly to my child folder to preserve my change?

    Rogier

    in reply to: Can't find the correct item in .PO file #292117

    Nice, but like that I have to install an other plugin again. Can you tell me If I did the right changes, you know how youre theme is structured and if I changed the correct file.

    in reply to: Read more in blog #278532

    Ismael,

    Its been more than a week now. Is there somebody to respond to my questions?

    Rogier

    in reply to: Read more in blog #276952

    Ok,

    I found something. No solution but a bug

    The html code I see on the plog overview is only there when I change the propertie of a blog message to link. If I take away the propertie (notation) link and use standard, there is no problem. But like that I still see the whole message and not only a summery.

    Hope this helps a bit solving this problem

    Rogier

    in reply to: Read more in blog #276909

    Hi Ismael,

    I’ve updated the theme by overwriting the old files. But now the links of the posts isn’t working anymore.
    You can see that some html code is printed under the post title and that the link doesn’t have the correct url to the post

    I also wanted to have the blog on summery, I want to have only a bit af the text visible with a read more link with it.

    http://gok.wpengine.com/nieuws/ (hosted on WPengine)

    Hope you will help soon.

    Rogier

    in reply to: Read more in blog #274526
    This reply has been marked as private.
    in reply to: Read more in blog #266700

    Dear Ismael,

    Still no luck. I’ve updated the files to version 2.7.1 and I’ve clicked the save button of the settings/permalinks. Still I don’t get the second page of the blog posts and some images still display to big.

    On the front page I’ve placed a productgrid. when I want to see the next products, the page reloads completely. So I have to scroll back to the bottom again to see the next products. Any idea if we can avoid this. The post slider works nice. If i want to see more it just scrolls in front of me. Can the products be like that aswell?

    Rogier

    in reply to: Read more in blog #266281

    Still not satisfied :D

    I have some problems on the blog at the moment.

    http://gok.wpengine.com/nieuws/ (hosted on WPengine)

    First problem: I’ve set the blog (settngs enfold) to “use the advanced layout……..” On the blog page i’ve added the “blog posts” element. I need to add all the categories to display all the posts. If I create a new categorie I will have to add this again to this page. Can’t I display everything?

    Second problem: There is one post that keeps displaying the featured image wrong ( to big). I’ve set the blog element to choose the preview image size manually, set to “entry with sidebar (710×270) The size of the featured image is 875×1241. Still it goes wrong.
    http://gok.wpengine.com/lustrum-grip-op-koolhydraten-gok-2009-2014/

    third problem: If I go to the second page of the blog I still get the posts from the first page. On the third page its the same again.
    http://gok.wpengine.com/nieuws/page/2/

    I’ve imported most of the posts from the old website (export/import function wordpress)
    Hope you can help me out.

    Rogier

    • This reply was modified 10 years, 6 months ago by rogierkoning. Reason: forgot url
    in reply to: Read more in blog #260188

    Ok, done. I found it.

    http://gok.wpengine.com/nieuws/ (hosted on WPengine)

    But I don’t see any read more text under the summery of the blog.

    Thanks

    in reply to: Contactform extra field Upload foto/file #258379

    Will contact form 7 display the same forms visually, like setup in Enfold? Or do I need to edit that later?

Viewing 22 posts - 1 through 22 (of 22 total)