Discussion on The Ark | WordPress Theme made for Freelancers

Discussion on The Ark | WordPress Theme made for Freelancers

Cart 18,040 sales
Well Documented

FRESHFACE supports this item

Supported

This author's response time can be up to 2 business days.

2369 comments found.

Hello.. A new, clean site. Can you explain this error? Look:

https://prnt.sc/QRnDSQ_WsSfe

and admin

https://prnt.sc/LUNwWiGpnSw2

Hi cursuriccse!

That is very strange indeed, can you send wp-login in a new support ticket here?

Thanks and cheers! :)

message was sent.. please, reply with the sollution here! thanks

Hi cursuriccse!

Please note that these comments are not the best place for support so next time please open a ticket but here is the solution as requested:

Seems like it’s just a matter of configuration and not an issue. White column needs to be PULL 4 instead of 6 and black column needs to be PUSH 8 instead of 6. This is because your columns are not 6/12 + 6/12 but rather 4/12 + 8/12. These pull/push settings are in the Advanced tab of each Column btw. Hope this helps.

Thanks and cheers! :)

Hello.

A website I made with Ark was working ok until yesterday when suddenly all images created with element “Image” dissapeared! Also when I try to create a new element “Image” or element “Button” the text fields are missing so I cant create anything at all with these elements.

The website wasnt changed in the last weeks and everything is up to date. This is an urgent matter, please help!

Hello, the link now works. I just sent you the details.

Hello.

I did not get any response. Did you get the information I sent?

Hi urbangipsy!

Yes, it’s being looked into.

Thanks and cheers! :)

Hey,

I am using the Polylang plugin and I have a portfolio problem. It works only with the main language of the page and not with translation to another. Example: www.mainpage.com/portfolio/ – works in the main language, www.mainpage.com/en/portfolio/ – a blank page is displayed.

Maybe you know some solution to be able to translate slug – portfolio?

Hi krisswolf!

Only WPML plugin is officially supported for translations. There is even enhanced feature with it too, Ark will allow you to make layouts based on the selected language etc, so I would strong recommend using WPML for any translations.

Thanks and cheers! :)

Do you have any plans to update the theme and adding extra features?

Hi saadulla!

The theme is pretty feature rich and extensible as it is now so the focus is more on the stability and compatibility updates.

Thanks and cheers! :)

I’m hugely disappointed with this theme. I just purchased it on the basis that the page builder is the most intuitive ever – and it’s not. Then when I try to get some help from the knowledgebase I am told that I can’t get access because I’m not a premium member. That will cost me an extra $7 per month. That’s not good enough. How to I get a refund?

Hi jimwwright!

What you are referring to is something the other themes do not even have (at least they didn’t when that feature was brand new), so it’s not really fair to make such claims. To be specific, the extra content is 8 hours of in-depth video material, targeted towards freelancers/agencies. Not sure if you have found it but there is a regular free Documentation with free video tutorials on our YouTube channel. Your refund has been accepted and you are welcome to re-purchase at any time. Any questions, please use the profile page contact form.

Thanks and cheers! :)

Hello, i bought additional support for Ark as the theme stopped working. Used contact form to contact your company as i need support obviously but did not receive any answer. Tried to send a message from the form on your website but that’s not working as well. Is the support service still working??? Did your company went out of business?

Hi max-soft!

Sorry about that, some tickets may take a little longer than usual. You should have received a reply now. Please follow the instructions and I am sure it will get sorted very soon.

Thanks and cheers! :)

All of a sudden my portfolio filter no longer shows on this page – https://co-operativewebs.ca/completed-projects/ I don’t know if the latest theme update had some negative affect, but the portfolio is there, but the filter has disappeared.

The support service link you sent me isn’t working. This is the message – Unable to connect

An error occurred during a connection to arktheme.com.

The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer’s network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.

Sorry about that, gave you a wrong link by accident. You should get a direct message/email now though, please simply reply to it and we can resume it there.

I got the message but I need to know your country so I can remove the block.

Is there anyway to add “Table of Contents” by using editor’s elements?

Hi saadulla!

Either use a plugin or write your own code for this inside the “HTML” builder element which can have PHP turned on as well.

Thanks and cheers! :)

Hi, I would like to know if you can copy elements from one page to another so that you don’t have to format them all over again

Hi TerryPag!

Yes, you should be able to do that. If you struggle with this, please send details at https://arktheme.com/open-ticket

Thanks and cheers! :)

Hi guys, can you help me with one short thing? How can i change the Copyright year in the footer? Can’t find it :( Thanks a lot

Hi hudellini!

Please edit it in “WP-admin > Ark > Footers”.

Thanks and cheers! :)

Hi ! I just wondered how to change images from main slider (or any other slider). The Slider revolution doesn´t show me the sliders that I´m using, and the home page builder neither. I´m currently using the default theme.

