Forum Replies Created

Viewing 15 posts - 46 through 60 (of 73 total)
  • Author
    Posts
  • in reply to: Header image disappears when choosing Blank Canvas as template #3839
    Adri Oosterwijk
    Participant

    Hi Andy,

    And as always you came up with the right solution.

    Thank you and have a nice weekend.

    Best regards,

     

    Adri

    in reply to: Incompatibility issue with Toolset and a FontAwesome question #3833
    Adri Oosterwijk
    Participant

    Hi Andy,

    Thank you for your reply. I hope you will find the issue regarding Toolset.

    And the font awesome thingy. Using FA 4.7 works ok for me.

    Best wishes,

     

    Adri

    in reply to: Incompatibility issue with Toolset and a FontAwesome question #3830
    Adri Oosterwijk
    Participant

    Hi Andy,

    Thank you for your reply.

    Regarding the first issue. When I change the theme to the free Trusted theme the issue still persists. When I change the theme to TwentySixteen or Twenty Fifteen it is all ok. You can read up about this issue on the Toolset site here: https://wp-types.com/forums/topic/wrong-page-titles-when-woocommerce-views-is-active/

    Regarding the icons: I’m customizing the site in several places and, if needed, I want to invoke an Icon. In this site sit I’m using the <i class=”fa ……> </i> code for it. In FontAwesome 5.0 it is oft “far” or “fas” and this is not recognized by the theme. When loading the 5.0 library a lot of excisting 4.0 icons are missing or changed in a strange way.

    Hope this clears it up a little for you.

    in reply to: Search pop-up misbehavior… pull down does not work. #3708
    Adri Oosterwijk
    Participant

    Hi Andy,

    The plugins I’ve looked at did not have this functionallity (as far as I know).

    For now, I’m happy the way it is.

    I will look into an option to precede the titles on the results page with: Product, Recipe or Post.
    I think it can be achieved when I customize the search result page with a Case statement:

    Case post type = product echo “Product” and the Title
    Case post type = recipe echo “Recipe” and the Title

    and so on.

    As I’m not a coder this will be a challenge …….

    Best wishes,

     

    Adri

    in reply to: Search pop-up misbehavior… pull down does not work. #3703
    Adri Oosterwijk
    Participant

    Hi Andy,

    Thank you for your quick reply and outstanding help.  I did what you suggested and now I can search in any post (recipes, products and other (default) posts and pages. I do have another wish however…. sorry :-). Is it possible to keep the pull down menu to select what to search?

    1 -> All
    2-> Products
    3-> Recipes
    4-> Posts and Pages

    I hope you can provide me with a simple solution…..

    Thanks in dvance.

    Best wishes,

    Adri

    in reply to: Search pop-up misbehavior… pull down does not work. #3701
    Adri Oosterwijk
    Participant

    Mmmm, I possibly misunderstand you. I did understand the dropdown had the purpose to let me select

    1 -> Products (Dutch: Producten)
    2-> Another custom post type (in my case Recepies -> Dutch: Recepten).
    3 -> Posts and Pages (Dutch: Berichten en Pagina’s)

    Browsing through the code I learned (like you said) that it will only list Product categories.

    The reason that I want it this way is that this will be a shop with a very limited amount of products. All uncategorized.
    The amount of Recepies however can be much more and will grow over time. Next to that would it be great in may case that the visitor can search the rest of the site as well.

    When I get this right it can keep my sidebars much cleaner. As it is now I have to add several search widgets and that makes the layout of the pages a bit messy for the visitors. The search option of the theme is great for this…..

    Any chance that it can be changed in an easy wat to get what I want?

    Best wishes,

    Adri

    in reply to: Masonry sometimes messed up. #3061
    Adri Oosterwijk
    Participant

    Hi Andy,
    After updating the theme (and disabling the temporary css fix) it looks ok Thank you for solving it this quick.
    I will mark this topic as solved. I will open a new one if needed.

    Have a good one!

    Cheers,

    Adri

    in reply to: Masonry sometimes messed up. #3035
    Adri Oosterwijk
    Participant

    Hi Andy,

    I added the code to my css file and it looks like it is working. I did noticed however that the imagesLoaded script is fired. I saw this line in my html output:

    <script type="text/javascript" src="http://stockphotosite.dev/wp-includes/js/imagesloaded.min.js?ver=3.2.0"></script>

    I don’t know if it is called but still…. I thought to let you know.

    I suggest to keep the thread open for a while. I will test it further and let you know.

    Best Regards,

    Adri

    in reply to: Masonry at shop page. #2994
    Adri Oosterwijk
    Participant

    The option for showing the latest additions in a masonry fasion on the home page is there. I just did not saw it. I marked this as resolved.

    Best Regards,

    Adri

    in reply to: Box not the proper size after update to 1.1.3? #2883
    Adri Oosterwijk
    Participant

    And yet again, you did it. Solved. Thanks a lot.

    Have a nice day.

    in reply to: Box not the proper size after update to 1.1.3? #2869
    Adri Oosterwijk
    Participant

    Hi Andy, thank you for your reply.

    Yes I’m changing some other WC code as well. I came to this line because the problem was disapearing at the front end when I commented this line out.

    If you want to help me further I’m happy to send you my complete child-themes functions.php file.
    Perhaps it is easier to send it to you as an attachment in an email. So if you agree with it, please send me an email on which I can reply. If you want it in another way, please let me know.

    Best wishes,

    Adri

    in reply to: Register link is (in my case) pointing to wrong page. #2792
    Adri Oosterwijk
    Participant

    Yeah!! Now it works, thanks a lot.

    in reply to: Register link is (in my case) pointing to wrong page. #2789
    Adri Oosterwijk
    Participant

    Yeah, that’s the one.
    I just flushed the caches, topped the server, restarted my machine but it is still behaving badly. Naughty link….

    in reply to: Register link is (in my case) pointing to wrong page. #2787
    Adri Oosterwijk
    Participant

    Yeah I know about the translation. The tricky part is, when I have translated the form, to create a link which is automatically picks the right user registration page in the right language. But one challenge at a time so to say. It would be great if we even get a link pointing to my custom registration page in the first place.

    in reply to: Register link is (in my case) pointing to wrong page. #2785
    Adri Oosterwijk
    Participant

    Hi Andy,

    Sadly, no avail. I’m wondering…. are we working on the correct code line. It looks like it is executed from somewhere else. Even a custom link text is not displayed. It still tells me “Register” while I changed it into “User registration”. Strange huh?

    And it is still pointing to the my-account page.

Viewing 15 posts - 46 through 60 (of 73 total)