Forum Replies Created

Viewing 30 posts - 1 through 30 (of 66 total)
  • Author
    Posts
  • in reply to: Unable to edit page #1496153

    Hi Ismael,

    Thanks for your response.

    I cannot see what version it is under Appearance > Themes; it just says Enfold installed.

    I have gone to Enfold > Performance > File Compression, disabled the CSS and JS file compression options, saved the settings, then purged the cache and reloaded the page editor, but the issue still persists.

    Please advise on the next steps.

    Thanks!

    in reply to: Website formatting #1495506

    Hi Ismael,

    Thank you for your message.

    The compression is currently set to use the minified theme CSS files without merging.

    I am unsure of the correct process to clone the website to a staging environment while keeping all configurations exactly the same.

    Would you be able to review the issue directly if I provide the login details in the private section?

    As you will see from the website linked below, the formatting has already reverted to the strange layout again.

    in reply to: Breadcrumbs portfolio grid alignment #1493819

    Hi Ismael,

    Happy New Year.

    Apologies for the delayed response, and thank you for sending through the CSS code. It works perfectly.

    in reply to: Breadcrumbs portfolio grid alignment #1492375

    Hi Ismael,

    My apologies, please see the link below to the page with the breadcrumbs I’m referring to.

    in reply to: Home page video – fit to screen #1492230

    Hi Rikard and Guenni007,

    Apologies for the delayed response, I was out of the office.

    The video issue has now been resolved, and I can view both the video and text in full on the screen.

    Thank you very much for your assistance!

    in reply to: Video on home page #1490557

    Hi Ismael,

    The video shouldn’t have black bars at the top or bottom. The video should also display with a transparent header.
    The original video I uploaded doesn’t include them, these only appear on WordPress. Could you advise how to remove them?

    I’ve tried viewing it on two laptops, one plays the video with the black bars, while the other just shows a black screen, which is odd.

    in reply to: Assistance with Timeline on Our Services Page #1489237

    Hi Ismael,

    Thanks for your quick response.

    The CSS Code worked perfectly.

    Thank you so much!

    in reply to: Assistance with Timeline on Our Services Page #1489234

    Please see link below.

    in reply to: Button padding #1488787

    Hi Ismael,

    That worked great.

    Thank you!

    in reply to: Button padding #1488636

    Hi Ismael,

    Thank you for your reply.

    Yes, that’s correct. I was hoping you could help reduce the padding on the contact page so it more closely matches the Portfolio button in the screenshot I shared earlier, as the Submit button on the contact page currently appears too long in comparison.

    in reply to: Fatal Error on Contact Page – Theme Related Issue #1488510

    Hi Mike,

    Thanks for getting back to me.

    I’ve downloaded the latest installable WP version from my ThemeForest account.

    When I go to Appearance ▸ Themes, I don’t see “Add New”, only “Install New Theme.”

    Sorry if this is a silly question, but will that still work? I’ve included a screengrab link below.

    in reply to: Fatal Error on Contact Page – Theme Related Issue #1488343

    Hi Rikard,

    I hope you are well.

    Thank you for your suggestions. I have tried both, but unfortunately nothing seems to be working. Could you please assist? Apologies in advance if I have done something incorrectly.

    in reply to: Portofilio items order #1487940

    Hi Ismael,

    I tried changing the dates and it worked, thank you!

    in reply to: Portofilio items order #1487828

    Hi Ismael,

    Please find below a link with screenshots showing that the portfolio items appear in a different order on the home page compared to the portfolio page.

    in reply to: Fatal Error on Contact Page – Theme Related Issue #1487362

    Hi Rikard,

    Thanks for your message.

    Sorry if I am missing something, but I am unable to update the theme.

    When I go to Dashboard > Updates, it says the theme is already up to date.

    Could you please advise how I can update to version 7.1.1?

    Thanks!

    in reply to: Fatal Error on Contact Page – Theme Related Issue #1486950

    Hi Rikard,

    I provided login details already. Please see them below.

    in reply to: Fatal Error on Contact Page – Theme Related Issue #1486902

    Hi Rikard,

    Thanks for your response!

    Please see links below.

    Let me know if you need anything else.

    in reply to: Submit button style change #1486559

    Hi Ismael,

    Thank you for the update, it looks great!

    Appreciate your help with this.

    in reply to: Submit button style change #1486550

    Hi Ismael,

    Thanks for the suggestion.

    I tested it, but unfortunately, it didn’t work. Please see the login details below so you can take a look.

    in reply to: Submit button style change #1486263

    Hi Ismael,

    Yes, I’ve already applied it under Enfold > General Styling. Is there anywhere else I should be applying it to make sure it works correctly?

    Thanks!

    in reply to: Submit button style change #1486135

    Hi Ismael,

    Thanks for your response!

    Sorry, I’d like to keep the contact form as it is, but just change the submit button to dark transparent.

    in reply to: Submit button style change #1486127

    Hi Ismael,

    Thanks so much, that worked perfectly!

    While we’re on the topic of buttons, I have another page where I’d like to keep the existing Form Color Scheme but change the button to a dark transparent style, like on the other pages. However, I can’t see an option for this in the Contact Form settings, could you please advise?

    in reply to: Submit button style change #1486121

    Hi Ismael,

    Thanks for getting back to me. Unfortunately, this change only reverts the button to red with white text, and it still spans the full width of the column.

    in reply to: Submit button style change #1485987

    Hi Ismael,

    Thanks so much for your response, it’s looking great so far.

    Is it possible to make the submit button wrap more closely around the text (like the Services button), instead of stretching the full width of the column?

    Thanks!

    Hi Ismael,

    Just letting you know the CSS worked, thank you for your help!

    Have a good one.

    in reply to: Order of portfolio items in Post Slider #1479491

    Hi Ismael,

    Thank you so much for your assistance on this!

    I am now able to adjust the order of my portfolio items.

    in reply to: Google search results #1479289

    Thanks Rikard,

    I already have a favicon. Have had it for a while.

    in reply to: Order of portfolio items in Post Slider #1479208

    HI Ismael,

    Thanks for your message!

    I’ve added the filter to the functions.php file, but I’m unsure how to enable the order field manually for the portfolio items. The option to order items is visible on Pages, but not for my Portfolio Items.

    Sorry if I’m overlooking something.

    Please refer to the screenshots in the private content, along with the login details if you need access.

    in reply to: Order of portfolio items in Post Slider #1479135

    Hi Ismael,

    My issue with the post slider is I can use arrow navigation but cannot select order in which they are displayed. In our above chat you mentioned adding this

    add_filter(‘avia_post_slide_query’, ‘avia_post_slide_query_mod’);
    function avia_post_slide_query_mod($query) {
    $query[‘orderby’] = ‘menu_order’;
    $query[‘order’] = ‘ASC’;

    return $query;
    }

    Where do I add this?

    in reply to: Order of portfolio items in Post Slider #1479119

    Thanks Ismael,

    I’ve successfully used masonry on the homepage to showcase our portfolio items, sorting them by date to ensure the correct order.

    However, I’d like it to function like the post slider with arrows instead of the “load more” option.

    Can you help me achieve this?

    I’ve attached a screenshot of the masonry and post slider. Also provided login if you need it.

    Thank you so much.

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