If you are searching Arsynoe | Professional WordPress Portfolio for free download, nulled and updated on 30 June 15 you can download from our website for free. Arsynoe | Professional WordPress Portfolio is one of most popular wordpress templates from Creative category in the last 30 days by our internal search.
Download Arsynoe | Professional WordPress Portfolio for free
Below this text you will find link to download nulled Arsynoe | Professional WordPress Portfolio wordpress theme for free, just click on the link and save on your desktop, unzip and upload on your website. Process is simple. Our wordpress templates are not locked, you will not need pasword to use Arsynoe | Professional WordPress Portfolio WordPress template.
Arsynoe | Professional WordPress Portfolio Nulled [Latest Version]
Instead of paying for $44 to MagnaThemes and giving 50% of their earnings to Envato. We are giving you for free Arsynoe | Professional WordPress Portfolio working latest version.
About Arsynoe | Professional WordPress Portfolio
IMPORTANT NOTE!
The theme doesn’t work perfectly under WordPress 4.2 at the moment! It worked perfectly before, but some programming practices changed in the version 4.2 of WP, so the theme should be modified as well. The development is in progress and will be finished as soon as possible! Thank you for your understanding!
Arsynoe | WordPress version
Hi There! Introducing ARSYNOE, an awsome one page theme that utilises a unique bold desing and bunch amount of features to brings… Read More
maartenvanhalm
Hi Mark,
Got another question:
Client want’s the company’s logo in the bottom of every section? How can I manage that?
I was thinking to add ‘text’ section underneath every section and there add the logo. But then I need the services section to reduce the container in bottom (bottom margin) How can I manage that?
SAME AS FOR CONTACT SECTION…
THANKS
maartenvanhalm
and I’ve made my slider larger in height, how can I give more bottom margin to slider section?
maartenvanhalm
Can u pls contact me asap, I’ve a deadline to make.
THANKS
MagnaThemes Author
Hello Marteen,
I just finished some work on your site. Here is a brief list of changes:
- The logo has added to the bottom of each section.
- All of the mobile and iPad issues have fixed.
- fixed the code that shows the telephone number and address in the contact section.
- I have increased the white space under the slider
Unfortunately the maps styling would require a bit more time, because I’m not so experienced with the Maps API. I have tried to change the color, but this would require more experience I have at the moment. So, there are three possible solutions in this case:
1) You hire somebody who is really good at Google Maps API
2) If you can wait a little bit, I’ll make a try later. Unfortunately I have many projects which I need to finish, therefore I cannot take time to learn the Maps API now.
3) If you can’t wait and don’t want to pay somebody, you can make a try by following the next resources:
How to style Google Maps: http://www.hongkiat.com/blog/google-maps-styles/
Official Documentation: https://developers.google.com/maps/documentation/javascript/styling?csw=1
Regards,
Mark
maartenvanhalm
Hi Mark,
Thanks a lot for the outstanding support! I just rated the theme with 5 stars.
I’ll wait for the google map a bit longer, so yo can give it try.
Thanks again,
Regards,
Maarten
maartenvanhalm
P.S. For the google map it’s also important that the ‘mouse scroll’ is disabled, also for website in mobile. Cause how it is now is really inconvenient for the website visitors.
maartenvanhalm
any update?
maartenvanhalm
?
MagnaThemes Author
Hello Marteen,
I’m terribly sorry, but I’m extremely busy nowadays and totally had no time to learn the maps API. If you check the documentation of that technology here, you will see that it is not 5 min job for somebody who is new to this. As I said before, I would like to help you, but I have to sort out the most important support tickets and ongoing freelance projects first. Unfortunately I’m absolutely overloaded now and cannot take the time for this before the weekend. If everything goes well on this week, I’ll sacrifice my free time and make a try with your map on the weekend. I’m really sorry, but this is my best I can do for you at the moment.
Regards,
Mark
maartenvanhalm
Sure,
Understand you’re busy… I can wait a little bit. Thanks for sacrificing you’re free time to help me, really appreciate it.
Thanks again! And keep me posted.
nathanauroz
hi mate, sorry if this comes through twice, my internet is running poorly.
my question is how do i remove the space where the image would be in the “about” section. i don’t wish to have an image
thanks buddy
MagnaThemes Author
Hi!
You need to remove the following code from the lib/home_sections/about_section.php file:
<!-- Image --> <div class="about_image"> <?php if ( (function_exists('has_post_thumbnail')) && (has_post_thumbnail()) ) : the_post_thumbnail('about'); endif; ?> </div>The mentioned snippet can be found between the line 19 and 26. I recommend you to use the WPide plugin to edit the files. That is a very useful file editor plugin, which allows you to edit everything inside the wp-content folder.
Regards,
Mark
nathanauroz
thanks mate, i have one more question and that should be it
1. in the portfolio how do i turn on the overlay, as it is in the demo
2. how do i remove the drop down information that appears when an image is hovered on
thanks for your help
nathan
MagnaThemes Author
Hello Nathan,
May I see your site in action? I would like to check your site, because the problems you mentioned sounds a bit weird to me. The overlay is turned on in default, moreover, there is no drop down information in the portfolio circles. If your site is not public yet, you can write me the url in email. My address is [email protected]
Regards,
Mark
nathanauroz
hey mark just sent u an email
MagnaThemes Author
Thank you, I just sent a reply to that email.
WEBFocus1
Hello,
Like the theme although I have some SEO issues…
Figured out how to change the menu titles but how do I change the url’s? Currently it is ’ /#text1’ , /#portfolio’ and so on…
I would like to change these so it has ‘my title containing url’s’ attached as well as visible in the browser search bar so when I click on a title the browser search bar goes from ‘mydomain.com’ to ‘mydomain.com/#mytitle’
How do I achieve this?
Thanks, Vince
MagnaThemes Author
Hello Vince,
As I know Google detects and show anchor links in search results since 2009, but their system is not perfect. Google may show a named anchor under a search result snippet if the named anchor is relevant to the search criteria, but the decision is about the relevance of the anchor links is made by the Google bot automatically, so you cannot control this. At least I don’t know how to control it, even though I have some experience in web development.
Regards,
Mark
lengiml
I’m happy with this theme. good style and its easy to use. now i’m trying to make the slider larger than 960 and 400px. i’m trying now since 2 hours in the advanced css, but its not really working. is it possilbe to allow shortcodes in the textarea to integrate another sliders???? thanx!
MagnaThemes Author
Hello,
In fact you can change the width of the slider easily, but you need to know that the <div id=”slider_wrapper”> element can be found inside a <div class=”content”> which is a 960px wide element. You can view its html structure in the lib/home_sections/slider_section.php file. I recommend you to change the .content to .custom_content then define a new rule in the style.css or in the custom_css option. For example:
//HTML ( inside the slider_section.php ): <div class="custom_content"> <div id="intro" /> <div id="slider_wrapper" /> </div> //CSS: .custom_content { width: 1280px; height: 500px; } #slider_wrapper { width: 1280px; height: 500px; }Unfortunately you cannot reach the mentioned file via the inbuilt theme editor, so I recommend you to use an ftp connection or install the WPide plugin which is a very good file editor.
Textareas do not allow shortcodes.
Generally that’s all. If you cannot workaround this issue, feel free to write me at [email protected], then I’ll let you know some other alternatives.
Regards,
Mark
LuluPouss
Hello, I would like to know if this theme can be used for an eshop? Thank you
MagnaThemes Author
Hello,
To be honest I have never tested this theme with an ecommerce plugin. In fact the theme follows all of the current coding standards and official WordPress recommendations, so it is possible to install Woocommerce or Jigoshop for instance, but I don’t know how the final result will look and operate. You can make a try and let me know if you need help, then I’ll try to help. This is my best I can do for you in this case.
Regards,
Mark
jssagudo
hello Mark i purchase the theme this morning and i cant figure out how can set up the portfolio, how can i place the images i have on the media library to the portfolio template page. Also the same with the slider, how can i add the images to the slider and placed on the home page? I love the design of this website, looking forward to make it work best reagrds
MagnaThemes Author
Hello
First of all thank you for the purchase and I happy you like the design.
You can find 14 tutorial videos in the HELP folder of the downloaded package ( I mean the main package ). The videos can be found online as well:
http://magna-themes.com/demos/wordpress/arsynoe_docs/videos.htmI hope you will find the videos helpful.
Regards,
Mark
jssagudo
Thank you very much mark, your theme is just amazing and very easy to use! well one. one question, how can i add google analitycs code the the site? i can find the place to paste the code. Many thanks Jesus
MagnaThemes Author
Hello Jesus,
There are two ways to add Analytics to your site:
1) Simply add the tracking code to the header.php file. It must be placed right above the </head>
2) Try out the Google Analytics for WordPress plugin:
https://wordpress.org/plugins/google-analytics-for-wordpress/Regards,
Mark
bitthebullet
Hi there, quick pre-sale question:
Is it possible to make the thumbnails in the ‘works’ section considerably smaller? Would maybe want them 50% smaller so I can see more thumbnails at one time.
Thanks! T
MagnaThemes Author
Hello,
Yes, it is possible to make the thumbnails smaller. The relevant code can be found in the line 318 of the style.css file:
div#portfolio_thumbs ul li { float: left; width: 20%; position: relative; }If you want to decrease them by 50%, you will need to set the width to 10%. It is also recommended to decrease the font size of the item title in the line 322:
div#portfolio_thumbs ul li div.item_info h3 { margin-bottom: 10px; font-size: 18px; color: #FFF; font-family: 'Oswald', sans-serif; }Regards,
Mark
michalku
Hi Mark this is my second template from you (Me was before). And it is great.
But i need your help. I have problem in opening portfolio thumbnails if i set it as photo with description of a project and slider. Nothing changes when i click an image. When i set lightbox image, it opens well. I dont know what to do.
Next problem is that, i need in porfolio 2 rows, with four images in a row. Now is 5 images in a row, but i have 8 images and when i put them all there is 5 in a first row and 3 below. It doesn’t look well. I use thumbnails 500×500. Should i increase resolution to fe. 600×600? I’ll be gratefull for your help.
Michal Poland
michalku
I found reason of the 1st problem – when i disable filter in portfolio options. When filter is enabled detail view works well. But i have only one type of gallery and i dont need this filter. Is some solution, or simple answer is that filter can’t be disabled?
MagnaThemes Author
Hello Michael,
First of all thank you for the purchase and I’m really sorry about your issue with the portfolio. The trouble is caused by a wrong if statement in the lib/home_sections/portfolio_section.php file. I just fixed that and made some minor fixes and improvements. I’m going to upload the the updated theme tonight and I hope it will be accepted soon. If you are in hurry, please write me an email ( [email protected] ) and I’ll send you the installer package with some instructions how to show 4 images / row.
Regards,
Mark
foks3000
Hello!
Thank for this template is perfect, but unfortunately, there is one issue I cant figure out how to change. I wish to have section with testimonials not in the section “About” but in the collum text 1 or maybe services. I try to move the code in the editor in “About page Page Template (template-about.php)” in section <testimonials> and copy it into service file but without any possitive results… is there any way how to do this properly?
Thank you very much!
Frenk
MagnaThemes Author
Hello Frenk,
First of all I would like to note that I just sent the updated version of the theme for review. Once it is approved you will get a notification. I recommend you to use that new version instead of the current one.
Secondly, you can find the relevant files in the lib/home_section folder. The template-about.php, template-services.php etc are used by the individual page templates not by the homepage. Unfortunately files in sub-folders cannot be reached via the inbuilt theme editor, so I recommend you to use ftp or install the WPide plugin which is a really good file editor extension and can edit everything inside the wp-content folder.
Regards,
Mark
jennmoller
Hello, I purchased this template but have noticed that the mobile view on an iPhone 6, using the newest version of the iOS software on Safari does not show a proper centering of the page – the text on the right gets cut off so that you have to scroll to the right to see all the text. Additionally, with some of the text over to the right, you lose the ground color of each section with the text running off the margin. This is disappointing as the description indicates the template is compatible with mobile devices. Happy to send a screen shot of what I am seeing if helpful. Can you please update on a solution for this? Thanks.
MagnaThemes Author
Hello,
First of all thank you for the purchase and I’m sorry for this issue. Unfortunately I’m spending my weekend at the moment so I cannot help you right now, but fixing this issue will be my first thing to do on Monday morning. You will be notified by Themeforest when the update got accepted.
Regards,
Mark
jennmoller
Thanks – appreciate you looking into this.
jennmoller
Hi – Do you have any update on the issue w/ viewing the template on an iphone6? Thanks, Jenn Moller
MagnaThemes Author
Hello Jenn,
I’m sorry for the delay, but this a quite outdated theme ( I sold only one or two in the last year, in fact I was about to delete it due to the low sales volume ), so decided to release an update that fixes all the issues, therefore I’m doing a deep and comprehensive refresh that takes a bit more time, but the upgraded theme will be uploaded tonight. The review process that handled by the staff of this marketplace might take 1 or 2 days. If you write me at [email protected], I’ll send you new installer file in case you are in hurry and cannot wait for the approval.
Regards,
Mark
jennmoller
Hi, do you have an update on this? Thank you.
MagnaThemes Author
Hi,
Yes, I submitted the updated version four days ago, but it is still under the approval process. I guess the reviewers are quite busy nowadays. Anyway, the updated version is finished, so I can send you if you write me at [email protected]
Regards,
Mark
jennmoller
Thank you so much for the updated version – it is working great!!
MagnaThemes Author
You are welcome and thank you for your patience!
jennmoller
I am not in a super big hurry so please just let me know when / how I can go about getting the new version after you have had a chance to update it. Thanks.
AEfat
Hi,
I bought this lovely them and am wondering whether I can add another front to the list. Like Old English or something similar. Thank you for your help.
AfterE
MagnaThemes Author
Hello AfterE,
First of all thank you for the purchase! Secondly, it is possible to add new fonts to the current list, but it isn’t that easy and the process requires some basic programming knowledge. Please write me at [email protected] for more info in case you are still interested.
Regards,
Mark
Ivansamuel
Hi Mark,
Does this theme now work with current versions of Wordpress? There is an old note about a problem with the 4.2 build.
maddnoter
For some reason, the tagline and intro no longer show up at the top of the page
MagnaThemes Author
Hello maddnoter,
First of all, thank you for the purchase! Secondly, can you please send me a link to your site? I’m sorry for the dummy question, but are you sure you didn’t delete the contents in the backend? I have never experienced this issue, therefore misconfiguration in the backend is my only thing in my mind at the moment, so I need to see your site for further help.
Regards,
Mark
maddnoter
mraudiofix.com
I was able to get around the problem when I select Slider as the first section of the Home page. But I don’t want the slider. So I was selecting Services as the first section. When I did that, both tagline, the description and the SERVICES heading all disappeared.
I would have to recreate the problem for you. But since the site is up right now, I don’t really want to do that. If you wish, I can set up an account for you to test this but I require your email.
MagnaThemes Author
Thank you for the link and the explanation, I understand your problem now pretty well. To be honest, the I never thought that anyone wants to use the services section as the first section, so the homepage section allows three default home area variations at the moment. I understand your intentions with the services and there is fix, but I’ll need to log in to your admin area because the process requires some coder background.
maddnoter
how do I provide you my information without displaying it for everyone else?
MagnaThemes Author
Oops, I’m sorry, I forgot to let you know my email address. You can send me the info to [email protected]