Thanks very much

I found it. sorry for the inconvenience

Hi. I would like to know if the theme has already been tested with Wordpress version 5.9? Can I upgrade to this version risk-free with the theme?

Thanks

Another question, is it possible to disable the frontend cache in the theme?

Hi jrmarins!

Ark is always compatible with the latest WordPress but sometimes (rarely) a new bug can be found that only a specific website will have so it was not fixed before. To prevent that from happening to you, always test any updates on a Staging server first – most good hostings have 1-click Staging available. Regarding frontend cache I don’t think you can disable it.

Thanks and cheers! :)

Hi there,

just a question about the compatibility between Ark theme and PHP 8.x. Do you have any idea when it will be done?

Have a nice day :)

Many thank’s guys!

You’re on the top! :)

Update: Ark has now been updated with fixes specific to PHP8. Cheers!

Woooow! You’re on fire guys! ;)

I’m really not a css beginner but the most basic commands to align the menu in the middle, whether with bootstrap css classes or pure css itself, don’t work here. Even inline styles inserted via custom js/jquery do not work. I can change EVERYTHING on the menu or individual menu items, really EVERYTHING, but I can’t align it in the middle. Only the hammer method with a fixed width and margin 0 auto works here, but if further menu items are added, it’s already destroyed again. I’ve already turned off some floats, but the menu only jumps from right to left or left to right, it doesn’t want to go to the middle. What is the catch?

A few other users have had this problem too. I’ve been working with Ark since 2018 with several installations and since then there hasn’t been a mid-menu at all. Why? Isn’t that an option to include that? :)

Hi Aru68!

Yes, CSS can be tricky sometimes, please load the default header and then try it more like this:

@media (min-width: 992px) {

.navbar-collapse.nav-collapse.collapse {
text-align: center !important;
font-size: 0; /* can be re-set down the line */
}

.menu-container {
display: inline-block !important;
}

}

For further questions, please https://arktheme.com/open-ticket

Thanks and cheers! :)

Profi :)

Hi, I have a problem. The license for the design theme was purchased in 2020 11, was activated on the website 2020 11. The website was hacked this week, the version of the website 2020 11 was restored, but the license can no longer be activated, the content editor of the website is not working. How to fix?

Hi vvvygis!

Please https://arktheme.com/open-ticket with details and wp-login.

Thanks and cheers! :)

Hello, i can´t update Advanced Customfields Pro, the update package does not exist. What should I do? Thank you

Hi glueckskeks!

Updates for included plugins are delivered only with new Ark updates. It is also recommended for stability to not update to latest version of anything before testing it in staging first. So after you update the Ark theme you can find these included plugin updates available at “Appearance > Install”.

Thanks and cheers! :)

hi, need help on to change icon on woocommerce message and upsell add to cart button, et line / font awesome not load properly, could you help?

Hi perompakjahanam!

Please ask your question at https://arktheme.com/open-ticket and include your wp-login so it can be inspected in more detail.

Thanks and cheers! :)

Hi there!

I have just installed the theme in a windows hosting (godaddy) but I’m having problems with the builder for example if i try to add an image the settings section does not appear! so i can not choose what image i want, can you please tell me how to fix this?

Thanks!

Hi there! is there a way to use image settings section without a ssl?

Hi there, sorry again! i just found the migration section, thanks!!

Hi elipr!

Glad to hear you got it now.

Thanks and cheers! :)

I am having an issue with Ark Blog list page not showing page 2 of Blog Posts. It shows the collection of the first group here: https://mob-traffic.com/mob-news/ but when you go to https://mob-traffic.com/mob-news/page/2/ it shows the same collection of articles. There are 18 total Posts, so it should be showing 8 different links on this page. I know I no longer have support on this theme (regardless of the fact that I own numerous copies of it) but this is a feature that should just work already and I don’t think I should have to pay for support on something that should already be working.

FYI, I am running the latest WP 5.8.2 and all updated plugins (with the exception of Advanced Custom Fields PRO, which never seems to have an updated download package).

Can you please tell me how to fix this? My email is tom@tomschiemer.com

Hi tschiemer!

It could be because you may have it set to display the default WP query instead of custom one. Inspect the Loop tab of your element in sitemap for this setting. If you still have questions about this, please send message here with your wp-login.

Thanks and cheers! :)

Hello.

I am looking for an option to change the sliding effect in Carousel (Custom) to Fade but I can’t find it. Please advise how to achieve that.

Kind regards

Hi urbangipsy!

Please try the “Slider (Custom)” element. You can simply drag and drop your existing “Slide” elements from “Carousel (Custom)”, they are interchangeable like that. Slider has the fade option in the “General” settings tab.

Thanks and cheers! :)

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey