Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Description column doesn't show on mobile #1046835

    Hi Victoria,

    I tried another fix I found on this forum and apparently it worked :)
    Indeed the description column is now showing, but I would like to have the 2 columns side-by-side rather than stacked on each other. Can I somehow format the table to achieve this?

    Many thanks,
    Tim

    in reply to: Succesful non-manual update to 5.0? #1046776

    Hi Nikko,
    Thanks for your reply. I have installed the Classic Editor.
    Tim

    in reply to: Change table font size, padding, width #1046775

    Hi Victoria,

    Please see link in private.
    When creating a table in Avia, I can use choose: Use the table a Pricing Table or Use the table to display tabular data and then Default or Minimal.
    So there are 4 types of tables I can set.

    Ismael helped me with the CSS code for class selector .pricing table. This way I can edit formatting for the Pricing Table (applies to both Default and Minimal).
    I am wondering the following:
    1. What is the class selector when I want to edit formatting for the tabular data default and tabular data, minimal.
    2. What is the class selector if I want to edit the formatting of the Pricing Table Default and Pricing Table Minimal separately.
    3. What CSS code do I need to customize the formatting and alignment of the caption (applies to tabular data tables only as Pricing table doesn’t allow captions by default).

    Thank you!
    Tim

    in reply to: Change table font size, padding, width #1046359

    Hi Ismael,

    Thanks, that worked very well!

    Now if I want to do changes to the data table rather than the pricing-table, what class is it?
    Besides customizing font size and padding, I would like to customize alignment and formatting of the caption of the data table. Can you show me in the right direction?

    Thanks,
    Tim

    in reply to: Updating to Enfold 4.5 and validating Personal Token #1044902

    I updated to WP 5.0. Afterwards I discovered I was still using Enfold 4.2.6 and tried updating to 4.5.1. The update was offered to me via the dashboard and installed fine.
    Now I am reading I had to update manually.
    Everything seems to work fine but I do not have the Gutenberg editor. When I am editing a page I have the Advanced Layout Builder (which is the same as Avia which I am used to) and can switch to the Default Editor which is basically one big field full of code.

    Did I perform the update correctly or do I need to retrace my steps and/or fix anything?

    in reply to: Edit content/text on password protected page #548636

    Hi Yigit,

    Thanks again for the help. I will try to add content by adding some code in the functions.php. If I don’t succeed I will let you know.

    Tim

    in reply to: Edit content/text on password protected page #545302

    Hi Yigit,

    Yes, I see it now! Apparently I was too quick ;) Thanks a lot for your help!
    Next step: is there any way to change the layout of the page or add media content? (I’m a PHP noob)

    Tim

    in reply to: Edit content/text on password protected page #545290

    Hi Yigit,

    Thanks for your quick response.

    So the complete code part now reads:

    function custom_password_form() {
    global $post;
    $label = 'pwbox-'.( empty( $post->ID ) ? rand() : $post->ID );
    $o = '<form action="' . esc_url( site_url( 'wp-login.php?action=postpass', 'login_post' ) ) . '" class="post-password-form" method="post">' . __( "You can write your own text here" ) . '
    <label for="' . $label . '">' . __( "Password:" ) . ' </label><input name="post_password" id="' . $label . '" type="password" size="20" /><input type="submit" name="Submit" value="' . esc_attr__( "Submit" ) . '" />
    </form>
    ';
    return $o;
    }
    add_filter( 'the_password_form', 'custom_password_form' );

    which means the password protected page should now say “You can write your own text here” in stead of “This content is password protected. To view it please enter your password below:”. However it doesn’t.

    should I add anything else to make it work?

    Thanks,
    Tim

    in reply to: Password protected Page > Change description text #545138

    Hi there,

    Did you find any solution here? I have tried the solution from Dude in the other topic but I get a 500 server error after adding the filter to functions.php of Enfold Child. I am wondering whether this filter is compatible with the current WP/Enfold versions or I might be doing something wrong. I’m using WP 4.3.1/Enfold 3.4.3.

    Thanks,

    Tim

    in reply to: edit text on password protected page #545135

    Hi!
    I am trying to solve the same problem and I have tried adding the filter to my functions.php (of my Enfold Child Theme) however when I click save I immediately get a 500 server error. the only way to restore was to remove the code from functions.php using FTP.
    Is this filter compatible with WP 4.3.1/Enfold 3.4.3?

    If yes, what am I doing wrong?
    If no, is there any other solutions that might work with WP 4.3.1/Enfold 3.4.3?

    Thanks,

    Tim

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