327 comments found.
Greetings, we have really enjoyed your theme. Today I tried upgrading our PHP to 7.0, and everything worked except the image galleries on the front page. I was just wondering if you have been testing and working on an updated version for php 7. If it helps any, here is the error message I was getting after switching (I have since reverted back) Warning: Declaration of Portfolio_Walker::start_el(&$output, $category, $depth, $args) should be compatible with Walker_Category::start_el(&$output, $category, $depth = 0, $args = Array, $id = 0) in /wp-content/themes/attracto/functions/theme-functions.php on line 71
Hi,
this issue is not actually related to the PHP version. Drop me an email and I’ll send you fix for this.
And yes, I’m planning to check all my themes (not only Attracto) and make sure they all works just fine under PHP 7.
Best
Marcin
Hello, i am wondering if its possible to make Featured Images on Portfolios not visible on the actual Page. Only as thumbnail. thanks!
Hi,
I answered through email.
Best
Marcin
Greetings, did you by any chance move your videos from Screenr when they shut down?
Hi,
unfortunately not. But if you have problem with something, please, let me know and I’ll be happy to guide you.
Best
Marcin
hi, i bought this a long time ago. but now i wanted to add a Full width homepage slider, like Meta Slider to be horizontal across the page. But the theme wont let it go wider than the rest of the content is on the bottom. I want it to be all across the screen, not in the center, its too small. Is there a way to do this? thanks!
Hi,
it is possible only with markup customization. You’ll need to put the slider outside of the container and probably add some custom styles to make it look good.
Best
Marcin
thanks! what about removing the bar & text from under the Latest Projects? www.myglassartist.com
.project-description {display: none;}
Best
Marcin
Hi there,
How do i add features list on my front page. ( like those responsive layouts, easy to customize and elegant and fresh )
And i also want to show this on my services page.
Please reply asap. Thanks.
Hi,
add them under “Features” custom post type and then Appearance -> Theme options -> Homepage setup -> move “Features” to “enabled” section.
This is only available for homepage. You can copy html and add it manually, but it’s out of the scope of support.
Best
Marcin
Hi Marcin,
Is there a way to un-link a featured image so that the user cannot click on it?
Regards,
Ivan.
Hi Ivan,
sure, but to give you more details what to remove I need to know which featured image are we talking about Link to the page would be nice.
Best
Marcin
Hi Marcin,
Here is the link: http://www.pureklasscleaning.com/commercial/ This is after adding a featured image to the page and using the default template.
Regards,
Ivan.
Hi Ivan,
open page.php and remove lines 25 and 27, that will get rid of a lightbox link.
Best
Marcin
Hi,
I cannot seem to change the background colour or change to one of the background patterns included with this theme.
Regards,
Ivan.
Hi Ivan,
any errors when saving the options? Please send me wp admin details on my email via contact form on my profile page.
I’ll take a look.
Best
Marcin
Hi Marcin,
Thank you for the swift reply. I have changed the php version on my hosting and the css permissions to 777, which seems to have worked.
Regards,
Ivan.
Hi,
Is this theme compatible with Wordpress 4.0?
Best, Deepak
Hi,
I didn’t spot any issues when testing.
Best
Marcin
Hey maarcin, i’ve a problem with the heigh of images. You can see an example here http://mittagsfoto.de/preise/
i put in pictures with the normal wordpress-function ( the button to add media ) , but when you make the explorer window smaller, or visit the website with a mobile device, the images only change their width, but not their heigh.. would be great if you can tell me how to fix this or to mention this in your next attracto update.
Hi,
that’s because when You put them like that WP adds width and height. To solve this add this in custom css window in theme options.img {height: auto;}
That will help.
Best
Marcin
I changed the default homepage portfolio display from 3 to 12 so that i may show all my categories on the homepage. But I am now having an issue with the las row not displaying in line with the rest. (it drops one line down). All the Featured Images are the same size, I even went as far as making one 1pixel smaller to fit it in better. right now it displays differently on different laptops. Any idea as to what it can be or what i can do? this is my site: http://01f0a3e.netsolhost.com/MyGlassArtist/
Hi,
Your photos in this grid have different sizes. Normally they are cropped, but Your photos are too small. I suggest to open template-homepage.php and change line 259 from$image = aq_resize( $img_url, 420, 300, true );to
$image = aq_resize( $img_url, 420, 220, true );
That should do it.
Best
Marcin
thank you that solved it! another quick question, I want to add a long banner-like button at the bottom of the homepage, but when I insert the Image on the page it does not show up. any way to do this? thanks so much!
At the bottom means under Clients section? I suggest to use content for this. Just ake sure You enabled content block in theme options.
Best
Marcin
Actually under the Portfolios, but I do not have a Content block. I have four blocks that say Homepage. None of them worked when i placed the image on the homepage “page”.
One of those blocks is content that You add like in normal page.
You can send me wp admin details at support@themesymphony.com and I’ll check it out for You.
Best
Marcin
Hi I cannot assign my posts to the right page. I created a Blog page and i do not have a blog or post option in the Attributes section of that page. How do I send my posts to that page? thanks
Hi,
you can read this in the documentation. Basically what You need to do is to go to Settings -> Reading and choose Your blog page there.
Best
Marcin
Ok great! =) thank You!
Hi there,
I’m trying to remove the opacity from behind the header titles. I want a solid color. Any thoughts? I removed the opacity in the CSS for .page-title, however it still shows up.
Hi,
add this in custom css, this will overwrite original value
.page-title {opacity: 1;}
Best
Marcin
Thank you. Is there also a way to get Pinterest and Instagram as part of the social links/icons?
I would say that the easiest way to do this is to replace icon that You don’t use. You can find icons in images/light or dark/social-icons.png
Best
Marcin
Hi Marcin,
I purchased your theme and I’m very pleased how it looks. I have a couple of questions though.
First, I don’t want to put any info in top bar but if I let blank all social buttons slide to the left and there are no more aligned to the right so I put a point. Can you please tell me how to get rid of that point and keep the social buttons aligned to the right?
Second, I would like, when I click one of the social media buttons to open in a new tab instead of the current page.
Here is the website www.brandish.ro
Thank you in advance, George
Hi George,
1. Just add space or and that should solve it.
2. Open header.php and on lines 76-113 You’ll find all social icons.
Change in every icona hrefto
a target="_blank" href
Best
Marcin
Thank you for your very fast answer.
Space was the first thing I did but it doesn’t work. Do you have another suggestion?
The social buttons are working as I wanted now. Thanks
You can open header.php againa and remove lines 71-73 (info text, these are lines used for generate this text) and then change eight columns
to sixteen columns
in info-social. That will make social icons 100% of width and they’ll be aligned properly. Tested
Best
Marcin
Yes. It does work now. Thank you again.
hello maarcin, is there any way to change the style color instead of light and dark? grey would be perfect.
Hi,
You can edit e.g. dark.css file and change colors there. You can find it in css folder.
Best
Marcin
Hi, maarcin,
I need to create private galleries for my clients’ photographies and I would like to give them the ability to buy prints of the displayed images. Is there a plugin you can recommend me? I’ve seen some solutions but I’m concerned about the compatibility with the Attracto theme.
Thank you, José
Hi Jose,
theme hasn’t been tested with any of the ecommerce solution, but every one solution has it’s own styles. I suggest to try Easy Digital Downloads, but I can’t tell for sure if it will be 100% compatibile.
Best
Marcin
Thank you. I will try that.
Another thing. When I try to define a social media button on the Social Settings section, an extra Facebook icon appears. Any idea why this happens and how can I solve it? I’ve tried different combinations (only Facebook, only Twitter, Facebook and Twitter, etc.) and the extra Facebook icon always appears and it never works (not even the rollover behavior).
Best, José
Hi Jose,
can You show me Your site?
Best
Marcin
This one here: http://www.josecruzfotografia.pt
Just checked Your site and there are a lot of empty links that looks like this
<a href="#"> </a>
these are not generated by theme, so I suggest to check out custom code You used or additional plugins.
Best
Marcin
I don’t remember customizing any code; I tend to run away from it due to my limited knowledge. The only plugins I have activated are the WP-PageNavi and Polylang (this one installed recently). Where are you seeing all of those empty links? How do these empty links relate to the issue of the extra facebook icon?
Thank you very much, José
You can check it out in page source. Since it adds empty a
it automatically takes all styles for first item in social icons (which is facebook icon) and that’s why it add extra one.
Fix You link in email that You’re using in top section and it’ll solve the issue. You haven’t closed it properly.
Best
Marcin
Thank you, maarcin. Once again.
Another question. I’m trying to create a page with toggles – structure and content appear but it doesn’t work properly. I believe I’m working with the latest version of the theme. Any thoughts on how to solve this issue?
Best, José
Hi Jose,
You have to show me live example. I can’t help You without it.
Best
Marcin
Here it is, http://www.josecruzfotografia.pt/?page_id=765.
Thanks! José
Hi Jose,
update theme to the latest version and see if this helps.
Best
Marcin
Hi Marcin,
Theme is updated – toggles and accordions work properly. Tabs don’t even appear. I’m using the example from Attracto Documentation:
[tabgroup] 1 content/tab
Testing it here (http://www.josecruzfotografia.pt/?page_id=1264&preview=true)
Any thoughts?
Best, Jose
Hi Jose,
nope. Page doesn’t work. You can create a topic on my support forum and send me wp admin details on support@themesymphony.com. I’ll check it out.
Best
Marcin
Hi maarcin,
I have a problem displaying thumbnails on my site (Wordpress 3.8.1 and Attracto Version 2.3) with Internet Explorer 11 : http://wp.thepixelhero.de/galerie/
Can You help Us?
Best regards
Hi,
open js/scripts.js and remove/comment lines 105-107. That should help.
Best
Marcin
perfect, Best regards
hi,
is it possible, to link the image or the portfolio name of “latest projects” to an external domain?
for example here: http://themesymphony.com/themes/attracto/ the image or for example “standard item” to an external domain ….
thx chris
Hi Chris,
not without code modifications. Right now it only brings to portfolio single. To make it usable You’ll need to do easy php statement and add one options to portfolio single page that could be used for custom link.
Best
Marcin
thanks for the fast replay …
can you tell me the changes and which files i have to change?
I won’t give You step-by-step instructions. If You can’t do this by Yourself You have to hire someone for this. If You bought 3 or more items from me I can do this for You.
Best
Marcin
Hi Maarcin,
I have just uploaded the theme to 3.8, and I cannot get the ‘Homepage Layout Manager’ operating. As seen in this screen shot. https://dl.dropboxusercontent.com/u/66290436/attracto.jpgIs there any fix for this issue?
Cheers
Hi,
reset Your options. You probably updated from really old version and there were couple changes in admin panel in the process (from code perspective) and reset is necessary.
Best
Marcin
Hi maarcin,
I have a problem displaying thumbnails on my site (Wordpress 3.8 and Attracto WP 2.3) with Internet Explorer 11 : http://www.2dsp.net/carousel-categories/laphotodujour/ or http://www.2dsp.net/galeries/
I have this error in my logs “PHP Warning: Invalid argument supplied for foreach() in /themes/attracto/includes/portfolio-boxed-archive.php on line 67, referer: http://www.2dsp.net/blog/"
Thank you in advance for your help, Damien.
Hi Damien,
do You have WP_debug turned on?
Best
Marcin
No, in my wp-config.php i have “define(‘WP_DEBUG’, false);”
Ok, drop me an email at support@themesymphony.com. I’ll add a little fix and I’ll send You updated file today or tomorrow.
Best
Marcin
email sent
Hi Maarcin I updated to WP 3.7.1 and the default WP gallery no longer displays on the page, even though I can see the images in editing mode. I tried turning off all plugins and that didn’t help. But when I switched to the default Twenty Eleven theme, the gallery was displayed. I’m running Attracto WP version 1.5. Any suggestions? Cheers! Katherine
Hi Katherine,
update your theme to the latest version.
Best
Marcin