-
AuthorPosts
-
September 6, 2015 at 2:45 pm #498868
Hello to the Enfold developers.
II have one simple question about an issue i am having while developing a site using Enfold. I set up the site not to use any sidebars, but in my portfolio posts i keep getting the “attachmnet-entry-with-sidebar” class (and thus the image is aligned on the left).
It is not a problem to edit the css class to fit my needs, but I would like to know if it is a bug (in which case, being a site under development i could just cancel the database and reinstall everything), or a specific design choice.
The page in question is the following:
– http://lostinvenice.daiquiriism.com/portfolio-item/alla-scoperta-del-rinascimento-nellarte/ (portfolio page)
– http://lostinvenice.daiquiriism.com/2015/08/20/test/ (a test blog page with similar settings)Thank you in advance for you help.
September 7, 2015 at 7:45 am #499064Hi Daiquiriism,
Looks like we have to be logged in to view the pages you linked, could you provide us details please?
Regards,
RikardSeptember 7, 2015 at 9:34 am #499128Yes, you ae right,
Feel free to create new portfolio objects to test this, if you need it.
Thank you in advance.September 8, 2015 at 4:32 am #499637Hi!
Seems to be a bug, i’ll report it. I applied a temporary fix to your install.
Cheers!
JosueSeptember 8, 2015 at 12:52 pm #499804Thank you for your help. Being a site under development do you suggest a clean installation and a manual setup for the final site?
September 8, 2015 at 10:33 pm #500131Use it as it is for now, in case you need to install the theme again, the fix i did was simply changing this line in single-portfolio.php:
$avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';To:
$avia_config['size'] = avia_layout_class( 'main' , false) == 'fullsize' ? '' : 'entry_with_sidebar';Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.
