Forum Replies Created

Viewing 30 posts - 1 through 30 (of 140 total)
  • Author
    Posts
  • in reply to: Gravity Forms Orbital theme and Avia Layout Builder #1468183

    Hi Rikard,
    thank for help 😳

    Best regards
    Oriano

    in reply to: Gravity Forms Orbital theme and Avia Layout Builder #1468165

    Hi Rikard, please see screenvideo on Private Content

    in reply to: Gravity Forms Orbital theme and Avia Layout Builder #1468161

    Hi Rikard,

    When I install a Gravity Forms on a page with Default WordPress Block Editor, I have the option to format the Gravity Forms using Gravity Form Theme “Orbital Theme” (see link in Private content).

    But if I want to install a Gravity Form on a page created with Advanced Layout Builder, I am obliged to use an Avia Text Block, and I do not have the possibility to customize the graphics of the Gravity Forms via Orbital Theme :(

    Is there a way to get Gravity Forms Orbital Theme options even when the Gravity Form is on an Advanced Layout Builder page?

    Best regards,
    Oriano

    in reply to: Custom Field “Hide on sigle entry”, and Gravity Forms #1434268

    Hi Mike, thanks for your help,
    your “best solution” work fine.

    Perhaps your best solution will be to create a new custom field that will add a custom class to the page body and then use css to hide the featured image when ever the class is on the page.

    Best regards,
    Oriano

    in reply to: Custom Field “Hide on sigle entry”, and Gravity Forms #1434159

    Hi Mike, thanks for your help

    Perhaps your best solution will be to create a new custom field that will add a custom class to the page body and then use css to hide the featured image when ever the class is on the page.

    yes, I think I will try to implement this solution.
    Can you please tell me, if you know, where I can find instructions on how to do this, possibly without using a plugin.
    (If you can’t answer this question, I understand… it’s likely that this is not the scope of Enfold support).

    Best regards,
    Oriano

    in reply to: Custom Field “Hide on sigle entry”, and Gravity Forms #1434060

    Hi Mike, thanks for help

    If you don’t want the featured image to show you can use this css to hide it:

    my problem is that the user who submits a post on the Enfold blog via Gravity Forms & Advanced Post Creation Add-On, should be able to choose whether the post should have the featured image or not :(

    Please also watch the video (see link on Private content), where if I try to add the costum field directly from the WordPress editor, I receive an error, so maybe I’m doing something wrong?

    Best regards,
    Oriano

    in reply to: Custom Field “Hide on sigle entry”, and Gravity Forms #1433795

    Hi Ismael,
    please see the screenvideo you find in Private Content.

    Best regards
    Oriano

    in reply to: Custom Field “Hide on sigle entry”, and Gravity Forms #1433790

    Ismael, now this happens.
    I created a post via the Gravity Form (I choose the value “false” in the _avia_hide_featured_image custom field), submit the form, and the post is saved as a draft.
    Then from the Dashboard / Posts panel, I select “Preview” of the post, the browser one a page wiithe the preview of the post, an the Featured Image not displayed. Well.
    But, but… when I “edit” the Post to publish it online or to schedule it online on a specific date, and save the post, the featured image appears in the post view :(

    I hope I explained myself :(

    Could you please provide a screenshot or a short clip of the error, or the input field where you entered the custom field?

    Here the error

    Best regards,
    Oriano

    in reply to: Custom Field “Hide on sigle entry”, and Gravity Forms #1433777

    Hi Ismael, thank you for your answer,

    The Featured Image settings should display inside the Layout metabox just under the Header visibility and transparency settings.

    yes I saw this.
    But I need to give the possibility to choose to show or hide the Featured image of the post also to the user who creates a new Post via Gravity Forms.

    I then entered on the child theme function the code:

    add_filter('avf_display_featured_image_posttypes', function($post_types) {
       $post_types[] = 'your_post_type';
       return $post_types;
    }, 10, 1);

    then I add the custom field “_avia_hide_featured_image” and edit Value “true”, but the response I get is “Please provide a custom field value.” :(

    Find some private data below.

    Best regards,
    Oriano

    in reply to: Custom Field “Hide on sigle entry”, and Gravity Forms #1433706

    Hi Ismael, thanks for your answer.

    I entered your code, but inside the Gravity Post Creation I still only see this Custom Fields :(

      breadcrumb_parent
      filesize
      footer
      footer_behavior
      footnotes
      header_title_bar
      header_transparency
      layout sidebar

    I don’t see the Enfold Custom Field featured_image that should allow me to select between the option “Show on single entry / Hide on single entry”.

    Best regards,
    Oriano

    in reply to: Problem on show social icons in mobile header #1432122

    Hi Ismael, thank you for your help and patience.

    Now the social icon (and wpml icon) display is in the location I wanted.
    On Mobile,
    on tablet,
    and on desktop.

    Many thanks.
    Best regards,
    Oriano

    in reply to: Problem on show social icons in mobile header #1431985

    Hi Ismael, thanks for your help.

    > Please add it again, then include the following css rule to hide the duplicate social icons beside the burger menu.

    these are the css I have now entered:

    @media only screen and (max-width: 989px) {
     /* Add your Mobile Styles here */
     .responsive.html_mobile_menu_tablet #top #header #header_meta .social_bookmarks {
       display: block;
    }
    }
    .responsive #top #header_main .main_menu .social_bookmarks {
       display: none;
    }

    Now the duplicate of the social icon is hidden.

    It remains to correct, if possible, the current position of the social icon on Mobile, which is currently above the WPML icons, while I would prefer it to be online.

    Best regards
    Oriano

    in reply to: Problem on show social icons in mobile header #1431860

    Hi Ismael, thanks for your answer.

    Consider that in the site I use WPML and that the Header Extra Elements are arranged in this way.

    With your css, this is the result in the desktop (it’s ok)

    But on mobile I continue to have the double display of the social icon.

    I saw that if I place social icon in the Main Header Area, your css also works correctly on Mobile.
    But in my case I would like to keep both the social icon and the wplm flags positioned at the top bar left of the header. If this is possible…

    Best regards
    Oriano

    in reply to: Change Shop #5 #1423315

    Hi Mike,
    Yes, I see.
    I was just hoping there was a solution to mask the product link under the “comma” character.
    The sequence of <link Author1><“, ” link product,><link Author 2><“, ” link product><link Author 3 etc…> risks creating a bit of confusion among users.

    However, I have now used your CSS to give the comma the same color as the authors’ names, so that the comma doesn’t attract too much attention.
    Tomorrow I will insert the functions and CSS used on the stage site, on the production site, to see how it behaves.

    Best regards,
    Oriano

    in reply to: Change Shop #5 #1423304

    Hello Mike, commas have product link.
    The ideal would be for the commas not to contain links (as happens on the individual product page),
    to avoid possible confusion.
    It would be possible?

    Best regards,
    Oriano

    in reply to: Change Shop #5 #1423281

    Hi Mike,
    Would it be possible, in the product grid, not to have the product link on the comma (between one author and another)?

    Best regards
    Oriano

    in reply to: Change Shop #5 #1422908

    Hi Mike,
    I have now found an error, which I don’t know if it is caused by the last intervention made, or if it was an error that was also present before this last change.

    When a product/book has more than one author, for example “Author #1, Author #2, Author #3, in the single product the links of the three author names correctly refer to the respective pages of the two authors.
    However, when the same product is displayed within the product grid, the links of the three authors (Author #1, Author #2, Author #3) are all redirected to the page of the last author (Author #3) :(

    See the details in the Private Content.

    Best regards
    Oriano

    in reply to: Change Shop #5 #1422620

    Good morning Mike, and thanks for your help.

    Your “function” aligns the author names, but also aligns the “price” :(

    Is it possible to have only the authors’ names aligned, and the price instead continue to be on a new line?

    Best regards,
    Oriano

    in reply to: Which Hotel booking plugin? #1421663

    Hi Mike,
    While waiting to receive a response from “Motopress”, I did a local installation on Mamp, I imported the database of the site in production (see site url in the Private Content), then I installed and activated Enfold.

    For the moment I have not seen any real compatibility problems.
    The big problem is the formatting of the plugin’s post taxonomies (Accomodation).
    Unfortunately, all the work you did in your demo cannot be used with the Motopress plugin :(
    And therefore, to make the booking’s content pleasant and captivating, there is a lot of css work to do :(

    The ideal… sorry if I say it,
    but it would be for Enfold to release another Hotel demo that uses the (free) MotoPress plugin.

    But I understand that I am making an unacceptable request on your part 😳.

    Best regards,
    Oriano

    in reply to: Which Hotel booking plugin? #1421616

    Hello Mike,
    I contacted MotoPress support, to ask if I can use their plugin Hotel Booking Pro (I need the PRO version services 😳 ) on Enfold.
    I hope to have a positive response.
    Best regards
    Oriano

    in reply to: Change Shop #4 #1421532

    Hi Mike
    > Ok, so it is working correctly now, shall we close this thread then?
    yes.

    Thank you very much.
    Best regards,
    Oriano

    in reply to: Change Shop #4 #1421467

    Hi Mike, sorry for my late reply, to see the stage site, see the info in Private Content.

    The URL below the author’s name indicates the product page, but if you click on the name, you are then redirected to the author’s page.
    It seems to me that it is working correctly now.

    Best regards,
    Oriano

    in reply to: Change Shop #4 #1420245

    Hi,
    the director of the “publishing house” gave me the URL of the site that has the solution he was looking for. I put the sati in “private content”.

    Oriano

    in reply to: Change Shop #4 #1420243

    Sorry, maybe you are working on the stage site…
    I’m signing out of my account.
    Oriano

    in reply to: Change Shop #4 #1420242

    Hi Ismale, sorry, you’re right, it works now.
    I will do more tests and respond further to update the situation.

    Best regards, and thanks to all Enfold.
    Oriano

    in reply to: Change Shop #4 #1420241

    Hi Ismael,
    I saw that the code “// redirect to autore page” was inserted in the child function, but it doesn’t seem to work, the link assigned to the author’s name always refers to the product and not to the author page :(

    Is there something I’m doing wrong?

    Best regards,
    Oriano

    in reply to: Change Shop #4 #1420226

    Good morning Mike,
    and thanks for your help.

    I presented your solution to the “publishing house” in question, but the director of the publishing house insists on the request to have the author’s name linked to the author page (where all the volumes written by the author appear).
    I told him it’s not possible, but he tells me that he saw a WordPress / WooCommerce site, which has what he’s looking for.
    I asked him for the URL of this site, and he said he will give it to me.
    In case it is of any use, as soon as I have the URL of this site I will write it here.

    Best regards,
    Oriano

    in reply to: Change Shop #4 #1420206

    Hello Mike,
    and, importantly, the link of the author’s name should direct to the author page..
    Example, the link on the author name “Raimondo Maria Pavarin” should open his author page:
    https://bibliotecaclueb.it/clueb-stage/libreria/autore/pavarin-raimondo-maria/

    Best regards,
    Oriano

    in reply to: Change Shop #4 #1420205

    Hi Mike,
    Would it be possible to eliminate the word “Author”?
    And also, would it be possible to move the author’s name below the title? (Between the title and the price).

    Screenshot-2023-09-24-at-21.54.50.png

    Best regards,
    Oriano

    in reply to: Change Shop #4 #1420164

    Hi mike,
    yes I have a staging site.
    Find in Private content you account.

Viewing 30 posts - 1 through 30 (of 140 total)